File: dependencygraphoptions.lfm

package info (click to toggle)
lazarus 4.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 275,760 kB
  • sloc: pascal: 2,341,904; xml: 509,420; makefile: 348,726; cpp: 93,608; sh: 3,387; java: 609; perl: 297; sql: 222; ansic: 137
file content (508 lines) | stat: -rw-r--r-- 13,246 bytes parent folder | download | duplicates (3)
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
object DependencyGraphOptDialog: TDependencyGraphOptDialog
  Left = 459
  Height = 313
  Top = 135
  Width = 352
  AutoSize = True
  Caption = 'DependencyGraphOptDialog'
  ClientHeight = 313
  ClientWidth = 352
  Constraints.MinHeight = 100
  Constraints.MinWidth = 120
  OnCreate = FormCreate
  LCLVersion = '2.1.0.0'
  object ButtonPanel1: TButtonPanel
    Left = 6
    Height = 34
    Top = 273
    Width = 340
    OKButton.Name = 'OKButton'
    OKButton.DefaultCaption = True
    OKButton.OnClick = OKButtonClick
    HelpButton.Name = 'HelpButton'
    HelpButton.DefaultCaption = True
    CloseButton.Name = 'ApplyButton'
    CloseButton.Caption = '&Apply'
    CloseButton.DefaultCaption = False
    CloseButton.OnClick = ApplyButtonClick
    CancelButton.Name = 'CancelButton'
    CancelButton.DefaultCaption = True
    CancelButton.OnClick = CancelButtonClick
    ButtonOrder = boCloseOKCancel
    TabOrder = 0
    ShowButtons = [pbOK, pbCancel]
    ShowGlyphs = [pbOK, pbCancel]
  end
  object ScrollBox1: TScrollBox
    Left = 0
    Height = 267
    Top = 0
    Width = 352
    HorzScrollBar.Page = 331
    VertScrollBar.Page = 246
    Align = alClient
    ClientHeight = 246
    ClientWidth = 331
    TabOrder = 1
    object OptionsGroup: TGroupBox
      Left = 0
      Height = 179
      Top = 0
      Width = 338
      Align = alTop
      AutoSize = True
      BorderSpacing.Bottom = 5
      BorderSpacing.InnerBorder = 3
      Caption = 'OptionsGroup'
      ChildSizing.HorizontalSpacing = 8
      ChildSizing.VerticalSpacing = 5
      ChildSizing.Layout = cclLeftToRightThenTopToBottom
      ChildSizing.ControlsPerLine = 2
      ClientHeight = 159
      ClientWidth = 334
      TabOrder = 0
      object chkMinimizeEdges: TCheckBox
        Left = 0
        Height = 19
        Top = 0
        Width = 160
        Caption = 'chkMinimizeEdges'
        TabOrder = 0
      end
      object chkReduceBackEdges: TCheckBox
        Left = 168
        Height = 19
        Top = 0
        Width = 160
        Caption = 'chkReduceBackEdges'
        TabOrder = 1
      end
      object chkHighEdges: TCheckBox
        Left = 0
        Height = 19
        Top = 24
        Width = 160
        Caption = 'chkHighEdges'
        TabOrder = 2
      end
      object chkStraigtenGraph: TCheckBox
        Left = 168
        Height = 19
        Top = 24
        Width = 160
        Caption = 'chkStraigtenGraph'
        TabOrder = 3
      end
      object chkCaptionOnTop: TCheckBox
        Left = 0
        Height = 19
        Top = 48
        Width = 160
        Caption = 'chkCaptionOnTop'
        TabOrder = 4
      end
      object DummySpaceHolder: TLabel
        Left = 168
        Height = 19
        Top = 48
        Width = 160
        ParentColor = False
      end
      object Panel7: TPanel
        Left = 0
        Height = 38
        Top = 72
        Width = 160
        AutoSize = True
        BevelOuter = bvNone
        ChildSizing.Layout = cclLeftToRightThenTopToBottom
        ChildSizing.ControlsPerLine = 1
        ClientHeight = 38
        ClientWidth = 160
        TabOrder = 6
        object lblEdgeShape: TLabel
          Left = 0
          Height = 15
          Top = 0
          Width = 160
          Caption = 'lblEdgeShape'
          ParentColor = False
        end
        object dropEdgeShape: TComboBox
          Left = 0
          Height = 23
          Top = 15
          Width = 160
          Constraints.MinWidth = 160
          ItemHeight = 15
          Style = csDropDownList
          TabOrder = 0
        end
      end
      object Panel8: TPanel
        Left = 168
        Height = 38
        Top = 72
        Width = 160
        AutoSize = True
        BevelOuter = bvNone
        ChildSizing.Layout = cclLeftToRightThenTopToBottom
        ChildSizing.ControlsPerLine = 1
        ClientHeight = 38
        ClientWidth = 160
        TabOrder = 7
        object lblEdgeSplit: TLabel
          Left = 0
          Height = 15
          Top = 0
          Width = 160
          Caption = 'lblEdgeSplit'
          ParentColor = False
        end
        object dropEdgeSplit: TComboBox
          Left = 0
          Height = 23
          Top = 15
          Width = 160
          Constraints.MinWidth = 160
          ItemHeight = 15
          Style = csDropDownList
          TabOrder = 0
        end
      end
      object Panel9: TPanel
        Left = 0
        Height = 38
        Top = 115
        Width = 160
        BevelOuter = bvNone
        ChildSizing.Layout = cclLeftToRightThenTopToBottom
        ChildSizing.ControlsPerLine = 1
        ClientHeight = 38
        ClientWidth = 160
        TabOrder = 8
        object lblMaxLevelHeight: TLabel
          Left = 0
          Height = 15
          Top = 0
          Width = 160
          Caption = 'lblMaxLevelHeight'
          ParentColor = False
        end
        object Panel10: TPanel
          Left = 0
          Height = 23
          Top = 15
          Width = 160
          BevelOuter = bvNone
          ChildSizing.HorizontalSpacing = 6
          ChildSizing.Layout = cclLeftToRightThenTopToBottom
          ChildSizing.ControlsPerLine = 2
          ClientHeight = 23
          ClientWidth = 160
          TabOrder = 0
          object spinLvlLimitAbs: TSpinEdit
            Left = 0
            Height = 23
            Top = 0
            Width = 77
            Constraints.MinWidth = 77
            MaxValue = 9999
            ParentShowHint = False
            ShowHint = True
            TabOrder = 0
          end
          object spinLvlLimitRel: TFloatSpinEdit
            Left = 83
            Height = 23
            Top = 0
            Width = 77
            Constraints.MinWidth = 77
            Increment = 0.1
            MaxValue = 999
            MinValue = 0
            ParentShowHint = False
            ShowHint = True
            TabOrder = 1
            Value = 0
          end
        end
      end
      object Panel11: TPanel
        Left = 168
        Height = 38
        Top = 115
        Width = 160
        BevelOuter = bvNone
        ChildSizing.Layout = cclLeftToRightThenTopToBottom
        ChildSizing.ControlsPerLine = 1
        ClientHeight = 38
        ClientWidth = 160
        TabOrder = 9
        object lblExtraSpacing: TLabel
          Left = 0
          Height = 15
          Top = 0
          Width = 160
          Caption = 'lblExtraSpacing'
          ParentColor = False
        end
        object Panel12: TPanel
          Left = 0
          Height = 23
          Top = 15
          Width = 160
          BevelOuter = bvNone
          ChildSizing.HorizontalSpacing = 6
          ChildSizing.Layout = cclLeftToRightThenTopToBottom
          ChildSizing.ControlsPerLine = 2
          ClientHeight = 23
          ClientWidth = 160
          TabOrder = 0
          object spinHorizSpacing: TSpinEdit
            Left = 0
            Height = 23
            Top = 0
            Width = 77
            Constraints.MinWidth = 77
            MaxValue = 499
            MinValue = -30
            ParentShowHint = False
            ShowHint = True
            TabOrder = 1
          end
          object spinVertSpacing: TSpinEdit
            Left = 83
            Height = 23
            Top = 0
            Width = 77
            Constraints.MinWidth = 77
            MaxValue = 99
            MinValue = -10
            ParentShowHint = False
            ShowHint = True
            TabOrder = 0
          end
        end
      end
    end
    object InfoGroup: TGroupBox
      AnchorSideLeft.Control = ScrollBox1
      AnchorSideTop.Control = OptionsGroup
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = ScrollBox1
      AnchorSideRight.Side = asrBottom
      AnchorSideBottom.Control = ScrollBox1
      Left = 0
      Height = 91
      Top = 184
      Width = 338
      Anchors = [akTop, akLeft, akRight]
      AutoSize = True
      BorderSpacing.InnerBorder = 3
      Caption = 'InfoGroup'
      ChildSizing.HorizontalSpacing = 8
      ChildSizing.VerticalSpacing = 5
      ChildSizing.Layout = cclLeftToRightThenTopToBottom
      ChildSizing.ControlsPerLine = 4
      ClientHeight = 71
      ClientWidth = 334
      TabOrder = 1
      Visible = False
      object Panel1: TPanel
        Left = 0
        Height = 30
        Top = 0
        Width = 78
        AutoSize = True
        BevelOuter = bvNone
        ChildSizing.Layout = cclLeftToRightThenTopToBottom
        ChildSizing.ControlsPerLine = 1
        ClientHeight = 30
        ClientWidth = 78
        TabOrder = 0
        object lblNodeCnt: TLabel
          Left = 0
          Height = 15
          Top = 0
          Width = 63
          Caption = 'lblNodeCnt'
          ParentColor = False
        end
        object valNodeCnt: TLabel
          Left = 0
          Height = 15
          Top = 15
          Width = 63
          Caption = 'valNodeCnt'
          Font.Color = clGrayText
          ParentColor = False
          ParentFont = False
        end
      end
      object Panel2: TPanel
        Left = 86
        Height = 30
        Top = 0
        Width = 72
        AutoSize = True
        BevelOuter = bvNone
        ChildSizing.Layout = cclLeftToRightThenTopToBottom
        ChildSizing.ControlsPerLine = 1
        ClientHeight = 30
        ClientWidth = 72
        TabOrder = 1
        object lblEdgeCount: TLabel
          AnchorSideLeft.Side = asrBottom
          Left = 0
          Height = 15
          Top = 0
          Width = 72
          Caption = 'lblEdgeCount'
          ParentColor = False
        end
        object valEdgeCnt: TLabel
          AnchorSideTop.Side = asrBottom
          Left = 0
          Height = 15
          Top = 15
          Width = 72
          Caption = 'valEdgeCnt'
          Font.Color = clGrayText
          ParentColor = False
          ParentFont = False
        end
      end
      object Panel3: TPanel
        Left = 166
        Height = 30
        Top = 0
        Width = 60
        AutoSize = True
        BevelOuter = bvNone
        ChildSizing.Layout = cclLeftToRightThenTopToBottom
        ChildSizing.ControlsPerLine = 1
        ClientHeight = 30
        ClientWidth = 60
        TabOrder = 2
        object lblEdgeLen: TLabel
          AnchorSideLeft.Side = asrBottom
          Left = 0
          Height = 15
          Top = 0
          Width = 60
          Caption = 'lblEdgeLen'
          ParentColor = False
        end
        object valEdgeLen: TLabel
          AnchorSideTop.Side = asrBottom
          Left = 0
          Height = 15
          Top = 15
          Width = 60
          Caption = 'valEdgeLen'
          Font.Color = clGrayText
          ParentColor = False
          ParentFont = False
        end
      end
      object Panel4: TPanel
        Left = 234
        Height = 30
        Top = 0
        Width = 76
        AutoSize = True
        BevelOuter = bvNone
        ChildSizing.Layout = cclLeftToRightThenTopToBottom
        ChildSizing.ControlsPerLine = 1
        ClientHeight = 30
        ClientWidth = 76
        TabOrder = 3
        object LblLevelCount: TLabel
          AnchorSideLeft.Side = asrBottom
          Left = 0
          Height = 15
          Top = 0
          Width = 76
          Caption = 'LblLevelCount'
          ParentColor = False
        end
        object valLevelCnt: TLabel
          AnchorSideTop.Side = asrBottom
          Left = 0
          Height = 15
          Top = 15
          Width = 76
          Caption = 'valLevelCnt'
          Font.Color = clGrayText
          ParentColor = False
          ParentFont = False
        end
      end
      object Panel5: TPanel
        Left = 0
        Height = 30
        Top = 35
        Width = 78
        AutoSize = True
        BevelOuter = bvNone
        ChildSizing.Layout = cclLeftToRightThenTopToBottom
        ChildSizing.ControlsPerLine = 1
        ClientHeight = 30
        ClientWidth = 78
        TabOrder = 4
        object LblCrossCount: TLabel
          AnchorSideLeft.Side = asrBottom
          Left = 0
          Height = 15
          Top = 0
          Width = 78
          Caption = 'LblCrossCount'
          ParentColor = False
        end
        object valCrossCnt: TLabel
          AnchorSideTop.Side = asrBottom
          Left = 0
          Height = 15
          Top = 15
          Width = 78
          Caption = 'valCrossCnt'
          Font.Color = clGrayText
          ParentColor = False
          ParentFont = False
        end
      end
      object Panel6: TPanel
        Left = 86
        Height = 30
        Top = 35
        Width = 72
        AutoSize = True
        BevelOuter = bvNone
        ChildSizing.Layout = cclLeftToRightThenTopToBottom
        ChildSizing.ControlsPerLine = 1
        ClientHeight = 30
        ClientWidth = 72
        TabOrder = 5
        object lblSplitCount: TLabel
          Left = 0
          Height = 15
          Top = 0
          Width = 69
          Caption = 'lblSplitCount'
          ParentColor = False
        end
        object valSplitCnt: TLabel
          Left = 0
          Height = 15
          Top = 15
          Width = 69
          Caption = 'valSplitCnt'
          Font.Color = clGrayText
          ParentColor = False
          ParentFont = False
        end
      end
    end
  end
end