mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-01 08:19:00 +02:00
169 lines
4.1 KiB
Plaintext
169 lines
4.1 KiB
Plaintext
inherited EduPropsEventsFrame: TEduPropsEventsFrame
|
|
Height = 393
|
|
Width = 456
|
|
ClientHeight = 393
|
|
ClientWidth = 456
|
|
TabOrder = 0
|
|
DesignLeft = 713
|
|
DesignTop = 9
|
|
object OptsPanel: TPanel[0]
|
|
Left = 8
|
|
Height = 128
|
|
Top = 0
|
|
Width = 440
|
|
Align = alCustom
|
|
ChildSizing.Layout = cclTopToBottomThenLeftToRight
|
|
ChildSizing.ControlsPerLine = 2
|
|
ClientHeight = 128
|
|
ClientWidth = 440
|
|
TabOrder = 0
|
|
object rdGrpProps: TRadioGroup
|
|
Left = 24
|
|
Height = 105
|
|
Top = 8
|
|
Width = 185
|
|
Align = alCustom
|
|
AutoFill = 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 = 87
|
|
ClientWidth = 181
|
|
OnClick = rdGrpPropsClick
|
|
TabOrder = 0
|
|
object PropsMinRadioBtn: TRadioButton
|
|
Left = 14
|
|
Height = 17
|
|
Top = 8
|
|
Width = 165
|
|
Align = alCustom
|
|
Caption = 'PropsMinRadioBtn'
|
|
OnClick = PropsMinRadioBtnClick
|
|
TabOrder = 0
|
|
TabStop = False
|
|
end
|
|
object PropsExtRadioBtn: TRadioButton
|
|
Left = 14
|
|
Height = 17
|
|
Top = 32
|
|
Width = 165
|
|
Align = alCustom
|
|
Caption = 'PropsExtRadioBtn'
|
|
OnClick = PropsExtRadioBtnClick
|
|
TabOrder = 1
|
|
TabStop = False
|
|
end
|
|
object PropsFullRadioBtn: TRadioButton
|
|
Left = 14
|
|
Height = 17
|
|
Top = 56
|
|
Width = 166
|
|
Align = alCustom
|
|
Caption = 'PropsFullRadioBtn'
|
|
OnClick = PropsFullRadioBtnClick
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
object rdGrpEvents: TRadioGroup
|
|
Left = 224
|
|
Height = 105
|
|
Top = 8
|
|
Width = 185
|
|
Align = alCustom
|
|
AutoFill = 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 = 87
|
|
ClientWidth = 181
|
|
TabOrder = 1
|
|
object EventsMinRadioBtn: TRadioButton
|
|
Left = 14
|
|
Height = 17
|
|
Top = 8
|
|
Width = 160
|
|
Align = alCustom
|
|
Caption = 'EventsMinRadioBtn'
|
|
OnClick = EventsMinRadioBtnClick
|
|
TabOrder = 0
|
|
end
|
|
object EventsExtRadioBtn: TRadioButton
|
|
Left = 14
|
|
Height = 17
|
|
Top = 32
|
|
Width = 160
|
|
Align = alCustom
|
|
Caption = 'EventsExtRadioBtn'
|
|
OnClick = EventsExtRadioBtnClick
|
|
TabOrder = 1
|
|
end
|
|
object EventsFullRadioBtn: TRadioButton
|
|
Left = 14
|
|
Height = 17
|
|
Top = 56
|
|
Width = 161
|
|
Align = alCustom
|
|
Caption = 'EventsFullRadioBtn'
|
|
OnClick = EventsFullRadioBtnClick
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
end
|
|
object grpBoxEvents: TGroupBox[1]
|
|
Left = 32
|
|
Height = 65
|
|
Top = 288
|
|
Width = 392
|
|
Caption = 'grpBoxEvents'
|
|
ClientHeight = 47
|
|
ClientWidth = 388
|
|
TabOrder = 1
|
|
object stTextEvents: TStaticText
|
|
Left = 14
|
|
Height = 25
|
|
Top = 8
|
|
Width = 369
|
|
Caption = 'stTextEvents'
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object grpBoxProps: TGroupBox[2]
|
|
Left = 32
|
|
Height = 128
|
|
Top = 144
|
|
Width = 392
|
|
Caption = 'grpBoxProps'
|
|
ClientHeight = 110
|
|
ClientWidth = 388
|
|
TabOrder = 2
|
|
object stTextProps: TStaticText
|
|
Left = 14
|
|
Height = 25
|
|
Top = 8
|
|
Width = 368
|
|
Caption = 'stTextProps'
|
|
TabOrder = 0
|
|
end
|
|
object stTextProps2: TStaticText
|
|
Left = 14
|
|
Height = 64
|
|
Top = 40
|
|
Width = 368
|
|
Caption = 'stTextProps2'
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
end
|