home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / win3x / app.exe / _SETUP.1 / AbuseNet.exe / 0 / RCDATA / TUSERFORM / TUSERFORM.txt
Text File  |  1997-06-12  |  2KB  |  96 lines

  1. object UserForm: TUserForm
  2.   Left = 240
  3.   Top = 168
  4.   BorderStyle = bsDialog
  5.   Caption = 'User'
  6.   ClientHeight = 111
  7.   ClientWidth = 336
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 5
  19.     Top = 8
  20.     Width = 31
  21.     Height = 13
  22.     Caption = '&Name:'
  23.     FocusControl = Edit_Name
  24.   end
  25.   object Label2: TLabel
  26.     Left = 32
  27.     Top = 55
  28.     Width = 49
  29.     Height = 13
  30.     Caption = '&Password:'
  31.     FocusControl = Edit_Password
  32.   end
  33.   object Label3: TLabel
  34.     Left = 11
  35.     Top = 76
  36.     Width = 104
  37.     Height = 13
  38.     Caption = 'Your favourite &cookie:'
  39.     FocusControl = Edit_Cookie
  40.     Visible = False
  41.   end
  42.   object Edit_Name: TEdit
  43.     Left = 66
  44.     Top = 4
  45.     Width = 268
  46.     Height = 21
  47.     TabOrder = 0
  48.   end
  49.   object Edit_Password: TEdit
  50.     Left = 88
  51.     Top = 50
  52.     Width = 245
  53.     Height = 21
  54.     PasswordChar = '*'
  55.     TabOrder = 1
  56.   end
  57.   object CheckBox_Password: TCheckBox
  58.     Left = 4
  59.     Top = 30
  60.     Width = 71
  61.     Height = 17
  62.     Caption = 'P&rotected'
  63.     TabOrder = 2
  64.     OnClick = CheckBox_PasswordClick
  65.   end
  66.   object BitBtn1: TBitBtn
  67.     Left = 179
  68.     Top = 86
  69.     Width = 75
  70.     Height = 22
  71.     Caption = 'OK'
  72.     Default = True
  73.     ModalResult = 1
  74.     TabOrder = 3
  75.     OnClick = BitBtn1Click
  76.   end
  77.   object BitBtn2: TBitBtn
  78.     Left = 259
  79.     Top = 86
  80.     Width = 75
  81.     Height = 22
  82.     Caption = 'Cancel'
  83.     ModalResult = 2
  84.     TabOrder = 4
  85.     OnClick = BitBtn2Click
  86.   end
  87.   object Edit_Cookie: TEdit
  88.     Left = 19
  89.     Top = 89
  90.     Width = 109
  91.     Height = 21
  92.     TabOrder = 5
  93.     Visible = False
  94.   end
  95. end
  96.