You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RnQ/RnQ/chatDlg.dfm

46 lines
881 B
Plaintext

object chatFrm: TchatFrm
Left = 317
Top = 158
Caption = 'Chat window'
ClientHeight = 347
ClientWidth = 620
Color = clBtnFace
DefaultMonitor = dmMainForm
ParentFont = True
KeyPreview = True
OldCreateOrder = True
ScreenSnap = True
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyDown = FormKeyDown
OnResize = FormResize
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object TaskBar: TTaskbar
TaskBarButtons = <
item
end
item
end
item
end
item
end
item
end
item
end
item
end>
ProgressMaxValue = 100
PreviewClipRegion.Height = 200
PreviewClipRegion.Width = 420
TabProperties = []
OnThumbButtonClick = TaskBarThumbButtonClick
Left = 328
Top = 96
end
end