object BlobForm: TBlobForm Left = 347 Top = 104 Width = 297 Height = 189 HelpContext = 2000 Caption = 'Blob-Explorer' ParentFont = True HelpFile = 'dbexplr3.hlp' Icon.Data = {} PopupMenu = BlobPopupMenu OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object BlobGraphic: TDBImage Left = 0 Top = 0 Width = 289 Height = 165 Align = alClient Stretch = True TabOrder = 0 end object BlobMemo: TDBMemo Left = 0 Top = 0 Width = 289 Height = 165 Align = alClient TabOrder = 1 end object BlankPanel: TPanel Left = 0 Top = 0 Width = 289 Height = 165 Align = alClient BevelInner = bvLowered BevelOuter = bvNone TabOrder = 2 end object BlobPopupMenu: TPopupMenu OnPopup = BlobMenuPopup Left = 32 Top = 8 object PMOnTop: TMenuItem Caption = '&Immer im Vordergrund' HelpContext = 2900 OnClick = PMOnTopClick end object N2: TMenuItem Caption = '-' end object PMShowDefault: TMenuItem Caption = 'Als &Vorgabe zeigen' Checked = True GroupIndex = 1 HelpContext = 2910 RadioItem = True OnClick = PMShowDefaultClick end object PMShowGraphic: TMenuItem Caption = 'Als &Grafik zeigen' GroupIndex = 1 HelpContext = 2920 RadioItem = True OnClick = PMShowGraphicClick end object PMShowText: TMenuItem Caption = 'Als &Text zeigen' GroupIndex = 1 HelpContext = 2930 RadioItem = True OnClick = PMShowTextClick end object PMShowMemory: TMenuItem Caption = 'Als &Speicher zeigen' GroupIndex = 2 HelpContext = 2940 RadioItem = True Visible = False OnClick = PMShowMemoryClick end object N1: TMenuItem Caption = '-' GroupIndex = 2 Visible = False end object PMUndo: TMenuItem Caption = '&R�ckg�ngig' GroupIndex = 2 Visible = False end object N5: TMenuItem Caption = '-' GroupIndex = 2 Visible = False end object PMCut: TMenuItem Caption = '&Ausschneiden' GroupIndex = 2 Visible = False end object PMCopy: TMenuItem Caption = '&Kopieren' GroupIndex = 2 Visible = False end object PMPaste: TMenuItem Caption = '&Einf�gen' GroupIndex = 2 Visible = False end object PMDelete: TMenuItem Caption = '&L�schen' GroupIndex = 2 Visible = False end object PMSelectAll: TMenuItem Caption = 'Alles &markieren' GroupIndex = 2 ShortCut = 16449 Visible = False end object N6: TMenuItem Caption = '-' GroupIndex = 2 Visible = False end object PMLoad: TMenuItem Caption = 'Aus Datei laden...' Enabled = False GroupIndex = 2 ShortCut = 16460 Visible = False end object PMSave: TMenuItem Caption = 'In Datei speichern...' Enabled = False GroupIndex = 2 ShortCut = 16467 Visible = False end object MHotKey: TMenuItem Caption = 'Tastenk�rzel' GroupIndex = 2 ShortCut = 32889 Visible = False OnClick = BlobPopupMenuPopup end end end