object frmRegInfo: TfrmRegInfo Left = 253 Top = 146 BorderStyle = bsDialog Caption = 'Registration Information' ClientHeight = 329 ClientWidth = 549 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object lblName: TLabel Left = 16 Top = 60 Width = 53 Height = 13 Caption = 'Your &Name' FocusControl = txtName end object lblCompany: TLabel Left = 16 Top = 89 Width = 44 Height = 13 Caption = '&Company' FocusControl = txtCompany end object lblSerial: TLabel Left = 16 Top = 118 Width = 66 Height = 13 Caption = '&Serial Number' FocusControl = txtSerial end object lblHear: TLabel Left = 16 Top = 236 Width = 173 Height = 13 Caption = 'Where did you &hear about WebEdit?' FocusControl = txtHear end object lblPurchase: TLabel Left = 18 Top = 268 Width = 166 Height = 13 Caption = 'Where did you &purchase WebEdit?' FocusControl = txtPurchase end object lblAddress: TLabel Left = 18 Top = 146 Width = 38 Height = 13 Caption = '&Address' FocusControl = txtAddress end object lblCity: TLabel Left = 18 Top = 175 Width = 17 Height = 13 Caption = 'C&ity' FocusControl = txtCity end object lblState: TLabel Left = 18 Top = 204 Width = 48 Height = 13 Caption = 'State, &ZIP' FocusControl = txtState end object Label9: TLabel Left = 16 Top = 8 Width = 517 Height = 26 Caption = 'Please tell us a little bit about yourself. As a registered user' + ' of WebEdit you will be notified of new product and upgrade info' + 'rmation, as well as be eligible for special offers and discounts' + '.' WordWrap = True end object rgComputer: TRadioGroup Left = 312 Top = 120 Width = 225 Height = 102 Caption = 'What type of computer are you &using?' Items.Strings = ( '386' '486' 'Pentium < 133MHz' 'Pentium >= 133MHz' 'Other') TabOrder = 12 end object rgOS: TRadioGroup Left = 312 Top = 51 Width = 225 Height = 65 Caption = 'What &operating system are you using?' Items.Strings = ( 'Windows 95' 'Windows NT' 'Other') TabOrder = 11 end object txtName: TEdit Left = 96 Top = 56 Width = 201 Height = 21 MaxLength = 100 TabOrder = 8 end object txtCompany: TEdit Left = 96 Top = 85 Width = 201 Height = 21 TabOrder = 9 end object txtSerial: TEdit Left = 96 Top = 114 Width = 201 Height = 21 TabOrder = 10 end object txtAddress: TEdit Left = 96 Top = 142 Width = 201 Height = 21 TabOrder = 0 end object txtCity: TEdit Left = 96 Top = 171 Width = 201 Height = 21 TabOrder = 1 end object txtState: TEdit Left = 96 Top = 200 Width = 201 Height = 21 TabOrder = 2 end object btnPrintForm: TButton Left = 368 Top = 296 Width = 91 Height = 25 Caption = '&Print Out Form' Default = True TabOrder = 6 OnClick = btnPrintFormClick end object btnCancel: TButton Left = 464 Top = 296 Width = 75 Height = 25 Cancel = True Caption = 'Close' ModalResult = 2 TabOrder = 7 OnClick = btnCancelClick end object txtHear: TEdit Left = 200 Top = 232 Width = 337 Height = 21 TabOrder = 3 end object txtPurchase: TEdit Left = 200 Top = 264 Width = 337 Height = 21 TabOrder = 4 end object rtfInfo: TRichEdit Left = 8 Top = 296 Width = 33 Height = 25 TabStop = False Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False PlainText = True TabOrder = 13 Visible = False WordWrap = False end object btnCreateFile: TButton Left = 272 Top = 296 Width = 91 Height = 25 Caption = 'C&reate File' TabOrder = 5 OnClick = btnCreateFileClick end end