home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1997 February / club9702.bin / SHARE95 / 95BLITZ / BLITZ.ZI_ / BLITZ.ZI / S_MENUE.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1996-10-31  |  2KB  |  118 lines

  1. object AboutBox: TAboutBox
  2.   Left = 60
  3.   Top = 124
  4.   BorderStyle = bsDialog
  5.   Caption = 'Info'
  6.   ClientHeight = 286
  7.   ClientWidth = 516
  8.   Font.Color = clBlack
  9.   Font.Height = -16
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 20
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 497
  20.     Height = 221
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     ParentColor = True
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 8
  27.       Top = 8
  28.       Width = 65
  29.       Height = 57
  30.       Picture.Data = {<image000.bmp>}
  31.       Stretch = True
  32.       IsControl = True
  33.     end
  34.     object ProductName: TLabel
  35.       Left = 88
  36.       Top = 12
  37.       Width = 164
  38.       Height = 20
  39.       Caption = 'Start-Men∩┐╜ Version 2.0'
  40.       IsControl = True
  41.     end
  42.     object Copyright: TLabel
  43.       Left = 88
  44.       Top = 32
  45.       Width = 214
  46.       Height = 20
  47.       Caption = 'Copyright 1996 by J. Schlottke'
  48.       IsControl = True
  49.     end
  50.     object Comments: TLabel
  51.       Left = 8
  52.       Top = 120
  53.       Width = 380
  54.       Height = 20
  55.       Caption = 'http://ourworld.compuserve.com/homepages/schlottke'
  56.       WordWrap = True
  57.       IsControl = True
  58.     end
  59.     object Bevel1: TBevel
  60.       Left = 8
  61.       Top = 148
  62.       Width = 473
  63.       Height = 9
  64.       Shape = bsTopLine
  65.     end
  66.     object Label1: TLabel
  67.       Left = 8
  68.       Top = 100
  69.       Width = 425
  70.       Height = 21
  71.       Caption = 'eMail   100106.3034@compuserve.com'
  72.       WordWrap = True
  73.       IsControl = True
  74.     end
  75.     object Label2: TLabel
  76.       Left = 8
  77.       Top = 80
  78.       Width = 361
  79.       Height = 21
  80.       Caption = 'Telefon: 04121 / 63109'
  81.       WordWrap = True
  82.       IsControl = True
  83.     end
  84.     object Label3: TLabel
  85.       Left = 88
  86.       Top = 52
  87.       Width = 271
  88.       Height = 20
  89.       Caption = 'Sch∩┐╜naich-C.-Str. 46, 25336 Elmshorn'
  90.       IsControl = True
  91.     end
  92.     object Label4: TLabel
  93.       Left = 8
  94.       Top = 164
  95.       Width = 159
  96.       Height = 20
  97.       Caption = 'Freier Arbeitsspeicher:'
  98.     end
  99.     object Label5: TLabel
  100.       Left = 8
  101.       Top = 188
  102.       Width = 168
  103.       Height = 20
  104.       Caption = 'Freie Systemresourcen:'
  105.     end
  106.   end
  107.   object OKButton: TButton
  108.     Left = 215
  109.     Top = 248
  110.     Width = 75
  111.     Height = 25
  112.     Caption = 'OK'
  113.     Default = True
  114.     ModalResult = 1
  115.     TabOrder = 1
  116.   end
  117. end
  118.