mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 18:57:58 +02:00
50 lines
1.3 KiB
Plaintext
50 lines
1.3 KiB
Plaintext
object EncloseSelectionDialog: TEncloseSelectionDialog
|
|
Left = 319
|
|
Height = 244
|
|
Top = 231
|
|
Width = 331
|
|
Caption = 'Enclose Selection'
|
|
ClientHeight = 244
|
|
ClientWidth = 331
|
|
OnCreate = EncloseSelectionDialogCREATE
|
|
Position = poScreenCenter
|
|
LCLVersion = '1.5'
|
|
object TypeRadiogroup: TRadioGroup
|
|
Left = 6
|
|
Height = 194
|
|
Top = 6
|
|
Width = 319
|
|
Align = alClient
|
|
AutoFill = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Type'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 1
|
|
TabOrder = 0
|
|
TabStop = True
|
|
end
|
|
object ButtonPanel: TButtonPanel
|
|
Left = 6
|
|
Height = 32
|
|
Top = 206
|
|
Width = 319
|
|
OKButton.Name = 'OKButton'
|
|
OKButton.DefaultCaption = True
|
|
HelpButton.Name = 'HelpButton'
|
|
HelpButton.DefaultCaption = True
|
|
CloseButton.Name = 'CloseButton'
|
|
CloseButton.DefaultCaption = True
|
|
CancelButton.Name = 'CancelButton'
|
|
CancelButton.DefaultCaption = True
|
|
TabOrder = 1
|
|
ShowButtons = [pbOK, pbCancel]
|
|
ShowBevel = False
|
|
end
|
|
end
|