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