doublecmd/src/fMsg.lfm
2013-11-24 18:27:43 +00:00

52 lines
1.2 KiB
Text

object frmMsg: TfrmMsg
Left = 270
Height = 254
Top = 149
Width = 426
HorzScrollBar.Page = 425
VertScrollBar.Page = 253
AutoSize = True
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 254
ClientWidth = 426
KeyPreview = True
OnCreate = FormCreate
OnKeyPress = FormKeyPress
OnKeyUp = FormKeyUp
OnShow = frmMsgShow
LCLVersion = '1.0.12.0'
object lblMsg: TLabel
Left = 6
Height = 1
Top = 6
Width = 414
Align = alTop
ParentColor = False
end
object pnlButtons: TPanel
AnchorSideTop.Control = lblMsg
AnchorSideTop.Side = asrBottom
Left = 6
Height = 229
Top = 19
Width = 414
Align = alClient
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 12
BevelOuter = bvNone
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