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/aboutDlg.dfm

30 lines
622 B
Plaintext

object aboutFrm: TaboutFrm
Left = 314
Top = 189
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'About'
ClientHeight = 231
ClientWidth = 304
Color = 15790320
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnKeyPress = FormKeyPress
PixelsPerInch = 96
TextHeight = 13
object About: TSciter
Left = 0
Top = 0
Width = 304
Height = 231
Align = alClient
EventMap = <>
TabOrder = 0
OnLoadData = AboutLoadData
OnScriptingCall = AboutScriptingCall
end
end