home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / chip12_99.iso / software / freeware / captureexpress / capex.exe / CAPEXP.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1999-09-28  |  2.9 KB  |  135 lines

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