1object InitialSetupDialog: TInitialSetupDialog
2  AnchorSideBottom.Side = asrBottom
3  Left = 298
4  Height = 385
5  Top = 241
6  Width = 620
7  Caption = 'InitialSetupDialog'
8  ClientHeight = 385
9  ClientWidth = 620
10  OnCreate = FormCreate
11  OnDestroy = FormDestroy
12  Position = poScreenCenter
13  LCLVersion = '2.1.0.0'
14  object PropertiesTreeView: TTreeView
15    AnchorSideLeft.Control = Owner
16    AnchorSideTop.Control = WelcomePaintBox
17    AnchorSideTop.Side = asrBottom
18    AnchorSideRight.Control = Splitter1
19    AnchorSideBottom.Control = BtnPanel
20    Left = 6
21    Height = 276
22    Top = 54
23    Width = 159
24    Anchors = [akTop, akLeft, akRight, akBottom]
25    BorderSpacing.Left = 6
26    BorderSpacing.Top = 6
27    Images = ImageList1
28    ParentFont = False
29    ReadOnly = True
30    ScrollBars = ssNone
31    ShowButtons = False
32    ShowLines = False
33    ShowRoot = False
34    TabOrder = 0
35    OnSelectionChanged = PropertiesTreeViewSelectionChanged
36    Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoToolTips, tvoThemedDraw]
37  end
38  object Splitter1: TSplitter
39    AnchorSideTop.Control = PropertiesTreeView
40    AnchorSideBottom.Control = PropertiesTreeView
41    AnchorSideBottom.Side = asrBottom
42    Left = 165
43    Height = 276
44    Top = 54
45    Width = 5
46    Align = alNone
47    Anchors = [akTop, akLeft, akBottom]
48  end
49  object BtnPanel: TPanel
50    Left = 10
51    Height = 35
52    Top = 340
53    Width = 600
54    Align = alBottom
55    AutoSize = True
56    BorderSpacing.Around = 10
57    BevelOuter = bvNone
58    ClientHeight = 35
59    ClientWidth = 600
60    ParentFont = False
61    TabOrder = 2
62    object StartIDEBitBtn: TBitBtn
63      Left = 485
64      Height = 35
65      Top = 0
66      Width = 115
67      Align = alRight
68      AutoSize = True
69      Caption = 'StartIDEBitBtn'
70      Constraints.MinWidth = 100
71      OnClick = StartIDEBitBtnClick
72      ParentFont = False
73      TabOrder = 0
74    end
75  end
76  object PropertiesPageControl: TPageControl
77    AnchorSideLeft.Control = Splitter1
78    AnchorSideLeft.Side = asrBottom
79    AnchorSideTop.Control = Splitter1
80    AnchorSideRight.Control = Owner
81    AnchorSideRight.Side = asrBottom
82    AnchorSideBottom.Control = Splitter1
83    AnchorSideBottom.Side = asrBottom
84    Left = 170
85    Height = 276
86    Top = 54
87    Width = 444
88    ActivePage = FppkgTabSheet
89    Anchors = [akTop, akLeft, akRight, akBottom]
90    BorderSpacing.Right = 6
91    ParentFont = False
92    TabIndex = 5
93    TabOrder = 3
94    OnChange = PropertiesPageControlChange
95    Options = [nboHidePageListPopup]
96    object LazarusTabSheet: TTabSheet
97      Caption = 'LazarusTabSheet'
98      ChildSizing.LeftRightSpacing = 6
99      ChildSizing.TopBottomSpacing = 6
100      ChildSizing.HorizontalSpacing = 6
101      ChildSizing.VerticalSpacing = 6
102      ClientHeight = 243
103      ClientWidth = 434
104      ParentFont = False
105      object LazDirLabel: TLabel
106        Left = 6
107        Height = 19
108        Top = 6
109        Width = 422
110        Align = alTop
111        Caption = 'LazDirLabel'
112        ParentColor = False
113        ParentFont = False
114        WordWrap = True
115      end
116      object LazDirComboBox: TComboBox
117        AnchorSideLeft.Control = LazarusTabSheet
118        AnchorSideTop.Control = LazDirLabel
119        AnchorSideTop.Side = asrBottom
120        AnchorSideRight.Control = LazarusTabSheet
121        AnchorSideRight.Side = asrBottom
122        Left = 6
123        Height = 36
124        Top = 31
125        Width = 422
126        Anchors = [akTop, akLeft, akRight]
127        ItemHeight = 0
128        OnChange = LazDirComboBoxChange
129        ParentFont = False
130        TabOrder = 0
131        Text = 'LazDirComboBox'
132      end
133      object LazDirMemo: TMemo
134        AnchorSideTop.Control = LazDirBrowseButton
135        AnchorSideTop.Side = asrBottom
136        Left = 6
137        Height = 123
138        Top = 114
139        Width = 422
140        Align = alBottom
141        Anchors = [akTop, akLeft, akRight, akBottom]
142        Lines.Strings = (
143          'LazDirMemo'
144          ''
145          ''
146          ''
147        )
148        ParentFont = False
149        ReadOnly = True
150        ScrollBars = ssAutoVertical
151        TabOrder = 1
152      end
153      object LazDirBrowseButton: TButton
154        AnchorSideLeft.Control = LazarusTabSheet
155        AnchorSideTop.Control = LazDirComboBox
156        AnchorSideTop.Side = asrBottom
157        AnchorSideRight.Side = asrBottom
158        Left = 6
159        Height = 35
160        Top = 73
161        Width = 155
162        AutoSize = True
163        Caption = 'LazDirBrowseButton'
164        OnClick = LazDirBrowseButtonClick
165        ParentFont = False
166        TabOrder = 2
167      end
168    end
169    object CompilerTabSheet: TTabSheet
170      Caption = 'CompilerTabSheet'
171      ChildSizing.LeftRightSpacing = 6
172      ChildSizing.TopBottomSpacing = 6
173      ChildSizing.HorizontalSpacing = 6
174      ChildSizing.VerticalSpacing = 6
175      ClientHeight = 243
176      ClientWidth = 434
177      ParentFont = False
178      object CompilerLabel: TLabel
179        Left = 6
180        Height = 19
181        Top = 6
182        Width = 422
183        Align = alTop
184        Caption = 'CompilerLabel'
185        ParentColor = False
186        ParentFont = False
187        WordWrap = True
188      end
189      object CompilerComboBox: TComboBox
190        AnchorSideLeft.Control = CompilerTabSheet
191        AnchorSideTop.Control = CompilerLabel
192        AnchorSideTop.Side = asrBottom
193        AnchorSideRight.Control = CompilerTabSheet
194        AnchorSideRight.Side = asrBottom
195        Left = 6
196        Height = 36
197        Top = 31
198        Width = 422
199        Anchors = [akTop, akLeft, akRight]
200        ItemHeight = 0
201        OnChange = CompilerComboBoxChange
202        ParentFont = False
203        TabOrder = 0
204        Text = 'CompilerComboBox'
205      end
206      object CompilerBrowseButton: TButton
207        AnchorSideLeft.Control = CompilerTabSheet
208        AnchorSideTop.Control = CompilerComboBox
209        AnchorSideTop.Side = asrBottom
210        Left = 6
211        Height = 35
212        Top = 73
213        Width = 172
214        AutoSize = True
215        Caption = 'CompilerBrowseButton'
216        OnClick = CompilerBrowseButtonClick
217        ParentFont = False
218        TabOrder = 1
219      end
220      object CompilerMemo: TMemo
221        AnchorSideLeft.Control = CompilerTabSheet
222        AnchorSideTop.Control = CompilerBrowseButton
223        AnchorSideTop.Side = asrBottom
224        AnchorSideRight.Control = CompilerTabSheet
225        AnchorSideRight.Side = asrBottom
226        AnchorSideBottom.Control = CompilerTabSheet
227        AnchorSideBottom.Side = asrBottom
228        Left = 6
229        Height = 123
230        Top = 114
231        Width = 422
232        Anchors = [akTop, akLeft, akRight, akBottom]
233        Lines.Strings = (
234          'CompilerMemo'
235          ''
236          ''
237        )
238        ParentFont = False
239        ReadOnly = True
240        ScrollBars = ssAutoVertical
241        TabOrder = 2
242      end
243    end
244    object FPCSourcesTabSheet: TTabSheet
245      Caption = 'FPCSourcesTabSheet'
246      ChildSizing.LeftRightSpacing = 6
247      ChildSizing.TopBottomSpacing = 6
248      ChildSizing.HorizontalSpacing = 6
249      ChildSizing.VerticalSpacing = 6
250      ClientHeight = 243
251      ClientWidth = 434
252      ParentFont = False
253      object FPCSrcDirLabel: TLabel
254        Left = 6
255        Height = 19
256        Top = 6
257        Width = 422
258        Align = alTop
259        Caption = 'FPCSrcDirLabel'
260        ParentColor = False
261        ParentFont = False
262        WordWrap = True
263      end
264      object FPCSrcDirComboBox: TComboBox
265        Left = 6
266        Height = 36
267        Top = 31
268        Width = 422
269        Align = alTop
270        ItemHeight = 0
271        OnChange = FPCSrcDirComboBoxChange
272        ParentFont = False
273        TabOrder = 0
274        Text = 'FPCSrcDirComboBox'
275      end
276      object FPCSrcDirBrowseButton: TButton
277        AnchorSideLeft.Control = FPCSourcesTabSheet
278        AnchorSideTop.Control = FPCSrcDirComboBox
279        AnchorSideTop.Side = asrBottom
280        Left = 6
281        Height = 35
282        Top = 73
283        Width = 182
284        AutoSize = True
285        Caption = 'FPCSrcDirBrowseButton'
286        OnClick = FPCSrcDirBrowseButtonClick
287        ParentFont = False
288        TabOrder = 1
289      end
290      object FPCSrcDirMemo: TMemo
291        AnchorSideTop.Control = FPCSrcDirBrowseButton
292        AnchorSideTop.Side = asrBottom
293        Left = 6
294        Height = 123
295        Top = 114
296        Width = 422
297        Align = alBottom
298        Anchors = [akTop, akLeft, akRight, akBottom]
299        Lines.Strings = (
300          'FPCSrcDirMemo'
301          ''
302          ''
303        )
304        ParentFont = False
305        ReadOnly = True
306        ScrollBars = ssAutoVertical
307        TabOrder = 2
308      end
309      object ScanLabel: TLabel
310        AnchorSideLeft.Control = FPCSrcDirBrowseButton
311        AnchorSideLeft.Side = asrBottom
312        AnchorSideTop.Control = FPCSrcDirBrowseButton
313        AnchorSideTop.Side = asrCenter
314        Left = 200
315        Height = 19
316        Top = 81
317        Width = 60
318        BorderSpacing.Left = 12
319        Caption = 'Scanning'
320        ParentColor = False
321        ParentFont = False
322      end
323      object ScanProgressBar: TProgressBar
324        AnchorSideLeft.Control = ScanLabel
325        AnchorSideLeft.Side = asrBottom
326        AnchorSideTop.Control = ScanLabel
327        AnchorSideTop.Side = asrCenter
328        Left = 266
329        Height = 20
330        Top = 80
331        Width = 102
332        BorderSpacing.Left = 6
333        ParentFont = False
334        Style = pbstMarquee
335        TabOrder = 3
336      end
337      object StopScanButton: TBitBtn
338        AnchorSideLeft.Control = ScanProgressBar
339        AnchorSideLeft.Side = asrBottom
340        AnchorSideTop.Control = ScanProgressBar
341        AnchorSideTop.Side = asrCenter
342        AnchorSideRight.Control = ScanProgressBar
343        AnchorSideRight.Side = asrBottom
344        Left = 374
345        Height = 25
346        Top = 78
347        Width = 78
348        Caption = 'Stop'
349        OnClick = StopScanButtonClick
350        ParentFont = False
351        TabOrder = 4
352      end
353    end
354    object MakeExeTabSheet: TTabSheet
355      Caption = 'MakeExeTabSheet'
356      ClientHeight = 243
357      ClientWidth = 434
358      ParentFont = False
359      object MakeExeComboBox: TComboBox
360        Left = 6
361        Height = 36
362        Top = 31
363        Width = 422
364        Align = alTop
365        BorderSpacing.Around = 6
366        ItemHeight = 0
367        OnChange = MakeExeComboBoxChange
368        ParentFont = False
369        TabOrder = 0
370        Text = 'MakeExeComboBox'
371      end
372      object MakeExeLabel: TLabel
373        Left = 6
374        Height = 19
375        Top = 6
376        Width = 422
377        Align = alTop
378        BorderSpacing.Around = 6
379        Caption = 'MakeExeLabel'
380        ParentColor = False
381        ParentFont = False
382        WordWrap = True
383      end
384      object MakeExeBrowseButton: TButton
385        AnchorSideLeft.Control = MakeExeTabSheet
386        AnchorSideTop.Control = MakeExeComboBox
387        AnchorSideTop.Side = asrBottom
388        Left = 6
389        Height = 35
390        Top = 73
391        Width = 171
392        AutoSize = True
393        BorderSpacing.Around = 6
394        Caption = 'MakeExeBrowseButton'
395        OnClick = MakeExeBrowseButtonClick
396        ParentFont = False
397        TabOrder = 1
398      end
399      object MakeExeMemo: TMemo
400        AnchorSideTop.Control = MakeExeBrowseButton
401        AnchorSideTop.Side = asrBottom
402        Left = 6
403        Height = 123
404        Top = 114
405        Width = 422
406        Align = alBottom
407        Anchors = [akTop, akLeft, akRight, akBottom]
408        BorderSpacing.Around = 6
409        Lines.Strings = (
410          'FPCSrcDirMemo'
411          ''
412          ''
413        )
414        ParentFont = False
415        ReadOnly = True
416        ScrollBars = ssAutoVertical
417        TabOrder = 2
418      end
419    end
420    object DebuggerTabSheet: TTabSheet
421      Caption = 'DebuggerTabSheet'
422      ClientHeight = 243
423      ClientWidth = 434
424      ParentFont = False
425      object DebuggerComboBox: TComboBox
426        Left = 6
427        Height = 36
428        Top = 31
429        Width = 422
430        Align = alTop
431        BorderSpacing.Around = 6
432        ItemHeight = 0
433        OnChange = DebuggerComboBoxChange
434        ParentFont = False
435        TabOrder = 0
436        Text = 'DebuggerComboBox'
437      end
438      object DebuggerLabel: TLabel
439        Left = 6
440        Height = 19
441        Top = 6
442        Width = 422
443        Align = alTop
444        BorderSpacing.Around = 6
445        Caption = 'DebuggerLabel'
446        ParentColor = False
447        ParentFont = False
448        WordWrap = True
449      end
450      object DebuggerBrowseButton: TButton
451        AnchorSideLeft.Control = DebuggerTabSheet
452        AnchorSideTop.Control = DebuggerComboBox
453        AnchorSideTop.Side = asrBottom
454        Left = 6
455        Height = 35
456        Top = 73
457        Width = 176
458        AutoSize = True
459        BorderSpacing.Around = 6
460        Caption = 'DebuggerBrowseButton'
461        OnClick = DebuggerBrowseButtonClick
462        ParentFont = False
463        TabOrder = 1
464      end
465      object DebuggerMemo: TMemo
466        AnchorSideTop.Control = DebuggerBrowseButton
467        AnchorSideTop.Side = asrBottom
468        Left = 6
469        Height = 123
470        Top = 114
471        Width = 422
472        Align = alBottom
473        Anchors = [akTop, akLeft, akRight, akBottom]
474        BorderSpacing.Around = 6
475        Lines.Strings = (
476          'FPCSrcDirMemo'
477          ''
478          ''
479        )
480        ParentFont = False
481        ReadOnly = True
482        ScrollBars = ssAutoVertical
483        TabOrder = 2
484      end
485    end
486    object FppkgTabSheet: TTabSheet
487      Caption = 'FppkgTabSheet'
488      ClientHeight = 243
489      ClientWidth = 434
490      ParentFont = False
491      object FppkgComboBox: TComboBox
492        Left = 6
493        Height = 36
494        Top = 6
495        Width = 422
496        Align = alTop
497        BorderSpacing.Around = 6
498        ItemHeight = 0
499        OnChange = FppkgComboBoxChange
500        ParentFont = False
501        TabOrder = 0
502        Text = 'FppkgComboBox'
503      end
504      object FppkgLabel: TLabel
505        Left = 6
506        Height = 19
507        Top = 48
508        Width = 422
509        Align = alTop
510        BorderSpacing.Around = 6
511        Caption = 'FppkgLabel'
512        ParentColor = False
513        ParentFont = False
514        WordWrap = True
515      end
516      object FppkgBrowseButton: TButton
517        AnchorSideLeft.Control = FppkgTabSheet
518        AnchorSideTop.Control = FppkgLabel
519        AnchorSideTop.Side = asrBottom
520        Left = 6
521        Height = 35
522        Top = 73
523        Width = 151
524        AutoSize = True
525        BorderSpacing.Around = 6
526        Caption = 'FppkgBrowseButton'
527        OnClick = FppkgBrowseButtonClick
528        ParentFont = False
529        TabOrder = 1
530      end
531      object FppkgMemo: TMemo
532        AnchorSideTop.Control = FppkgWriteConfigButton
533        AnchorSideTop.Side = asrBottom
534        Left = 6
535        Height = 123
536        Top = 114
537        Width = 422
538        Align = alBottom
539        Anchors = [akTop, akLeft, akRight, akBottom]
540        BorderSpacing.Around = 6
541        Lines.Strings = (
542          'FPCSrcDirMemo'
543          ''
544          ''
545        )
546        ParentFont = False
547        ReadOnly = True
548        ScrollBars = ssAutoVertical
549        TabOrder = 2
550      end
551      object FppkgWriteConfigButton: TButton
552        AnchorSideLeft.Control = DebuggerTabSheet
553        AnchorSideTop.Control = FppkgLabel
554        AnchorSideTop.Side = asrBottom
555        Left = 247
556        Height = 35
557        Top = 73
558        Width = 181
559        Anchors = [akTop, akRight]
560        AutoSize = True
561        BorderSpacing.Around = 6
562        Caption = 'FppkgWriteConfigButton'
563        Enabled = False
564        OnClick = FppkgWriteConfigButtonClick
565        ParentFont = False
566        TabOrder = 3
567      end
568    end
569  end
570  object WelcomePaintBox: TPaintBox
571    Left = 0
572    Height = 48
573    Top = 0
574    Width = 620
575    Align = alTop
576    ParentFont = False
577    OnPaint = WelcomePaintBoxPaint
578  end
579  object ImageList1: TImageList
580    Left = 55
581    Top = 145
582  end
583end
584