home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / FONTSAMP / ABOUT.dfm / ABOUT.txt next >
Text File  |  1998-02-16  |  2KB  |  111 lines

  1. object AboutForm: TAboutForm
  2.   Left = 238
  3.   Top = 105
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About FontSamp'
  7.   ClientHeight = 204
  8.   ClientWidth = 298
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 281
  21.     Height = 137
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 8
  27.       Top = 8
  28.       Width = 65
  29.       Height = 57
  30.       ParentShowHint = False
  31.       Picture.Data = {<image000.ico>}
  32.       ShowHint = True
  33.       Stretch = True
  34.       IsControl = True
  35.     end
  36.     object ProductName: TLabel
  37.       Left = 88
  38.       Top = 16
  39.       Width = 75
  40.       Height = 13
  41.       Caption = 'Font Sampler'
  42.       Font.Charset = DEFAULT_CHARSET
  43.       Font.Color = clBlack
  44.       Font.Height = -11
  45.       Font.Name = 'MS Sans Serif'
  46.       Font.Style = [fsBold]
  47.       ParentFont = False
  48.       IsControl = True
  49.     end
  50.     object Version: TLabel
  51.       Left = 88
  52.       Top = 40
  53.       Width = 65
  54.       Height = 13
  55.       Caption = 'Version 1.0'
  56.       Font.Charset = DEFAULT_CHARSET
  57.       Font.Color = clBlack
  58.       Font.Height = -11
  59.       Font.Name = 'MS Sans Serif'
  60.       Font.Style = [fsBold]
  61.       ParentFont = False
  62.       IsControl = True
  63.     end
  64.     object Copyright: TLabel
  65.       Left = 32
  66.       Top = 96
  67.       Width = 216
  68.       Height = 13
  69.       Caption = 'Copyright ∩┐╜ 1995, 1998 by Tom Swan'
  70.       Font.Charset = DEFAULT_CHARSET
  71.       Font.Color = clBlack
  72.       Font.Height = -11
  73.       Font.Name = 'MS Sans Serif'
  74.       Font.Style = [fsBold]
  75.       ParentFont = False
  76.       IsControl = True
  77.     end
  78.     object Rights: TLabel
  79.       Left = 80
  80.       Top = 112
  81.       Width = 103
  82.       Height = 13
  83.       Caption = 'All rights reserved'
  84.       Font.Charset = DEFAULT_CHARSET
  85.       Font.Color = clBlack
  86.       Font.Height = -11
  87.       Font.Name = 'MS Sans Serif'
  88.       Font.Style = [fsBold]
  89.       ParentFont = False
  90.       IsControl = True
  91.     end
  92.   end
  93.   object OKButton: TBitBtn
  94.     Left = 111
  95.     Top = 162
  96.     Width = 77
  97.     Height = 27
  98.     Font.Charset = DEFAULT_CHARSET
  99.     Font.Color = clBlack
  100.     Font.Height = -11
  101.     Font.Name = 'MS Sans Serif'
  102.     Font.Style = [fsBold]
  103.     ParentFont = False
  104.     TabOrder = 1
  105.     Kind = bkOK
  106.     Margin = 2
  107.     Spacing = -1
  108.     IsControl = True
  109.   end
  110. end
  111.