//QM v2.9. Do not edit with text editor!!! //
7     2
¥³ïiF÷“£ûÌw´ðd~ýŒm«2±ó3âJ³Óã
  ALL @11 0 339DEF3C 0
str s
MenuFromQmFolder2 "" s
DynamicMenu(s)
 out s

 s.setmacro("macro_menu")
  if(mac("macro_menu"))
 int l=mac("macro_menu")
	  GetLastSelectedMenuItem 0 &l 0
	 out l
 str m.getmacro(l 1)
 out m
  MenuFromQmFolder2  8 339DED13 0
 /
function $folder str&s [flags] ;;flags: 1 no submenus.
 MenuFromQmFolder
 Gets list of QM items in a QM folder and formats it like QM menu.
 Then you can use the list to show QM menu (DynamicMenu)
 or toolbar (DynamicToolbar). For toolbar, use flag 1.
 Folders named "private" and "System" are excluded.

 folder - folder name or path. Use "" to include all macros.
 s - variable that receives the list. If initially s is not empty, the list is appended.

 EXAMPLES
 str s
 MenuFromQmFolder "Folder" s
 DynamicMenu(s)

 str s=" /siz0 150 700 /ssiz0 100 30 /set0 1|2|4|8|16|128[]"
 MenuFromQmFolder "Folder" s 1
 DynamicToolbar(s "TB from Folder")


type __MF_DATA str*sp str'st str'slt level flags htv
__MF_DATA d.sp=&s
d.flags=flags
d.htv=id(2202 _hwndqm 1)

EnumQmFolder2 folder 1 &MF_Proc2 &d
  EnumQmFolder2  8 339DED0C 0
 /
function $folder mask func param
 EnumQmFolder
 Enumerates items in a QM folder. For each item, calls user-defined function.

 folder - folder name or path. Use "" to include all macros.
 mask - same as in qmitem (see QM Help).
 func - address of user-defined function that is called for each item.
 Function must be:
  function# iid QMITEM&q level param
  Arguments:
   iid - QM item id
   q - structure that contains more item's properties (see QM Help, qmitem topic)
   level - 0 for direct children, 1 for children of direct subfolders, and so on
   param - same value that was passed to EnumQmFolder
  Return value should be 0. For folders, can return 1 to exclude the folder.


if(IsBadCodePtr(func)) end ES_BADARG
QMITEM q; int iid
if(len(folder)) iid=qmitem(folder 0 q); if(q.itype!5) end "folder not found"
EQ_Rec id(2202 _hwndqm 1) iid q func param mask 0
  MF_Proc2  8 339DEC25 0
 /
function# iid QMITEM&q level __MF_DATA&d 
str icon
int f=q.itype=5
if(f)
	sel(q.name) case ["private"] ret 1
	 sel(q.name) case ["private","System"] ret 1	
	if(!SendMessage(d.htv TVM_GETNEXTITEM TVGN_CHILD q.htvi)) ret 1

if(d.flags&1) ;;no submenus
	if(f or level<d.level) if(!d.sp.end("-[]")) d.sp.formata("-[]")
	if(!f) d.sp.formata("%s :mac ''%s''[]" q.name q.name); 
else
	d.st.all(level 2 9)
	d.slt.fix(0)
	rep(d.level-level) 
		d.slt+d.st
		d.slt+"[9]<[]"
	
	if(f) 
		d.sp.formata("%s%s>%s * $qm$\folder.ico * 0[]" d.slt d.st q.name)
	else 
		sel q.itype
			case 0
				icon="macro.ico"
			case 1
				icon="function.ico"
			case 2
				icon="menu.ico"		
			
			
			
		d.sp.formata("%s%s%s :mac+ ''%s'' * $qm$\%s[]" d.slt d.st q.name q.name icon)

d.level=level
  macro_menu  2 339A952A 0
Macro3 :mac+ "Macro3" 
>qm_menu
	Alle :mac+ "Alle" 
	MenuFromQmFolder2 :mac+ "MenuFromQmFolder2" 
	MF_Proc2 :mac+ "MF_Proc2" 
	EnumQmFolder2 :mac+ "EnumQmFolder2" 
	macro_menu :mac+ "macro_menu" 
	<
>deskicons
	notepad_desk_icon :mac+ "notepad_desk_icon" 
	_notepad_desk_icon :mac+ "_notepad_desk_icon" 
	<
flip3d :mac+ "flip3d" 
mc_db_data :mac+ "mc_db_data" 
trans_dialog :mac+ "trans_dialog" 
Macro13 :mac+ "Macro13" 
qttab_error :mac+ "qttab_error" 
left_bar :mac+ "left_bar" 
_left_bar :mac+ "_left_bar" 
Leftbar_bump :mac+ "Leftbar_bump" 
ordner_suchen_toolbar :mac+ "ordner_suchen_toolbar" 
_ordner_suchen_toolbar :mac+ "_ordner_suchen_toolbar" 
ordner_suchen_nav :mac+ "ordner_suchen_nav" 
Macro11 :mac+ "Macro11" 
Macro16 :mac+ "Macro16" 
>crm watcher
	emis_watcher :mac+ "emis_watcher" 
	emis_crm :mac+ "emis_crm" 
	emis_crm_dialog :mac+ "emis_crm_dialog" 
	emis_tray :mac+ "emis_tray" 
	>mouse
		crm_buttons :mac+ "crm_buttons" 
		crm_nav :mac+ "crm_nav" 
		crm_ansprech :mac+ "crm_ansprech" 
		<
	>triggers
		WE_CreatedWindowInstall :mac+ "WE_CreatedWindowInstall" 
		WE_CreatedWindowProc :mac+ "WE_CreatedWindowProc" 
		WE_MouseInstall :mac+ "WE_MouseInstall" 
		WE_MouseProc :mac+ "WE_MouseProc" 
		WE_MinWindowInstall :mac+ "WE_MinWindowInstall" 
		WE_MinWindowProc :mac+ "WE_MinWindowProc" 
		WE_MinEWindowInstall :mac+ "WE_MinEWindowInstall" 
		WE_MinEWindowProc :mac+ "WE_MinEWindowProc" 
		WE_DestroyWindowInstall :mac+ "WE_DestroyWindowInstall" 
		crm_mintomemory :mac+ "crm_mintomemory" 
		crm_adr_suche_destroy :mac+ "crm_adr_suche_destroy" 
	<
	<
>produktfinder
	produktfinder :mac+ "produktfinder" 
	>alle
		dialog_alle :mac+ "dialog_alle" 
		emis_db_alle :mac+ "emis_db_alle" 
		InitToolbar :mac+ "InitToolbar" 
		>lv funktionen
			LvAddCol :mac+ "LvAddCol" 
			LvAdd :mac+ "LvAdd" 
			LvSort456 :mac+ "LvSort456" 
			LVResize :mac+ "LVResize" 
			LvCustomDraw :mac+ "LvCustomDraw" 
		<
		<
	>suchen
		emis_sortieren :mac+ "emis_sortieren" 
		emis_db_suchen :mac+ "emis_db_suchen" 
		<
	>einzel
		dialog_einzel_ansicht :mac+ "dialog_einzel_ansicht" 
		emis_db_einzel :mac+ "emis_db_einzel" 
		>da_DDataGridEvents
			da_DblClick :mac+ "da_DblClick" 
			<
		>da2_DDataGridEvents
			da2_AfterColEdit :mac+ "da2_AfterColEdit" 
			<
		emis_delete :mac+ "emis_delete" 
		emis_lv_einzel :mac+ "emis_lv_einzel" 
		<
	>neu
		dialog_neuer_artikel :mac+ "dialog_neuer_artikel" 
		emis_db_neuer_artikel :mac+ "emis_db_neuer_artikel" 
		emis_db_insert_new :mac+ "emis_db_insert_new" 
		<
	>trigger_keys
		dialog_alle_keys :mac+ "dialog_alle_keys" 
		sendKey2 :mac+ "sendKey2" 
		<
	>funktionen
		>Distributed functions
			pf_About :mac+ "pf_About" 
			pf_CanRun :mac+ "pf_CanRun" 
			<
		dialog_move :mac+ "dialog_move" 
		setwintitle :mac+ "setwintitle" 
		show_results :mac+ "show_results" 
		error_dialog :mac+ "error_dialog" 
		loadanypic :mac+ "loadanypic" 
	<
	<
mew :mac+ "mew" 
>emis_lager
	>pf_debug
		produktfinder_toolbar :mac+ "produktfinder_toolbar" 
		_produktfinder_toolbar :mac+ "_produktfinder_toolbar" 
		__produktfinder_toolbar :mac+ "__produktfinder_toolbar" 
		<
	pf_keygen :mac+ "pf_keygen" 
	before_produktfinder :mac+ "before_produktfinder" 
	after_produktfinder :mac+ "after_produktfinder" 
	before_piWatcher :mac+ "before_piWatcher" 
	after_piWatcher :mac+ "after_piWatcher" 
	>versuche
		>hotkey_exe
			Macro297 :mac+ "Macro297" 
			exe_thread_2 :mac+ "exe_thread_2" 
			exe_end_thread_2 :mac+ "exe_end_thread_2" 
			<
		dialog_incremental_search :mac+ "dialog_incremental_search" 
		emis_db_einzel_original :mac+ "emis_db_einzel_original" 
		emis_db_einzel2 :mac+ "emis_db_einzel2" 
		dialog_neuer_artikel2 :mac+ "dialog_neuer_artikel2" 
		dialog_einzel_ansicht2 :mac+ "dialog_einzel_ansicht2" 
		da_MouseMove :mac+ "da_MouseMove" 
		alphabet :mac+ "alphabet" 
		<
	setdefaultcursor :mac+ "setdefaultcursor" 
	<
>tests
	>Auto toolbar height
		TOOLBAR17 :mac+ "TOOLBAR17" 
		Macro10 :mac+ "Macro10" 
		TB_AdjustSize :mac+ "TB_AdjustSize" 
		__tb_auto_size :mac+ "__tb_auto_size" 
		<
	>dialog with type variable
		edtest :mac+ "edtest" 
		dialog_type :mac+ "dialog_type" 
		<
	>drag dialog
		DialogDragExample :mac+ "DialogDragExample" 
		DialogDragExample2 :mac+ "DialogDragExample2" 
		DialogDragExample3 :mac+ "DialogDragExample3" 
		DragDialog :mac+ "DragDialog" 
		DialogDragSubclassControl :mac+ "DialogDragSubclassControl" 
		DialogDragSubclassProc :mac+ "DialogDragSubclassProc" 
		DropTargetExampleDialog :mac+ "DropTargetExampleDialog" 
		droptest :mac+ "droptest" 
		<
	>dbgrid
		msdatagrid_dialog :mac+ "msdatagrid_dialog" 
		>da4_DDataGridEvents
			da4_DblClick :mac+ "da4_DblClick" 
			<
		msdatagrid :mac+ "msdatagrid" 
		reg_datagrid :mac+ "reg_datagrid" 
		<
	>flexgrid
		msflexgrid_dialog :mac+ "msflexgrid_dialog" 
		<
	>array sort
		array sort test :mac+ "array sort test" 
		SortVariantArray2Dim :mac+ "SortVariantArray2Dim" 
		__SortVarArrAsc :mac+ "__SortVarArrAsc" 
		__SortVarArrDesc :mac+ "__SortVarArrDesc" 
		<
	>common_places
		commonplaces_launcher :mac+ "commonplaces_launcher" 
		commonplaces_tb :mac+ "commonplaces_tb" 
		TbFolderMenu :mac+ "TbFolderMenu" 
		tb_hook_dd :mac+ "tb_hook_dd" 
		<
	dialog_with_temp_owner :mac+ "dialog_with_temp_owner" 
	stringMap :mac+ "stringMap" 
	dialog_with_toolwindow_style :mac+ "dialog_with_toolwindow_style" 
	multipage :mac+ "multipage" 
	inp9 :mac+ "inp9" 
	Macro6 :mac+ "Macro6" 
	irregularW :mac+ "irregularW" 
	Dialog_richedit_colors :mac+ "Dialog_richedit_colors" 
	dialog_with_updown :mac+ "dialog_with_updown" 
	InitUpDownControl :mac+ "InitUpDownControl" 
	dialog_web_no_border :mac+ "dialog_web_no_border" 
	merge :mac+ "merge" 
	net_get :mac+ "net_get" 
	exnav :mac+ "exnav" 
	2deskareas :mac+ "2deskareas" 
	helpctr :mac+ "helpctr" 
	ret_test :mac+ "ret_test" 
	retx :mac+ "retx" 
	x_active :mac+ "x_active" 
	Macro7 :mac+ "Macro7" 
	blinkingOSD :mac+ "blinkingOSD" 
	CommonPlaces :mac+ "CommonPlaces" 
	CommonPlaces_menu :mac+ "CommonPlaces_menu" 
	Menu :mac+ "Menu" 
	neue menu option :mac+ "neue menu option" 
	>mediacenter
		mediacenter_SN :mac+ "mediacenter_SN" 
		<
	dw_launch :mac+ "dw_launch" 
	>AnimateToolbarButton
		update_test :mac+ "update_test" 
		tb_animate_icon :mac+ "tb_animate_icon" 
		tbh_animate_icon :mac+ "tbh_animate_icon" 
		tbm_animate_icon :mac+ "tbm_animate_icon" 
		<
	>bsp
		message :mac+ "message" 
		ftp1 :mac+ "ftp1" 
		lines_rewriter :mac+ "lines_rewriter" 
		ColorDialog2 :mac+ "ColorDialog2" 
		>dhtml
			db_single_record :mac+ "db_single_record" 
			DT_TbOnDestroy :mac+ "DT_TbOnDestroy" 
			db_insert_test :mac+ "db_insert_test" 
			db_select_test :mac+ "db_select_test" 
			dhtmlpi3 :mac+ "dhtmlpi3" 
			dhtml2 :mac+ "dhtml2" 
			db_dhtml2 :mac+ "db_dhtml2" 
			dhtml :mac+ "dhtml" 
			db_update_test :mac+ "db_update_test" 
			dummy_emis :mac+ "dummy_emis" 
			DT_TbAddButtons :mac+ "DT_TbAddButtons" 
			Macro :mac+ "Macro" 
		<
		<
	>neu
		clcl_viewer :mac+ "clcl_viewer" 
		ping_mxma :mac+ "ping_mxma" 
		post_simple :mac+ "post_simple" 
		get_html :mac+ "get_html" 
		qm2f2b :mac+ "qm2f2b" 
		ppbang2 :mac+ "ppbang2" 
		ppro_debug :mac+ "ppro_debug" 
		<
	>Dialog Explorer01
		DEX_Main :mac+ "DEX_Main" 
		DEX_Dialog :mac+ "DEX_Dialog" 
		DEX_InitToolbar :mac+ "DEX_InitToolbar" 
		DEX_InitTreeView :mac+ "DEX_InitTreeView" 
		DEX_InitListView :mac+ "DEX_InitListView" 
		DEX_InitStatusBar :mac+ "DEX_InitStatusBar" 
		DEX_SB :mac+ "DEX_SB" 
		DEX_AutoSize :mac+ "DEX_AutoSize" 
		DEX_LvAddCol :mac+ "DEX_LvAddCol" 
		DEX_LvAdd :mac+ "DEX_LvAdd" 
		DEX_CC_API :mac+ "DEX_CC_API" 
		<
	>dumm
		DlgAnim :mac+ "DlgAnim" 
		dumm :mac+ "dumm" 
		<
	>xmlparser
		xmlparser :mac+ "xmlparser" 
		xmlparser2 :mac+ "xmlparser2" 
		<
	export_toolbar_icons :mac+ "export_toolbar_icons" 
	qm_icon_catcher :mac+ "qm_icon_catcher" 
	Dialog_mit_webrowser_control :mac+ "Dialog_mit_webrowser_control" 
	dhtml_template :mac+ "dhtml_template" 
	autocomplete_test_dialog :mac+ "autocomplete_test_dialog" 
	fileext :mac+ "fileext" 
	settings_parser :mac+ "settings_parser" 
	colordialog2_test :mac+ "colordialog2_test" 
	>net
		>remoting
			netget_pi :mac+ "netget_pi" 
			pcanywhere_right :mac+ "pcanywhere_right" 
			pcanywhere_left :mac+ "pcanywhere_left" 
			net_dan :mac+ "net_dan" 
			net_free_space :mac+ "net_free_space" 
			danfree :mac+ "danfree" 
			pcanywhere :mac+ "pcanywhere" 
			get_dan_ip :mac+ "get_dan_ip" 
			<
		>qm_ie_proxy
			qm_ie_proxy :mac+ "qm_ie_proxy" 
			qm_ie_installer :mac+ "qm_ie_installer" 
			<
		>qm_blogger
			qm_blogger_dialog :mac+ "qm_blogger_dialog" 
			<
		>cURL
			to_blog :mac+ "to_blog" 
			CU_PostFile :mac+ "CU_PostFile" 
			CU_blog :mac+ "CU_blog" 
			CU_PostSimple :mac+ "CU_PostSimple" 
			CU_Get :mac+ "CU_Get" 
			Macro33 :mac+ "Macro33" 
			CU_PostString :mac+ "CU_PostString" 
			php_execute(post) :mac+ "php_execute(post)" 
			<
		>ie passwords
			versioncue :mac+ "versioncue" 
			zen admin :mac+ "zen admin" 
			ie_pw_popup :mac+ "ie_pw_popup" 
			pw_golf_admin :mac+ "pw_golf_admin" 
			<
		whois_adr :mac+ "whois_adr" 
		Whois :mac+ "Whois" 
		blogger_dialog :mac+ "blogger_dialog" 
		blogger :mac+ "blogger" 
		alt_translate :mac+ "alt_translate" 
		xml_post :mac+ "xml_post" 
		translate_result :mac+ "translate_result" 
		feeder :mac+ "feeder" 
	<
	<
>mouse
	>middleclick
		middleclick :mac+ "middleclick" 
		>scipts
			>vm
				iso_menu :mac+ "iso_menu" 
				vm_use_iso :mac+ "vm_use_iso" 
				<
			qm_deskbar_middle :mac+ "qm_deskbar_middle" 
			ff_middle :mac+ "ff_middle" 
			ie_middle :mac+ "ie_middle" 
			_nlite :mac+ "_nlite" 
			pe_plugins :mac+ "pe_plugins" 
			speedcommander :mac+ "speedcommander" 
			qm_macro_trigger :mac+ "qm_macro_trigger" 
			samurize_middle :mac+ "samurize_middle" 
			fileuploader_MB :mac+ "fileuploader_MB" 
			mailwasher_middle :mac+ "mailwasher_middle" 
			ae_middle :mac+ "ae_middle" 
			imagebot :mac+ "imagebot" 
			comment :mac+ "comment" 
			thunderbird_middle2 :mac+ "thunderbird_middle2" 
			ditto :mac+ "ditto" 
			get_macroname :mac+ "get_macroname" 
			thunderbird_middle :mac+ "thunderbird_middle" 
			vmcd :mac+ "vmcd" 
			strokeit_del_item :mac+ "strokeit_del_item" 
			edit_css :mac+ "edit_css" 
			firefox_middle :mac+ "firefox_middle" 
			gui4cli_help :mac+ "gui4cli_help" 
			regedit_delete :mac+ "regedit_delete" 
			filelocator :mac+ "filelocator" 
			mpc_full :mac+ "mpc_full" 
			mediaplayer_full :mac+ "mediaplayer_full" 
			pmc_full :mac+ "pmc_full" 
			filezilla :mac+ "filezilla" 
			xnview_iptc :mac+ "xnview_iptc" 
			maxthon_refresh :mac+ "maxthon_refresh" 
			g4c_debug :mac+ "g4c_debug" 
			ppro_note :mac+ "ppro_note" 
			<
		middle_caption :mac+ "middle_caption" 
		QTPopup :mac+ "QTPopup" 
		taskbar_remove :mac+ "taskbar_remove" 
		desktop :mac+ "desktop" 
		ie_middle2 :mac+ "ie_middle2" 
		_desktop :mac+ "_desktop" 
		_help :mac+ "_help" 
		filedialog_middle :mac+ "filedialog_middle" 
		wmin :mac+ "wmin" 
		shift_middleclick :mac+ "shift_middleclick" 
		middle_gestures :mac+ "middle_gestures" 
		<
	>rightclick
		FF_rightclick :mac+ "FF_rightclick" 
		right_close :mac+ "right_close" 
		vmware :mac+ "vmware" 
		quicklaunch :mac+ "quicklaunch" 
		menu_right :mac+ "menu_right" 
		taskleiste :mac+ "taskleiste" 
		<
	>wheel
		FF_wheel_up :mac+ "FF_wheel_up" 
		FF_wheel_down :mac+ "FF_wheel_down" 
		vm_scroll_down :mac+ "vm_scroll_down" 
		wm_down :mac+ "wm_down" 
		vm_scroll_up :mac+ "vm_scroll_up" 
		sender+ :mac+ "sender+" 
		sender- :mac+ "sender-" 
		volume+ :mac+ "volume+" 
		ppro_combobox :mac+ "ppro_combobox" 
		volume- :mac+ "volume-" 
		<
	>thumb
		FF_small_thumb :mac+ "FF_small_thumb" 
		FF_big_thumb :mac+ "FF_big_thumb" 
		thumb :mac+ "thumb" 
		irfran_thumb :mac+ "irfran_thumb" 
		xnview_thumb :mac+ "xnview_thumb" 
		filedialog_thumb :mac+ "filedialog_thumb" 
		vmware_thumb :mac+ "vmware_thumb" 
		scite_thumb :mac+ "scite_thumb" 
		acrobat_thumb :mac+ "acrobat_thumb" 
		vmware_left_xp :mac+ "vmware_left_xp" 
		acb_big :mac+ "acb_big" 
		acb_small :mac+ "acb_small" 
		flashhelp :mac+ "flashhelp" 
		FF_big_thumb2 :mac+ "FF_big_thumb2" 
		WinTransparent :mac+ "WinTransparent" 
		>old
			thumb_targets :mac+ "thumb_targets" 
			<
		make_trans :mac+ "make_trans" 
		<
	Macro19 :mac+ "Macro19" 
	move1_2 :mac+ "move1_2" 
	left :mac+ "left" 
	middle_close :mac+ "middle_close" 
	middle_dbl :mac+ "middle_dbl" 
	_bm_mouse :mac+ "_bm_mouse" 
	left_drag_left :mac+ "left_drag_left" 
	left_min :mac+ "left_min" 
	dbl_left_caption :mac+ "dbl_left_caption" 
	left_drag_right :mac+ "left_drag_right" 
	pkcolor_ps :mac+ "pkcolor_ps" 
	>Mouse Chords
		Mouse Chords Help :mac+ "Mouse Chords Help" 
		>MC_Engine
			MC_Init :mac+ "MC_Init" 
			MC_First :mac+ "MC_First" 
			FF_MChords :mac+ "FF_MChords" 
			<
		>My Mouse Chords
			MC_Left :mac+ "MC_Left" 
			MC_Right :mac+ "MC_Right" 
			MC_Middle :mac+ "MC_Middle" 
			MC_X1 :mac+ "MC_X1" 
			MC_X2 :mac+ "MC_X2" 
			MC_WheelFw :mac+ "MC_WheelFw" 
			MC_WheelBw :mac+ "MC_WheelBw" 
			MM_Key_F6 :mac+ "MM_Key_F6" 
	<
	<
	<
>context
	MoveToSub :mac+ "MoveToSub" 
	_neu_porn :mac+ "_neu_porn" 
	_toApps :mac+ "_toApps" 
	neu_porn :mac+ "neu_porn" 
	apps_menu :mac+ "apps_menu" 
	SAFF :mac+ "SAFF" 
	sevenzip :mac+ "sevenzip" 
	uut :mac+ "uut" 
	fileuploader_status :mac+ "fileuploader_status" 
	megaupload :mac+ "megaupload" 
	client :mac+ "client" 
	copy_path_win :mac+ "copy_path_win" 
	copy_path_http :mac+ "copy_path_http" 
	>default
		file_default_folder :mac+ "file_default_folder" 
		file_default_tweak :mac+ "file_default_tweak" 
		context_desktop_ini :mac+ "context_desktop_ini" 
		context_icon_shushi :mac+ "context_icon_shushi" 
		register_component :mac+ "register_component" 
		reshacker :mac+ "reshacker" 
		exescope :mac+ "exescope" 
		exe_get_png :mac+ "exe_get_png" 
		desktop_ini :mac+ "desktop_ini" 
		exe_app_path :mac+ "exe_app_path" 
		clone_folder :mac+ "clone_folder" 
		<
	>music
		mp3_folder :mac+ "mp3_folder" 
		<
	>colorlabel
		color_red :mac+ "color_red" 
		color_green :mac+ "color_green" 
		none :mac+ "none" 
		colorlabel :mac+ "colorlabel" 
		<
	>xmllister
		pic2xml :mac+ "pic2xml" 
		xmllister :mac+ "xmllister" 
		pic_preview :mac+ "pic_preview" 
		<
	>video
		sub_video :mac+ "sub_video" 
		TMPGEnc :mac+ "TMPGEnc" 
		virtualdub mod :mac+ "virtualdub mod" 
		videofixer :mac+ "videofixer" 
		ezmerge :mac+ "ezmerge" 
		<
	>webserver
		htdocs_context :mac+ "htdocs_context" 
		microbender_context :mac+ "microbender_context" 
		nightchatter_context :mac+ "nightchatter_context" 
		mc_pic_bbcode :mac+ "mc_pic_bbcode" 
		<
	cdimages :mac+ "cdimages" 
	filelister :mac+ "filelister" 
	uharcd :mac+ "uharcd" 
	<
>tray
	traytest :mac+ "traytest" 
	emis_hide_auswahl_tray :mac+ "emis_hide_auswahl_tray" 
	HideTrayIcon :mac+ "HideTrayIcon" 
	DelTrayIcon :mac+ "DelTrayIcon" 
	FindTrayIcon :mac+ "FindTrayIcon" 
	EnumTrayIcons :mac+ "EnumTrayIcons" 
	Macro8 :mac+ "Macro8" 
	<
>apps
	>adobe
		adobe :mac+ "adobe" 
		photoshop_toolbar :mac+ "photoshop_toolbar" 
		illustrator_toolbar :mac+ "illustrator_toolbar" 
		komposition_rename :mac+ "komposition_rename" 
		virtualdub_status :mac+ "virtualdub_status" 
		Macro12 :mac+ "Macro12" 
		afterfx_render :mac+ "afterfx_render" 
		ae_standard_toolbar :mac+ "ae_standard_toolbar" 
		ae_zeitleisten_bar :mac+ "ae_zeitleisten_bar" 
		__zeitleiste :mac+ "__zeitleiste" 
		_after_effects :mac+ "_after_effects" 
		_photoshop :mac+ "_photoshop" 
		Macro5 :mac+ "Macro5" 
		_illustrator :mac+ "_illustrator" 
		ae_error_verhältnis :mac+ "ae_error_verhältnis" 
		ae tastatur hilfe :mac+ "ae tastatur hilfe" 
		<
	>captivate
		captivate_tray :mac+ "captivate_tray" 
		captivate_left :mac+ "captivate_left" 
		<
	>dreamweaver
		dreamweaver_bar :mac+ "dreamweaver_bar" 
		__dreamweaver_bar :mac+ "__dreamweaver_bar" 
		>dwmx div
			dwmx_view :mac+ "dwmx_view" 
			find_css :mac+ "find_css" 
			scite2dw :mac+ "scite2dw" 
			dw_put :mac+ "dw_put" 
			dw_site<-fix :mac+ "dw_site<-fix" 
			test_sql_statement :mac+ "test_sql_statement" 
			recordset resizer :mac+ "recordset resizer" 
			recordset_change :mac+ "recordset_change" 
			remote_view :mac+ "remote_view" 
			FF_recordset_change :mac+ "FF_recordset_change" 
			internal_preview :mac+ "internal_preview" 
			dwmx_sites :mac+ "dwmx_sites" 
			dw_search_bar :mac+ "dw_search_bar" 
			_dw_search_functions :mac+ "_dw_search_functions" 
			_dw_search_bar :mac+ "_dw_search_bar" 
			dwscite :mac+ "dwscite" 
			dw_snippets :mac+ "dw_snippets" 
			dwclip :mac+ "dwclip" 
		<
		<
	>firefox
		firefox_bar :mac+ "firefox_bar" 
		firefox_change :mac+ "firefox_change" 
		firefoxX :mac+ "firefoxX" 
		_firefox_bar :mac+ "_firefox_bar" 
		_ff_find :mac+ "_ff_find" 
		firefox_freeze :mac+ "firefox_freeze" 
		firefox_allow_popup :mac+ "firefox_allow_popup" 
		firefox_back_button_acc :mac+ "firefox_back_button_acc" 
		firefox_bookmark eigenschaften :mac+ "firefox_bookmark eigenschaften" 
		firefox_from :mac+ "firefox_from" 
		firefox_url :mac+ "firefox_url" 
		ie_url :mac+ "ie_url" 
		emulesuche :mac+ "emulesuche" 
		golfsession :mac+ "golfsession" 
		_ff :mac+ "_ff" 
		<
	>gui4cli
		gui4cli_def :mac+ "gui4cli_def" 
		g4c :mac+ "g4c" 
		gui4cli_editor :mac+ "gui4cli_editor" 
		g4c_firefox_bar :mac+ "g4c_firefox_bar" 
		g4c_dw :mac+ "g4c_dw" 
		gui4cli_proxy :mac+ "gui4cli_proxy" 
		<
	>thunderbird
		offline warnung :mac+ "offline warnung" 
		ff_exists :mac+ "ff_exists" 
		thunderbar :mac+ "thunderbar" 
		maxthon_title :mac+ "maxthon_title" 
		myie_f2b_admin2 :mac+ "myie_f2b_admin2" 
		flmx_lib_right :mac+ "flmx_lib_right" 
		thunderbird_refresh :mac+ "thunderbird_refresh" 
		thunderbird_read :mac+ "thunderbird_read" 
		thunder_html :mac+ "thunder_html" 
		maxthon_url :mac+ "maxthon_url" 
		maxthon_yahoo_sponsor :mac+ "maxthon_yahoo_sponsor" 
		thunderbird_profile :mac+ "thunderbird_profile" 
		thunder_tray :mac+ "thunder_tray" 
		tb_moz_control :mac+ "tb_moz_control" 
		tb_moz_control_proc :mac+ "tb_moz_control_proc" 
		<
	>powerpro
		>cml
			ppro cl menu :mac+ "ppro cl menu" 
			FF_cml :mac+ "FF_cml" 
			Dialog3 :mac+ "Dialog3" 
			ppro_cml_dialog :mac+ "ppro_cml_dialog" 
			ppro comandlist :mac+ "ppro comandlist" 
			ppro_cml_trigger :mac+ "ppro_cml_trigger" 
			<
		>triggers
			bump_left_top :mac+ "bump_left_top" 
			<
		>sys
			start_ppro :mac+ "start_ppro" 
			ppbang :mac+ "ppbang" 
			<
		clcl :mac+ "clcl" 
		mbox :mac+ "mbox" 
		stop ppro :mac+ "stop ppro" 
		to_note :mac+ "to_note" 
		logppro :mac+ "logppro" 
		delete_selection :mac+ "delete_selection" 
		sel_all_copy :mac+ "sel_all_copy" 
		proxy :mac+ "proxy" 
		cp_bar :mac+ "cp_bar" 
		bar_send_note :mac+ "bar_send_note" 
		ppro_init :mac+ "ppro_init" 
		ppro :mac+ "ppro" 
		left_sys :mac+ "left_sys" 
		ppro_left_hold :mac+ "ppro_left_hold" 
		<
	>myIE
		myIE_run_ppro :mac+ "myIE_run_ppro" 
		<
	>flmx
		>panels
			close panel :mac+ "close panel" 
			<
		lib_dup :mac+ "lib_dup" 
		flmx_script :mac+ "flmx_script" 
		flmx_layout :mac+ "flmx_layout" 
		flmx editor all items :mac+ "flmx editor all items" 
		fmixer :mac+ "fmixer" 
		flmx editor delete :mac+ "flmx editor delete" 
		flmx editor select all :mac+ "flmx editor select all" 
		flmx editor paste :mac+ "flmx editor paste" 
		to flash :mac+ "to flash" 
		no_line :mac+ "no_line" 
		FF_flmx_preview_button :mac+ "FF_flmx_preview_button" 
		flmx2000 :mac+ "flmx2000" 
		>flmxbar
			flmxbar :mac+ "flmxbar" 
			_flmxbar :mac+ "_flmxbar" 
			_flmx :mac+ "_flmx" 
			flmx_import :mac+ "flmx_import" 
			flmx_preview :mac+ "flmx_preview" 
			flmx_compile :mac+ "flmx_compile" 
			flmx_publish :mac+ "flmx_publish" 
		<
		<
	>samplitude
		samplitude_bar :mac+ "samplitude_bar" 
		_sam :mac+ "_sam" 
		<
	>scite
		scite_toolbar :mac+ "scite_toolbar" 
		scite2app :mac+ "scite2app" 
		_scite :mac+ "_scite" 
		scitebar_functions :mac+ "scitebar_functions" 
		_scied :mac+ "_scied" 
		<
	>strokeit
		strokeit_paste_macro :mac+ "strokeit_paste_macro" 
		strokeit_toolbar :mac+ "strokeit_toolbar" 
		_strokeit_bar :mac+ "_strokeit_bar" 
		left_up :mac+ "left_up" 
		refresh :mac+ "refresh" 
		close_window :mac+ "close_window" 
		up_right :mac+ "up_right" 
		hot_areas :mac+ "hot_areas" 
		mpc_16zu9 :mac+ "mpc_16zu9" 
		strokeit_qm :mac+ "strokeit_qm" 
		ppro_qm :mac+ "ppro_qm" 
		strokeit :mac+ "strokeit" 
		strokeit_switcher :mac+ "strokeit_switcher" 
		strokeit_editor :mac+ "strokeit_editor" 
		strokeit_editor2 :mac+ "strokeit_editor2" 
		strokeit_key :mac+ "strokeit_key" 
		gesture_down :mac+ "gesture_down" 
		gesture_up :mac+ "gesture_up" 
		close_mci :mac+ "close_mci" 
		<
	>tmpg
		_tmpgplus :mac+ "_tmpgplus" 
		tmpg_plus_bar :mac+ "tmpg_plus_bar" 
		>tmpg_dvdsource
			source_settings :mac+ "source_settings" 
		<
		<
	>virtualdub
		virtualdub_avi :mac+ "virtualdub_avi" 
		virtualdub_audio :mac+ "virtualdub_audio" 
		vdubmod :mac+ "vdubmod" 
		virtualdub :mac+ "virtualdub" 
		<
	mpc_playlister :mac+ "mpc_playlister" 
	>voiceflux
		vf_zeige :mac+ "vf_zeige" 
		vf_type :mac+ "vf_type" 
		vf_resize :mac+ "vf_resize" 
		Macro2 :mac+ "Macro2" 
		flux :mac+ "flux" 
		<
	>EMIS
		>toolbars
			emis_artikelstamm :mac+ "emis_artikelstamm" 
			>dialog
				emis_tabdialog :mac+ "emis_tabdialog" 
				emis_artikeldialog :mac+ "emis_artikeldialog" 
				_emis_artikelstamm :mac+ "_emis_artikelstamm" 
				<
			>bak
				emis_tabbar :mac+ "emis_tabbar" 
				_emis_tabbar :mac+ "_emis_tabbar" 
			<
			<
		>functions
			emis_de :mac+ "emis_de" 
			emis_web_update :mac+ "emis_web_update" 
			emis_db_update :mac+ "emis_db_update" 
			emis_artikel_nav :mac+ "emis_artikel_nav" 
			>bak
				php_functions :mac+ "php_functions" 
				_emis :mac+ "_emis" 
				>emis_editor
					EM_Main :mac+ "EM_Main" 
					EM_WndProc :mac+ "EM_WndProc" 
					EM_wm_create :mac+ "EM_wm_create" 
					EM_wm_command :mac+ "EM_wm_command" 
					EM_wm_size :mac+ "EM_wm_size" 
					<
				emis_bilder :mac+ "emis_bilder" 
				emis_thumbnail :mac+ "emis_thumbnail" 
				emis_bearbeiten :mac+ "emis_bearbeiten" 
			<
			<
		>triggers
			emis_artnummer_change :mac+ "emis_artnummer_change" 
			emis_artikel_fenster :mac+ "emis_artikel_fenster" 
			emis_tabselect :mac+ "emis_tabselect" 
			emis_sonstiges_konf :mac+ "emis_sonstiges_konf" 
			emis_keys :mac+ "emis_keys" 
			<
		>shortcuts
			emis_artikel_shortcut :mac+ "emis_artikel_shortcut" 
			<
		>emis suche
			emis_suche :mac+ "emis_suche" 
			emis_keyword_suche :mac+ "emis_keyword_suche" 
			_emis_suche :mac+ "_emis_suche" 
			emis_child_dialog :mac+ "emis_child_dialog" 
			emis_adress_wahl :mac+ "emis_adress_wahl" 
			<
		end_wiedervorlage :mac+ "end_wiedervorlage" 
		emis_init :mac+ "emis_init" 
		<
	>saff
		>filecoast_uploader
			>poster
				saff_poster :mac+ "saff_poster" 
				saff_board_selector :mac+ "saff_board_selector" 
				<
			filecoast_upload :mac+ "filecoast_upload" 
			filecoast_progress :mac+ "filecoast_progress" 
			filecoast_size2 :mac+ "filecoast_size2" 
			<
		uud_toolbar :mac+ "uud_toolbar" 
		image_grabber :mac+ "image_grabber" 
		imagegrabber2 :mac+ "imagegrabber2" 
		_image_grabber :mac+ "_image_grabber" 
		image_grabber2 :mac+ "image_grabber2" 
		image_grabber_frames :mac+ "image_grabber_frames" 
		_uud_toolbar :mac+ "_uud_toolbar" 
		notepad_destroyer :mac+ "notepad_destroyer" 
		filecoast :mac+ "filecoast" 
		image_grabber_save :mac+ "image_grabber_save" 
		local_smf_poster :mac+ "local_smf_poster" 
		>http upload
			filecoast_upload1 :mac+ "filecoast_upload1" 
			neeeesaff_poster :mac+ "neeeesaff_poster" 
			qm_poster :mac+ "qm_poster" 
			tmp_code :mac+ "tmp_code" 
			IntPing2 :mac+ "IntPing2" 
			xfilecoast_upload2 :mac+ "xfilecoast_upload2" 
			imagegrabber :mac+ "imagegrabber" 
			>alt
				xfilecoast_upload :mac+ "xfilecoast_upload" 
				http_upload :mac+ "http_upload" 
				Macro14 :mac+ "Macro14" 
				dialog_with_progress :mac+ "dialog_with_progress" 
				qm_ginti_upload :mac+ "qm_ginti_upload" 
				local_ginti_upload :mac+ "local_ginti_upload" 
				PostFormData_progress_dialog :mac+ "PostFormData_progress_dialog" 
			<
			<
		uut_middle :mac+ "uut_middle" 
		download mit dialog :mac+ "download mit dialog" 
		IntGetFile_progress_callback :mac+ "IntGetFile_progress_callback" 
		<
	>Super
		supersave :mac+ "supersave" 
		SuperToolbar :mac+ "SuperToolbar" 
		<
	shellneware :mac+ "shellneware" 
	vmware_out :mac+ "vmware_out" 
	xampp_control :mac+ "xampp_control" 
	blackbox_cmdline :mac+ "blackbox_cmdline" 
	vmware_favs :mac+ "vmware_favs" 
	vm_machines :mac+ "vm_machines" 
	mount_vmdk :mac+ "mount_vmdk" 
	>pmc tv
		pmc_starter :mac+ "pmc_starter" 
		aktuelles_programm :mac+ "aktuelles_programm" 
		pmc_mouse :mac+ "pmc_mouse" 
	<
	<
>automatic
	a_drve :mac+ "a_drve" 
	proxo_saff :mac+ "proxo_saff" 
	emule_close :mac+ "emule_close" 
	nero_iso :mac+ "nero_iso" 
	uut_close :mac+ "uut_close" 
	ServiWin :mac+ "ServiWin" 
	thunderbird_connect_error :mac+ "thunderbird_connect_error" 
	myuninstaller2 :mac+ "myuninstaller2" 
	nero zusammenstellungbrennen :mac+ "nero zusammenstellungbrennen" 
	nerofertig :mac+ "nerofertig" 
	system_volume_information :mac+ "system_volume_information" 
	mmcompview :mac+ "mmcompview" 
	choose_folder :mac+ "choose_folder" 
	regmon_filter :mac+ "regmon_filter" 
	filemon_filter :mac+ "filemon_filter" 
	ie_bestätigen :mac+ "ie_bestätigen" 
	folder_properties_filedialog :mac+ "folder_properties_filedialog" 
	clcl_sttings_to_mouse :mac+ "clcl_sttings_to_mouse" 
	cdwinder :mac+ "cdwinder" 
	nero_finished :mac+ "nero_finished" 
	webnwalk :mac+ "webnwalk" 
	show_clcl :mac+ "show_clcl" 
	dienste :mac+ "dienste" 
	opera_crash :mac+ "opera_crash" 
	proxo_extern_proxy :mac+ "proxo_extern_proxy" 
	whois_geek :mac+ "whois_geek" 
	FileLocatorPro :mac+ "FileLocatorPro" 
	scanwindow :mac+ "scanwindow" 
	apppath :mac+ "apppath" 
	favorites_dialog :mac+ "favorites_dialog" 
	fileuploader_exe :mac+ "fileuploader_exe" 
	ff_popup_act :mac+ "ff_popup_act" 
	uedit_ftp :mac+ "uedit_ftp" 
	xpcom :mac+ "xpcom" 
	javaw :mac+ "javaw" 
	tunderbird_error :mac+ "tunderbird_error" 
	dw_interacting :mac+ "dw_interacting" 
	hhparent_noresult :mac+ "hhparent_noresult" 
	registrar_information :mac+ "registrar_information" 
	ContextEdit :mac+ "ContextEdit" 
	serviwin_confirm :mac+ "serviwin_confirm" 
	mailwasher :mac+ "mailwasher" 
	unlesbarersector :mac+ "unlesbarersector" 
	<
>User
	Note :mac+ "Note" 
	TO_Favorites :mac+ "TO_Favorites" 
	init2 :mac+ "init2" 
	start_script :mac+ "start_script" 
	app_init :mac+ "app_init" 
	GetDriveStatus :mac+ "GetDriveStatus" 
	tray :mac+ "tray" 
	>explorer
		>DROPBAR
			dropbar_customize :mac+ "dropbar_customize" 
			_dropbar :mac+ "_dropbar" 
			drop_browse :mac+ "drop_browse" 
			dropMenu :mac+ "dropMenu" 
			drop_menu :mac+ "drop_menu" 
			dropXML :mac+ "dropXML" 
			dropXML_drive :mac+ "dropXML_drive" 
			_newFolder :mac+ "_newFolder" 
			_filelocator :mac+ "_filelocator" 
			_cmd :mac+ "_cmd" 
			<
		ppro_targets :mac+ "ppro_targets" 
		sys_targets :mac+ "sys_targets" 
		program_targets :mac+ "program_targets" 
		>file
			fd_show_epath :mac+ "fd_show_epath" 
			sound :mac+ "sound" 
			explorer_get_file :mac+ "explorer_get_file" 
			explorer_del_file :mac+ "explorer_del_file" 
			<
		d_targets :mac+ "d_targets" 
		_filedialog :mac+ "_filedialog" 
		__filedialog :mac+ "__filedialog" 
		_explorer :mac+ "_explorer" 
		__explorer :mac+ "__explorer" 
		OpenFolder :mac+ "OpenFolder" 
		GetFolderInterface :mac+ "GetFolderInterface" 
		o3tt3rli :mac+ "o3tt3rli" 
		targets :mac+ "targets" 
		qm_toolbar_right :mac+ "qm_toolbar_right" 
		kill_win_mouse :mac+ "kill_win_mouse" 
		g4c_explorer_gui :mac+ "g4c_explorer_gui" 
		show_in_explorer :mac+ "show_in_explorer" 
		<
	>deskbar
		deskbar :mac+ "deskbar" 
		__deskbar :mac+ "__deskbar" 
		deskbar_browse :mac+ "deskbar_browse" 
		dbl_check :mac+ "dbl_check" 
		Macro9 :mac+ "Macro9" 
		browse_menu :mac+ "browse_menu" 
		systemsteuerung :mac+ "systemsteuerung" 
		>div_Tools
			_divTools :mac+ "_divTools" 
			divTools :mac+ "divTools" 
			<
		moveTB :mac+ "moveTB" 
		drivechecker :mac+ "drivechecker" 
		<
	>myqm
		>gintaras
			sa_test :mac+ "sa_test" 
			mru_reader2 :mac+ "mru_reader2" 
			SA_Alloc :mac+ "SA_Alloc" 
			SA_Realloc :mac+ "SA_Realloc" 
			SA_Free :mac+ "SA_Free" 
			SA_Len :mac+ "SA_Len" 
			StringToArray :mac+ "StringToArray" 
			<
		lastmacro :mac+ "lastmacro" 
		>bbcode
			bbcode_bar :mac+ "bbcode_bar" 
			_bbcode_bar :mac+ "_bbcode_bar" 
			_bbcode :mac+ "_bbcode" 
			<
		qm_lastmacro :mac+ "qm_lastmacro" 
		>pi qm toolbar
			piToolBar :mac+ "piToolBar" 
			threads_toggle :mac+ "threads_toggle" 
			for_dialog_checker :mac+ "for_dialog_checker" 
			qm_refeshbar :mac+ "qm_refeshbar" 
			make_exe :mac+ "make_exe" 
			qm_bbcode :mac+ "qm_bbcode" 
			qm_html :mac+ "qm_html" 
			pi_toolbar_hideWindow :mac+ "pi_toolbar_hideWindow" 
			pi_toolbar_GetText :mac+ "pi_toolbar_GetText" 
			pi_toolbar_moveWindow :mac+ "pi_toolbar_moveWindow" 
			Paste escaped :mac+ "Paste escaped" 
			>piToolbar
				__piT :mac+ "__piT" 
				_piT :mac+ "_piT" 
				dis QM_toolbar :mac+ "dis QM_toolbar" 
				toTO_Accessible :mac+ "toTO_Accessible" 
			<
			<
		ja :mac+ "ja" 
		ff2qm :mac+ "ff2qm" 
		ff2qm2 :mac+ "ff2qm2" 
		code2qm :mac+ "code2qm" 
		ie_firefox :mac+ "ie_firefox" 
		huhu :mac+ "huhu" 
		>qm help
			_qmhelp :mac+ "_qmhelp" 
			qm2202 :mac+ "qm2202" 
			qm_rename_dialog :mac+ "qm_rename_dialog" 
			qm_find :mac+ "qm_find" 
			noresult :mac+ "noresult" 
			new_macro :mac+ "new_macro" 
			__qmhelp :mac+ "__qmhelp" 
			helpfiles :mac+ "helpfiles" 
			<
		QMLviewer :mac+ "QMLviewer" 
		type_lib :mac+ "type_lib" 
		<
	_getfile :mac+ "_getfile" 
	_winoptions :mac+ "_winoptions" 
	_created :mac+ "_created" 
	_winbar :mac+ "_winbar" 
	killed_windows :mac+ "killed_windows" 
	taskbar :mac+ "taskbar" 
	tbicon :mac+ "tbicon" 
	T.S. Menu :mac+ "T.S. Menu" 
	ts mail :mac+ "ts mail" 
	Favorites :mac+ "Favorites" 
	_fav :mac+ "_fav" 
	>Notes
		saffpass :mac+ "saffpass" 
		Note2 :mac+ "Note2" 
		Note1 :mac+ "Note1" 
		<
	>Temp
		TB from Folder :mac+ "TB from Folder" 
		my_taskbar :mac+ "my_taskbar" 
		windows :mac+ "windows" 
		temp_function :mac+ "temp_function" 
		temp_macro :mac+ "temp_macro" 
		emp_function :mac+ "emp_function" 
		exp2fd :mac+ "exp2fd" 
		emp_macro :mac+ "emp_macro" 
		p_function :mac+ "p_function" 
		temp_menu :mac+ "temp_menu" 
		TB FromQMFolder :mac+ "TB FromQMFolder" 
		<
	>templates
		_tb_hook_template :mac+ "_tb_hook_template" 
		<
	show_ts :mac+ "show_ts" 
	>Power management triggers
		PM Help :mac+ "PM Help" 
		PM_Main :mac+ "PM_Main" 
		PM_Dialog :mac+ "PM_Dialog" 
		PM_PowerManagement :mac+ "PM_PowerManagement" 
		PM_AfterStandbyHibernate :mac+ "PM_AfterStandbyHibernate" 
	<
	<
>keys
	>scripting
		>url paster
			context_menu :mac+ "context_menu" 
			run_url :mac+ "run_url" 
			ahref_title :mac+ "ahref_title" 
			read_fav :mac+ "read_fav" 
			ahref_weg :mac+ "ahref_weg" 
			<
		win_b :mac+ "win_b" 
		num_komma :mac+ "num_komma" 
		mms run :mac+ "mms run" 
		paster :mac+ "paster" 
		klammer :mac+ "klammer" 
		translate :mac+ "translate" 
		wetter :mac+ "wetter" 
		currency :mac+ "currency" 
		spell :mac+ "spell" 
		win_title :mac+ "win_title" 
		qm_copy2 :mac+ "qm_copy2" 
		to_lower :mac+ "to_lower" 
		to_upper :mac+ "to_upper" 
		_qmpaste :mac+ "_qmpaste" 
		eckig :mac+ "eckig" 
		tiki-blogmenu :mac+ "tiki-blogmenu" 
		quoter :mac+ "quoter" 
		single_quoter :mac+ "single_quoter" 
		brackets :mac+ "brackets" 
		ahref_it :mac+ "ahref_it" 
		ppro_backslash :mac+ "ppro_backslash" 
		paste :mac+ "paste" 
		forums_code_tag :mac+ "forums_code_tag" 
		forums_code_tag2 :mac+ "forums_code_tag2" 
		get_ip :mac+ "get_ip" 
		set_dan_ip :mac+ "set_dan_ip" 
		set_pi_ip :mac+ "set_pi_ip" 
		<
	SendKey :mac+ "SendKey" 
	qm_run :mac+ "qm_run" 
	regCool :mac+ "regCool" 
	search in dw :mac+ "search in dw" 
	FF_key_entfernen :mac+ "FF_key_entfernen" 
	qm_editor_delete :mac+ "qm_editor_delete" 
	startup_panel_del :mac+ "startup_panel_del" 
	processmate :mac+ "processmate" 
	prozessexplorer_del :mac+ "prozessexplorer_del" 
	myuninstaller_del :mac+ "myuninstaller_del" 
	myunst :mac+ "myunst" 
	google :mac+ "google" 
	prozess_explorer :mac+ "prozess_explorer" 
	color_xy :mac+ "color_xy" 
	outp_qmpaste :mac+ "outp_qmpaste" 
	outp date :mac+ "outp date" 
	outp_zeit :mac+ "outp_zeit" 
	mediaplayer_play :mac+ "mediaplayer_play" 
	window_info :mac+ "window_info" 
	dw_preview :mac+ "dw_preview" 
	move_window_right :mac+ "move_window_right" 
	move_window_left :mac+ "move_window_left" 
	move_window_up :mac+ "move_window_up" 
	move_window_down :mac+ "move_window_down" 
	<
>sys
	>Strings
		Macro4 :mac+ "Macro4" 
		str.Format100 :mac+ "str.Format100" 
		str.InsertLineN :mac+ "str.InsertLineN" 
		str.RemoveLineN :mac+ "str.RemoveLineN" 
		str.GetFileExt :mac+ "str.GetFileExt" 
		str.GetShortcut :mac+ "str.GetShortcut" 
		str.GetMacroFromFile :mac+ "str.GetMacroFromFile" 
		str.RemoveDuplicateLines :mac+ "str.RemoveDuplicateLines" 
		<
	>CFont
		CFont.Create :mac+ "CFont.Create" 
		CFont.SetFont :mac+ "CFont.SetFont" 
		CFont.SetFontMulti :mac+ "CFont.SetFontMulti" 
		<
	ExeLoadDataResource :mac+ "ExeLoadDataResource" 
	GetWindowTextWidth :mac+ "GetWindowTextWidth" 
	PidToExename :mac+ "PidToExename" 
	WinRollUp :mac+ "WinRollUp" 
	windowtext :mac+ "windowtext" 
	windowlist :mac+ "windowlist" 
	suspend :mac+ "suspend" 
	kill :mac+ "kill" 
	deskareas :mac+ "deskareas" 
	winimage :mac+ "winimage" 
	cdimage :mac+ "cdimage" 
	SetDriveLabel :mac+ "SetDriveLabel" 
	app_path :mac+ "app_path" 
	reboot :mac+ "reboot" 
	unload :mac+ "unload" 
	logoff :mac+ "logoff" 
	ausschalten :mac+ "ausschalten" 
	systemwiederherstellung :mac+ "systemwiederherstellung" 
	to_dos :mac+ "to_dos" 
	>window
		act_qm :mac+ "act_qm" 
		vdesk_move_right :mac+ "vdesk_move_right" 
		vdesk_move_left :mac+ "vdesk_move_left" 
		<
	>services
		services :mac+ "services" 
		restart :mac+ "restart" 
		all_prozesses :mac+ "all_prozesses" 
		dcom_start_stop :mac+ "dcom_start_stop" 
		apache_start_stop :mac+ "apache_start_stop" 
		start_service :mac+ "start_service" 
		servi_start_modus :mac+ "servi_start_modus" 
		stop_service :mac+ "stop_service" 
		<
	>filedialog
		filedialog_paster :mac+ "filedialog_paster" 
		filedialog_open :mac+ "filedialog_open" 
		FF_thumb :mac+ "FF_thumb" 
		filedialog_myexe :mac+ "filedialog_myexe" 
		<
	ini_reader :mac+ "ini_reader" 
	_info :mac+ "_info" 
	explorer :mac+ "explorer" 
	CD_OpenCloseDrive :mac+ "CD_OpenCloseDrive" 
	virtual_cd :mac+ "virtual_cd" 
	GetHandleList :mac+ "GetHandleList" 
	Function :mac+ "Function" 
	CaptureRect :mac+ "CaptureRect" 
	eproxy :mac+ "eproxy" 
	app_pathLister :mac+ "app_pathLister" 
	LocalIP :mac+ "LocalIP" 
	>QM output triggers
		QM output triggers help :mac+ "QM output triggers help" 
		OU_Main :mac+ "OU_Main" 
		OU_End :mac+ "OU_End" 
		OU_Wndproc :mac+ "OU_Wndproc" 
		>macros
			OU_OnRtError :mac+ "OU_OnRtError" 
		<
		<
	>QuickTooltips
		QuickTooltips :mac+ "QuickTooltips" 
		<
	>Tooltips
		>CToolTip
			CToolTip Help :mac+ "CToolTip Help" 
			CToolTip.Create :mac+ "CToolTip.Create" 
			CToolTip.Destroy :mac+ "CToolTip.Destroy" 
			CToolTip.OnWmSetcursor :mac+ "CToolTip.OnWmSetcursor" 
			CToolTip.AddTool :mac+ "CToolTip.AddTool" 
			CToolTip.AddTools :mac+ "CToolTip.AddTools" 
			<
		>Tooltips samples
			ToolbarWithTooltips :mac+ "ToolbarWithTooltips" 
			TWT_Proc :mac+ "TWT_Proc" 
			DialogWithTooltips :mac+ "DialogWithTooltips" 
		<
		<
	>Keyboard detector
		Keyboard Detector Help :mac+ "Keyboard Detector Help" 
		Keyboard_Detector :mac+ "Keyboard_Detector" 
		>Filter functions
			FF_Keyboard1 :mac+ "FF_Keyboard1" 
			FF_Keyboard2 :mac+ "FF_Keyboard2" 
			FF_Keyboard3 :mac+ "FF_Keyboard3" 
			FF_Keyboard4 :mac+ "FF_Keyboard4" 
			FF_Mouse1 :mac+ "FF_Mouse1" 
			FF_Mouse2 :mac+ "FF_Mouse2" 
			FF_Mouse3 :mac+ "FF_Mouse3" 
			FF_Mouse4 :mac+ "FF_Mouse4" 
			<
		>Samples
			keyboard1 macro :mac+ "keyboard1 macro" 
			keyboard2 macro :mac+ "keyboard2 macro" 
			mouse1 macro :mac+ "mouse1 macro" 
			mouse2 macro :mac+ "mouse2 macro" 
		<
		<
	divx_sig :mac+ "divx_sig" 
	>Shell menu triggers
		Shell menu triggers help :mac+ "Shell menu triggers help" 
		SMT setup :mac+ "SMT setup" 
		SMT sample macro :mac+ "SMT sample macro" 
		<
	qm_insert_hwnd :mac+ "qm_insert_hwnd" 
	FindFileInDrives :mac+ "FindFileInDrives" 
	PopulateIntArray :mac+ "PopulateIntArray" 
	<
>Samples
	>COM
		>Windows Script Host
			WSH help :mac+ "WSH help" 
			Network :mac+ "Network" 
			Shortcut :mac+ "Shortcut" 
			Environment variables :mac+ "Environment variables" 
			<
		>Windows Services
			Services Help :mac+ "Services Help" 
			Enumerate services :mac+ "Enumerate services" 
			Stop 'system restore' service :mac+ "Stop 'system restore' service" 
			<
		>Automating applications
			Internet Explorer :mac+ "Internet Explorer" 
			Word :mac+ "Word" 
			Excel run macro :mac+ "Excel run macro" 
			Excel functions :mac+ "Excel functions" 
			Excel and array :mac+ "Excel and array" 
			Easier Excel functions :mac+ "Easier Excel functions" 
			ExcelToWebForm :mac+ "ExcelToWebForm" 
			<
		>Shell
			alldesktopitems :mac+ "alldesktopitems" 
			Shell :mac+ "Shell" 
			GetPathsOfSelectedFiles :mac+ "GetPathsOfSelectedFiles" 
			<
		>Graphical ActiveX controls
			Dialog_with_web_browser :mac+ "Dialog_with_web_browser" 
			>we3_DWebBrowserEvents2
				we3_DocumentComplete :mac+ "we3_DocumentComplete" 
				<
			Toolbar with web browser :mac+ "Toolbar with web browser" 
			ToolbarExProc_TWWB :mac+ "ToolbarExProc_TWWB" 
			<
		>System interfaces
			Sample_TaskScheduler :mac+ "Sample_TaskScheduler" 
			<
		>WMI
			WMI help :mac+ "WMI help" 
			>Run notepad
				WMI run notepad VBScript :mac+ "WMI run notepad VBScript" 
				WMI run notepad IDispatch :mac+ "WMI run notepad IDispatch" 
				WMI run notepad typelib :mac+ "WMI run notepad typelib" 
				<
			>Enum processes
				WMI enum processes VBScript 1 :mac+ "WMI enum processes VBScript 1" 
				WMI enum processes VBScript 2 :mac+ "WMI enum processes VBScript 2" 
				WMI enum processes IDispatch :mac+ "WMI enum processes IDispatch" 
				WMI enum processes typelib :mac+ "WMI enum processes typelib" 
				<
			>Receive events
				WMI Process Started Events VBScript :mac+ "WMI Process Started Events VBScript" 
				WMI Process Started Events IDispatch :mac+ "WMI Process Started Events IDispatch" 
				WMI Process Started Events typelib :mac+ "WMI Process Started Events typelib" 
		<
		<
		<
	>Extended toolbars
		>Controls, timer
			Sample_ExToolbar :mac+ "Sample_ExToolbar" 
			Sample_ToolbarProc :mac+ "Sample_ToolbarProc" 
			<
		>Status Bar
			TB StatusBar :mac+ "TB StatusBar" 
			TB_StatusBar :mac+ "TB_StatusBar" 
			TB_StatusBar set text :mac+ "TB_StatusBar set text" 
			<
		>TB attach to caret
			TB attach to caret :mac+ "TB attach to caret" 
			TB_ByCaret :mac+ "TB_ByCaret" 
			TB_AttachToCaret :mac+ "TB_AttachToCaret" 
		<
		<
	>Filter function samples
		>Window specific
			FF_WindowSpecific :mac+ "FF_WindowSpecific" 
			WindowSpecific :mac+ "WindowSpecific" 
			<
		>Window dispatcher
			FF_WindowDispatcher :mac+ "FF_WindowDispatcher" 
			Notepad Window :mac+ "Notepad Window" 
			Calculator Window :mac+ "Calculator Window" 
			QM Window :mac+ "QM Window" 
			<
		>Mouse position specific
			FF_MouseXYSpecific :mac+ "FF_MouseXYSpecific" 
			Wheel forward :mac+ "Wheel forward" 
			Wheel backward :mac+ "Wheel backward" 
			<
		>Adjust clock
			FF_Clock :mac+ "FF_Clock" 
			Plus 1 mn :mac+ "Plus 1 mn" 
			Minus 1 min :mac+ "Minus 1 min" 
			AdjustClock :mac+ "AdjustClock" 
			<
		>Single item
			FF_Single :mac+ "FF_Single" 
		<
		<
	>Hello World
		HW_Main :mac+ "HW_Main" 
		HW_WndProc :mac+ "HW_WndProc" 
		HW_wm_create :mac+ "HW_wm_create" 
		HW_wm_command :mac+ "HW_wm_command" 
		HW_wm_size :mac+ "HW_wm_size" 
		<
	>Internet
		FtpUpload :mac+ "FtpUpload" 
		IntSetClock :mac+ "IntSetClock" 
		IntPerformance :mac+ "IntPerformance" 
		<
	>Strings, sort
		str.AddLine :mac+ "str.AddLine" 
		str.ReplaceLineN :mac+ "str.ReplaceLineN" 
		str.InvertCase :mac+ "str.InvertCase" 
		>Sort
			>sort int
				int sort sample :mac+ "int sort sample" 
				sortintproc :mac+ "sortintproc" 
				<
			>sort str
				str sort sample :mac+ "str sort sample" 
				str sort sample2 :mac+ "str sort sample2" 
				str.Sort :mac+ "str.Sort" 
				str_sortproc :mac+ "str_sortproc" 
				str_sortprocd :mac+ "str_sortprocd" 
		<
		<
		<
	>Keyboard Triggers 2
		Keyboard Triggers 2 Help :mac+ "Keyboard Triggers 2 Help" 
		Keyboard_2 :mac+ "Keyboard_2" 
		KT2_Main :mac+ "KT2_Main" 
		KT2_Table :mac+ "KT2_Table" 
		KT2_Parse :mac+ "KT2_Parse" 
		<
	>MouseColor_pi
		MouseColor :mac+ "MouseColor" 
		MouseColorDialog :mac+ "MouseColorDialog" 
		<
	>Subclassing controls
		Subclssing controls :mac+ "Subclssing controls" 
		Dialog_with_subclassed_controls :mac+ "Dialog_with_subclassed_controls" 
		WndProcSubclassedEdit3 :mac+ "WndProcSubclassedEdit3" 
		WndProcSubclassedEdit4 :mac+ "WndProcSubclassedEdit4" 
		<
	>Dialog Fonts
		Dialog Fonts :mac+ "Dialog Fonts" 
		Dialog_Font_sample :mac+ "Dialog_Font_sample" 
		Dialog_Font_sample2 :mac+ "Dialog_Font_sample2" 
		<
	>Shareware macros
		Shareware Macros Help :mac+ "Shareware Macros Help" 
		>Distributed functions
			SM_About :mac+ "SM_About" 
			SM_CanRun :mac+ "SM_CanRun" 
			<
		>Regcode generator
			SM_keygen :mac+ "SM_keygen" 
			<
		>Samples
			SM_Macro107 :mac+ "SM_Macro107" 
			SM_Function55 :mac+ "SM_Function55" 
		<
		<
	>Note
		Note sample :mac+ "Note sample" 
		ShowNote :mac+ "ShowNote" 
	<
	<
>ListView control
	>protection
		_About :mac+ "_About" 
		_CanRun :mac+ "_CanRun" 
		<
	lv__test :mac+ "lv__test" 
	dialog_listview_sample :mac+ "dialog_listview_sample" 
	fill_listview_sample :mac+ "fill_listview_sample" 
	LvSort :mac+ "LvSort" 
	<
>Search in files
	SearchInFiles :mac+ "SearchInFiles" 
	SearchInFilesThread :mac+ "SearchInFilesThread" 
	SearchInFilesThread2 :mac+ "SearchInFilesThread2" 
	GetFolderPathInExplorer :mac+ "GetFolderPathInExplorer" 
	<
>block input
	BlockInput2 :mac+ "BlockInput2" 
	IsMacroWindow :mac+ "IsMacroWindow" 

  file  268500992 0

  