home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / vulcan / vconv97.exe / 0 / RCDATA / TFRMENTERREGCODE / TFRMENTERREGCODE.txt
Text File  |  1997-01-16  |  2KB  |  109 lines

  1. object frmEnterRegCode: TfrmEnterRegCode
  2.   Left = 513
  3.   Top = 84
  4.   VertScrollBar.Visible = False
  5.   ActiveControl = txtName
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   Caption = 'Enter Registration Code'
  9.   ClientHeight = 177
  10.   ClientWidth = 323
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   ShowHint = True
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object btnCancel: TButton
  23.     Left = 242
  24.     Top = 150
  25.     Width = 75
  26.     Height = 22
  27.     Cancel = True
  28.     Caption = 'Cancel'
  29.     ModalResult = 2
  30.     TabOrder = 1
  31.     OnClick = btnCancelClick
  32.   end
  33.   object tabMain: TTabControl
  34.     Left = 6
  35.     Top = 6
  36.     Width = 311
  37.     Height = 139
  38.     TabOrder = 0
  39.     object lblName: TLabel
  40.       Left = 18
  41.       Top = 74
  42.       Width = 53
  43.       Height = 13
  44.       Alignment = taRightJustify
  45.       Caption = 'Your Name'
  46.       FocusControl = txtName
  47.       OnClick = labelClick
  48.     end
  49.     object lblSerial: TLabel
  50.       Left = 35
  51.       Top = 104
  52.       Width = 36
  53.       Height = 13
  54.       Alignment = taRightJustify
  55.       Caption = 'Serial #'
  56.       FocusControl = txtSerial
  57.       OnClick = labelClick
  58.     end
  59.     object lblAppInfo1: TLabel
  60.       Left = 83
  61.       Top = 18
  62.       Width = 80
  63.       Height = 49
  64.       Alignment = taRightJustify
  65.       Caption = 'lblAppInfo1'
  66.     end
  67.     object lblAppInfo2: TLabel
  68.       Left = 166
  69.       Top = 18
  70.       Width = 53
  71.       Height = 13
  72.       Caption = 'lblAppInfo1'
  73.     end
  74.     object txtName: TEdit
  75.       Left = 82
  76.       Top = 70
  77.       Width = 217
  78.       Height = 24
  79.       AutoSize = False
  80.       Font.Color = clWindowText
  81.       Font.Height = 12
  82.       Font.Name = 'MS Sans Serif'
  83.       Font.Pitch = fpFixed
  84.       Font.Style = []
  85.       MaxLength = 35
  86.       ParentFont = False
  87.       TabOrder = 0
  88.       OnChange = txtSerialChange
  89.     end
  90.     object txtSerial: TEdit
  91.       Left = 82
  92.       Top = 100
  93.       Width = 217
  94.       Height = 24
  95.       AutoSize = False
  96.       CharCase = ecUpperCase
  97.       Font.Color = clWindowText
  98.       Font.Height = 12
  99.       Font.Name = 'MS Sans Serif'
  100.       Font.Pitch = fpFixed
  101.       Font.Style = []
  102.       MaxLength = 30
  103.       ParentFont = False
  104.       TabOrder = 1
  105.       OnChange = txtSerialChange
  106.     end
  107.   end
  108. end
  109.