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

66 lines
1.4 KiB
Plaintext

object addContactFrm: TaddContactFrm
Left = 277
Top = 192
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Add contact'
ClientHeight = 95
ClientWidth = 269
Color = clBtnFace
DefaultMonitor = dmMainForm
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 39
Width = 185
Height = 13
Caption = 'Type the UIN number you want to add'
Transparent = True
end
object UINBox: TLabeledEdit
Left = 45
Top = 62
Width = 113
Height = 21
EditLabel.Width = 18
EditLabel.Height = 13
EditLabel.Caption = 'UIN'
EditLabel.Transparent = True
LabelPosition = lpLeft
TabOrder = 0
OnChange = UINBoxChange
OnKeyPress = UINBoxKeyPress
end
object addBtn: TRnQButton
Left = 164
Top = 60
Width = 94
Height = 25
Caption = 'Add'
Default = True
DoubleBuffered = True
ParentDoubleBuffered = False
TabOrder = 1
OnClick = addBtnClick
ImageName = 'add.contact'
end
object LocalChk: TCheckBox
Left = 8
Top = 8
Width = 241
Height = 17
Caption = 'Locally'
Checked = True
State = cbChecked
TabOrder = 2
end
end