lazarus/ide/encloseselectiondlg.lfm
2006-06-01 21:50:17 +00:00

55 lines
1.3 KiB
Plaintext

object EncloseSelectionDialog: TEncloseSelectionDialog
Left = 319
Height = 244
Top = 231
Width = 427
HorzScrollBar.Page = 426
VertScrollBar.Page = 243
Caption = 'Enclose Selection'
OnCreate = EncloseSelectionDialogCREATE
OnResize = EncloseSelectionDialogResize
Position = poScreenCenter
object TypeRadiogroup: TRadioGroup
Left = 8
Height = 189
Top = 8
Width = 409
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
end
object btnOk: TButton
Left = 88
Height = 25
Top = 208
Width = 107
Anchors = [akLeft, akBottom]
BorderSpacing.InnerBorder = 2
Caption = 'Ok'
Default = True
ModalResult = 1
TabOrder = 1
end
object btnCancel: TButton
Left = 224
Height = 25
Top = 208
Width = 104
Anchors = [akLeft, akBottom]
BorderSpacing.InnerBorder = 2
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
end