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

73 lines
1.5 KiB
Plaintext

object msgFrm: TmsgFrm
Left = 161
Top = 99
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
ClientHeight = 68
ClientWidth = 179
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
OnActivate = FormActivate
OnClose = FormClose
OnCreate = FormCreate
OnPaint = FormPaint
OnShow = FormShow
DesignSize = (
179
68)
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 13
Top = 12
Width = 46
Height = 13
Alignment = taRightJustify
Anchors = [akLeft, akBottom]
Caption = 'Password'
Transparent = True
end
object KBBtn: TRnQSpeedButton
Left = 147
Top = 9
Width = 23
Height = 22
Anchors = [akTop, akRight]
Flat = True
ImageName = 'key'
OnClick = KBBtnClick
end
object txtBox: TEdit
Left = 64
Top = 8
Width = 81
Height = 23
Anchors = [akLeft, akRight, akBottom]
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
PasswordChar = '*'
TabOrder = 0
OnKeyPress = txtBoxKeyPress
end
object okBtn: TRnQButton
Left = 49
Top = 38
Width = 81
Height = 25
Anchors = [akBottom]
Caption = '&Ok'
Default = True
DoubleBuffered = True
ParentDoubleBuffered = False
TabOrder = 1
OnClick = okBtnClick
ImageName = 'ok'
end
end