object FrameForm: TFrameForm Left = 271 Top = 218 Width = 640 Height = 440 Caption = 'CD B�nschmaak' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsMDIForm Icon.Data = {} Menu = MainMenu1 OldCreateOrder = True Position = poDesktopCenter WindowMenu = Window1 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object MainMenu1: TMainMenu Left = 16 Top = 72 object Window1: TMenuItem Caption = '&Fenster' GroupIndex = 4 object Tile1: TMenuItem Caption = '&Untereinander' OnClick = Tile1Click end object Cascade1: TMenuItem Caption = '�ber&lappend' OnClick = Cascade1Click end object Resize_1024: TMenuItem Caption = '1024x768' OnClick = ResizeClick end object Resize_800: TMenuItem Caption = '800x600' OnClick = ResizeClick end object Resize_640: TMenuItem Caption = '640x480' OnClick = ResizeClick end object N2: TMenuItem Caption = '-' end end object Help: TMenuItem Caption = '&Hilfe' GroupIndex = 5 object SysInfo: TMenuItem Caption = 'Systeminfo generieren' OnClick = SysInfoClick end object N1: TMenuItem Caption = '-' end object Info: TMenuItem Caption = '&�ber ...' OnClick = InfoClick end end end object TimerCreate: TTimer Enabled = False Interval = 200 OnTimer = TimerCreateTimer Left = 16 Top = 120 end object TimerClose: TTimer Enabled = False Interval = 250 OnTimer = TimerCloseTimer Left = 16 Top = 216 end object SaveDialog: TSaveDialog DefaultExt = '*.txt' Filter = 'Text-Dateien (*.txt)|*.txt|Alle Dateien|*.*' FilterIndex = 0 Options = [ofHideReadOnly, ofPathMustExist, ofNoReadOnlyReturn, ofEnableSizing] Left = 136 Top = 168 end object TimerMergeMenus: TTimer Enabled = False Interval = 4000 OnTimer = TimerMergeMenusTimer Left = 16 Top = 168 end end