1object DependencyGraphOptDialog: TDependencyGraphOptDialog
2  Left = 459
3  Height = 313
4  Top = 135
5  Width = 352
6  AutoSize = True
7  Caption = 'DependencyGraphOptDialog'
8  ClientHeight = 313
9  ClientWidth = 352
10  Constraints.MinHeight = 100
11  Constraints.MinWidth = 120
12  OnCreate = FormCreate
13  LCLVersion = '2.1.0.0'
14  object ButtonPanel1: TButtonPanel
15    Left = 6
16    Height = 34
17    Top = 273
18    Width = 340
19    OKButton.Name = 'OKButton'
20    OKButton.DefaultCaption = True
21    OKButton.OnClick = OKButtonClick
22    HelpButton.Name = 'HelpButton'
23    HelpButton.DefaultCaption = True
24    CloseButton.Name = 'ApplyButton'
25    CloseButton.Caption = '&Apply'
26    CloseButton.DefaultCaption = False
27    CloseButton.OnClick = ApplyButtonClick
28    CancelButton.Name = 'CancelButton'
29    CancelButton.DefaultCaption = True
30    CancelButton.OnClick = CancelButtonClick
31    ButtonOrder = boCloseOKCancel
32    TabOrder = 0
33    ShowButtons = [pbOK, pbCancel]
34    ShowGlyphs = [pbOK, pbCancel]
35  end
36  object ScrollBox1: TScrollBox
37    Left = 0
38    Height = 267
39    Top = 0
40    Width = 352
41    HorzScrollBar.Page = 331
42    VertScrollBar.Page = 246
43    Align = alClient
44    ClientHeight = 246
45    ClientWidth = 331
46    TabOrder = 1
47    object OptionsGroup: TGroupBox
48      Left = 0
49      Height = 179
50      Top = 0
51      Width = 338
52      Align = alTop
53      AutoSize = True
54      BorderSpacing.Bottom = 5
55      BorderSpacing.InnerBorder = 3
56      Caption = 'OptionsGroup'
57      ChildSizing.HorizontalSpacing = 8
58      ChildSizing.VerticalSpacing = 5
59      ChildSizing.Layout = cclLeftToRightThenTopToBottom
60      ChildSizing.ControlsPerLine = 2
61      ClientHeight = 159
62      ClientWidth = 334
63      TabOrder = 0
64      object chkMinimizeEdges: TCheckBox
65        Left = 0
66        Height = 19
67        Top = 0
68        Width = 160
69        Caption = 'chkMinimizeEdges'
70        TabOrder = 0
71      end
72      object chkReduceBackEdges: TCheckBox
73        Left = 168
74        Height = 19
75        Top = 0
76        Width = 160
77        Caption = 'chkReduceBackEdges'
78        TabOrder = 8
79      end
80      object chkHighEdges: TCheckBox
81        Left = 0
82        Height = 19
83        Top = 24
84        Width = 160
85        Caption = 'chkHighEdges'
86        TabOrder = 1
87      end
88      object chkStraigtenGraph: TCheckBox
89        Left = 168
90        Height = 19
91        Top = 24
92        Width = 160
93        Caption = 'chkStraigtenGraph'
94        TabOrder = 5
95      end
96      object chkCaptionOnTop: TCheckBox
97        Left = 0
98        Height = 19
99        Top = 48
100        Width = 160
101        Caption = 'chkCaptionOnTop'
102        TabOrder = 6
103      end
104      object DummySpaceHolder: TLabel
105        Left = 168
106        Height = 19
107        Top = 48
108        Width = 160
109        ParentColor = False
110      end
111      object Panel7: TPanel
112        Left = 0
113        Height = 38
114        Top = 72
115        Width = 160
116        AutoSize = True
117        BevelOuter = bvNone
118        ChildSizing.Layout = cclLeftToRightThenTopToBottom
119        ChildSizing.ControlsPerLine = 1
120        ClientHeight = 38
121        ClientWidth = 160
122        TabOrder = 2
123        object lblEdgeShape: TLabel
124          Left = 0
125          Height = 15
126          Top = 0
127          Width = 160
128          Caption = 'lblEdgeShape'
129          ParentColor = False
130        end
131        object dropEdgeShape: TComboBox
132          Left = 0
133          Height = 23
134          Top = 15
135          Width = 160
136          Constraints.MinWidth = 160
137          ItemHeight = 15
138          Style = csDropDownList
139          TabOrder = 0
140        end
141      end
142      object Panel8: TPanel
143        Left = 168
144        Height = 38
145        Top = 72
146        Width = 160
147        AutoSize = True
148        BevelOuter = bvNone
149        ChildSizing.Layout = cclLeftToRightThenTopToBottom
150        ChildSizing.ControlsPerLine = 1
151        ClientHeight = 38
152        ClientWidth = 160
153        TabOrder = 3
154        object lblEdgeSplit: TLabel
155          Left = 0
156          Height = 15
157          Top = 0
158          Width = 160
159          Caption = 'lblEdgeSplit'
160          ParentColor = False
161        end
162        object dropEdgeSplit: TComboBox
163          Left = 0
164          Height = 23
165          Top = 15
166          Width = 160
167          Constraints.MinWidth = 160
168          ItemHeight = 15
169          Style = csDropDownList
170          TabOrder = 0
171        end
172      end
173      object Panel9: TPanel
174        Left = 0
175        Height = 38
176        Top = 115
177        Width = 160
178        BevelOuter = bvNone
179        ChildSizing.Layout = cclLeftToRightThenTopToBottom
180        ChildSizing.ControlsPerLine = 1
181        ClientHeight = 38
182        ClientWidth = 160
183        TabOrder = 4
184        object lblMaxLevelHeight: TLabel
185          Left = 0
186          Height = 15
187          Top = 0
188          Width = 160
189          Caption = 'lblMaxLevelHeight'
190          ParentColor = False
191        end
192        object Panel10: TPanel
193          Left = 0
194          Height = 23
195          Top = 15
196          Width = 160
197          BevelOuter = bvNone
198          ChildSizing.HorizontalSpacing = 6
199          ChildSizing.Layout = cclLeftToRightThenTopToBottom
200          ChildSizing.ControlsPerLine = 2
201          ClientHeight = 23
202          ClientWidth = 160
203          TabOrder = 0
204          object spinLvlLimitAbs: TSpinEdit
205            Left = 0
206            Height = 23
207            Top = 0
208            Width = 77
209            Constraints.MinWidth = 77
210            MaxValue = 9999
211            ParentShowHint = False
212            ShowHint = True
213            TabOrder = 0
214          end
215          object spinLvlLimitRel: TFloatSpinEdit
216            Left = 83
217            Height = 23
218            Top = 0
219            Width = 77
220            Constraints.MinWidth = 77
221            Increment = 0.1
222            MaxValue = 999
223            MinValue = 0
224            ParentShowHint = False
225            ShowHint = True
226            TabOrder = 1
227            Value = 0
228          end
229        end
230      end
231      object Panel11: TPanel
232        Left = 168
233        Height = 38
234        Top = 115
235        Width = 160
236        BevelOuter = bvNone
237        ChildSizing.Layout = cclLeftToRightThenTopToBottom
238        ChildSizing.ControlsPerLine = 1
239        ClientHeight = 38
240        ClientWidth = 160
241        TabOrder = 7
242        object lblExtraSpacing: TLabel
243          Left = 0
244          Height = 15
245          Top = 0
246          Width = 160
247          Caption = 'lblExtraSpacing'
248          ParentColor = False
249        end
250        object Panel12: TPanel
251          Left = 0
252          Height = 23
253          Top = 15
254          Width = 160
255          BevelOuter = bvNone
256          ChildSizing.HorizontalSpacing = 6
257          ChildSizing.Layout = cclLeftToRightThenTopToBottom
258          ChildSizing.ControlsPerLine = 2
259          ClientHeight = 23
260          ClientWidth = 160
261          TabOrder = 0
262          object spinHorizSpacing: TSpinEdit
263            Left = 0
264            Height = 23
265            Top = 0
266            Width = 77
267            Constraints.MinWidth = 77
268            MaxValue = 499
269            MinValue = -30
270            ParentShowHint = False
271            ShowHint = True
272            TabOrder = 1
273          end
274          object spinVertSpacing: TSpinEdit
275            Left = 83
276            Height = 23
277            Top = 0
278            Width = 77
279            Constraints.MinWidth = 77
280            MaxValue = 99
281            MinValue = -10
282            ParentShowHint = False
283            ShowHint = True
284            TabOrder = 0
285          end
286        end
287      end
288    end
289    object InfoGroup: TGroupBox
290      AnchorSideLeft.Control = ScrollBox1
291      AnchorSideTop.Control = OptionsGroup
292      AnchorSideTop.Side = asrBottom
293      AnchorSideRight.Control = ScrollBox1
294      AnchorSideRight.Side = asrBottom
295      AnchorSideBottom.Control = ScrollBox1
296      Left = 0
297      Height = 91
298      Top = 184
299      Width = 338
300      Anchors = [akTop, akLeft, akRight]
301      AutoSize = True
302      BorderSpacing.InnerBorder = 3
303      Caption = 'InfoGroup'
304      ChildSizing.HorizontalSpacing = 8
305      ChildSizing.VerticalSpacing = 5
306      ChildSizing.Layout = cclLeftToRightThenTopToBottom
307      ChildSizing.ControlsPerLine = 4
308      ClientHeight = 71
309      ClientWidth = 334
310      TabOrder = 1
311      Visible = False
312      object Panel1: TPanel
313        Left = 0
314        Height = 30
315        Top = 0
316        Width = 78
317        AutoSize = True
318        BevelOuter = bvNone
319        ChildSizing.Layout = cclLeftToRightThenTopToBottom
320        ChildSizing.ControlsPerLine = 1
321        ClientHeight = 30
322        ClientWidth = 78
323        TabOrder = 0
324        object lblNodeCnt: TLabel
325          Left = 0
326          Height = 15
327          Top = 0
328          Width = 63
329          Caption = 'lblNodeCnt'
330          ParentColor = False
331        end
332        object valNodeCnt: TLabel
333          Left = 0
334          Height = 15
335          Top = 15
336          Width = 63
337          Caption = 'valNodeCnt'
338          Font.Color = clGrayText
339          ParentColor = False
340          ParentFont = False
341        end
342      end
343      object Panel2: TPanel
344        Left = 86
345        Height = 30
346        Top = 0
347        Width = 72
348        AutoSize = True
349        BevelOuter = bvNone
350        ChildSizing.Layout = cclLeftToRightThenTopToBottom
351        ChildSizing.ControlsPerLine = 1
352        ClientHeight = 30
353        ClientWidth = 72
354        TabOrder = 1
355        object lblEdgeCount: TLabel
356          AnchorSideLeft.Side = asrBottom
357          Left = 0
358          Height = 15
359          Top = 0
360          Width = 72
361          Caption = 'lblEdgeCount'
362          ParentColor = False
363        end
364        object valEdgeCnt: TLabel
365          AnchorSideTop.Side = asrBottom
366          Left = 0
367          Height = 15
368          Top = 15
369          Width = 72
370          Caption = 'valEdgeCnt'
371          Font.Color = clGrayText
372          ParentColor = False
373          ParentFont = False
374        end
375      end
376      object Panel3: TPanel
377        Left = 166
378        Height = 30
379        Top = 0
380        Width = 60
381        AutoSize = True
382        BevelOuter = bvNone
383        ChildSizing.Layout = cclLeftToRightThenTopToBottom
384        ChildSizing.ControlsPerLine = 1
385        ClientHeight = 30
386        ClientWidth = 60
387        TabOrder = 2
388        object lblEdgeLen: TLabel
389          AnchorSideLeft.Side = asrBottom
390          Left = 0
391          Height = 15
392          Top = 0
393          Width = 60
394          Caption = 'lblEdgeLen'
395          ParentColor = False
396        end
397        object valEdgeLen: TLabel
398          AnchorSideTop.Side = asrBottom
399          Left = 0
400          Height = 15
401          Top = 15
402          Width = 60
403          Caption = 'valEdgeLen'
404          Font.Color = clGrayText
405          ParentColor = False
406          ParentFont = False
407        end
408      end
409      object Panel4: TPanel
410        Left = 234
411        Height = 30
412        Top = 0
413        Width = 76
414        AutoSize = True
415        BevelOuter = bvNone
416        ChildSizing.Layout = cclLeftToRightThenTopToBottom
417        ChildSizing.ControlsPerLine = 1
418        ClientHeight = 30
419        ClientWidth = 76
420        TabOrder = 3
421        object LblLevelCount: TLabel
422          AnchorSideLeft.Side = asrBottom
423          Left = 0
424          Height = 15
425          Top = 0
426          Width = 76
427          Caption = 'LblLevelCount'
428          ParentColor = False
429        end
430        object valLevelCnt: TLabel
431          AnchorSideTop.Side = asrBottom
432          Left = 0
433          Height = 15
434          Top = 15
435          Width = 76
436          Caption = 'valLevelCnt'
437          Font.Color = clGrayText
438          ParentColor = False
439          ParentFont = False
440        end
441      end
442      object Panel5: TPanel
443        Left = 0
444        Height = 30
445        Top = 35
446        Width = 78
447        AutoSize = True
448        BevelOuter = bvNone
449        ChildSizing.Layout = cclLeftToRightThenTopToBottom
450        ChildSizing.ControlsPerLine = 1
451        ClientHeight = 30
452        ClientWidth = 78
453        TabOrder = 4
454        object LblCrossCount: TLabel
455          AnchorSideLeft.Side = asrBottom
456          Left = 0
457          Height = 15
458          Top = 0
459          Width = 78
460          Caption = 'LblCrossCount'
461          ParentColor = False
462        end
463        object valCrossCnt: TLabel
464          AnchorSideTop.Side = asrBottom
465          Left = 0
466          Height = 15
467          Top = 15
468          Width = 78
469          Caption = 'valCrossCnt'
470          Font.Color = clGrayText
471          ParentColor = False
472          ParentFont = False
473        end
474      end
475      object Panel6: TPanel
476        Left = 86
477        Height = 30
478        Top = 35
479        Width = 72
480        AutoSize = True
481        BevelOuter = bvNone
482        ChildSizing.Layout = cclLeftToRightThenTopToBottom
483        ChildSizing.ControlsPerLine = 1
484        ClientHeight = 30
485        ClientWidth = 72
486        TabOrder = 5
487        object lblSplitCount: TLabel
488          Left = 0
489          Height = 15
490          Top = 0
491          Width = 69
492          Caption = 'lblSplitCount'
493          ParentColor = False
494        end
495        object valSplitCnt: TLabel
496          Left = 0
497          Height = 15
498          Top = 15
499          Width = 69
500          Caption = 'valSplitCnt'
501          Font.Color = clGrayText
502          ParentColor = False
503          ParentFont = False
504        end
505      end
506    end
507  end
508end
509