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

70 lines
1.4 KiB
Plaintext

object lockFrm: TlockFrm
Left = 297
Top = 266
BorderIcons = [biMinimize]
BorderStyle = bsSingle
Caption = 'R&Q LOCKED'
ClientHeight = 100
ClientWidth = 414
Color = clBtnFace
ParentFont = True
KeyPreview = True
OldCreateOrder = True
Position = poScreenCenter
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 12
Width = 398
Height = 40
AutoSize = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
Transparent = True
WordWrap = True
end
object pwdBox: TEdit
Left = 112
Top = 68
Width = 129
Height = 21
PasswordChar = '*'
TabOrder = 0
end
object OkBtn: TRnQButton
Left = 250
Top = 66
Width = 75
Height = 25
Caption = 'Ok'
Default = True
DoubleBuffered = True
ParentDoubleBuffered = False
TabOrder = 1
OnClick = OkBtnClick
ImageName = 'ok'
end
object QuitBtn: TRnQButton
Left = 331
Top = 66
Width = 75
Height = 25
Caption = 'Quit'
DoubleBuffered = True
ParentDoubleBuffered = False
TabOrder = 2
OnClick = QuitBtnClick
ImageName = 'quit'
end
end