object Form7: TForm7 Left = 227 Top = 114 BorderStyle = bsDialog Caption = 'Form7' ClientHeight = 99 ClientWidth = 376 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 377 Height = 105 Picture.Data = {} end object Label1: TLabel Left = 8 Top = 8 Width = 86 Height = 19 Caption = 'Programm:' Font.Color = clWindowText Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label2: TLabel Left = 224 Top = 8 Width = 45 Height = 19 Caption = 'Datei:' Font.Color = clWindowText Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True end object SpeedButton1: TSpeedButton Left = 192 Top = 32 Width = 21 Height = 21 Glyph.Data = { 78010000424D7801000000000000760000002800000020000000100000000100 04000000000000000000120B0000120B00000000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555 5555555555555555555555555555555555555555555555555555555555555555 555555555555555555555555555555555555555FFFFFFFFFF555550000000000 55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8 B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000 000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0 555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555 55555575FFF75555555555700007555555555557777555555555555555555555 55555555555555555555555555555555555555555555555555550000} NumGlyphs = 2 OnClick = SpeedButton1Click end object SpeedButton2: TSpeedButton Left = 352 Top = 32 Width = 21 Height = 21 Glyph.Data = { 78010000424D7801000000000000760000002800000020000000100000000100 04000000000000000000120B0000120B00000000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555 5555555555555555555555555555555555555555555555555555555555555555 555555555555555555555555555555555555555FFFFFFFFFF555550000000000 55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8 B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000 000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0 555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555 55555575FFF75555555555700007555555555557777555555555555555555555 55555555555555555555555555555555555555555555555555550000} NumGlyphs = 2 OnClick = SpeedButton2Click end object Button2: TButton Left = 224 Top = 64 Width = 75 Height = 25 Caption = '&OK' TabOrder = 0 OnClick = Button2Click end object Button3: TButton Left = 298 Top = 64 Width = 75 Height = 25 Caption = '&Abbruch' TabOrder = 1 OnClick = Button3Click end object ComboBox1: TComboBox Left = 8 Top = 32 Width = 185 Height = 21 ItemHeight = 13 TabOrder = 2 end object Edit1: TEdit Left = 224 Top = 32 Width = 129 Height = 21 TabOrder = 3 end object Button1: TButton Left = 8 Top = 64 Width = 75 Height = 25 Caption = '&Hinzuf�gen' TabOrder = 4 OnClick = Button1Click end object OpenDialog1: TOpenDialog DefaultExt = 'exe' FileEditStyle = fsEdit Filter = 'Ausf�hrbare Dateien|*.exe;*.com;*.bat|Alle Dateien|*.*' Left = 192 end object OpenDialog2: TOpenDialog DefaultExt = 'txt' FileEditStyle = fsEdit Filter = 'Alle Dateien|*.*|Textdateien|*.txt|Word-Dokument|*.doc|WordPro-D' + 'okument|*.wps|Excel-Tabelle|*.exl|Write-Datei|*.wri|Bitmap|*.bmp' Left = 328 end end