home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2000 #9 / Net2.iso / Utility / automate.exe / %MAINDIR% / Settings.exe / 0 / RCDATA / TFRMGETREGCODE / TFRMGETREGCODE.txt < prev   
Encoding:
Text File  |  2000-07-27  |  1.5 KB  |  71 lines

  1. object frmGetRegCode: TfrmGetRegCode
  2.   Left = 476
  3.   Top = 394
  4.   ActiveControl = edtCode
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Enter Serial Number'
  8.   ClientHeight = 168
  9.   ClientWidth = 300
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lblRegInstructions: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 195
  26.     Height = 78
  27.     Caption = 
  28.       'Please enter a valid serial number to convert this AutoMate inst' +
  29.       'allation into a registered version.  To obtain a serial number, ' +
  30.       'please contact Unisyn Software or visit our web site to order on' +
  31.       'line via our secure online order form.'
  32.     WordWrap = True
  33.   end
  34.   object Label2: TLabel
  35.     Left = 8
  36.     Top = 124
  37.     Width = 69
  38.     Height = 13
  39.     Caption = '&Serial Number:'
  40.     FocusControl = edtCode
  41.   end
  42.   object edtCode: TEdit
  43.     Left = 8
  44.     Top = 140
  45.     Width = 285
  46.     Height = 21
  47.     TabOrder = 0
  48.   end
  49.   object comOK: TButton
  50.     Left = 220
  51.     Top = 8
  52.     Width = 75
  53.     Height = 25
  54.     Caption = 'OK'
  55.     Default = True
  56.     TabOrder = 1
  57.     OnClick = comOKClick
  58.   end
  59.   object comCancel: TButton
  60.     Left = 220
  61.     Top = 40
  62.     Width = 75
  63.     Height = 25
  64.     Cancel = True
  65.     Caption = 'Cancel'
  66.     ModalResult = 2
  67.     TabOrder = 2
  68.     OnClick = comCancelClick
  69.   end
  70. end
  71.