1object InspectChksumChgDialog: TInspectChksumChgDialog 2 Left = 275 3 Height = 473 4 Top = 250 5 Width = 614 6 Caption = 'InspectChksumChgDialog' 7 ClientHeight = 473 8 ClientWidth = 614 9 OnCreate = FormCreate 10 OnDestroy = FormDestroy 11 Position = poScreenCenter 12 LCLVersion = '0.9.31' 13 object InfoGroupBox: TGroupBox 14 AnchorSideBottom.Control = Splitter1 15 Left = 6 16 Height = 324 17 Top = 6 18 Width = 602 19 Align = alTop 20 Anchors = [akTop, akLeft, akRight, akBottom] 21 BorderSpacing.Around = 6 22 Caption = 'InfoGroupBox' 23 ClientHeight = 305 24 ClientWidth = 598 25 TabOrder = 0 26 object InfoTreeView: TTreeView 27 Left = 0 28 Height = 285 29 Top = 0 30 Width = 598 31 Align = alClient 32 DefaultItemHeight = 19 33 TabOrder = 0 34 end 35 object ProgressBar1: TProgressBar 36 Left = 0 37 Height = 20 38 Top = 285 39 Width = 598 40 Align = alBottom 41 TabOrder = 1 42 end 43 end 44 object Splitter1: TSplitter 45 AnchorSideLeft.Control = Owner 46 AnchorSideRight.Control = Owner 47 AnchorSideRight.Side = asrBottom 48 Cursor = crVSplit 49 Left = 0 50 Height = 5 51 Top = 336 52 Width = 614 53 Align = alNone 54 Anchors = [akTop, akLeft, akRight] 55 ResizeAnchor = akBottom 56 end 57 object ActionsRadioGroup: TRadioGroup 58 AnchorSideTop.Control = Splitter1 59 AnchorSideTop.Side = asrBottom 60 Left = 6 61 Height = 74 62 Top = 347 63 Width = 602 64 Align = alBottom 65 Anchors = [akTop, akLeft, akRight, akBottom] 66 AutoFill = True 67 BorderSpacing.Around = 6 68 Caption = 'ActionsRadioGroup' 69 ChildSizing.LeftRightSpacing = 6 70 ChildSizing.TopBottomSpacing = 6 71 ChildSizing.EnlargeHorizontal = crsHomogenousChildResize 72 ChildSizing.EnlargeVertical = crsHomogenousChildResize 73 ChildSizing.ShrinkHorizontal = crsScaleChilds 74 ChildSizing.ShrinkVertical = crsScaleChilds 75 ChildSizing.Layout = cclLeftToRightThenTopToBottom 76 ChildSizing.ControlsPerLine = 1 77 TabOrder = 2 78 end 79 object ButtonPanel1: TButtonPanel 80 Left = 6 81 Height = 40 82 Top = 427 83 Width = 602 84 OKButton.Name = 'OKButton' 85 HelpButton.Name = 'HelpButton' 86 HelpButton.Enabled = False 87 CloseButton.Name = 'CloseButton' 88 CloseButton.Enabled = False 89 CancelButton.Name = 'CancelButton' 90 TabOrder = 3 91 ShowButtons = [pbOK, pbCancel] 92 end 93end 94