mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
21 lines
403 B
Text
21 lines
403 B
Text
object frmMsg: TfrmMsg
|
|
Left = 270
|
|
Height = 254
|
|
Top = 149
|
|
Width = 426
|
|
HorzScrollBar.Page = 425
|
|
VertScrollBar.Page = 253
|
|
ClientHeight = 254
|
|
ClientWidth = 426
|
|
KeyPreview = True
|
|
OnCreate = FormCreate
|
|
OnKeyPress = FormKeyPress
|
|
OnShow = frmMsgShow
|
|
object lblMsg: TLabel
|
|
Left = 32
|
|
Height = 17
|
|
Top = 16
|
|
Width = 41
|
|
ParentColor = False
|
|
end
|
|
end
|