home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / tools / 95beyond / beyond32.exe / 0 / RCDATA / TREGISTRATIONFORM / TREGISTRATIONFORM.txt
Text File  |  1997-11-09  |  2KB  |  124 lines

  1. object RegistrationForm: TRegistrationForm
  2.   Left = 269
  3.   Top = 191
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = '% Registration Form'
  7.   ClientHeight = 281
  8.   ClientWidth = 427
  9.   Font.Color = clBlack
  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 = 88
  19.     Top = 84
  20.     Width = 31
  21.     Height = 13
  22.     Alignment = taRightJustify
  23.     Caption = 'Name:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 57
  27.     Top = 124
  28.     Width = 62
  29.     Height = 13
  30.     Alignment = taRightJustify
  31.     Caption = 'Organization:'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 50
  35.     Top = 164
  36.     Width = 69
  37.     Height = 13
  38.     Alignment = taRightJustify
  39.     Caption = 'Registration #:'
  40.   end
  41.   object ErrorMsg: TLabel
  42.     Left = 128
  43.     Top = 200
  44.     Width = 233
  45.     Height = 33
  46.     AutoSize = False
  47.     Caption = 
  48.       'This registration number is invalid.  Please verify each of the ' +
  49.       'above fields.'
  50.     Font.Color = clMaroon
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.     WordWrap = True
  56.   end
  57.   object Label4: TLabel
  58.     Left = 32
  59.     Top = 16
  60.     Width = 369
  61.     Height = 41
  62.     AutoSize = False
  63.     Caption = 
  64.       'If you have not received a registration #, click "Help" below.  ' +
  65.       'Otherwise enter the following information EXACTLY as shown in yo' +
  66.       'ur registration message.'
  67.     WordWrap = True
  68.   end
  69.   object NameEdit: TEdit
  70.     Left = 128
  71.     Top = 80
  72.     Width = 233
  73.     Height = 21
  74.     TabOrder = 0
  75.   end
  76.   object OrganizationEdit: TEdit
  77.     Left = 128
  78.     Top = 120
  79.     Width = 233
  80.     Height = 21
  81.     TabOrder = 1
  82.   end
  83.   object RegistrationEdit: TEdit
  84.     Left = 128
  85.     Top = 160
  86.     Width = 97
  87.     Height = 21
  88.     CharCase = ecUpperCase
  89.     TabOrder = 2
  90.   end
  91.   object OKBtn: TBitBtn
  92.     Left = 128
  93.     Top = 240
  94.     Width = 73
  95.     Height = 26
  96.     Caption = 'OK'
  97.     Default = True
  98.     ModalResult = 1
  99.     TabOrder = 3
  100.     NumGlyphs = 2
  101.   end
  102.   object CancelBtn: TBitBtn
  103.     Left = 208
  104.     Top = 240
  105.     Width = 73
  106.     Height = 26
  107.     Cancel = True
  108.     Caption = 'Cancel'
  109.     ModalResult = 2
  110.     TabOrder = 4
  111.     NumGlyphs = 2
  112.   end
  113.   object HelpBtn: TBitBtn
  114.     Left = 288
  115.     Top = 240
  116.     Width = 73
  117.     Height = 26
  118.     Caption = '&Help'
  119.     TabOrder = 5
  120.     OnClick = HelpBtnClick
  121.     NumGlyphs = 2
  122.   end
  123. end
  124.