home *** CD-ROM | disk | FTP | other *** search
/ Powerdrive 1997 June / POWERDRIVE0697.ISO / share / win95 / anwend / qcopy / _setup.1 / Qcwin.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1997-03-24  |  3KB  |  123 lines

  1. object AboutBox: TAboutBox
  2.   Left = 239
  3.   Top = 102
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'QCopy - Info'
  7.   ClientHeight = 184
  8.   ClientWidth = 235
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 235
  23.     Height = 184
  24.     Align = alClient
  25.     TabOrder = 0
  26.     object Panel2: TPanel
  27.       Left = 8
  28.       Top = 8
  29.       Width = 217
  30.       Height = 129
  31.       BevelInner = bvRaised
  32.       BevelOuter = bvLowered
  33.       TabOrder = 0
  34.       object ProgramIcon: TImage
  35.         Left = 21
  36.         Top = 48
  37.         Width = 33
  38.         Height = 33
  39.         Hint = 'Das QCopy Symbol'
  40.         Picture.Data = {<image001.ico>}
  41.         Stretch = True
  42.         IsControl = True
  43.       end
  44.       object ProductName: TLabel
  45.         Left = 8
  46.         Top = 16
  47.         Width = 195
  48.         Height = 19
  49.         Alignment = taRightJustify
  50.         AutoSize = False
  51.         Caption = 'QCopy f∩┐╜r Windows∩┐╜ 95'
  52.         Font.Color = clActiveCaption
  53.         Font.Height = -16
  54.         Font.Name = 'Arial'
  55.         Font.Style = [fsBold]
  56.         ParentFont = False
  57.         IsControl = True
  58.       end
  59.       object Version: TLabel
  60.         Left = 144
  61.         Top = 40
  62.         Width = 59
  63.         Height = 13
  64.         Alignment = taRightJustify
  65.         Caption = 'Version 7.12'
  66.         Font.Color = clBlack
  67.         Font.Height = -12
  68.         Font.Name = 'MS Sans Serif'
  69.         Font.Style = []
  70.         ParentFont = False
  71.         IsControl = True
  72.       end
  73.       object Copyright: TLabel
  74.         Left = 75
  75.         Top = 83
  76.         Width = 128
  77.         Height = 14
  78.         Alignment = taRightJustify
  79.         AutoSize = False
  80.         Caption = 'copyright∩┐╜1996 by'
  81.         Font.Color = clBlack
  82.         Font.Height = -12
  83.         Font.Name = 'MS Sans Serif'
  84.         Font.Style = []
  85.         ParentFont = False
  86.         IsControl = True
  87.       end
  88.       object Label1: TLabel
  89.         Left = 29
  90.         Top = 102
  91.         Width = 174
  92.         Height = 15
  93.         Alignment = taRightJustify
  94.         AutoSize = False
  95.         Caption = 'Ulrich Feldm∩┐╜ller, Bremen'
  96.         Font.Color = clActiveCaption
  97.         Font.Height = -12
  98.         Font.Name = 'Arial'
  99.         Font.Style = []
  100.         ParentFont = False
  101.       end
  102.     end
  103.     object OKButton: TBitBtn
  104.       Left = 79
  105.       Top = 150
  106.       Width = 77
  107.       Height = 22
  108.       Font.Color = clWindowText
  109.       Font.Height = -12
  110.       Font.Name = 'Arial'
  111.       Font.Style = []
  112.       ParentFont = False
  113.       TabOrder = 1
  114.       OnClick = OKButtonClick
  115.       Kind = bkOK
  116.       Margin = 2
  117.       Style = bsNew
  118.       Spacing = -1
  119.       IsControl = True
  120.     end
  121.   end
  122. end
  123.