home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 018A / WBIT32.ZIP / WEBIT32.EXE / 0 / RCDATA / TREGISTRATIONFORM / TREGISTRATIONFORM.txt
Text File  |  1996-11-23  |  2KB  |  117 lines

  1. object RegistrationForm: TRegistrationForm
  2.   Left = 219
  3.   Top = 238
  4.   Width = 194
  5.   Height = 260
  6.   Caption = 'Register Web-It!'
  7.   Font.Color = clWindowText
  8.   Font.Height = -14
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnShow = FormShow
  13.   TextHeight = 16
  14.   object Label1: TLabel
  15.     Left = 5
  16.     Top = 13
  17.     Width = 94
  18.     Height = 15
  19.     Caption = 'Registered User:'
  20.     Font.Color = clWindowText
  21.     Font.Height = -12
  22.     Font.Name = 'Arial'
  23.     Font.Style = []
  24.     ParentFont = False
  25.   end
  26.   object Label2: TLabel
  27.     Left = 5
  28.     Top = 59
  29.     Width = 103
  30.     Height = 15
  31.     Caption = 'Registration Code:'
  32.     Font.Color = clWindowText
  33.     Font.Height = -12
  34.     Font.Name = 'Arial'
  35.     Font.Style = []
  36.     ParentFont = False
  37.   end
  38.   object EditionGroup: TRadioGroup
  39.     Left = 26
  40.     Top = 106
  41.     Width = 136
  42.     Height = 63
  43.     Caption = 'Select Edition:'
  44.     Font.Color = clWindowText
  45.     Font.Height = -12
  46.     Font.Name = 'Arial'
  47.     Font.Style = []
  48.     ItemIndex = 0
  49.     Items.Strings = (
  50.       'Standard Edition'
  51.       'Professional Edition')
  52.     ParentFont = False
  53.     TabOrder = 0
  54.   end
  55.   object Name: TEdit
  56.     Left = 27
  57.     Top = 32
  58.     Width = 139
  59.     Height = 23
  60.     TabOrder = 1
  61.   end
  62.   object Code: TEdit
  63.     Left = 29
  64.     Top = 79
  65.     Width = 137
  66.     Height = 23
  67.     TabOrder = 2
  68.   end
  69.   object BitBtn1: TBitBtn
  70.     Left = 15
  71.     Top = 199
  72.     Width = 75
  73.     Height = 30
  74.     TabOrder = 3
  75.     OnClick = BitBtn1Click
  76.     Kind = bkOK
  77.   end
  78.   object BitBtn2: TBitBtn
  79.     Left = 96
  80.     Top = 199
  81.     Width = 75
  82.     Height = 30
  83.     TabOrder = 4
  84.     OnClick = BitBtn2Click
  85.     Kind = bkCancel
  86.   end
  87.   object IceLock1: tIceLock
  88.     IceString1 = 'Web-It! 1.0'
  89.     IceString2 = 'Standard'
  90.     IceSeed1 = 123123456
  91.     IceSeed2 = 987987654
  92.     ProgramKey1 = 912600442
  93.     ProgramKey2 = -1767721270
  94.     KeyFile = 'REGISTER.KEY'
  95.     Top = 143
  96.   end
  97.   object IceLock2: tIceLock
  98.     IceString1 = 'Web-It! 1.0'
  99.     IceString2 = 'Professional'
  100.     IceSeed1 = 23984474
  101.     IceSeed2 = 234982347
  102.     ProgramKey1 = -1706377022
  103.     ProgramKey2 = 645592496
  104.     KeyFile = 'REGISTER.KEY'
  105.     Top = 173
  106.   end
  107.   object Scaler1: TScaler
  108.     PixelsPerInch = 96
  109.     Xdevelop = 800
  110.     Ydevelop = 600
  111.     ClientWidth = 186
  112.     ClientHeight = 233
  113.     Left = 6
  114.     Top = 98
  115.   end
  116. end
  117.