mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
26 lines
510 B
Text
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
|