1object ImExportCompOptsDlg: TImExportCompOptsDlg
2  Left = 416
3  Height = 171
4  Top = 208
5  Width = 451
6  BorderIcons = [biSystemMenu]
7  BorderStyle = bsDialog
8  Caption = 'ImExportCompOptsDlg'
9  ClientHeight = 171
10  ClientWidth = 451
11  Constraints.MinHeight = 113
12  Constraints.MinWidth = 300
13  OnClose = ImExportCompOptsDlgCLOSE
14  OnCreate = ImExportCompOptsDlgCREATE
15  Position = poScreenCenter
16  LCLVersion = '1.9.0.0'
17  object ButtonPanel1: TButtonPanel
18    Left = 6
19    Height = 34
20    Top = 131
21    Width = 439
22    OKButton.Name = 'OKButton'
23    OKButton.DefaultCaption = True
24    HelpButton.Name = 'HelpButton'
25    HelpButton.DefaultCaption = True
26    CloseButton.Name = 'CloseButton'
27    CloseButton.DefaultCaption = True
28    CancelButton.Name = 'CancelButton'
29    CancelButton.DefaultCaption = True
30    TabOrder = 3
31    ShowButtons = [pbOK, pbCancel, pbHelp]
32  end
33  object FileLabel: TLabel
34    AnchorSideLeft.Control = Owner
35    AnchorSideTop.Control = Owner
36    Left = 6
37    Height = 15
38    Top = 6
39    Width = 18
40    BorderSpacing.Left = 6
41    BorderSpacing.Top = 6
42    Caption = 'File'
43    ParentColor = False
44  end
45  object ExportRadioGroup: TRadioGroup
46    AnchorSideTop.Side = asrBottom
47    Left = 6
48    Height = 66
49    Top = 54
50    Width = 210
51    AutoFill = True
52    BorderSpacing.Top = 6
53    Caption = 'Compiler options of'
54    ChildSizing.LeftRightSpacing = 6
55    ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
56    ChildSizing.EnlargeVertical = crsHomogenousChildResize
57    ChildSizing.ShrinkHorizontal = crsScaleChilds
58    ChildSizing.ShrinkVertical = crsScaleChilds
59    ChildSizing.Layout = cclLeftToRightThenTopToBottom
60    ChildSizing.ControlsPerLine = 1
61    ClientHeight = 46
62    ClientWidth = 206
63    ItemIndex = 0
64    Items.Strings = (
65      'Current build mode'
66      'All build modes'
67    )
68    TabOrder = 2
69  end
70  object FileNameEdit: TComboBox
71    AnchorSideLeft.Control = FileLabel
72    AnchorSideTop.Control = FileLabel
73    AnchorSideTop.Side = asrBottom
74    AnchorSideRight.Control = ButtonBrowse
75    Left = 6
76    Height = 23
77    Top = 25
78    Width = 410
79    Anchors = [akTop, akLeft, akRight]
80    BorderSpacing.Top = 4
81    BorderSpacing.Right = 4
82    ItemHeight = 15
83    OnChange = FileNameEditChange
84    ParentShowHint = False
85    TabOrder = 0
86  end
87  object ButtonBrowse: TButton
88    AnchorSideLeft.Control = FileNameEdit
89    AnchorSideLeft.Side = asrBottom
90    AnchorSideTop.Control = FileNameEdit
91    AnchorSideRight.Control = Owner
92    AnchorSideRight.Side = asrBottom
93    Left = 420
94    Height = 25
95    Top = 25
96    Width = 25
97    Anchors = [akTop, akRight]
98    BorderSpacing.Right = 6
99    Caption = '...'
100    OnClick = ButtonBrowseClick
101    TabOrder = 1
102  end
103  object OpenDlg: TOpenDialog
104    Options = [ofFileMustExist, ofEnableSizing, ofViewDetail]
105    left = 304
106    top = 88
107  end
108  object SaveDlg: TSaveDialog
109    left = 349
110    top = 88
111  end
112end
113