object frmAbout: TfrmAbout Left = 564 Top = 374 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'About ' ClientHeight = 184 ClientWidth = 322 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object btnOk: TButton Left = 240 Top = 156 Width = 75 Height = 25 Caption = '&Close' ModalResult = 1 TabOrder = 1 end object btnRegister: TButton Left = 155 Top = 156 Width = 75 Height = 25 Caption = '&Register' TabOrder = 0 end object PageControl1: TPageControl Left = 5 Top = 10 Width = 310 Height = 136 ActivePage = TabSheet2 TabOrder = 2 object TabSheet1: TTabSheet Caption = 'Identification' object lblAppTitle: TLabel Left = 10 Top = 10 Width = 280 Height = 13 Alignment = taCenter AutoSize = False Caption = 'App Title' Color = clBtnFace ParentColor = False end object lblCopyright: TLabel Left = 10 Top = 23 Width = 280 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Copyright � ' Color = clBtnFace ParentColor = False end object lblUserName: TLabel Left = 10 Top = 54 Width = 280 Height = 13 Alignment = taCenter AutoSize = False Caption = 'User Name' Color = clBtnFace ParentColor = False end object lblUserID: TLabel Left = 10 Top = 69 Width = 280 Height = 13 Alignment = taCenter AutoSize = False Caption = 'User ID' Color = clBtnFace ParentColor = False end object imgApp: TImage Left = 15 Top = 7 Width = 32 Height = 32 end end object TabSheet2: TTabSheet Caption = 'Eagle Software' object Label1: TLabel Left = 10 Top = 10 Width = 39 Height = 13 Caption = 'Internet:' end object Label2: TLabel Left = 75 Top = 10 Width = 220 Height = 26 AutoSize = False Caption = 'http://ourworld.compuserve.com/homepages/ TimJDuncan' end object Label3: TLabel Left = 10 Top = 36 Width = 31 Height = 13 Caption = 'E-mail:' end object Label4: TLabel Left = 75 Top = 36 Width = 149 Height = 13 Caption = '72603.3616@compuserve.com' end object Label5: TLabel Left = 10 Top = 49 Width = 47 Height = 13 Caption = 'Snail mail:' end object Label6: TLabel Left = 75 Top = 49 Width = 72 Height = 13 Caption = 'Eagle Software' end object Label7: TLabel Left = 75 Top = 62 Width = 102 Height = 13 Caption = 'Somerset, OH 43783' end object Label8: TLabel Left = 75 Top = 75 Width = 57 Height = 13 Caption = 'PO Box 399' end object Label9: TLabel Left = 75 Top = 88 Width = 72 Height = 13 Caption = '(614) 743-2164' end object Label10: TLabel Left = 10 Top = 88 Width = 34 Height = 13 Caption = 'Phone:' end end object TabSheet3: TTabSheet Caption = 'History' object Label11: TLabel Left = 10 Top = 10 Width = 15 Height = 13 Caption = '1.0' end object Label12: TLabel Left = 40 Top = 10 Width = 40 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '4/21/97' end object Label13: TLabel Left = 90 Top = 10 Width = 56 Height = 13 Caption = 'First release' end end end end