home *** CD-ROM | disk | FTP | other *** search
/ com!online 2001 November / COMCD1101.iso / start.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  2001-08-16  |  2.8 KB  |  135 lines

  1. object AboutBox: TAboutBox
  2.   Left = 238
  3.   Top = 104
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 312
  6.   ClientWidth = 356
  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 = 265
  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 Copyright: TLabel
  39.       Left = 7
  40.       Top = 247
  41.       Width = 319
  42.       Height = 13
  43.       Alignment = taCenter
  44.       AutoSize = False
  45.       Caption = '---'
  46.       Font.Charset = DEFAULT_CHARSET
  47.       Font.Color = clBlack
  48.       Font.Height = -12
  49.       Font.Name = 'MS Sans Serif'
  50.       Font.Style = []
  51.       ParentFont = False
  52.       IsControl = True
  53.     end
  54.     object Label1: TLabel
  55.       Left = 7
  56.       Top = 232
  57.       Width = 319
  58.       Height = 13
  59.       Alignment = taCenter
  60.       AutoSize = False
  61.       Caption = '---'
  62.       Font.Charset = DEFAULT_CHARSET
  63.       Font.Color = clBlack
  64.       Font.Height = -12
  65.       Font.Name = 'MS Sans Serif'
  66.       Font.Style = [fsBold]
  67.       ParentFont = False
  68.       IsControl = True
  69.     end
  70.     object LogoImage: TImage
  71.       Left = 11
  72.       Top = 11
  73.       Width = 319
  74.       Height = 221
  75.       Picture.Data = {<image001.bmp>}
  76.     end
  77.   end
  78.   object Button1: TButton
  79.     Left = 400
  80.     Top = 272
  81.     Width = 89
  82.     Height = 33
  83.     Caption = '&Info'
  84.     TabOrder = 1
  85.     OnClick = Button1Click
  86.   end
  87.   object Button2: TButton
  88.     Left = 143
  89.     Top = 280
  90.     Width = 75
  91.     Height = 25
  92.     Caption = '&Ok'
  93.     Default = True
  94.     Font.Charset = DEFAULT_CHARSET
  95.     Font.Color = clBlack
  96.     Font.Height = -11
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = []
  99.     ParentFont = False
  100.     TabOrder = 2
  101.     OnClick = Button2Click
  102.   end
  103.   object DebugBtn: TButton
  104.     Left = -100
  105.     Top = 278
  106.     Width = 89
  107.     Height = 33
  108.     Caption = '&Debug'
  109.     TabOrder = 3
  110.     OnClick = DebugBtnClick
  111.   end
  112.   object VInfo: TGetVersionInfoFromFile
  113.     VersionStrings.Strings = (
  114.       'Microsoft Corporation'
  115.       'Windows Editor'
  116.       '4.00.950'
  117.       'Editor'
  118.       'Copyright ∩┐╜ Microsoft Corp. 1991-1995'
  119.       'NOTEPAD.EXE'
  120.       'Microsoft∩┐╜ Windows∩┐╜-Betriebssystem'
  121.       '4.00.950')
  122.     VersionCategories.Strings = (
  123.       'CompanyName'
  124.       'FileDescription'
  125.       'FileVersion'
  126.       'InternalName'
  127.       'LegalCopyright'
  128.       'OriginalFilename'
  129.       'ProductName'
  130.       'ProductVersion')
  131.     Left = 265
  132.     Top = 280
  133.   end
  134. end
  135.