home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / 9COM / EPROJECT.ZIP / AUTOPAGE.EXE / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1997-09-07  |  4KB  |  139 lines

  1. object AboutBox: TAboutBox
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 213
  6.   ClientWidth = 298
  7.   Color = clNavy
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 281
  20.     Height = 161
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     Color = clBlue
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 8
  27.       Top = 8
  28.       Width = 32
  29.       Height = 32
  30.       AutoSize = True
  31.       Picture.Data = {<image000.ico>}
  32.       Stretch = True
  33.       IsControl = True
  34.     end
  35.     object ProductName: TLabel
  36.       Left = 88
  37.       Top = 16
  38.       Width = 53
  39.       Height = 13
  40.       Caption = 'Auto Page '
  41.       Color = clBlue
  42.       Font.Charset = ANSI_CHARSET
  43.       Font.Color = clYellow
  44.       Font.Height = -11
  45.       Font.Name = 'MS Sans Serif'
  46.       Font.Style = []
  47.       ParentColor = False
  48.       ParentFont = False
  49.       IsControl = True
  50.     end
  51.     object Version: TLabel
  52.       Left = 88
  53.       Top = 40
  54.       Width = 53
  55.       Height = 13
  56.       Caption = 'Version 2.0'
  57.       Color = clBlue
  58.       Font.Charset = ANSI_CHARSET
  59.       Font.Color = clYellow
  60.       Font.Height = -11
  61.       Font.Name = 'MS Sans Serif'
  62.       Font.Style = []
  63.       ParentColor = False
  64.       ParentFont = False
  65.       IsControl = True
  66.     end
  67.     object Copyright: TLabel
  68.       Left = 8
  69.       Top = 80
  70.       Width = 150
  71.       Height = 13
  72.       Caption = 'Copyright 1997 by Bret Bordwell'
  73.       Color = clBlue
  74.       Font.Charset = ANSI_CHARSET
  75.       Font.Color = clYellow
  76.       Font.Height = -11
  77.       Font.Name = 'MS Sans Serif'
  78.       Font.Style = []
  79.       ParentColor = False
  80.       ParentFont = False
  81.       IsControl = True
  82.     end
  83.     object Comments: TLabel
  84.       Left = 8
  85.       Top = 104
  86.       Width = 265
  87.       Height = 49
  88.       Alignment = taCenter
  89.       Color = clBlue
  90.       Font.Charset = ANSI_CHARSET
  91.       Font.Color = clYellow
  92.       Font.Height = -11
  93.       Font.Name = 'MS Sans Serif'
  94.       Font.Style = []
  95.       ParentColor = False
  96.       ParentFont = False
  97.       WordWrap = True
  98.       IsControl = True
  99.     end
  100.   end
  101.   object OKButton: TButton
  102.     Left = 152
  103.     Top = 180
  104.     Width = 138
  105.     Height = 25
  106.     Caption = 'OK'
  107.     Default = True
  108.     ModalResult = 1
  109.     TabOrder = 1
  110.   end
  111.   object BitBtn1: TBitBtn
  112.     Left = 8
  113.     Top = 180
  114.     Width = 137
  115.     Height = 25
  116.     Caption = 'Print Form'
  117.     TabOrder = 2
  118.     OnClick = BitBtn1Click
  119.     Glyph.Data = {
  120.       76010000424D7601000000000000760000002800000020000000100000000100
  121.       04000000000000010000130B0000130B00000000000000000000000000000000
  122.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  123.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  124.       00033FFFFFFFFFFFFFFF0888888888888880777777777777777F088888888888
  125.       8880777777777777777F0000000000000000FFFFFFFFFFFFFFFF0F8F8F8F8F8F
  126.       8F80777777777777777F08F8F8F8F8F8F9F0777777777777777F0F8F8F8F8F8F
  127.       8F807777777777777F7F0000000000000000777777777777777F3330FFFFFFFF
  128.       03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  129.       03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  130.       33333337F3FF7F3733333330F08F0F0333333337F7737F7333333330FFFF0033
  131.       33333337FFFF7733333333300000033333333337777773333333}
  132.     NumGlyphs = 2
  133.   end
  134.   object PrintDialog1: TPrintDialog
  135.     Left = 248
  136.     Top = 8
  137.   end
  138. end
  139.