mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-15 15:42:44 +02:00
56 lines
1.3 KiB
Plaintext
56 lines
1.3 KiB
Plaintext
object EncloseSelectionDialog: TEncloseSelectionDialog
|
|
Caption = 'Enclose Selection'
|
|
ClientHeight = 244
|
|
ClientWidth = 427
|
|
OnCreate = EncloseSelectionDialogCREATE
|
|
OnResize = EncloseSelectionDialogResize
|
|
PixelsPerInch = 112
|
|
Position = poScreenCenter
|
|
HorzScrollBar.Page = 426
|
|
VertScrollBar.Page = 243
|
|
Left = 319
|
|
Height = 244
|
|
Top = 231
|
|
Width = 427
|
|
object TypeRadiogroup: TRadioGroup
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
AutoFill = True
|
|
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
|
|
Left = 8
|
|
Height = 189
|
|
Top = 8
|
|
Width = 409
|
|
end
|
|
object btnOk: TButton
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'Ok'
|
|
Default = True
|
|
OnClick = btnOkClick
|
|
TabOrder = 1
|
|
Left = 88
|
|
Height = 25
|
|
Top = 208
|
|
Width = 107
|
|
end
|
|
object btnCancel: TButton
|
|
Anchors = [akLeft, akBottom]
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 2
|
|
Left = 224
|
|
Height = 25
|
|
Top = 208
|
|
Width = 104
|
|
end
|
|
end
|