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

42 lines
971 B
Plaintext

object RnQmain: TRnQmain
Left = 1660
Top = 540
HorzScrollBar.Tracking = True
HorzScrollBar.Visible = False
VertScrollBar.Tracking = True
AlphaBlend = True
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSizeToolWin
Caption = 'R&Q'
ClientHeight = 380
ClientWidth = 165
Color = 8314031
TransparentColorValue = clBackground
Constraints.MinHeight = 85
Constraints.MinWidth = 130
DefaultMonitor = dmDesktop
DoubleBuffered = True
ParentFont = True
OldCreateOrder = False
Position = poDesigned
ScreenSnap = True
SnapBuffer = 15
StyleElements = [seFont]
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnHide = FormHide
OnKeyDown = FormKeyDown
OnResize = FormResize
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object timer: TTimer
Enabled = False
Interval = 100
OnTimer = OnTimer
Left = 80
Top = 144
end
end