doublecmd/fMsg.lfm
Alexander Koblov ab667f7acc Create SVN.
2007-02-08 19:46:07 +00:00

26 lines
510 B
Text

object frmMsg: TfrmMsg
Caption = 'frmMsg'
ClientHeight = 254
ClientWidth = 426
KeyPreview = True
OnCreate = FormCreate
OnKeyPress = FormKeyPress
OnShow = frmMsgShow
PixelsPerInch = 96
TextHeight = 16
HorzScrollBar.Page = 425
VertScrollBar.Page = 253
Left = 324
Height = 254
Top = 342
Width = 426
object lblMsg: TLabel
Caption = 'lblMsg'
Color = clNone
ParentColor = False
Left = 32
Height = 14
Top = 16
Width = 30
end
end