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
Text File  |  1998-05-28  |  3KB  |  149 lines

  1. object Form3: TForm3
  2.   Left = 225
  3.   Top = 195
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Add User'
  6.   ClientHeight = 192
  7.   ClientWidth = 312
  8.   Color = 14547961
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 115
  22.     Height = 15
  23.     Caption = 'Enter the username:'
  24.     Font.Charset = ANSI_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -12
  27.     Font.Name = 'Arial'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object Label2: TLabel
  32.     Left = 8
  33.     Top = 56
  34.     Width = 174
  35.     Height = 15
  36.     Caption = 'Enter the NUMERIC password*:'
  37.     Font.Charset = ANSI_CHARSET
  38.     Font.Color = clWindowText
  39.     Font.Height = -12
  40.     Font.Name = 'Arial'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.   end
  44.   object Label3: TLabel
  45.     Left = 8
  46.     Top = 104
  47.     Width = 193
  48.     Height = 15
  49.     Caption = 'Re-enter the NUMERIC password*:'
  50.     Font.Charset = ANSI_CHARSET
  51.     Font.Color = clWindowText
  52.     Font.Height = -12
  53.     Font.Name = 'Arial'
  54.     Font.Style = [fsBold]
  55.     ParentFont = False
  56.   end
  57.   object Label4: TLabel
  58.     Left = 16
  59.     Top = 152
  60.     Width = 140
  61.     Height = 26
  62.     Alignment = taCenter
  63.     Caption = '* Passwords may be 1-5 numbers in size.'
  64.     Font.Charset = ANSI_CHARSET
  65.     Font.Color = clWindowText
  66.     Font.Height = -11
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = [fsBold]
  69.     ParentFont = False
  70.     WordWrap = True
  71.   end
  72.   object Edit1: TEdit
  73.     Left = 72
  74.     Top = 24
  75.     Width = 97
  76.     Height = 21
  77.     TabOrder = 0
  78.   end
  79.   object ListBox1: TListBox
  80.     Left = 208
  81.     Top = 8
  82.     Width = 97
  83.     Height = 137
  84.     ItemHeight = 13
  85.     TabOrder = 6
  86.   end
  87.   object Button4: TButton
  88.     Left = 216
  89.     Top = 152
  90.     Width = 81
  91.     Height = 25
  92.     Caption = 'Add To List'
  93.     TabOrder = 3
  94.     OnClick = Button4Click
  95.   end
  96.   object memo1: TMemo
  97.     Left = 32
  98.     Top = 272
  99.     Width = 65
  100.     Height = 89
  101.     Lines.Strings = (
  102.       '')
  103.     TabOrder = 4
  104.     Visible = False
  105.   end
  106.   object Edit2: TEdit
  107.     Left = 72
  108.     Top = 72
  109.     Width = 97
  110.     Height = 21
  111.     MaxLength = 5
  112.     PasswordChar = '*'
  113.     TabOrder = 1
  114.     OnKeyPress = Edit2KeyPress
  115.   end
  116.   object Edit3: TEdit
  117.     Left = 72
  118.     Top = 120
  119.     Width = 97
  120.     Height = 21
  121.     MaxLength = 5
  122.     PasswordChar = '*'
  123.     TabOrder = 2
  124.     OnKeyPress = Edit3KeyPress
  125.   end
  126.   object ListBox2: TListBox
  127.     Left = 144
  128.     Top = 272
  129.     Width = 121
  130.     Height = 97
  131.     ItemHeight = 13
  132.     TabOrder = 5
  133.     Visible = False
  134.   end
  135.   object Memo2: TMemo
  136.     Left = 137
  137.     Top = 264
  138.     Width = 55
  139.     Height = 25
  140.     Lines.Strings = (
  141.       ''
  142.       ''
  143.       '')
  144.     TabOrder = 7
  145.     Visible = False
  146.     WordWrap = False
  147.   end
  148. end
  149.