File: buildlazdialog.lfm

package info (click to toggle)
lazarus 2.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 214,460 kB
  • sloc: pascal: 1,862,622; xml: 265,709; cpp: 56,595; sh: 3,008; java: 609; makefile: 535; perl: 297; sql: 222; ansic: 137
file content (570 lines) | stat: -rw-r--r-- 17,747 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
  Left = 378
  Height = 480
  Top = 195
  Width = 700
  VertScrollBar.Visible = False
  BorderIcons = [biSystemMenu]
  Caption = 'ConfigureBuildLazarusDlg'
  ClientHeight = 480
  ClientWidth = 700
  Constraints.MinHeight = 440
  Constraints.MinWidth = 550
  OnClose = FormClose
  OnCreate = FormCreate
  OnResize = FormResize
  OnShow = FormShow
  Position = poScreenCenter
  LCLVersion = '1.9.0.0'
  object CBLDBtnPanel: TPanel
    AnchorSideTop.Side = asrBottom
    Left = 0
    Height = 38
    Top = 442
    Width = 700
    Align = alBottom
    AutoSize = True
    BevelOuter = bvNone
    ClientHeight = 38
    ClientWidth = 700
    TabOrder = 0
    object CancelButton: TBitBtn
      Left = 612
      Height = 26
      Top = 6
      Width = 82
      Align = alRight
      AutoSize = True
      BorderSpacing.Around = 6
      Cancel = True
      Caption = 'Cancel'
      Kind = bkCancel
      ModalResult = 2
      TabOrder = 4
    end
    object SaveSettingsButton: TBitBtn
      Left = 512
      Height = 26
      Top = 6
      Width = 94
      Align = alRight
      AutoSize = True
      BorderSpacing.Around = 6
      Caption = 'Save settings'
      OnClick = SaveSettingsButtonClick
      TabOrder = 3
    end
    object CompileButton: TBitBtn
      Left = 302
      Height = 26
      Top = 6
      Width = 71
      Align = alRight
      AutoSize = True
      BorderSpacing.Around = 6
      Caption = 'Compile'
      OnClick = CompileButtonClick
      TabOrder = 1
    end
    object HelpButton: TBitBtn
      Left = 6
      Height = 26
      Top = 6
      Width = 71
      Align = alLeft
      AutoSize = True
      BorderSpacing.Around = 6
      Caption = '&Help'
      Kind = bkHelp
      OnClick = HelpButtonClick
      TabOrder = 0
    end
    object CompileAdvancedButton: TBitBtn
      Left = 379
      Height = 26
      Top = 6
      Width = 127
      Align = alRight
      AutoSize = True
      BorderSpacing.Around = 6
      Caption = 'Compile Advanced'
      OnClick = CompileAdvancedButtonClick
      TabOrder = 2
    end
  end
  object PageControl1: TPageControl
    Left = 0
    Height = 442
    Top = 0
    Width = 700
    ActivePage = BuildTabSheet
    Align = alClient
    TabIndex = 0
    TabOrder = 1
    object BuildTabSheet: TTabSheet
      Caption = 'BuildTabSheet'
      ClientHeight = 414
      ClientWidth = 692
      object DetailsPanel: TPanel
        Left = 0
        Height = 414
        Top = 0
        Width = 692
        Align = alClient
        AutoSize = True
        BevelOuter = bvNone
        ClientHeight = 414
        ClientWidth = 692
        TabOrder = 0
        object BuildProfileLabel: TLabel
          AnchorSideLeft.Control = DetailsPanel
          AnchorSideTop.Control = BuildProfileComboBox
          AnchorSideTop.Side = asrCenter
          Left = 6
          Height = 15
          Top = 11
          Width = 83
          BorderSpacing.Top = 5
          BorderSpacing.Around = 6
          Caption = 'Profile to Build'
          Font.Style = [fsBold]
          ParentColor = False
          ParentFont = False
        end
        object BuildProfileComboBox: TComboBox
          AnchorSideLeft.Control = BuildProfileLabel
          AnchorSideLeft.Side = asrBottom
          AnchorSideTop.Side = asrCenter
          AnchorSideRight.Control = BuildProfileButton
          Left = 95
          Height = 23
          Hint = 'Name of the active profile.'
          Top = 7
          Width = 560
          Anchors = [akTop, akLeft, akRight]
          BorderSpacing.Left = 6
          BorderSpacing.Right = 6
          ItemHeight = 15
          OnSelect = BuildProfileComboBoxSelect
          ParentShowHint = False
          ShowHint = True
          Style = csDropDownList
          TabOrder = 0
        end
        object BuildProfileButton: TButton
          AnchorSideTop.Control = BuildProfileComboBox
          AnchorSideTop.Side = asrCenter
          AnchorSideRight.Control = DetailsPanel
          AnchorSideRight.Side = asrBottom
          AnchorSideBottom.Side = asrBottom
          Left = 661
          Height = 25
          Hint = 'Manage profiles'
          Top = 6
          Width = 25
          Anchors = [akTop, akRight]
          BorderSpacing.Left = 6
          BorderSpacing.Right = 6
          Caption = '...'
          OnClick = BuildProfileButtonClick
          ParentShowHint = False
          ShowHint = True
          TabOrder = 1
        end
        object OptionsLabel: TLabel
          AnchorSideLeft.Control = LCLWidgetTypeLabel
          AnchorSideTop.Control = LCLWidgetTypeComboBox
          AnchorSideTop.Side = asrBottom
          Left = 6
          Height = 15
          Top = 80
          Width = 42
          Alignment = taRightJustify
          BorderSpacing.Top = 6
          Caption = 'Options'
          Layout = tlBottom
          ParentColor = False
        end
        object OptionsMemo: TMemo
          AnchorSideLeft.Control = OptionsLabel
          AnchorSideTop.Control = OptionsLabel
          AnchorSideTop.Side = asrBottom
          AnchorSideRight.Control = BuildProfileButton
          AnchorSideRight.Side = asrBottom
          Left = 6
          Height = 56
          Hint = 'Options passed to compiler'
          Top = 95
          Width = 680
          Anchors = [akTop, akLeft, akRight]
          Lines.Strings = (
            ''
          )
          PopupMenu = OptionsPopupMenu
          ParentShowHint = False
          ScrollBars = ssAutoBoth
          ShowHint = True
          TabOrder = 4
        end
        object DefinesLabel: TLabel
          AnchorSideLeft.Control = DetailsPanel
          AnchorSideTop.Control = TargetDirectoryComboBox
          AnchorSideTop.Side = asrBottom
          Left = 6
          Height = 15
          Top = 201
          Width = 39
          BorderSpacing.Left = 6
          BorderSpacing.Top = 6
          Caption = 'Defines'
          ParentColor = False
        end
        object DefinesListBox: TCheckListBox
          AnchorSideLeft.Control = OptionsMemo
          AnchorSideTop.Control = DefinesLabel
          AnchorSideTop.Side = asrBottom
          AnchorSideRight.Control = CleanUpGroupBox
          AnchorSideBottom.Control = CommonsDividerBevel
          Left = 6
          Height = 133
          Hint = 'Defines without -d'
          Top = 216
          Width = 491
          Anchors = [akTop, akLeft, akRight, akBottom]
          ItemHeight = 0
          ParentShowHint = False
          PopupMenu = OptionsPopupMenu
          ShowHint = True
          TabOrder = 2
        end
        object LCLWidgetTypeLabel: TLabel
          AnchorSideLeft.Control = BuildProfileLabel
          AnchorSideTop.Control = BuildProfileComboBox
          AnchorSideTop.Side = asrBottom
          Left = 6
          Height = 15
          Top = 36
          Width = 89
          BorderSpacing.Top = 6
          Caption = 'LCL Widget Type'
          ParentColor = False
        end
        object LCLWidgetTypeComboBox: TComboBox
          AnchorSideLeft.Control = LCLWidgetTypeLabel
          AnchorSideTop.Control = LCLWidgetTypeLabel
          AnchorSideTop.Side = asrBottom
          AnchorSideRight.Side = asrBottom
          Left = 6
          Height = 23
          Top = 51
          Width = 209
          ItemHeight = 15
          Style = csDropDownList
          TabOrder = 3
        end
        object TargetDirectoryLabel: TLabel
          AnchorSideLeft.Control = LCLWidgetTypeLabel
          AnchorSideTop.Control = OptionsMemo
          AnchorSideTop.Side = asrBottom
          Left = 6
          Height = 15
          Top = 157
          Width = 84
          Alignment = taRightJustify
          BorderSpacing.Top = 6
          Caption = 'Target Directory'
          ParentColor = False
        end
        object TargetDirectoryComboBox: TComboBox
          AnchorSideLeft.Control = TargetDirectoryLabel
          AnchorSideTop.Control = TargetDirectoryLabel
          AnchorSideTop.Side = asrBottom
          AnchorSideRight.Control = TargetDirectoryButton
          Left = 6
          Height = 23
          Top = 172
          Width = 649
          Anchors = [akTop, akLeft, akRight]
          BorderSpacing.Right = 6
          ItemHeight = 15
          TabOrder = 5
        end
        object TargetOSLabel: TLabel
          AnchorSideLeft.Control = LCLWidgetTypeComboBox
          AnchorSideLeft.Side = asrBottom
          AnchorSideTop.Control = BuildProfileComboBox
          AnchorSideTop.Side = asrBottom
          Left = 221
          Height = 15
          Top = 36
          Width = 51
          Alignment = taRightJustify
          BorderSpacing.Left = 6
          BorderSpacing.Top = 6
          Caption = 'Target OS'
          ParentColor = False
        end
        object TargetCPULabel: TLabel
          AnchorSideLeft.Control = TargetOSComboBox
          AnchorSideLeft.Side = asrBottom
          AnchorSideTop.Control = BuildProfileComboBox
          AnchorSideTop.Side = asrBottom
          Left = 451
          Height = 15
          Top = 36
          Width = 59
          Alignment = taRightJustify
          BorderSpacing.Left = 6
          BorderSpacing.Top = 6
          Caption = 'Target CPU'
          ParentColor = False
        end
        object UpdateRevisionIncCheckBox: TCheckBox
          AnchorSideLeft.Control = ConfirmBuildCheckBox
          AnchorSideLeft.Side = asrBottom
          AnchorSideTop.Control = ConfirmBuildCheckBox
          AnchorSideBottom.Side = asrBottom
          Left = 434
          Height = 19
          Hint = 'Increment revision? (ToDo: get a better hint)'
          Top = 373
          Width = 170
          BorderSpacing.Left = 12
          Caption = 'UpdateRevisionIncCheckBox'
          ParentShowHint = False
          ShowHint = True
          TabOrder = 9
        end
        object TargetCPUComboBox: TComboBox
          AnchorSideLeft.Control = TargetCPULabel
          AnchorSideTop.Control = TargetCPULabel
          AnchorSideTop.Side = asrBottom
          AnchorSideRight.Control = OptionsMemo
          AnchorSideRight.Side = asrBottom
          Left = 451
          Height = 23
          Top = 51
          Width = 235
          Anchors = [akTop, akLeft, akRight]
          ItemHeight = 15
          TabOrder = 8
        end
        object CommonsDividerBevel: TDividerBevel
          AnchorSideLeft.Control = DetailsPanel
          AnchorSideTop.Side = asrBottom
          AnchorSideRight.Control = DetailsPanel
          AnchorSideRight.Side = asrBottom
          Left = 6
          Height = 15
          Top = 349
          Width = 680
          Caption = 'CommonsDividerBevel'
          Anchors = [akLeft, akRight, akBottom]
          BorderSpacing.Left = 6
          BorderSpacing.Right = 6
          BorderSpacing.Bottom = 6
          Font.Style = [fsBold]
          ParentFont = False
        end
        object RestartAfterBuildCheckBox: TCheckBox
          AnchorSideLeft.Control = DefinesButton
          AnchorSideLeft.Side = asrBottom
          AnchorSideTop.Control = DefinesButton
          AnchorSideTop.Side = asrCenter
          AnchorSideBottom.Side = asrBottom
          Left = 106
          Height = 19
          Hint = 'Restart Lazarus automatically after building the IDE. Has no effect when building other parts'
          Top = 373
          Width = 161
          BorderSpacing.Left = 12
          BorderSpacing.Top = 7
          Caption = 'RestartAfterBuildCheckBox'
          ParentShowHint = False
          ShowHint = True
          TabOrder = 10
        end
        object ConfirmBuildCheckBox: TCheckBox
          AnchorSideLeft.Control = RestartAfterBuildCheckBox
          AnchorSideLeft.Side = asrBottom
          AnchorSideTop.Control = RestartAfterBuildCheckBox
          Left = 279
          Height = 19
          Hint = 'Show confirmation dialog when building directly from Tools menu'
          Top = 373
          Width = 143
          BorderSpacing.Left = 12
          Caption = 'ConfirmBuildCheckBox'
          ParentShowHint = False
          ShowHint = True
          TabOrder = 11
        end
        object DefinesButton: TButton
          AnchorSideLeft.Control = CommonsDividerBevel
          AnchorSideTop.Control = CommonsDividerBevel
          AnchorSideTop.Side = asrBottom
          AnchorSideRight.Side = asrBottom
          AnchorSideBottom.Side = asrBottom
          Left = 6
          Height = 25
          Hint = 'Edit list of defines which can be used by any profile'
          Top = 370
          Width = 88
          AutoSize = True
          BorderSpacing.Right = 6
          Caption = 'Edit Defines'
          OnClick = DefinesButtonClick
          ParentShowHint = False
          ShowHint = True
          TabOrder = 12
        end
        object TargetDirectoryButton: TButton
          AnchorSideLeft.Side = asrBottom
          AnchorSideTop.Control = TargetDirectoryComboBox
          AnchorSideTop.Side = asrCenter
          AnchorSideRight.Control = DetailsPanel
          AnchorSideRight.Side = asrBottom
          AnchorSideBottom.Side = asrBottom
          Left = 661
          Height = 25
          Top = 171
          Width = 25
          Anchors = [akTop, akRight]
          BorderSpacing.Left = 6
          BorderSpacing.Right = 6
          Caption = '...'
          OnClick = TargetDirectoryButtonClick
          TabOrder = 6
        end
        object TargetOSComboBox: TComboBox
          AnchorSideLeft.Control = TargetOSLabel
          AnchorSideTop.Control = TargetOSLabel
          AnchorSideTop.Side = asrBottom
          AnchorSideRight.Control = LCLWidgetTypeComboBox
          AnchorSideRight.Side = asrBottom
          Left = 221
          Height = 23
          Top = 51
          Width = 224
          ItemHeight = 15
          TabOrder = 7
        end
        object CleanUpGroupBox: TGroupBox
          AnchorSideLeft.Control = DefinesListBox
          AnchorSideLeft.Side = asrBottom
          AnchorSideTop.Control = TargetDirectoryComboBox
          AnchorSideTop.Side = asrBottom
          AnchorSideRight.Control = DetailsPanel
          AnchorSideRight.Side = asrBottom
          AnchorSideBottom.Control = CommonsDividerBevel
          Left = 503
          Height = 148
          Top = 201
          Width = 183
          Anchors = [akTop, akRight, akBottom]
          AutoSize = True
          BorderSpacing.Left = 6
          BorderSpacing.Top = 6
          BorderSpacing.Right = 6
          Caption = 'Clean up'
          ChildSizing.LeftRightSpacing = 6
          ChildSizing.TopBottomSpacing = 6
          ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
          ChildSizing.ShrinkHorizontal = crsScaleChilds
          ChildSizing.ShrinkVertical = crsScaleChilds
          ChildSizing.Layout = cclLeftToRightThenTopToBottom
          ChildSizing.ControlsPerLine = 1
          ClientHeight = 128
          ClientWidth = 179
          ParentShowHint = False
          ShowHint = True
          TabOrder = 13
          object CleanAutoRadioButton: TRadioButton
            AnchorSideTop.Control = CleanCommonCheckBox
            AnchorSideTop.Side = asrBottom
            Left = 6
            Height = 19
            Top = 31
            Width = 142
            BorderSpacing.Top = 6
            Caption = 'CleanAutoRadioButton'
            Checked = True
            OnClick = CleanRadioButtonClick
            TabOrder = 0
            TabStop = True
          end
          object CleanCommonRadioButton: TRadioButton
            AnchorSideTop.Control = CleanAutoRadioButton
            AnchorSideTop.Side = asrBottom
            Left = 6
            Height = 19
            Top = 56
            Width = 167
            BorderSpacing.Top = 6
            Caption = 'CleanCommonRadioButton'
            OnClick = CleanRadioButtonClick
            TabOrder = 1
          end
          object CleanAllRadioButton: TRadioButton
            AnchorSideTop.Control = CleanCommonRadioButton
            AnchorSideTop.Side = asrBottom
            Left = 6
            Height = 19
            Top = 81
            Width = 130
            BorderSpacing.Top = 6
            Caption = 'CleanAllRadioButton'
            OnClick = CleanRadioButtonClick
            TabOrder = 2
          end
          object CleanOnceCheckBox: TCheckBox
            AnchorSideTop.Control = CleanAllRadioButton
            AnchorSideTop.Side = asrBottom
            Left = 6
            Height = 19
            Top = 106
            Width = 130
            BorderSpacing.Top = 6
            Caption = 'CleanOnceCheckBox'
            TabOrder = 3
          end
          object CleanCommonCheckBox: TCheckBox
            AnchorSideTop.Control = CleanUpGroupBox
            Left = 6
            Height = 19
            Top = 6
            Width = 153
            BorderSpacing.Top = 6
            Caption = 'CleanCommonCheckBox'
            OnClick = CleanCommonCheckBoxClick
            TabOrder = 4
            Visible = False
          end
        end
      end
    end
    object InfoTabSheet: TTabSheet
      Caption = 'InfoTabSheet'
      ClientHeight = 414
      ClientWidth = 692
      object InhTreeView: TTreeView
        Left = 0
        Height = 414
        Top = 0
        Width = 692
        Align = alClient
        ReadOnly = True
        TabOrder = 0
        Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
      end
    end
  end
  object OptionsPopupMenu: TPopupMenu
    left = 320
    top = 592
    object ShowOptsMenuItem: TMenuItem
      Caption = 'Show options and defines for cmd line'
      OnClick = ShowOptsMenuItemClick
    end
  end
end