object Regdlg: TRegdlg Left = 87 Top = 14 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Precision Mapping Streets 4.0, Registration Form' ClientHeight = 406 ClientWidth = 447 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object LFirstName: TLabel Left = 160 Top = 58 Width = 53 Height = 13 Caption = '&First Name:' FocusControl = Fname end object LCompany: TLabel Left = 16 Top = 98 Width = 78 Height = 13 Caption = 'C&ompany Name:' FocusControl = CompanyName end object LTitle: TLabel Left = 268 Top = 100 Width = 23 Height = 13 Caption = '&Title:' FocusControl = Title1 end object Laddress: TLabel Left = 16 Top = 144 Width = 41 Height = 13 Caption = '&Address:' FocusControl = Address end object LCity: TLabel Left = 16 Top = 186 Width = 20 Height = 13 Caption = 'Cit&y:' FocusControl = City end object LZipCode: TLabel Left = 340 Top = 184 Width = 80 Height = 13 Caption = '&Zip/Postal Code:' FocusControl = ZipCode end object LPhone: TLabel Left = 16 Top = 264 Width = 34 Height = 13 Caption = 'P&hone:' FocusControl = Phone end object LSerNum: TLabel Left = 24 Top = 58 Width = 46 Height = 13 Caption = 'Serial &No:' FocusControl = SerNum end object LLastName: TLabel Left = 268 Top = 58 Width = 54 Height = 13 Caption = '&Last Name:' FocusControl = Lname end object Lstate: TLabel Left = 172 Top = 186 Width = 75 Height = 13 Caption = '&State/Province:' FocusControl = State end object LCountry: TLabel Left = 20 Top = 224 Width = 39 Height = 13 Caption = 'Co&untry:' FocusControl = Country end object LFax: TLabel Left = 124 Top = 264 Width = 20 Height = 13 Caption = 'Fa&x:' FocusControl = Fax end object LEmail: TLabel Left = 228 Top = 266 Width = 72 Height = 13 Caption = '&E-mail Address:' FocusControl = Email end object Lcomments: TLabel Left = 16 Top = 304 Width = 52 Height = 13 Caption = 'Co&mments:' FocusControl = Comments end object Label18: TLabel Left = 150 Top = 72 Width = 7 Height = 24 Caption = '*' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label19: TLabel Left = 260 Top = 72 Width = 7 Height = 24 Caption = '*' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label20: TLabel Left = 8 Top = 160 Width = 7 Height = 24 Caption = '*' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label21: TLabel Left = 8 Top = 200 Width = 7 Height = 24 Caption = '*' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label22: TLabel Left = 164 Top = 200 Width = 7 Height = 24 Caption = '*' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label23: TLabel Left = 332 Top = 200 Width = 7 Height = 24 Caption = '*' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label24: TLabel Left = 8 Top = 240 Width = 7 Height = 24 Caption = '*' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label25: TLabel Left = 12 Top = 72 Width = 7 Height = 24 Caption = '*' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label26: TLabel Left = 16 Top = 368 Width = 7 Height = 24 Caption = '*' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label27: TLabel Left = 32 Top = 370 Width = 68 Height = 13 Caption = 'Required Field' end object Fname: TEdit Left = 160 Top = 72 Width = 93 Height = 21 TabOrder = 0 end object Lname: TEdit Left = 268 Top = 72 Width = 153 Height = 21 TabOrder = 1 end object CompanyName: TEdit Left = 16 Top = 116 Width = 237 Height = 21 TabOrder = 2 end object Title1: TEdit Left = 268 Top = 116 Width = 157 Height = 21 TabOrder = 3 end object Address: TEdit Left = 16 Top = 160 Width = 409 Height = 21 TabOrder = 4 end object City: TEdit Left = 16 Top = 200 Width = 141 Height = 21 TabOrder = 5 end object State: TEdit Left = 172 Top = 200 Width = 117 Height = 21 TabOrder = 6 end object ZipCode: TEdit Left = 340 Top = 200 Width = 85 Height = 21 TabOrder = 7 end object Country: TEdit Left = 16 Top = 240 Width = 141 Height = 21 TabOrder = 8 end object Phone: TEdit Left = 16 Top = 280 Width = 101 Height = 21 TabOrder = 9 end object Fax: TEdit Left = 120 Top = 280 Width = 101 Height = 21 TabOrder = 10 end object SerNum: TEdit Left = 20 Top = 72 Width = 121 Height = 21 TabOrder = 11 end object Email: TEdit Left = 228 Top = 280 Width = 153 Height = 21 TabOrder = 12 end object Comments: TMemo Left = 16 Top = 320 Width = 409 Height = 45 Lines.Strings = ( '') ScrollBars = ssVertical TabOrder = 13 end object Button1: TButton Left = 268 Top = 376 Width = 73 Height = 25 Caption = '&Print ...' TabOrder = 14 OnClick = Button1Click end object Button2: TButton Left = 348 Top = 376 Width = 73 Height = 25 Caption = '&Cancel' TabOrder = 15 OnClick = Button2Click end object Memo2: TMemo Left = 16 Top = 4 Width = 425 Height = 45 BorderStyle = bsNone Color = clMenu Lines.Strings = ( 'You must register in order to receive technical support in accor' + 'dance with the iterms ' 'defined in your License Agreement. Fill out this form, print i' + 't and mail it or fax it to Chicago ' 'Map Corporation. All registration information provided will be ' + 'kept in strict confidence.') TabOrder = 16 end object PrintDialog1: TPrintDialog Left = 148 Top = 372 end end