home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / sharewar / banmapro / _SETUP.1 / bannermaker.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Text File  |  2000-01-09  |  3KB  |  155 lines

  1. object AboutBox: TAboutBox
  2.   Left = 248
  3.   Top = 148
  4.   BorderStyle = bsDialog
  5.   Caption = 'About '
  6.   ClientHeight = 256
  7.   ClientWidth = 382
  8.   Font.Color = clWindowText
  9.   Font.Height = -10
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object ProgramIcon: TImage
  17.     Left = 16
  18.     Top = 16
  19.     Width = 32
  20.     Height = 32
  21.   end
  22.   object ProductName: TLabel
  23.     Left = 84
  24.     Top = 32
  25.     Width = 289
  26.     Height = 13
  27.     AutoSize = False
  28.     Caption = 'Product'
  29.     Transparent = True
  30.   end
  31.   object Version: TLabel
  32.     Left = 84
  33.     Top = 48
  34.     Width = 289
  35.     Height = 13
  36.     AutoSize = False
  37.     Caption = 'Version'
  38.     Transparent = True
  39.   end
  40.   object Copyright: TLabel
  41.     Left = 84
  42.     Top = 63
  43.     Width = 289
  44.     Height = 13
  45.     AutoSize = False
  46.     Caption = 'Copyright'
  47.     Transparent = True
  48.   end
  49.   object Bevel1: TBevel
  50.     Left = 80
  51.     Top = 139
  52.     Width = 293
  53.     Height = 2
  54.   end
  55.   object OSName: TLabel
  56.     Left = 123
  57.     Top = 148
  58.     Width = 248
  59.     Height = 17
  60.     Alignment = taRightJustify
  61.     AutoSize = False
  62.     Caption = 'OSName'
  63.     Transparent = True
  64.   end
  65.   object CPUName: TLabel
  66.     Left = 199
  67.     Top = 163
  68.     Width = 172
  69.     Height = 17
  70.     Alignment = taRightJustify
  71.     AutoSize = False
  72.     Caption = 'CPUName'
  73.     Transparent = True
  74.   end
  75.   object Memory: TLabel
  76.     Left = 199
  77.     Top = 179
  78.     Width = 172
  79.     Height = 17
  80.     Alignment = taRightJustify
  81.     AutoSize = False
  82.     Caption = 'Memory'
  83.     Transparent = True
  84.   end
  85.   object Comments1: TLabel
  86.     Left = 84
  87.     Top = 88
  88.     Width = 289
  89.     Height = 13
  90.     AutoSize = False
  91.     Caption = 'Comments1'
  92.     Transparent = True
  93.   end
  94.   object Comments2: TLabel
  95.     Left = 84
  96.     Top = 106
  97.     Width = 289
  98.     Height = 31
  99.     AutoSize = False
  100.     Caption = 'Comments2'
  101.     Transparent = True
  102.     WordWrap = True
  103.   end
  104.   object Label1: TLabel
  105.     Left = 84
  106.     Top = 164
  107.     Width = 29
  108.     Height = 17
  109.     AutoSize = False
  110.     Caption = 'CPU:'
  111.     Transparent = True
  112.   end
  113.   object Label2: TLabel
  114.     Left = 84
  115.     Top = 180
  116.     Width = 97
  117.     Height = 17
  118.     AutoSize = False
  119.     Caption = 'Available Memory:'
  120.     Transparent = True
  121.   end
  122.   object Label3: TLabel
  123.     Left = 84
  124.     Top = 148
  125.     Width = 29
  126.     Height = 17
  127.     AutoSize = False
  128.     Caption = 'OS:'
  129.     Transparent = True
  130.   end
  131.   object Company: TLabel
  132.     Left = 84
  133.     Top = 16
  134.     Width = 289
  135.     Height = 13
  136.     AutoSize = False
  137.     Caption = 'Company'
  138.     Transparent = True
  139.   end
  140.   object Button1: TButton
  141.     Left = 296
  142.     Top = 224
  143.     Width = 75
  144.     Height = 23
  145.     Caption = 'OK'
  146.     ModalResult = 1
  147.     TabOrder = 0
  148.     OnClick = Button1Click
  149.   end
  150.   object VersionResource1: TVersionResource
  151.     Left = 20
  152.     Top = 68
  153.   end
  154. end
  155.