home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9APLI / CBAR200E.ZIP / CBAR20.EX_ / CBAR20.EX / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Text File  |  1997-10-15  |  4KB  |  200 lines

  1. object AboutBox: TAboutBox
  2.   Left = 243
  3.   Top = 108
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 354
  8.   ClientWidth = 298
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 281
  21.     Height = 301
  22.     BevelOuter = bvLowered
  23.     Font.Color = clBlack
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     object ProductName: TLabel
  30.       Left = 9
  31.       Top = 12
  32.       Width = 263
  33.       Height = 17
  34.       Alignment = taCenter
  35.       AutoSize = False
  36.       Caption = 'Product Name'
  37.       Font.Color = clBlack
  38.       Font.Height = -13
  39.       Font.Name = 'MS Sans Serif'
  40.       Font.Style = [fsBold]
  41.       ParentFont = False
  42.       IsControl = True
  43.     end
  44.     object Version: TLabel
  45.       Left = 9
  46.       Top = 32
  47.       Width = 263
  48.       Height = 13
  49.       Alignment = taCenter
  50.       AutoSize = False
  51.       Caption = 'Version'
  52.       IsControl = True
  53.     end
  54.     object Label1: TLabel
  55.       Left = 9
  56.       Top = 64
  57.       Width = 263
  58.       Height = 29
  59.       Alignment = taCenter
  60.       AutoSize = False
  61.       Caption = 'CompuArt'
  62.       Font.Color = clNavy
  63.       Font.Height = -19
  64.       Font.Name = 'MS Sans Serif'
  65.       Font.Style = [fsBold]
  66.       ParentFont = False
  67.     end
  68.     object Label2: TLabel
  69.       Left = 9
  70.       Top = 97
  71.       Width = 263
  72.       Height = 13
  73.       Alignment = taCenter
  74.       AutoSize = False
  75.       Caption = 'C.P. 5541'
  76.     end
  77.     object Label3: TLabel
  78.       Left = 9
  79.       Top = 113
  80.       Width = 263
  81.       Height = 13
  82.       Alignment = taCenter
  83.       AutoSize = False
  84.       Caption = '16158 GENOVA VOLTRI'
  85.     end
  86.     object Label4: TLabel
  87.       Left = 9
  88.       Top = 127
  89.       Width = 263
  90.       Height = 13
  91.       Alignment = taCenter
  92.       AutoSize = False
  93.       Caption = 'ITALY'
  94.     end
  95.     object Label5: TLabel
  96.       Left = 9
  97.       Top = 150
  98.       Width = 263
  99.       Height = 13
  100.       Alignment = taCenter
  101.       AutoSize = False
  102.       Caption = 'FAX  +39-10-6530179  +39-10-6513199'
  103.     end
  104.     object Label6: TLabel
  105.       Left = 9
  106.       Top = 166
  107.       Width = 263
  108.       Height = 13
  109.       Alignment = taCenter
  110.       AutoSize = False
  111.       Caption = 'e-mail:  info@compuart.it'
  112.     end
  113.     object Label7: TLabel
  114.       Left = 9
  115.       Top = 180
  116.       Width = 263
  117.       Height = 13
  118.       Alignment = taCenter
  119.       AutoSize = False
  120.       Caption = 'web:  www.compuart.it'
  121.     end
  122.     object LTit: TLabel
  123.       Left = 9
  124.       Top = 204
  125.       Width = 263
  126.       Height = 13
  127.       Alignment = taCenter
  128.       AutoSize = False
  129.       Caption = 'LTit'
  130.       Font.Color = clBlack
  131.       Font.Height = -11
  132.       Font.Name = 'MS Sans Serif'
  133.       Font.Style = []
  134.       ParentFont = False
  135.     end
  136.     object LName: TLabel
  137.       Left = 9
  138.       Top = 218
  139.       Width = 263
  140.       Height = 13
  141.       Alignment = taCenter
  142.       AutoSize = False
  143.       Caption = 'LName'
  144.       Font.Color = clBlack
  145.       Font.Height = -11
  146.       Font.Name = 'MS Sans Serif'
  147.       Font.Style = []
  148.       ParentFont = False
  149.     end
  150.     object LCity: TLabel
  151.       Left = 9
  152.       Top = 232
  153.       Width = 263
  154.       Height = 13
  155.       Alignment = taCenter
  156.       AutoSize = False
  157.       Caption = 'LCity'
  158.       Font.Color = clBlack
  159.       Font.Height = -11
  160.       Font.Name = 'MS Sans Serif'
  161.       Font.Style = []
  162.       ParentFont = False
  163.     end
  164.     object LCountry: TLabel
  165.       Left = 9
  166.       Top = 246
  167.       Width = 263
  168.       Height = 13
  169.       Alignment = taCenter
  170.       AutoSize = False
  171.       Caption = 'LCountry'
  172.       Font.Color = clBlack
  173.       Font.Height = -11
  174.       Font.Name = 'MS Sans Serif'
  175.       Font.Style = []
  176.       ParentFont = False
  177.     end
  178.     object LCode: TLabel
  179.       Left = 14
  180.       Top = 268
  181.       Width = 259
  182.       Height = 19
  183.       Alignment = taCenter
  184.       AutoSize = False
  185.       Caption = 'LCode'
  186.     end
  187.   end
  188.   object OKButton: TButton
  189.     Left = 118
  190.     Top = 318
  191.     Width = 65
  192.     Height = 26
  193.     Caption = 'OK'
  194.     Default = True
  195.     ModalResult = 1
  196.     TabOrder = 1
  197.     IsControl = True
  198.   end
  199. end
  200.