mirror of
https://github.com/mrfluffy-dev/Delphi-Projects.git
synced 2026-01-16 21:30:33 +00:00
107 lines
2.2 KiB
Plaintext
107 lines
2.2 KiB
Plaintext
object FrmAdminAdd: TFrmAdminAdd
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'FrmAdminAdd'
|
|
ClientHeight = 398
|
|
ClientWidth = 770
|
|
Color = clDefault
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
OnClose = FormClose
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object edtUsername: TEdit
|
|
Left = 24
|
|
Top = 24
|
|
Width = 153
|
|
Height = 29
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -17
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
Text = 'Usen Name'
|
|
OnDblClick = edtUsernameDblClick
|
|
OnEnter = edtUsernameEnter
|
|
end
|
|
object edtPassword: TEdit
|
|
Left = 24
|
|
Top = 72
|
|
Width = 153
|
|
Height = 29
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -17
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
ReadOnly = True
|
|
TabOrder = 1
|
|
Text = 'Password'
|
|
end
|
|
object edtIDNum: TEdit
|
|
Left = 24
|
|
Top = 120
|
|
Width = 153
|
|
Height = 29
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -17
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
NumbersOnly = True
|
|
ParentFont = False
|
|
TabOrder = 2
|
|
Text = 'ID Number'
|
|
OnDblClick = edtIDNumDblClick
|
|
OnEnter = edtIDNumEnter
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 24
|
|
Top = 168
|
|
Width = 153
|
|
Height = 33
|
|
Color = clWhite
|
|
ParentBackground = False
|
|
TabOrder = 3
|
|
object chkAdmin: TCheckBox
|
|
Left = 8
|
|
Top = 8
|
|
Width = 97
|
|
Height = 17
|
|
Caption = 'Is User Admin'
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object btnGeneratePass: TButton
|
|
Left = 183
|
|
Top = 72
|
|
Width = 130
|
|
Height = 29
|
|
Caption = 'Generate Password'
|
|
TabOrder = 4
|
|
OnClick = btnGeneratePassClick
|
|
end
|
|
object btnAddUser: TButton
|
|
Left = 24
|
|
Top = 216
|
|
Width = 83
|
|
Height = 33
|
|
Caption = 'Add User'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
TabOrder = 5
|
|
OnClick = btnAddUserClick
|
|
end
|
|
end
|