home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 / Chip_Hitware_Vol_07.iso / chiphit7 / tools / 95fontsh / fontsho.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1996-11-29  |  3KB  |  130 lines

  1. object AboutBox: TAboutBox
  2.   Left = 238
  3.   Top = 104
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 213
  8.   ClientWidth = 305
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 289
  20.     Height = 161
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 24
  26.       Top = 24
  27.       Width = 32
  28.       Height = 32
  29.       AutoSize = True
  30.       Picture.Data = {<image000.ico>}
  31.       Stretch = True
  32.       IsControl = True
  33.     end
  34.     object ProductName: TLabel
  35.       Left = 88
  36.       Top = 24
  37.       Width = 101
  38.       Height = 24
  39.       Caption = 'Font Show'
  40.       Font.Color = clRed
  41.       Font.Height = -19
  42.       Font.Name = 'MS Sans Serif'
  43.       Font.Style = [fsBold]
  44.       ParentFont = False
  45.       IsControl = True
  46.     end
  47.     object Version: TLabel
  48.       Left = 120
  49.       Top = 48
  50.       Width = 100
  51.       Height = 16
  52.       Caption = 'Win95 Version'
  53.       Font.Color = clRed
  54.       Font.Height = -13
  55.       Font.Name = 'MS Sans Serif'
  56.       Font.Style = [fsBold]
  57.       ParentFont = False
  58.       IsControl = True
  59.     end
  60.     object Copyright: TLabel
  61.       Left = 21
  62.       Top = 91
  63.       Width = 249
  64.       Height = 13
  65.       Caption = 'Copyright 1996 by Window Wizard Software'
  66.       Font.Color = clBlack
  67.       Font.Height = -12
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = [fsBold]
  70.       ParentFont = False
  71.       IsControl = True
  72.     end
  73.     object Comments: TLabel
  74.       Left = 83
  75.       Top = 66
  76.       Width = 158
  77.       Height = 26
  78.       Caption = 'A  Freeware Font Viewer'
  79.       Font.Color = clBlue
  80.       Font.Height = -12
  81.       Font.Name = 'MS Sans Serif'
  82.       Font.Style = [fsBold]
  83.       ParentFont = False
  84.       WordWrap = True
  85.       IsControl = True
  86.     end
  87.     object Label1: TLabel
  88.       Left = 64
  89.       Top = 107
  90.       Width = 153
  91.       Height = 13
  92.       Caption = 'Edmond, Oklahoma  73034'
  93.       Font.Color = clWindowText
  94.       Font.Height = -12
  95.       Font.Name = 'MS Sans Serif'
  96.       Font.Style = [fsBold]
  97.       ParentFont = False
  98.     end
  99.     object Label2: TLabel
  100.       Left = 54
  101.       Top = 123
  102.       Width = 167
  103.       Height = 13
  104.       Caption = 'EMAIL: wizard@telepath.com'
  105.       Font.Color = clWindowText
  106.       Font.Height = -12
  107.       Font.Name = 'MS Sans Serif'
  108.       Font.Style = [fsBold]
  109.       ParentFont = False
  110.     end
  111.   end
  112.   object OKButton: TBitBtn
  113.     Left = 111
  114.     Top = 178
  115.     Width = 77
  116.     Height = 27
  117.     Font.Color = clBlack
  118.     Font.Height = -12
  119.     Font.Name = 'MS Sans Serif'
  120.     Font.Style = [fsBold]
  121.     ParentFont = False
  122.     TabOrder = 1
  123.     OnClick = OKButtonClick
  124.     Kind = bkOK
  125.     Margin = 2
  126.     Spacing = -1
  127.     IsControl = True
  128.   end
  129. end
  130.