1object FindUnitDialog: TFindUnitDialog 2 Left = 399 3 Height = 514 4 Top = 202 5 Width = 584 6 ActiveControl = InfoTreeView 7 ClientHeight = 514 8 ClientWidth = 584 9 OnCreate = FormCreate 10 OnDestroy = FormDestroy 11 Position = poScreenCenter 12 LCLVersion = '0.9.29' 13 object BtnPanel: TPanel 14 Left = 0 15 Height = 37 16 Top = 477 17 Width = 584 18 Align = alBottom 19 AutoSize = True 20 ChildSizing.LeftRightSpacing = 6 21 ChildSizing.TopBottomSpacing = 6 22 ChildSizing.HorizontalSpacing = 6 23 ChildSizing.VerticalSpacing = 6 24 ClientHeight = 37 25 ClientWidth = 584 26 TabOrder = 0 27 object CancelButton: TButton 28 Left = 487 29 Height = 23 30 Top = 7 31 Width = 90 32 Align = alRight 33 AutoSize = True 34 Caption = 'CancelButton' 35 Constraints.MinWidth = 75 36 ModalResult = 2 37 TabOrder = 0 38 end 39 object OkButton: TButton 40 Left = 406 41 Height = 23 42 Top = 7 43 Width = 75 44 Align = alRight 45 AutoSize = True 46 Caption = 'OkButton' 47 Constraints.MinWidth = 75 48 OnClick = OkButtonClick 49 TabOrder = 1 50 end 51 end 52 object InfoGroupBox: TGroupBox 53 AnchorSideBottom.Control = Splitter1 54 Left = 6 55 Height = 324 56 Top = 6 57 Width = 572 58 Align = alTop 59 Anchors = [akTop, akLeft, akRight, akBottom] 60 BorderSpacing.Around = 6 61 Caption = 'InfoGroupBox' 62 ClientHeight = 306 63 ClientWidth = 568 64 TabOrder = 1 65 object InfoTreeView: TTreeView 66 Left = 0 67 Height = 286 68 Top = 0 69 Width = 568 70 Align = alClient 71 DefaultItemHeight = 15 72 TabOrder = 0 73 end 74 object ProgressBar1: TProgressBar 75 Left = 0 76 Height = 20 77 Top = 286 78 Width = 568 79 Align = alBottom 80 TabOrder = 1 81 end 82 end 83 object Splitter1: TSplitter 84 AnchorSideLeft.Control = Owner 85 AnchorSideRight.Control = Owner 86 AnchorSideRight.Side = asrBottom 87 Cursor = crVSplit 88 Left = 0 89 Height = 5 90 Top = 336 91 Width = 584 92 Align = alNone 93 Anchors = [akTop, akLeft, akRight] 94 ResizeAnchor = akBottom 95 end 96 object QuickFixRadioGroup: TRadioGroup 97 AnchorSideTop.Control = Splitter1 98 AnchorSideTop.Side = asrBottom 99 Left = 6 100 Height = 124 101 Top = 347 102 Width = 572 103 Align = alBottom 104 Anchors = [akTop, akLeft, akRight, akBottom] 105 AutoFill = True 106 BorderSpacing.Around = 6 107 Caption = 'QuickFixRadioGroup' 108 ChildSizing.LeftRightSpacing = 6 109 ChildSizing.TopBottomSpacing = 6 110 ChildSizing.EnlargeHorizontal = crsHomogenousChildResize 111 ChildSizing.EnlargeVertical = crsHomogenousChildResize 112 ChildSizing.ShrinkHorizontal = crsScaleChilds 113 ChildSizing.ShrinkVertical = crsScaleChilds 114 ChildSizing.Layout = cclLeftToRightThenTopToBottom 115 ChildSizing.ControlsPerLine = 1 116 TabOrder = 3 117 end 118end 119