object DIMainForm: TDIMainForm Left = 201 Top = 109 Width = 268 Height = 382 Caption = 'DeviceInfo' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Menu = MainMenu1 Position = poDefaultPosOnly OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object StatusBar: TStatusBar Left = 0 Top = 317 Width = 260 Height = 19 Panels = < item Bevel = pbNone Text = 'Ger�t' Width = 50 end> SimplePanel = False SimpleText = 'Test' end object ListBox: TListBox Left = 0 Top = 0 Width = 260 Height = 317 Align = alClient ItemHeight = 13 TabOrder = 1 end object MainMenu1: TMainMenu Left = 160 Top = 307 object DeviceMenuItem: TMenuItem Caption = 'Device' ShortCut = 0 object DisplayMenuItem: TMenuItem Caption = 'Screen' Checked = True RadioItem = True ShortCut = 0 OnClick = DisplayMenuItemClick end object PrinterMenuItem: TMenuItem Caption = 'Printer' Enabled = False RadioItem = True ShortCut = 0 OnClick = PrinterMenuItemClick end object N1: TMenuItem Caption = '-' ShortCut = 0 end object PrinterSetupMenuItem: TMenuItem Caption = 'Printer Setup...' Enabled = False ShortCut = 0 OnClick = PrinterSetupMenuItemClick end end object EditMenuItem: TMenuItem Caption = 'Edit' ShortCut = 0 object CopyMenuItem: TMenuItem Caption = 'Copy' ShortCut = 16429 OnClick = CopyMenuItemClick end end object OptionsMenuItem: TMenuItem Caption = 'Options' ShortCut = 0 object EnglishMenuItem: TMenuItem Caption = 'English' RadioItem = True ShortCut = 0 OnClick = EnglishMenuItemClick end object DeutschMenuItem: TMenuItem Caption = 'Deutsch' RadioItem = True ShortCut = 0 OnClick = DeutschMenuItemClick end end object HelpMenuItem: TMenuItem Caption = 'Help' ShortCut = 0 object ContentsMenuItem: TMenuItem Caption = 'Contents' ShortCut = 112 OnClick = ContentsMenuItemClick end object N2: TMenuItem Caption = '-' ShortCut = 0 end object AboutMenuItem: TMenuItem Caption = 'About...' ShortCut = 0 OnClick = AboutMenuItemClick end end end object PrinterSetupDialog: TPrinterSetupDialog Left = 128 Top = 306 end end