home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 9 / Chip_Hitware_Vol_09.iso / chiphit9 / tools / 95wdown / windown.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt
Text File  |  1997-04-21  |  4KB  |  195 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 564
  3.   Top = 374
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About '
  7.   ClientHeight = 184
  8.   ClientWidth = 322
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object btnOk: TButton
  17.     Left = 240
  18.     Top = 156
  19.     Width = 75
  20.     Height = 25
  21.     Caption = '&Close'
  22.     ModalResult = 1
  23.     TabOrder = 1
  24.   end
  25.   object btnRegister: TButton
  26.     Left = 155
  27.     Top = 156
  28.     Width = 75
  29.     Height = 25
  30.     Caption = '&Register'
  31.     TabOrder = 0
  32.   end
  33.   object PageControl1: TPageControl
  34.     Left = 5
  35.     Top = 10
  36.     Width = 310
  37.     Height = 136
  38.     ActivePage = TabSheet2
  39.     TabOrder = 2
  40.     object TabSheet1: TTabSheet
  41.       Caption = 'Identification'
  42.       object lblAppTitle: TLabel
  43.         Left = 10
  44.         Top = 10
  45.         Width = 280
  46.         Height = 13
  47.         Alignment = taCenter
  48.         AutoSize = False
  49.         Caption = 'App Title'
  50.         Color = clBtnFace
  51.         ParentColor = False
  52.       end
  53.       object lblCopyright: TLabel
  54.         Left = 10
  55.         Top = 23
  56.         Width = 280
  57.         Height = 13
  58.         Alignment = taCenter
  59.         AutoSize = False
  60.         Caption = 'Copyright ∩┐╜ '
  61.         Color = clBtnFace
  62.         ParentColor = False
  63.       end
  64.       object lblUserName: TLabel
  65.         Left = 10
  66.         Top = 54
  67.         Width = 280
  68.         Height = 13
  69.         Alignment = taCenter
  70.         AutoSize = False
  71.         Caption = 'User Name'
  72.         Color = clBtnFace
  73.         ParentColor = False
  74.       end
  75.       object lblUserID: TLabel
  76.         Left = 10
  77.         Top = 69
  78.         Width = 280
  79.         Height = 13
  80.         Alignment = taCenter
  81.         AutoSize = False
  82.         Caption = 'User ID'
  83.         Color = clBtnFace
  84.         ParentColor = False
  85.       end
  86.       object imgApp: TImage
  87.         Left = 15
  88.         Top = 7
  89.         Width = 32
  90.         Height = 32
  91.       end
  92.     end
  93.     object TabSheet2: TTabSheet
  94.       Caption = 'Eagle Software'
  95.       object Label1: TLabel
  96.         Left = 10
  97.         Top = 10
  98.         Width = 39
  99.         Height = 13
  100.         Caption = 'Internet:'
  101.       end
  102.       object Label2: TLabel
  103.         Left = 75
  104.         Top = 10
  105.         Width = 220
  106.         Height = 26
  107.         AutoSize = False
  108.         Caption = 'http://ourworld.compuserve.com/homepages/ TimJDuncan'
  109.       end
  110.       object Label3: TLabel
  111.         Left = 10
  112.         Top = 36
  113.         Width = 31
  114.         Height = 13
  115.         Caption = 'E-mail:'
  116.       end
  117.       object Label4: TLabel
  118.         Left = 75
  119.         Top = 36
  120.         Width = 149
  121.         Height = 13
  122.         Caption = '72603.3616@compuserve.com'
  123.       end
  124.       object Label5: TLabel
  125.         Left = 10
  126.         Top = 49
  127.         Width = 47
  128.         Height = 13
  129.         Caption = 'Snail mail:'
  130.       end
  131.       object Label6: TLabel
  132.         Left = 75
  133.         Top = 49
  134.         Width = 72
  135.         Height = 13
  136.         Caption = 'Eagle Software'
  137.       end
  138.       object Label7: TLabel
  139.         Left = 75
  140.         Top = 62
  141.         Width = 102
  142.         Height = 13
  143.         Caption = 'Somerset, OH  43783'
  144.       end
  145.       object Label8: TLabel
  146.         Left = 75
  147.         Top = 75
  148.         Width = 57
  149.         Height = 13
  150.         Caption = 'PO Box 399'
  151.       end
  152.       object Label9: TLabel
  153.         Left = 75
  154.         Top = 88
  155.         Width = 72
  156.         Height = 13
  157.         Caption = '(614) 743-2164'
  158.       end
  159.       object Label10: TLabel
  160.         Left = 10
  161.         Top = 88
  162.         Width = 34
  163.         Height = 13
  164.         Caption = 'Phone:'
  165.       end
  166.     end
  167.     object TabSheet3: TTabSheet
  168.       Caption = 'History'
  169.       object Label11: TLabel
  170.         Left = 10
  171.         Top = 10
  172.         Width = 15
  173.         Height = 13
  174.         Caption = '1.0'
  175.       end
  176.       object Label12: TLabel
  177.         Left = 40
  178.         Top = 10
  179.         Width = 40
  180.         Height = 13
  181.         Alignment = taRightJustify
  182.         AutoSize = False
  183.         Caption = '4/21/97'
  184.       end
  185.       object Label13: TLabel
  186.         Left = 90
  187.         Top = 10
  188.         Width = 56
  189.         Height = 13
  190.         Caption = 'First release'
  191.       end
  192.     end
  193.   end
  194. end
  195.