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

  1. object frmRegInfo: TfrmRegInfo
  2.   Left = 253
  3.   Top = 146
  4.   BorderStyle = bsDialog
  5.   Caption = 'Registration Information'
  6.   ClientHeight = 329
  7.   ClientWidth = 549
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object lblName: TLabel
  16.     Left = 16
  17.     Top = 60
  18.     Width = 53
  19.     Height = 13
  20.     Caption = 'Your &Name'
  21.     FocusControl = txtName
  22.   end
  23.   object lblCompany: TLabel
  24.     Left = 16
  25.     Top = 89
  26.     Width = 44
  27.     Height = 13
  28.     Caption = '&Company'
  29.     FocusControl = txtCompany
  30.   end
  31.   object lblSerial: TLabel
  32.     Left = 16
  33.     Top = 118
  34.     Width = 66
  35.     Height = 13
  36.     Caption = '&Serial Number'
  37.     FocusControl = txtSerial
  38.   end
  39.   object lblHear: TLabel
  40.     Left = 16
  41.     Top = 236
  42.     Width = 173
  43.     Height = 13
  44.     Caption = 'Where did you &hear about WebEdit?'
  45.     FocusControl = txtHear
  46.   end
  47.   object lblPurchase: TLabel
  48.     Left = 18
  49.     Top = 268
  50.     Width = 166
  51.     Height = 13
  52.     Caption = 'Where did you &purchase WebEdit?'
  53.     FocusControl = txtPurchase
  54.   end
  55.   object lblAddress: TLabel
  56.     Left = 18
  57.     Top = 146
  58.     Width = 38
  59.     Height = 13
  60.     Caption = '&Address'
  61.     FocusControl = txtAddress
  62.   end
  63.   object lblCity: TLabel
  64.     Left = 18
  65.     Top = 175
  66.     Width = 17
  67.     Height = 13
  68.     Caption = 'C&ity'
  69.     FocusControl = txtCity
  70.   end
  71.   object lblState: TLabel
  72.     Left = 18
  73.     Top = 204
  74.     Width = 48
  75.     Height = 13
  76.     Caption = 'State, &ZIP'
  77.     FocusControl = txtState
  78.   end
  79.   object Label9: TLabel
  80.     Left = 16
  81.     Top = 8
  82.     Width = 517
  83.     Height = 26
  84.     Caption = 
  85.       'Please tell us a little bit about yourself. As a registered user' +
  86.       ' of WebEdit you will be notified of new product and upgrade info' +
  87.       'rmation, as well as be eligible for special offers and discounts' +
  88.       '.'
  89.     WordWrap = True
  90.   end
  91.   object rgComputer: TRadioGroup
  92.     Left = 312
  93.     Top = 120
  94.     Width = 225
  95.     Height = 102
  96.     Caption = 'What type of computer are you &using?'
  97.     Items.Strings = (
  98.       '386'
  99.       '486'
  100.       'Pentium < 133MHz'
  101.       'Pentium >= 133MHz'
  102.       'Other')
  103.     TabOrder = 12
  104.   end
  105.   object rgOS: TRadioGroup
  106.     Left = 312
  107.     Top = 51
  108.     Width = 225
  109.     Height = 65
  110.     Caption = 'What &operating system are you using?'
  111.     Items.Strings = (
  112.       'Windows 95'
  113.       'Windows NT'
  114.       'Other')
  115.     TabOrder = 11
  116.   end
  117.   object txtName: TEdit
  118.     Left = 96
  119.     Top = 56
  120.     Width = 201
  121.     Height = 21
  122.     MaxLength = 100
  123.     TabOrder = 8
  124.   end
  125.   object txtCompany: TEdit
  126.     Left = 96
  127.     Top = 85
  128.     Width = 201
  129.     Height = 21
  130.     TabOrder = 9
  131.   end
  132.   object txtSerial: TEdit
  133.     Left = 96
  134.     Top = 114
  135.     Width = 201
  136.     Height = 21
  137.     TabOrder = 10
  138.   end
  139.   object txtAddress: TEdit
  140.     Left = 96
  141.     Top = 142
  142.     Width = 201
  143.     Height = 21
  144.     TabOrder = 0
  145.   end
  146.   object txtCity: TEdit
  147.     Left = 96
  148.     Top = 171
  149.     Width = 201
  150.     Height = 21
  151.     TabOrder = 1
  152.   end
  153.   object txtState: TEdit
  154.     Left = 96
  155.     Top = 200
  156.     Width = 201
  157.     Height = 21
  158.     TabOrder = 2
  159.   end
  160.   object btnPrintForm: TButton
  161.     Left = 368
  162.     Top = 296
  163.     Width = 91
  164.     Height = 25
  165.     Caption = '&Print Out Form'
  166.     Default = True
  167.     TabOrder = 6
  168.     OnClick = btnPrintFormClick
  169.   end
  170.   object btnCancel: TButton
  171.     Left = 464
  172.     Top = 296
  173.     Width = 75
  174.     Height = 25
  175.     Cancel = True
  176.     Caption = 'Close'
  177.     ModalResult = 2
  178.     TabOrder = 7
  179.     OnClick = btnCancelClick
  180.   end
  181.   object txtHear: TEdit
  182.     Left = 200
  183.     Top = 232
  184.     Width = 337
  185.     Height = 21
  186.     TabOrder = 3
  187.   end
  188.   object txtPurchase: TEdit
  189.     Left = 200
  190.     Top = 264
  191.     Width = 337
  192.     Height = 21
  193.     TabOrder = 4
  194.   end
  195.   object rtfInfo: TRichEdit
  196.     Left = 8
  197.     Top = 296
  198.     Width = 33
  199.     Height = 25
  200.     TabStop = False
  201.     Font.Color = clWindowText
  202.     Font.Height = -13
  203.     Font.Name = 'Arial'
  204.     Font.Style = []
  205.     ParentFont = False
  206.     PlainText = True
  207.     TabOrder = 13
  208.     Visible = False
  209.     WordWrap = False
  210.   end
  211.   object btnCreateFile: TButton
  212.     Left = 272
  213.     Top = 296
  214.     Width = 91
  215.     Height = 25
  216.     Caption = 'C&reate File'
  217.     TabOrder = 5
  218.     OnClick = btnCreateFileClick
  219.   end
  220. end
  221.