object Form1: TForm1 Left = 200 Top = 120 Width = 435 Height = 300 ActiveControl = Button1 BorderIcons = [biSystemMenu] Caption = 'Order Form' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 16 object Image1: TImage Left = 108 Top = 208 Width = 77 Height = 53 Picture.Data = {} end object Image2: TImage Left = 20 Top = 208 Width = 77 Height = 53 Picture.Data = {} end object Label2: TLabel Left = 12 Top = 8 Width = 44 Height = 16 Caption = 'Label2' Font.Color = clBlue Font.Height = -13 Font.Name = 'System' Font.Style = [] ParentFont = False end object Label3: TLabel Left = 12 Top = 24 Width = 44 Height = 16 Caption = 'Label3' Font.Color = clBlue Font.Height = -13 Font.Name = 'System' Font.Style = [] ParentFont = False end object Label4: TLabel Left = 12 Top = 40 Width = 44 Height = 16 Caption = 'Label4' Font.Color = clBlue Font.Height = -13 Font.Name = 'System' Font.Style = [] ParentFont = False end object Label5: TLabel Left = 12 Top = 56 Width = 44 Height = 16 Caption = 'Label5' Font.Color = clBlue Font.Height = -13 Font.Name = 'System' Font.Style = [] ParentFont = False end object Label6: TLabel Left = 80 Top = 72 Width = 51 Height = 19 Alignment = taCenter Caption = 'Label6' Font.Color = clWindowText Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Panel1: TPanel Left = 220 Top = 140 Width = 185 Height = 129 Caption = 'Panel1' TabOrder = 0 object Label1: TLabel Left = 8 Top = 8 Width = 4 Height = 16 end object Memo1: TMemo Left = 4 Top = 4 Width = 177 Height = 121 TabStop = False Color = clBtnFace Font.Color = clNavy Font.Height = -11 Font.Name = 'Arial' Font.Style = [] HideSelection = False Lines.Strings = ( 'Registration Services by:' ' Henning Associates' ' 1710 Allied St. #36' ' Charlottesville, VA 22903' 'voice/fax: ' #9'804-295-0554 ' #9'800-823-6896') ParentFont = False TabOrder = 0 end end object Button1: TButton Left = 304 Top = 16 Width = 89 Height = 33 Caption = '&Order' Default = True TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 304 Top = 54 Width = 89 Height = 33 Caption = '&Done' TabOrder = 2 OnClick = Button2Click OnExit = Button2Exit end object Button3: TButton Left = 304 Top = 92 Width = 89 Height = 33 Caption = '&Help' TabOrder = 3 OnClick = Button3Click end object Memo2: TMemo Left = 8 Top = 100 Width = 201 Height = 85 Color = clBtnFace Lines.Strings = ( 'Memo2') TabOrder = 4 end end