home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2003 January / PCgo01_01_2003.iso / HTMLViewer.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1999-08-06  |  3.3 KB  |  154 lines

  1. object AboutBox: TAboutBox
  2.   Left = 238
  3.   Top = 104
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 298
  6.   ClientWidth = 363
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 337
  24.     Height = 249
  25.     BevelInner = bvRaised
  26.     BevelOuter = bvLowered
  27.     TabOrder = 0
  28.     object Macker: TImage
  29.       Left = 5000
  30.       Top = 5000
  31.       Width = 202
  32.       Height = 203
  33.       Picture.Data = {<image000.bmp>}
  34.       Stretch = True
  35.       Visible = False
  36.       IsControl = True
  37.     end
  38.     object LogoImage: TImage
  39.       Left = 11
  40.       Top = 11
  41.       Width = 319
  42.       Height = 221
  43.       Picture.Data = {<image001.bmp>}
  44.     end
  45.     object LicLabel: TLabel
  46.       Left = 43
  47.       Top = 16
  48.       Width = 282
  49.       Height = 36
  50.       Alignment = taCenter
  51.       AutoSize = False
  52.       Caption = 'Lizenziert f∩┐╜r PC-Magazin'
  53.       Font.Charset = DEFAULT_CHARSET
  54.       Font.Color = clBlack
  55.       Font.Height = -11
  56.       Font.Name = 'MS Sans Serif'
  57.       Font.Style = [fsBold]
  58.       ParentFont = False
  59.       Transparent = True
  60.       WordWrap = True
  61.     end
  62.     object Label1: TLabel
  63.       Left = 43
  64.       Top = 153
  65.       Width = 282
  66.       Height = 13
  67.       Alignment = taCenter
  68.       AutoSize = False
  69.       Caption = '---'
  70.       Font.Charset = DEFAULT_CHARSET
  71.       Font.Color = clBlack
  72.       Font.Height = -12
  73.       Font.Name = 'MS Sans Serif'
  74.       Font.Style = [fsBold]
  75.       ParentFont = False
  76.       Transparent = True
  77.       IsControl = True
  78.     end
  79.     object Copyright: TLabel
  80.       Left = 43
  81.       Top = 187
  82.       Width = 282
  83.       Height = 13
  84.       Alignment = taCenter
  85.       AutoSize = False
  86.       Caption = '---'
  87.       Font.Charset = DEFAULT_CHARSET
  88.       Font.Color = clBlack
  89.       Font.Height = -12
  90.       Font.Name = 'MS Sans Serif'
  91.       Font.Style = []
  92.       ParentFont = False
  93.       Transparent = True
  94.       IsControl = True
  95.     end
  96.   end
  97.   object Button1: TButton
  98.     Left = 400
  99.     Top = 272
  100.     Width = 89
  101.     Height = 33
  102.     Caption = '&Info'
  103.     TabOrder = 1
  104.     OnClick = Button1Click
  105.   end
  106.   object Button2: TButton
  107.     Left = 143
  108.     Top = 265
  109.     Width = 75
  110.     Height = 25
  111.     Caption = '&Ok'
  112.     Default = True
  113.     Font.Charset = DEFAULT_CHARSET
  114.     Font.Color = clBlack
  115.     Font.Height = -11
  116.     Font.Name = 'MS Sans Serif'
  117.     Font.Style = []
  118.     ParentFont = False
  119.     TabOrder = 2
  120.     OnClick = Button2Click
  121.   end
  122.   object DebugBtn: TButton
  123.     Left = -100
  124.     Top = 278
  125.     Width = 89
  126.     Height = 33
  127.     Caption = '&Debug'
  128.     TabOrder = 3
  129.     OnClick = DebugBtnClick
  130.   end
  131.   object VInfo: TGetVersionInfoFromFile
  132.     VersionStrings.Strings = (
  133.       'Microsoft Corporation'
  134.       'Windows Editor'
  135.       '4.00.950'
  136.       'Editor'
  137.       'Copyright ∩┐╜ Microsoft Corp. 1991-1995'
  138.       'NOTEPAD.EXE'
  139.       'Microsoft∩┐╜ Windows∩┐╜-Betriebssystem'
  140.       '4.00.950')
  141.     VersionCategories.Strings = (
  142.       'CompanyName'
  143.       'FileDescription'
  144.       'FileVersion'
  145.       'InternalName'
  146.       'LegalCopyright'
  147.       'OriginalFilename'
  148.       'ProductName'
  149.       'ProductVersion')
  150.     Left = 266
  151.     Top = 265
  152.   end
  153. end
  154.