doublecmd/fMsg.lfm
2007-09-30 20:28:33 +00:00

23 lines
449 B
Text

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