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/ICQ/viewinfoDlg.dfm

38 lines
868 B
Plaintext

object InfoDlg: TInfoDlg
Left = 991
Top = 156
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'view info'
ClientHeight = 512
ClientWidth = 484
Color = clBtnFace
Constraints.MaxHeight = 800
Constraints.MaxWidth = 800
Constraints.MinHeight = 520
Constraints.MinWidth = 500
ParentFont = True
KeyPreview = True
OldCreateOrder = True
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyDown = FormKeyDown
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Info: TSciter
Left = 0
Top = 0
Width = 484
Height = 512
Align = alClient
EventMap = <>
OnMouseDown = InfoMouseDown
TabOrder = 0
TabStop = True
OnDocumentComplete = InfoDocumentComplete
OnLoadData = InfoLoadData
OnScriptingCall = InfoScriptingCall
end
end