1object EncloseSelectionDialog: TEncloseSelectionDialog
2  Left = 319
3  Height = 244
4  Top = 231
5  Width = 331
6  Caption = 'Enclose Selection'
7  ClientHeight = 244
8  ClientWidth = 331
9  OnCreate = EncloseSelectionDialogCREATE
10  Position = poScreenCenter
11  LCLVersion = '1.5'
12  object TypeRadiogroup: TRadioGroup
13    Left = 6
14    Height = 194
15    Top = 6
16    Width = 319
17    Align = alClient
18    AutoFill = True
19    BorderSpacing.Around = 6
20    Caption = 'Type'
21    ChildSizing.LeftRightSpacing = 6
22    ChildSizing.TopBottomSpacing = 6
23    ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
24    ChildSizing.EnlargeVertical = crsHomogenousChildResize
25    ChildSizing.ShrinkHorizontal = crsScaleChilds
26    ChildSizing.ShrinkVertical = crsScaleChilds
27    ChildSizing.Layout = cclLeftToRightThenTopToBottom
28    ChildSizing.ControlsPerLine = 1
29    TabOrder = 0
30    TabStop = True
31  end
32  object ButtonPanel: TButtonPanel
33    Left = 6
34    Height = 32
35    Top = 206
36    Width = 319
37    OKButton.Name = 'OKButton'
38    OKButton.DefaultCaption = True
39    HelpButton.Name = 'HelpButton'
40    HelpButton.DefaultCaption = True
41    CloseButton.Name = 'CloseButton'
42    CloseButton.DefaultCaption = True
43    CancelButton.Name = 'CancelButton'
44    CancelButton.DefaultCaption = True
45    TabOrder = 1
46    ShowButtons = [pbOK, pbCancel]
47    ShowBevel = False
48  end
49end
50