home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMPASSWORD / TFRMPASSWORD.txt
Text File  |  1996-10-14  |  2KB  |  112 lines

  1. object frmPassword: TfrmPassword
  2.   Left = 324
  3.   Top = 122
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Enter Password'
  7.   ClientHeight = 186
  8.   ClientWidth = 317
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 9
  20.     Width = 300
  21.     Height = 140
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object lblIP: TLabel
  26.     Left = 17
  27.     Top = 82
  28.     Width = 67
  29.     Height = 13
  30.     Caption = '&Domain Name'
  31.     FocusControl = txtName
  32.   end
  33.   object lblPassword: TLabel
  34.     Left = 17
  35.     Top = 117
  36.     Width = 46
  37.     Height = 13
  38.     Caption = '&Password'
  39.     FocusControl = txtPassword
  40.   end
  41.   object Label1: TLabel
  42.     Left = 28
  43.     Top = 22
  44.     Width = 261
  45.     Height = 35
  46.     Alignment = taCenter
  47.     AutoSize = False
  48.     Caption = 
  49.       'Please enter your Internet Direct domain name and WebEdit passwo' +
  50.       'rd to unlock this copy of the program.'
  51.     WordWrap = True
  52.   end
  53.   object OKBtn: TBitBtn
  54.     Left = 147
  55.     Top = 157
  56.     Width = 77
  57.     Height = 25
  58.     Caption = 'OK'
  59.     Default = True
  60.     ModalResult = 1
  61.     TabOrder = 2
  62.     NumGlyphs = 2
  63.     Spacing = -1
  64.     IsControl = True
  65.   end
  66.   object CancelBtn: TBitBtn
  67.     Left = 231
  68.     Top = 157
  69.     Width = 77
  70.     Height = 25
  71.     Cancel = True
  72.     Caption = 'Cancel'
  73.     ModalResult = 2
  74.     TabOrder = 3
  75.     NumGlyphs = 2
  76.     Spacing = -1
  77.     IsControl = True
  78.   end
  79.   object txtName: TEdit
  80.     Left = 90
  81.     Top = 79
  82.     Width = 207
  83.     Height = 24
  84.     Hint = 'Enter the domain name'
  85.     Font.Color = clBlack
  86.     Font.Height = -13
  87.     Font.Name = 'Courier New'
  88.     Font.Style = []
  89.     ParentFont = False
  90.     ParentShowHint = False
  91.     ShowHint = True
  92.     TabOrder = 0
  93.   end
  94.   object txtPassword: TEdit
  95.     Left = 90
  96.     Top = 114
  97.     Width = 208
  98.     Height = 24
  99.     Hint = 'Enter the password that you received along with your domain name'
  100.     CharCase = ecUpperCase
  101.     Font.Color = clBlack
  102.     Font.Height = -13
  103.     Font.Name = 'Courier New'
  104.     Font.Style = []
  105.     MaxLength = 12
  106.     ParentFont = False
  107.     ParentShowHint = False
  108.     ShowHint = True
  109.     TabOrder = 1
  110.   end
  111. end
  112.