mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 05:28:17 +02:00
182 lines
4.5 KiB
Plaintext
182 lines
4.5 KiB
Plaintext
inherited EduPropsEventsFrame: TEduPropsEventsFrame
|
|
Height = 393
|
|
Width = 456
|
|
ClientHeight = 393
|
|
ClientWidth = 456
|
|
TabOrder = 0
|
|
DesignLeft = 480
|
|
DesignTop = 267
|
|
object OptsPanel: TPanel[0]
|
|
Left = 0
|
|
Height = 117
|
|
Top = 0
|
|
Width = 456
|
|
Align = alTop
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ChildSizing.LeftRightSpacing = 10
|
|
ChildSizing.TopBottomSpacing = 10
|
|
ChildSizing.HorizontalSpacing = 10
|
|
ChildSizing.VerticalSpacing = 10
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 2
|
|
ClientHeight = 117
|
|
ClientWidth = 456
|
|
TabOrder = 0
|
|
object rdGrpProps: TRadioGroup
|
|
Left = 10
|
|
Height = 97
|
|
Top = 10
|
|
Width = 159
|
|
AutoFill = True
|
|
AutoSize = True
|
|
Caption = 'rdGrpProps'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 1
|
|
ClientHeight = 78
|
|
ClientWidth = 155
|
|
OnClick = rdGrpPropsClick
|
|
TabOrder = 0
|
|
object PropsMinRadioBtn: TRadioButton
|
|
Left = 6
|
|
Height = 22
|
|
Top = 6
|
|
Width = 143
|
|
Caption = 'PropsMinRadioBtn'
|
|
Checked = True
|
|
OnClick = PropsMinRadioBtnClick
|
|
TabOrder = 0
|
|
TabStop = True
|
|
end
|
|
object PropsExtRadioBtn: TRadioButton
|
|
Left = 6
|
|
Height = 22
|
|
Top = 28
|
|
Width = 143
|
|
Caption = 'PropsExtRadioBtn'
|
|
OnClick = PropsExtRadioBtnClick
|
|
TabOrder = 1
|
|
end
|
|
object PropsFullRadioBtn: TRadioButton
|
|
Left = 6
|
|
Height = 22
|
|
Top = 50
|
|
Width = 143
|
|
Caption = 'PropsFullRadioBtn'
|
|
OnClick = PropsFullRadioBtnClick
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
object rdGrpEvents: TRadioGroup
|
|
Left = 179
|
|
Height = 97
|
|
Top = 10
|
|
Width = 167
|
|
AutoFill = True
|
|
AutoSize = True
|
|
Caption = 'rdGrpEvents'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 1
|
|
ClientHeight = 78
|
|
ClientWidth = 163
|
|
TabOrder = 1
|
|
object EventsMinRadioBtn: TRadioButton
|
|
Left = 6
|
|
Height = 22
|
|
Top = 6
|
|
Width = 151
|
|
Caption = 'EventsMinRadioBtn'
|
|
Checked = True
|
|
OnClick = EventsMinRadioBtnClick
|
|
TabOrder = 0
|
|
TabStop = True
|
|
end
|
|
object EventsExtRadioBtn: TRadioButton
|
|
Left = 6
|
|
Height = 22
|
|
Top = 28
|
|
Width = 151
|
|
Caption = 'EventsExtRadioBtn'
|
|
OnClick = EventsExtRadioBtnClick
|
|
TabOrder = 1
|
|
end
|
|
object EventsFullRadioBtn: TRadioButton
|
|
Left = 6
|
|
Height = 22
|
|
Top = 50
|
|
Width = 151
|
|
Caption = 'EventsFullRadioBtn'
|
|
OnClick = EventsFullRadioBtnClick
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
end
|
|
object grpBoxEvents: TGroupBox[1]
|
|
Left = 6
|
|
Height = 130
|
|
Top = 257
|
|
Width = 444
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
Caption = 'grpBoxEvents'
|
|
ClientHeight = 111
|
|
ClientWidth = 440
|
|
TabOrder = 1
|
|
object stTextMinEvents: TStaticText
|
|
Left = 6
|
|
Height = 99
|
|
Top = 6
|
|
Width = 428
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
Caption = 'stTextMinEvents'
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object grpBoxProps: TGroupBox[2]
|
|
Left = 6
|
|
Height = 128
|
|
Top = 123
|
|
Width = 444
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
Caption = 'grpBoxProps'
|
|
ClientHeight = 109
|
|
ClientWidth = 440
|
|
TabOrder = 2
|
|
object stTextMinProps: TStaticText
|
|
Left = 6
|
|
Height = 30
|
|
Top = 6
|
|
Width = 428
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
Caption = 'stTextMinProps'
|
|
Constraints.MinHeight = 30
|
|
TabOrder = 0
|
|
end
|
|
object stTextExtProps: TStaticText
|
|
Left = 6
|
|
Height = 61
|
|
Top = 42
|
|
Width = 428
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
Caption = 'stTextExtProps'
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
end
|