1object BuildFileDialog: TBuildFileDialog
2  Left = 873
3  Height = 417
4  Top = 201
5  Width = 451
6  ActiveControl = Notebook1
7  BorderIcons = [biSystemMenu]
8  Caption = 'BuildFileDialog'
9  ClientHeight = 417
10  ClientWidth = 451
11  KeyPreview = True
12  OnCreate = BuildFileDialogCreate
13  OnKeyDown = BuildFileDialogKeyDown
14  Position = poScreenCenter
15  LCLVersion = '1.9.0.0'
16  object Notebook1: TPageControl
17    Left = 0
18    Height = 377
19    Top = 0
20    Width = 451
21    ActivePage = RunPage
22    Align = alClient
23    BorderSpacing.Bottom = 6
24    TabIndex = 2
25    TabOrder = 0
26    object GeneralPage: TTabSheet
27      Caption = 'Options'
28      ClientHeight = 350
29      ClientWidth = 447
30      object WhenFileIsActiveGroupbox: TGroupBox
31        Left = 6
32        Height = 81
33        Top = 6
34        Width = 435
35        Align = alTop
36        AutoSize = True
37        BorderSpacing.Around = 6
38        Caption = 'When this file is active in source editor ...'
39        ClientHeight = 66
40        ClientWidth = 431
41        TabOrder = 0
42        object OverrideBuildProjectCheckbox: TCheckBox
43          Left = 6
44          Height = 24
45          Top = 6
46          Width = 419
47          Align = alTop
48          BorderSpacing.Around = 6
49          Caption = 'On build project execute the Build File command instead'
50          TabOrder = 0
51        end
52        object OverrideRunProjectCheckbox: TCheckBox
53          Left = 6
54          Height = 24
55          Top = 36
56          Width = 419
57          Align = alTop
58          BorderSpacing.Around = 6
59          Caption = 'On run project execute the Run File command instead'
60          TabOrder = 1
61        end
62      end
63    end
64    object BuildPage: TTabSheet
65      Caption = 'Build'
66      ClientHeight = 350
67      ClientWidth = 447
68      object BuildCommandGroupbox: TGroupBox
69        Left = 6
70        Height = 80
71        Top = 72
72        Width = 431
73        Align = alTop
74        BorderSpacing.Around = 6
75        Caption = 'Build Command'
76        ClientHeight = 65
77        ClientWidth = 427
78        TabOrder = 0
79        object BuildCommandMemo: TMemo
80          Left = 6
81          Height = 50
82          Top = 6
83          Width = 415
84          Align = alClient
85          BorderSpacing.Around = 6
86          Lines.Strings = (
87            'CompileCommandMemo'
88          )
89          TabOrder = 0
90        end
91      end
92      object BuildScanForFPCMsgCheckbox: TCheckBox
93        Left = 6
94        Height = 22
95        Top = 158
96        Width = 431
97        Align = alTop
98        BorderSpacing.Around = 6
99        Caption = 'Scan for FPC messages'
100        TabOrder = 1
101      end
102      object BuildScanForMakeMsgCheckbox: TCheckBox
103        Left = 6
104        Height = 22
105        Top = 186
106        Width = 431
107        Align = alTop
108        BorderSpacing.Around = 6
109        Caption = 'Scan for Make messages'
110        TabOrder = 2
111      end
112      object BuildWorkingDirGroupbox: TGroupBox
113        Left = 6
114        Height = 60
115        Top = 6
116        Width = 431
117        Align = alTop
118        AutoSize = True
119        BorderSpacing.Around = 6
120        Caption = 'Working directory (Leave empty for file path)'
121        ClientHeight = 45
122        ClientWidth = 427
123        TabOrder = 3
124        object BuildWorkDirCombobox: TComboBox
125          AnchorSideLeft.Control = BuildWorkingDirGroupbox
126          AnchorSideTop.Control = BuildWorkingDirGroupbox
127          AnchorSideRight.Control = BuildBrowseWorkDirButton
128          Left = 6
129          Height = 21
130          Top = 6
131          Width = 384
132          Anchors = [akTop, akLeft, akRight]
133          BorderSpacing.Around = 6
134          ItemHeight = 0
135          TabOrder = 0
136          Text = 'BuildWorkDirCombobox'
137        end
138        object BuildBrowseWorkDirButton: TButton
139          AnchorSideTop.Control = BuildWorkingDirGroupbox
140          AnchorSideRight.Control = BuildWorkingDirGroupbox
141          AnchorSideRight.Side = asrBottom
142          Left = 396
143          Height = 25
144          Top = 6
145          Width = 25
146          Anchors = [akTop, akRight]
147          BorderSpacing.Around = 6
148          Caption = '...'
149          OnClick = BuildBrowseWorkDirButtonCLICK
150          TabOrder = 1
151        end
152      end
153    end
154    object RunPage: TTabSheet
155      Caption = 'Run'
156      ClientHeight = 350
157      ClientWidth = 447
158      object RunBeforeBuildCheckbox: TCheckBox
159        Left = 6
160        Height = 24
161        Top = 6
162        Width = 435
163        Align = alTop
164        BorderSpacing.Around = 6
165        Caption = 'Run before build'
166        TabOrder = 0
167      end
168      object RunCommandGroupbox: TGroupBox
169        Left = 6
170        Height = 98
171        Top = 126
172        Width = 435
173        Align = alTop
174        BorderSpacing.Around = 6
175        Caption = 'Run Command'
176        ClientHeight = 83
177        ClientWidth = 431
178        TabOrder = 1
179        object RunCommandMemo: TMemo
180          Left = 6
181          Height = 71
182          Top = 6
183          Width = 419
184          Align = alClient
185          BorderSpacing.Around = 6
186          Lines.Strings = (
187            'CompileCommandMemo'
188          )
189          TabOrder = 0
190        end
191      end
192      object RunWorkDirGroupbox: TGroupBox
193        Left = 6
194        Height = 54
195        Top = 66
196        Width = 435
197        Align = alTop
198        AutoSize = True
199        BorderSpacing.Around = 6
200        Caption = 'Working Directory (Leave empty for file path)'
201        ClientHeight = 39
202        ClientWidth = 431
203        TabOrder = 2
204        object RunWorkDirCombobox: TComboBox
205          AnchorSideLeft.Control = RunWorkDirGroupbox
206          AnchorSideTop.Control = RunWorkDirGroupbox
207          AnchorSideRight.Control = RunBrowseWorkDirButton
208          Left = 6
209          Height = 27
210          Top = 6
211          Width = 388
212          Anchors = [akTop, akLeft, akRight]
213          BorderSpacing.Around = 6
214          ItemHeight = 0
215          TabOrder = 0
216          Text = 'RunWorkDirCombobox'
217        end
218        object RunBrowseWorkDirButton: TButton
219          AnchorSideRight.Side = asrBottom
220          Left = 400
221          Height = 27
222          Top = 6
223          Width = 25
224          HelpType = htKeyword
225          Align = alRight
226          BorderSpacing.Around = 6
227          Caption = '...'
228          OnClick = BuildBrowseWorkDirButtonCLICK
229          TabOrder = 1
230        end
231      end
232      object RunShowOutputCheckBox: TCheckBox
233        Left = 6
234        Height = 24
235        Top = 36
236        Width = 435
237        Align = alTop
238        BorderSpacing.Around = 6
239        Caption = 'Show output in Messages window'
240        TabOrder = 3
241      end
242    end
243  end
244  object ButtonPanel: TButtonPanel
245    Left = 6
246    Height = 28
247    Top = 383
248    Width = 439
249    OKButton.Name = 'OKButton'
250    OKButton.DefaultCaption = True
251    HelpButton.Name = 'HelpButton'
252    HelpButton.DefaultCaption = True
253    CloseButton.Name = 'CloseButton'
254    CloseButton.DefaultCaption = True
255    CancelButton.Name = 'CancelButton'
256    CancelButton.DefaultCaption = True
257    TabOrder = 1
258    ShowButtons = [pbOK, pbCancel, pbHelp]
259    ShowBevel = False
260  end
261end
262