home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / biuro / BaseCalculator / _SETUP.1 / BASECALC.EXE / RCDATA / TABOUTWIN / TABOUTWIN.txt < prev   
Text File  |  1996-11-06  |  3KB  |  115 lines

  1. object AboutWin: TAboutWin
  2.   Left = 192
  3.   Top = 108
  4.   HelpContext = 1
  5.   ActiveControl = OKButton
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'About Base Calculator'
  9.   ClientHeight = 253
  10.   ClientWidth = 314
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object OKButton: TButton
  21.     Left = 67
  22.     Top = 220
  23.     Width = 75
  24.     Height = 25
  25.     Cancel = True
  26.     Caption = 'OK'
  27.     Default = True
  28.     ModalResult = 2
  29.     TabOrder = 0
  30.   end
  31.   object Panel: TPanel
  32.     Left = 8
  33.     Top = 8
  34.     Width = 297
  35.     Height = 201
  36.     BevelInner = bvRaised
  37.     BevelOuter = bvLowered
  38.     ParentColor = True
  39.     TabOrder = 2
  40.     object ProgramIcon: TImage
  41.       Left = 8
  42.       Top = 8
  43.       Width = 64
  44.       Height = 64
  45.       Picture.Data = {<image001.bmp>}
  46.     end
  47.     object ProductName: TLabel
  48.       Left = 88
  49.       Top = 16
  50.       Width = 74
  51.       Height = 13
  52.       Caption = 'Base Calculator'
  53.       ShowAccelChar = False
  54.       Transparent = True
  55.     end
  56.     object Version: TLabel
  57.       Left = 88
  58.       Top = 32
  59.       Width = 53
  60.       Height = 13
  61.       Caption = 'Version 1.2'
  62.       ShowAccelChar = False
  63.       Transparent = True
  64.     end
  65.     object Copyright: TLabel
  66.       Left = 88
  67.       Top = 48
  68.       Width = 153
  69.       Height = 13
  70.       Caption = 'Copyright ∩┐╜ 1996, John Zaitseff.'
  71.       ShowAccelChar = False
  72.       Transparent = True
  73.     end
  74.     object Comments1: TLabel
  75.       Left = 8
  76.       Top = 80
  77.       Width = 281
  78.       Height = 45
  79.       AutoSize = False
  80.       Caption = 
  81.         'This program is free software, and may be distributed and/or mod' +
  82.         'ified under the terms of the GNU General Public License as publi' +
  83.         'shed by the Free Software Foundation.'
  84.       ShowAccelChar = False
  85.       Transparent = True
  86.       WordWrap = True
  87.     end
  88.     object Comments2: TLabel
  89.       Left = 8
  90.       Top = 124
  91.       Width = 281
  92.       Height = 69
  93.       AutoSize = False
  94.       Caption = 
  95.         'This program is distributed in the hope that it will be useful, ' +
  96.         'but WITHOUT ANY WARRANTY; without even the implied warranty of M' +
  97.         'ERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU' +
  98.         ' General Public License for more details.'
  99.       ShowAccelChar = False
  100.       Transparent = True
  101.       WordWrap = True
  102.     end
  103.   end
  104.   object HelpButton: TButton
  105.     Left = 172
  106.     Top = 220
  107.     Width = 75
  108.     Height = 25
  109.     Hint = 'Display the GNU General Public License.'
  110.     Caption = '&License'
  111.     TabOrder = 1
  112.     OnClick = HelpButtonClick
  113.   end
  114. end
  115.