home *** CD-ROM | disk | FTP | other *** search
/ Computerworld 1996 March / Computerworld_1996-03_cd.bin / idg_cd3 / aplikace / office / ccopier1 / source / scabout.dfm / scabout.txt < prev   
Encoding:
Text File  |  1996-02-14  |  2.9 KB  |  128 lines

  1. object AboutBox: TAboutBox
  2.   Left = 305
  3.   Top = 144
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About ...'
  7.   ClientHeight = 246
  8.   ClientWidth = 360
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 345
  20.     Height = 193
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 24
  26.       Top = 16
  27.       Width = 33
  28.       Height = 33
  29.       Picture.Data = {<image000.ico>}
  30.       Stretch = True
  31.       IsControl = True
  32.     end
  33.     object ProductName: TLabel
  34.       Left = 70
  35.       Top = 16
  36.       Width = 259
  37.       Height = 17
  38.       Alignment = taCenter
  39.       Caption = 'Compu-Copier'
  40.       Font.Color = clBlack
  41.       Font.Height = -11
  42.       Font.Name = 'MS Sans Serif'
  43.       Font.Style = [fsBold]
  44.       ParentFont = False
  45.       IsControl = True
  46.     end
  47.     object Version: TLabel
  48.       Left = 70
  49.       Top = 32
  50.       Width = 259
  51.       Height = 17
  52.       Alignment = taCenter
  53.       Caption = 'Version 1.0a'
  54.       Font.Color = clBlack
  55.       Font.Height = -11
  56.       Font.Name = 'MS Sans Serif'
  57.       Font.Style = [fsBold]
  58.       ParentFont = False
  59.       IsControl = True
  60.     end
  61.     object Copyright: TLabel
  62.       Left = 13
  63.       Top = 56
  64.       Width = 190
  65.       Height = 17
  66.       Caption = 'Copyright:  Matthias Weingart '#39'95'
  67.       Font.Color = clBlack
  68.       Font.Height = -11
  69.       Font.Name = 'MS Sans Serif'
  70.       Font.Style = [fsBold]
  71.       ParentFont = False
  72.       IsControl = True
  73.     end
  74.     object Comments: TLabel
  75.       Left = 13
  76.       Top = 74
  77.       Width = 324
  78.       Height = 31
  79.       Caption = 
  80.         'This program is Freeware. Comments, questions and bug reports to' +
  81.         ' matthias@penthouse.boerde.de.'
  82.       Font.Color = clBlack
  83.       Font.Height = -11
  84.       Font.Name = 'MS Sans Serif'
  85.       Font.Style = [fsBold]
  86.       ParentFont = False
  87.       ShowAccelChar = False
  88.       WordWrap = True
  89.       IsControl = True
  90.     end
  91.     object Label1: TLabel
  92.       Left = 13
  93.       Top = 104
  94.       Width = 324
  95.       Height = 81
  96.       Caption = 
  97.         'Requirements: flatbed-scanner with TWAIN-interface, printer. To ' +
  98.         'make a copy of a sheet of paper, choose '#39'black-white'#39' in the TWA' +
  99.         'IN-dialog, set the size of the scan area to the whole papersize ' +
  100.         'and press the scan-button.'
  101.       Font.Color = clBlack
  102.       Font.Height = -11
  103.       Font.Name = 'MS Sans Serif'
  104.       Font.Style = [fsBold]
  105.       ParentFont = False
  106.       ShowAccelChar = False
  107.       WordWrap = True
  108.       IsControl = True
  109.     end
  110.   end
  111.   object OKButton: TBitBtn
  112.     Left = 141
  113.     Top = 210
  114.     Width = 77
  115.     Height = 27
  116.     Font.Color = clBlack
  117.     Font.Height = -11
  118.     Font.Name = 'MS Sans Serif'
  119.     Font.Style = [fsBold]
  120.     ParentFont = False
  121.     TabOrder = 1
  122.     Kind = bkOK
  123.     Margin = 2
  124.     Spacing = -1
  125.     IsControl = True
  126.   end
  127. end
  128.