home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Shareware 35
/
hot35.iso
/
ficheros
/
9UTI
/
MEMOPAD.ZIP
/
_SETUP.1
/
MemoPadPro.exe
/
0
/
RCDATA
/
TFORM3
/
TFORM3.txt
Wrap
Text File
|
1998-05-28
|
3KB
|
149 lines
object Form3: TForm3
Left = 225
Top = 195
BorderStyle = bsToolWindow
Caption = 'Add User'
ClientHeight = 192
ClientWidth = 312
Color = 14547961
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 115
Height = 15
Caption = 'Enter the username:'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 8
Top = 56
Width = 174
Height = 15
Caption = 'Enter the NUMERIC password*:'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 8
Top = 104
Width = 193
Height = 15
Caption = 'Re-enter the NUMERIC password*:'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
end
object Label4: TLabel
Left = 16
Top = 152
Width = 140
Height = 26
Alignment = taCenter
Caption = '* Passwords may be 1-5 numbers in size.'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
WordWrap = True
end
object Edit1: TEdit
Left = 72
Top = 24
Width = 97
Height = 21
TabOrder = 0
end
object ListBox1: TListBox
Left = 208
Top = 8
Width = 97
Height = 137
ItemHeight = 13
TabOrder = 6
end
object Button4: TButton
Left = 216
Top = 152
Width = 81
Height = 25
Caption = 'Add To List'
TabOrder = 3
OnClick = Button4Click
end
object memo1: TMemo
Left = 32
Top = 272
Width = 65
Height = 89
Lines.Strings = (
'')
TabOrder = 4
Visible = False
end
object Edit2: TEdit
Left = 72
Top = 72
Width = 97
Height = 21
MaxLength = 5
PasswordChar = '*'
TabOrder = 1
OnKeyPress = Edit2KeyPress
end
object Edit3: TEdit
Left = 72
Top = 120
Width = 97
Height = 21
MaxLength = 5
PasswordChar = '*'
TabOrder = 2
OnKeyPress = Edit3KeyPress
end
object ListBox2: TListBox
Left = 144
Top = 272
Width = 121
Height = 97
ItemHeight = 13
TabOrder = 5
Visible = False
end
object Memo2: TMemo
Left = 137
Top = 264
Width = 55
Height = 25
Lines.Strings = (
''
''
'')
TabOrder = 7
Visible = False
WordWrap = False
end
end