home *** CD-ROM | disk | FTP | other *** search
/ com!online 2005 May / com_0505_1.iso / CDStart.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  2003-08-30  |  2.3 KB  |  116 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 = ANSI_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  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.       IsControl = True
  47.     end
  48.     object Label1: TLabel
  49.       Left = 7
  50.       Top = 232
  51.       Width = 319
  52.       Height = 13
  53.       Alignment = taCenter
  54.       AutoSize = False
  55.       Caption = '---'
  56.       IsControl = True
  57.     end
  58.     object LogoImage: TImage
  59.       Left = 11
  60.       Top = 11
  61.       Width = 319
  62.       Height = 221
  63.       Picture.Data = {<image001.bmp>}
  64.     end
  65.   end
  66.   object Button1: TButton
  67.     Left = 400
  68.     Top = 272
  69.     Width = 89
  70.     Height = 33
  71.     Caption = '&Info'
  72.     TabOrder = 1
  73.     OnClick = Button1Click
  74.   end
  75.   object Button2: TButton
  76.     Left = 143
  77.     Top = 280
  78.     Width = 75
  79.     Height = 25
  80.     Caption = '&Ok'
  81.     TabOrder = 2
  82.     OnClick = Button2Click
  83.   end
  84.   object DebugBtn: TButton
  85.     Left = -100
  86.     Top = 278
  87.     Width = 89
  88.     Height = 33
  89.     Caption = '&Debug'
  90.     TabOrder = 3
  91.     OnClick = DebugBtnClick
  92.   end
  93.   object VInfo: TGetVersionInfoFromFile
  94.     VersionStrings.Strings = (
  95.       'Microsoft Corporation'
  96.       'Windows Editor'
  97.       '4.00.950'
  98.       'Editor'
  99.       'Copyright '#169' Microsoft Corp. 1991-1995'
  100.       'NOTEPAD.EXE'
  101.       'Microsoft'#174' Windows'#174'-Betriebssystem'
  102.       '4.00.950')
  103.     VersionCategories.Strings = (
  104.       'CompanyName'
  105.       'FileDescription'
  106.       'FileVersion'
  107.       'InternalName'
  108.       'LegalCopyright'
  109.       'OriginalFilename'
  110.       'ProductName'
  111.       'ProductVersion')
  112.     Left = 265
  113.     Top = 280
  114.   end
  115. end
  116.