home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / bonus / ShortKeys / SETUP.EXE / SHORTKEY.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1998-04-06  |  2.9 KB  |  140 lines

  1. object AboutBox: TAboutBox
  2.   Left = 238
  3.   Top = 104
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 228
  7.   ClientWidth = 298
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 281
  20.     Height = 181
  21.     BevelInner = bvLowered
  22.     BevelWidth = 2
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 8
  26.       Top = 8
  27.       Width = 143
  28.       Height = 102
  29.       Picture.Data = {<image000.bmp>}
  30.       Stretch = True
  31.       OnClick = ProgramIconClick
  32.       IsControl = True
  33.     end
  34.     object ProductName: TLabel
  35.       Left = 10
  36.       Top = 115
  37.       Width = 263
  38.       Height = 23
  39.       Alignment = taCenter
  40.       AutoSize = False
  41.       Caption = 'Product Name'
  42.       Font.Color = clBlack
  43.       Font.Height = -16
  44.       Font.Name = 'Arial'
  45.       Font.Style = [fsBold]
  46.       ParentFont = False
  47.       IsControl = True
  48.     end
  49.     object Version: TLabel
  50.       Left = 10
  51.       Top = 139
  52.       Width = 263
  53.       Height = 19
  54.       Alignment = taCenter
  55.       AutoSize = False
  56.       Caption = 'Version'
  57.       Font.Color = clBlack
  58.       Font.Height = -13
  59.       Font.Name = 'Arial'
  60.       Font.Style = [fsBold]
  61.       ParentFont = False
  62.       IsControl = True
  63.     end
  64.     object CopyYear: TLabel
  65.       Left = 157
  66.       Top = 61
  67.       Width = 119
  68.       Height = 17
  69.       Alignment = taCenter
  70.       AutoSize = False
  71.       Caption = '1995'
  72.       Font.Color = clBlack
  73.       Font.Height = -12
  74.       Font.Name = 'Arial'
  75.       Font.Style = []
  76.       ParentFont = False
  77.       IsControl = True
  78.     end
  79.     object Label1: TLabel
  80.       Left = 157
  81.       Top = 82
  82.       Width = 119
  83.       Height = 18
  84.       Alignment = taCenter
  85.       AutoSize = False
  86.       Caption = 'All Rights Reserved'
  87.       Font.Color = clBlack
  88.       Font.Height = -12
  89.       Font.Name = 'Arial'
  90.       Font.Style = []
  91.       ParentFont = False
  92.       WordWrap = True
  93.       IsControl = True
  94.     end
  95.     object ShareLabel: TLabel
  96.       Left = 157
  97.       Top = 10
  98.       Width = 119
  99.       Height = 36
  100.       Alignment = taCenter
  101.       AutoSize = False
  102.       Font.Color = clBlack
  103.       Font.Height = -12
  104.       Font.Name = 'Arial'
  105.       Font.Style = []
  106.       ParentFont = False
  107.       WordWrap = True
  108.       IsControl = True
  109.     end
  110.     object LicensedTo: TLabel
  111.       Left = 10
  112.       Top = 164
  113.       Width = 263
  114.       Height = 14
  115.       Alignment = taCenter
  116.       AutoSize = False
  117.       Font.Color = clBlack
  118.       Font.Height = -11
  119.       Font.Name = 'Arial'
  120.       Font.Style = []
  121.       ParentFont = False
  122.       IsControl = True
  123.     end
  124.   end
  125.   object Button1: TButton
  126.     Left = 125
  127.     Top = 196
  128.     Width = 65
  129.     Height = 26
  130.     Caption = '&Ok'
  131.     Font.Color = clBlack
  132.     Font.Height = -13
  133.     Font.Name = 'Arial'
  134.     Font.Style = []
  135.     ParentFont = False
  136.     TabOrder = 1
  137.     OnClick = Button1Click
  138.   end
  139. end
  140.