lazarus/ide/inspectchksumchangeddlg.lfm
2011-10-03 23:14:54 +00:00

94 lines
2.3 KiB
Plaintext

object InspectChksumChgDialog: TInspectChksumChgDialog
Left = 275
Height = 473
Top = 250
Width = 614
Caption = 'InspectChksumChgDialog'
ClientHeight = 473
ClientWidth = 614
OnCreate = FormCreate
OnDestroy = FormDestroy
Position = poScreenCenter
LCLVersion = '0.9.31'
object InfoGroupBox: TGroupBox
AnchorSideBottom.Control = Splitter1
Left = 6
Height = 324
Top = 6
Width = 602
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
Caption = 'InfoGroupBox'
ClientHeight = 305
ClientWidth = 598
TabOrder = 0
object InfoTreeView: TTreeView
Left = 0
Height = 285
Top = 0
Width = 598
Align = alClient
DefaultItemHeight = 19
TabOrder = 0
end
object ProgressBar1: TProgressBar
Left = 0
Height = 20
Top = 285
Width = 598
Align = alBottom
TabOrder = 1
end
end
object Splitter1: TSplitter
AnchorSideLeft.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Cursor = crVSplit
Left = 0
Height = 5
Top = 336
Width = 614
Align = alNone
Anchors = [akTop, akLeft, akRight]
ResizeAnchor = akBottom
end
object ActionsRadioGroup: TRadioGroup
AnchorSideTop.Control = Splitter1
AnchorSideTop.Side = asrBottom
Left = 6
Height = 74
Top = 347
Width = 602
Align = alBottom
Anchors = [akTop, akLeft, akRight, akBottom]
AutoFill = True
BorderSpacing.Around = 6
Caption = 'ActionsRadioGroup'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
TabOrder = 2
end
object ButtonPanel1: TButtonPanel
Left = 6
Height = 40
Top = 427
Width = 602
OKButton.Name = 'OKButton'
HelpButton.Name = 'HelpButton'
HelpButton.Enabled = False
CloseButton.Name = 'CloseButton'
CloseButton.Enabled = False
CancelButton.Name = 'CancelButton'
TabOrder = 3
ShowButtons = [pbOK, pbCancel]
end
end