home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 / Chip_Hitware_Vol_07.iso / chiphit7 / online / 95framit / frameit.exe / 0 / RCDATA / TABOUTFRM / TABOUTFRM.txt
Text File  |  1996-11-19  |  4KB  |  176 lines

  1. object AboutFrm: TAboutFrm
  2.   Left = 136
  3.   Top = 212
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'About Frame-It'
  7.   ClientHeight = 206
  8.   ClientWidth = 431
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = [fsBold]
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Panel1: TPanel
  19.     Left = 3
  20.     Top = 9
  21.     Width = 423
  22.     Height = 156
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     TabOrder = 0
  26.     object ProductName: TLabel
  27.       Left = 159
  28.       Top = 26
  29.       Width = 240
  30.       Height = 34
  31.       Alignment = taCenter
  32.       AutoSize = False
  33.       Caption = 'Frame-It'
  34.       Font.Color = clBlack
  35.       Font.Height = -29
  36.       Font.Name = 'Arial'
  37.       Font.Style = [fsBold]
  38.       ParentFont = False
  39.       IsControl = True
  40.     end
  41.     object Version: TLabel
  42.       Left = 148
  43.       Top = 60
  44.       Width = 260
  45.       Height = 22
  46.       Alignment = taCenter
  47.       AutoSize = False
  48.       Caption = 'Version 1.0 for Windows 95'
  49.       Font.Color = clBlue
  50.       Font.Height = -19
  51.       Font.Name = 'Arial Narrow'
  52.       Font.Style = [fsBold]
  53.       ParentFont = False
  54.       IsControl = True
  55.     end
  56.     object Copyright: TLabel
  57.       Left = 143
  58.       Top = 100
  59.       Width = 278
  60.       Height = 18
  61.       Alignment = taCenter
  62.       AutoSize = False
  63.       Caption = 'Copyright GME Systems Pty Ltd'
  64.       Font.Color = clBlack
  65.       Font.Height = -16
  66.       Font.Name = 'Arial'
  67.       Font.Style = [fsBold]
  68.       ParentFont = False
  69.       IsControl = True
  70.     end
  71.     object Comments: TLabel
  72.       Left = 144
  73.       Top = 118
  74.       Width = 269
  75.       Height = 32
  76.       Alignment = taCenter
  77.       Caption = 
  78.         'Get the latest version, prices etc from http://www.iinet.net.au/' +
  79.         '~bwh/frame-it.html'
  80.       Font.Color = clBlue
  81.       Font.Height = -13
  82.       Font.Name = 'Arial'
  83.       Font.Style = [fsBold]
  84.       ParentFont = False
  85.       WordWrap = True
  86.       IsControl = True
  87.     end
  88.     object RegisterLabel: TLabel
  89.       Left = 143
  90.       Top = 8
  91.       Width = 163
  92.       Height = 19
  93.       Caption = 'Evaluation Version of'
  94.       Font.Color = clBlack
  95.       Font.Height = -16
  96.       Font.Name = 'Arial'
  97.       Font.Style = [fsBold]
  98.       ParentFont = False
  99.     end
  100.     object Shape1: TShape
  101.       Left = 9
  102.       Top = 8
  103.       Width = 65
  104.       Height = 65
  105.     end
  106.     object Shape2: TShape
  107.       Left = 75
  108.       Top = 8
  109.       Width = 65
  110.       Height = 65
  111.     end
  112.     object Shape3: TShape
  113.       Left = 9
  114.       Top = 75
  115.       Width = 65
  116.       Height = 65
  117.     end
  118.     object Shape4: TShape
  119.       Left = 75
  120.       Top = 75
  121.       Width = 31
  122.       Height = 31
  123.       Brush.Color = clRed
  124.     end
  125.     object Shape7: TShape
  126.       Left = 75
  127.       Top = 109
  128.       Width = 31
  129.       Height = 31
  130.       Brush.Color = clLime
  131.     end
  132.     object Shape5: TShape
  133.       Left = 109
  134.       Top = 75
  135.       Width = 31
  136.       Height = 31
  137.       Brush.Color = clBlue
  138.     end
  139.     object Shape6: TShape
  140.       Left = 109
  141.       Top = 109
  142.       Width = 31
  143.       Height = 31
  144.       Brush.Color = clYellow
  145.     end
  146.     object RegUserName: TLabel
  147.       Left = 144
  148.       Top = 81
  149.       Width = 274
  150.       Height = 20
  151.       Alignment = taCenter
  152.       AutoSize = False
  153.       Caption = 'Bruce wayne Hearder'
  154.       Font.Color = clRed
  155.       Font.Height = -16
  156.       Font.Name = 'MS Sans Serif'
  157.       Font.Style = [fsBold]
  158.       ParentFont = False
  159.     end
  160.   end
  161.   object OK_Btn: TButton
  162.     Left = 328
  163.     Top = 171
  164.     Width = 89
  165.     Height = 30
  166.     Caption = '&Ok'
  167.     Font.Color = clBlack
  168.     Font.Height = -11
  169.     Font.Name = 'MS Sans Serif'
  170.     Font.Style = []
  171.     ModalResult = 1
  172.     ParentFont = False
  173.     TabOrder = 1
  174.   end
  175. end
  176.