home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / TABS / ABOUT.dfm / ABOUT.txt next >
Text File  |  1998-01-21  |  3KB  |  114 lines

  1. object AboutForm: TAboutForm
  2.   Left = 238
  3.   Top = 104
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 213
  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 = 161
  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.       Picture.Data = {<image000.bmp>}
  31.       Stretch = True
  32.       IsControl = True
  33.     end
  34.     object ProductName: TLabel
  35.       Left = 88
  36.       Top = 16
  37.       Width = 29
  38.       Height = 13
  39.       Caption = 'Tabs'
  40.       Font.Charset = DEFAULT_CHARSET
  41.       Font.Color = clBlack
  42.       Font.Height = -11
  43.       Font.Name = 'MS Sans Serif'
  44.       Font.Style = [fsBold]
  45.       ParentFont = False
  46.       IsControl = True
  47.     end
  48.     object Version: TLabel
  49.       Left = 88
  50.       Top = 40
  51.       Width = 65
  52.       Height = 13
  53.       Caption = 'Version 2.0'
  54.       Font.Charset = DEFAULT_CHARSET
  55.       Font.Color = clBlack
  56.       Font.Height = -11
  57.       Font.Name = 'MS Sans Serif'
  58.       Font.Style = [fsBold]
  59.       ParentFont = False
  60.       IsControl = True
  61.     end
  62.     object Copyright: TLabel
  63.       Left = 8
  64.       Top = 80
  65.       Width = 252
  66.       Height = 13
  67.       Caption = 'Copyright ∩┐╜ 1991, 1995. 1998 by Tom Swan'
  68.       Font.Charset = DEFAULT_CHARSET
  69.       Font.Color = clBlack
  70.       Font.Height = -11
  71.       Font.Name = 'MS Sans Serif'
  72.       Font.Style = [fsBold]
  73.       ParentFont = False
  74.       IsControl = True
  75.     end
  76.     object Comments: TLabel
  77.       Left = 8
  78.       Top = 104
  79.       Width = 249
  80.       Height = 39
  81.       Alignment = taCenter
  82.       AutoSize = False
  83.       Caption = 
  84.         'Converted from the original program version 1.0 written in Turbo' +
  85.         ' Vision (Turbo Pascal).'
  86.       Font.Charset = DEFAULT_CHARSET
  87.       Font.Color = clBlack
  88.       Font.Height = -11
  89.       Font.Name = 'MS Sans Serif'
  90.       Font.Style = [fsBold]
  91.       ParentFont = False
  92.       WordWrap = True
  93.       IsControl = True
  94.     end
  95.   end
  96.   object OKButton: TBitBtn
  97.     Left = 111
  98.     Top = 178
  99.     Width = 77
  100.     Height = 27
  101.     Font.Charset = DEFAULT_CHARSET
  102.     Font.Color = clBlack
  103.     Font.Height = -11
  104.     Font.Name = 'MS Sans Serif'
  105.     Font.Style = [fsBold]
  106.     ParentFont = False
  107.     TabOrder = 1
  108.     Kind = bkOK
  109.     Margin = 2
  110.     Spacing = -1
  111.     IsControl = True
  112.   end
  113. end
  114.