home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Warsztat / Compress / SUPERZIP / SZIPW40.EXE / _SETUP.1 / SZIPW32.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1996-12-22  |  2KB  |  107 lines

  1. object AboutBox: TAboutBox
  2.   Left = 287
  3.   Top = 155
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 224
  7.   ClientWidth = 275
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   Icon.Data = {<image000.ico>}
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel2: TPanel
  17.     Left = 7
  18.     Top = 7
  19.     Width = 262
  20.     Height = 178
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 67
  26.       Top = 12
  27.       Width = 138
  28.       Height = 49
  29.       Picture.Data = {<image001.bmp>}
  30.       Stretch = True
  31.       IsControl = True
  32.     end
  33.     object ProductName: TLabel
  34.       Left = 45
  35.       Top = 72
  36.       Width = 171
  37.       Height = 13
  38.       Alignment = taCenter
  39.       Caption = 'Super Zip for Windows 95/NT'
  40.       IsControl = True
  41.     end
  42.     object CtrlVersion: TLabel
  43.       Left = 36
  44.       Top = 88
  45.       Width = 189
  46.       Height = 13
  47.       Alignment = taCenter
  48.       AutoSize = False
  49.       Caption = 'Version 1.5 (10/95)'
  50.       IsControl = True
  51.     end
  52.     object Copyright: TLabel
  53.       Left = 19
  54.       Top = 105
  55.       Width = 223
  56.       Height = 13
  57.       Alignment = taCenter
  58.       Caption = 'Copyright ASTEC International 1994-95'
  59.       IsControl = True
  60.     end
  61.     object Label1: TLabel
  62.       Left = 62
  63.       Top = 123
  64.       Width = 137
  65.       Height = 13
  66.       Alignment = taCenter
  67.       Caption = 'Written by Ollivier Civiol'
  68.     end
  69.     object Image1: TImage
  70.       Left = 15
  71.       Top = 23
  72.       Width = 32
  73.       Height = 32
  74.       AutoSize = True
  75.       Picture.Data = {<image002.ico>}
  76.     end
  77.     object Bevel1: TBevel
  78.       Left = 2
  79.       Top = 140
  80.       Width = 258
  81.       Height = 36
  82.       Align = alBottom
  83.       Shape = bsTopLine
  84.     end
  85.     object Label2: TLabel
  86.       Left = 16
  87.       Top = 152
  88.       Width = 229
  89.       Height = 13
  90.       Alignment = taCenter
  91.       AutoSize = False
  92.       Caption = 'Unregistered version'
  93.     end
  94.   end
  95.   object Button1: TButton
  96.     Left = 101
  97.     Top = 195
  98.     Width = 76
  99.     Height = 23
  100.     Cancel = True
  101.     Caption = '&Ok'
  102.     Default = True
  103.     ModalResult = 1
  104.     TabOrder = 1
  105.   end
  106. end
  107.