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

  1. object AboutBox: TAboutBox
  2.   Left = 229
  3.   Top = 146
  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 = 28
  27.       Top = 24
  28.       Width = 37
  29.       Height = 37
  30.       Picture.Data = {<image000.ico>}
  31.       Stretch = True
  32.       IsControl = True
  33.     end
  34.     object ProductName: TLabel
  35.       Left = 88
  36.       Top = 16
  37.       Width = 168
  38.       Height = 13
  39.       Caption = 'SysColor -- Set System Colors'
  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 3.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 = 112
  65.       Width = 216
  66.       Height = 13
  67.       Caption = 'Copyright ∩┐╜ 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 = 76
  79.       Width = 241
  80.       Height = 21
  81.       AutoSize = False
  82.       Caption = 'From Delphi 4 Bible'
  83.       Font.Charset = DEFAULT_CHARSET
  84.       Font.Color = clBlack
  85.       Font.Height = -11
  86.       Font.Name = 'MS Sans Serif'
  87.       Font.Style = [fsBold]
  88.       ParentFont = False
  89.       IsControl = True
  90.     end
  91.     object Label1: TLabel
  92.       Left = 8
  93.       Top = 92
  94.       Width = 201
  95.       Height = 13
  96.       Caption = 'Published by IDG Books Worldwide'
  97.       Font.Charset = DEFAULT_CHARSET
  98.       Font.Color = clBlack
  99.       Font.Height = -11
  100.       Font.Name = 'MS Sans Serif'
  101.       Font.Style = [fsBold]
  102.       ParentFont = False
  103.     end
  104.     object Rights: TLabel
  105.       Left = 8
  106.       Top = 128
  107.       Width = 103
  108.       Height = 13
  109.       Caption = 'All rights reserved'
  110.       Font.Charset = DEFAULT_CHARSET
  111.       Font.Color = clBlack
  112.       Font.Height = -11
  113.       Font.Name = 'MS Sans Serif'
  114.       Font.Style = [fsBold]
  115.       ParentFont = False
  116.     end
  117.   end
  118.   object OKButton: TBitBtn
  119.     Left = 111
  120.     Top = 178
  121.     Width = 77
  122.     Height = 27
  123.     Font.Charset = DEFAULT_CHARSET
  124.     Font.Color = clBlack
  125.     Font.Height = -11
  126.     Font.Name = 'MS Sans Serif'
  127.     Font.Style = [fsBold]
  128.     ParentFont = False
  129.     TabOrder = 1
  130.     Kind = bkOK
  131.     Margin = 2
  132.     Spacing = -1
  133.     IsControl = True
  134.   end
  135. end
  136.