home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / Chip_2004-09_cd1.bin / zkuste / system / download / bansch / CDVDBenchmark.exe / 0 / RCDATA / TFRAMEFORM / TFRAMEFORM.txt < prev   
Text File  |  2002-01-18  |  2KB  |  100 lines

  1. object FrameForm: TFrameForm
  2.   Left = 271
  3.   Top = 218
  4.   Width = 640
  5.   Height = 440
  6.   Caption = 'CD B∩┐╜nschmaak'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsMDIForm
  14.   Icon.Data = {<image000.ico>}
  15.   Menu = MainMenu1
  16.   OldCreateOrder = True
  17.   Position = poDesktopCenter
  18.   WindowMenu = Window1
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object MainMenu1: TMainMenu
  25.     Left = 16
  26.     Top = 72
  27.     object Window1: TMenuItem
  28.       Caption = '&Fenster'
  29.       GroupIndex = 4
  30.       object Tile1: TMenuItem
  31.         Caption = '&Untereinander'
  32.         OnClick = Tile1Click
  33.       end
  34.       object Cascade1: TMenuItem
  35.         Caption = '∩┐╜ber&lappend'
  36.         OnClick = Cascade1Click
  37.       end
  38.       object Resize_1024: TMenuItem
  39.         Caption = '1024x768'
  40.         OnClick = ResizeClick
  41.       end
  42.       object Resize_800: TMenuItem
  43.         Caption = '800x600'
  44.         OnClick = ResizeClick
  45.       end
  46.       object Resize_640: TMenuItem
  47.         Caption = '640x480'
  48.         OnClick = ResizeClick
  49.       end
  50.       object N2: TMenuItem
  51.         Caption = '-'
  52.       end
  53.     end
  54.     object Help: TMenuItem
  55.       Caption = '&Hilfe'
  56.       GroupIndex = 5
  57.       object SysInfo: TMenuItem
  58.         Caption = 'Systeminfo generieren'
  59.         OnClick = SysInfoClick
  60.       end
  61.       object N1: TMenuItem
  62.         Caption = '-'
  63.       end
  64.       object Info: TMenuItem
  65.         Caption = '&∩┐╜ber ...'
  66.         OnClick = InfoClick
  67.       end
  68.     end
  69.   end
  70.   object TimerCreate: TTimer
  71.     Enabled = False
  72.     Interval = 200
  73.     OnTimer = TimerCreateTimer
  74.     Left = 16
  75.     Top = 120
  76.   end
  77.   object TimerClose: TTimer
  78.     Enabled = False
  79.     Interval = 250
  80.     OnTimer = TimerCloseTimer
  81.     Left = 16
  82.     Top = 216
  83.   end
  84.   object SaveDialog: TSaveDialog
  85.     DefaultExt = '*.txt'
  86.     Filter = 'Text-Dateien (*.txt)|*.txt|Alle Dateien|*.*'
  87.     FilterIndex = 0
  88.     Options = [ofHideReadOnly, ofPathMustExist, ofNoReadOnlyReturn, ofEnableSizing]
  89.     Left = 136
  90.     Top = 168
  91.   end
  92.   object TimerMergeMenus: TTimer
  93.     Enabled = False
  94.     Interval = 4000
  95.     OnTimer = TimerMergeMenusTimer
  96.     Left = 16
  97.     Top = 168
  98.   end
  99. end
  100.