mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
62 lines
1.4 KiB
Text
62 lines
1.4 KiB
Text
object frmMsg: TfrmMsg
|
|
Left = 572
|
|
Height = 254
|
|
Top = 233
|
|
Width = 426
|
|
HorzScrollBar.Page = 425
|
|
VertScrollBar.Page = 253
|
|
AutoSize = True
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ClientHeight = 254
|
|
ClientWidth = 426
|
|
Constraints.MinWidth = 250
|
|
DefaultMonitor = dmMainForm
|
|
KeyPreview = True
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
OnKeyDown = FormKeyDown
|
|
OnKeyPress = FormKeyPress
|
|
LCLVersion = '1.6.0.4'
|
|
object lblMsg: TLabel
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 12
|
|
Height = 18
|
|
Top = 12
|
|
Width = 402
|
|
Align = alTop
|
|
BorderSpacing.Left = 12
|
|
BorderSpacing.Top = 12
|
|
BorderSpacing.Right = 12
|
|
Caption = '456456465465465'
|
|
ParentColor = False
|
|
ShowAccelChar = False
|
|
end
|
|
object pnlButtons: TPanel
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 12
|
|
Height = 200
|
|
Top = 42
|
|
Width = 402
|
|
Align = alClient
|
|
AutoSize = True
|
|
BorderSpacing.Left = 12
|
|
BorderSpacing.Top = 12
|
|
BorderSpacing.Right = 12
|
|
BorderSpacing.Bottom = 12
|
|
BevelOuter = bvNone
|
|
ChildSizing.LeftRightSpacing = 12
|
|
ChildSizing.HorizontalSpacing = 12
|
|
ChildSizing.VerticalSpacing = 4
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousSpaceResize
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 3
|
|
Color = clForm
|
|
ParentColor = False
|
|
TabOrder = 0
|
|
end
|
|
object mnuOther: TPopupMenu
|
|
left = 120
|
|
top = 48
|
|
end
|
|
end
|