if(typeof Controls_xh_QueryList == "undefined") Controls_xh_QueryList={};
Controls_xh_QueryList_class = function() {};
Object.extend(Controls_xh_QueryList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	bandLabel: function(rid) {
		return this.invoke("bandLabel", {"rid":rid}, this.bandLabel.getArguments().slice(1));
	},
	handSearch: function(rid, vName) {
		return this.invoke("handSearch", {"rid":rid, "vName":vName}, this.handSearch.getArguments().slice(2));
	},
	FilterBadWords: function(msg) {
		return this.invoke("FilterBadWords", {"msg":msg}, this.FilterBadWords.getArguments().slice(1));
	},
	url: '/ajaxpro/Controls_xh_QueryList,App_Web_querylist.ascx.1900bd73.ashx'
}));
Controls_xh_QueryList = new Controls_xh_QueryList_class();

