Type.registerNamespace('gu');
gu.ComboBox=function() {
gu.ComboBox.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
gu.ComboBox.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return gu.ComboBox._staticInstance.get_path();},
GetCustomersUnprinted:function(context,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCustomersUnprinted',false,{context:context},succeededCallback,failedCallback,userContext); },
GetCustomers:function(context,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCustomers',false,{context:context},succeededCallback,failedCallback,userContext); },
GetCustomersUnprintedTime:function(context,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCustomersUnprintedTime',false,{context:context},succeededCallback,failedCallback,userContext); },
GetCustomersTime:function(context,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCustomersTime',false,{context:context},succeededCallback,failedCallback,userContext); },
GetCustomers2:function(context,strWhereAdd,showTime,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCustomers2',false,{context:context,strWhereAdd:strWhereAdd,showTime:showTime},succeededCallback,failedCallback,userContext); }}
gu.ComboBox.registerClass('gu.ComboBox',Sys.Net.WebServiceProxy);
gu.ComboBox._staticInstance = new gu.ComboBox();
gu.ComboBox.set_path = function(value) { gu.ComboBox._staticInstance.set_path(value); }
gu.ComboBox.get_path = function() { return gu.ComboBox._staticInstance.get_path(); }
gu.ComboBox.set_timeout = function(value) { gu.ComboBox._staticInstance.set_timeout(value); }
gu.ComboBox.get_timeout = function() { return gu.ComboBox._staticInstance.get_timeout(); }
gu.ComboBox.set_defaultUserContext = function(value) { gu.ComboBox._staticInstance.set_defaultUserContext(value); }
gu.ComboBox.get_defaultUserContext = function() { return gu.ComboBox._staticInstance.get_defaultUserContext(); }
gu.ComboBox.set_defaultSucceededCallback = function(value) { gu.ComboBox._staticInstance.set_defaultSucceededCallback(value); }
gu.ComboBox.get_defaultSucceededCallback = function() { return gu.ComboBox._staticInstance.get_defaultSucceededCallback(); }
gu.ComboBox.set_defaultFailedCallback = function(value) { gu.ComboBox._staticInstance.set_defaultFailedCallback(value); }
gu.ComboBox.get_defaultFailedCallback = function() { return gu.ComboBox._staticInstance.get_defaultFailedCallback(); }
gu.ComboBox.set_enableJsonp = function(value) { gu.ComboBox._staticInstance.set_enableJsonp(value); }
gu.ComboBox.get_enableJsonp = function() { return gu.ComboBox._staticInstance.get_enableJsonp(); }
gu.ComboBox.set_jsonpCallbackParameter = function(value) { gu.ComboBox._staticInstance.set_jsonpCallbackParameter(value); }
gu.ComboBox.get_jsonpCallbackParameter = function() { return gu.ComboBox._staticInstance.get_jsonpCallbackParameter(); }
gu.ComboBox.set_path("/gu/ComboBox.asmx");
gu.ComboBox.GetCustomersUnprinted= function(context,onSuccess,onFailed,userContext) {gu.ComboBox._staticInstance.GetCustomersUnprinted(context,onSuccess,onFailed,userContext); }
gu.ComboBox.GetCustomers= function(context,onSuccess,onFailed,userContext) {gu.ComboBox._staticInstance.GetCustomers(context,onSuccess,onFailed,userContext); }
gu.ComboBox.GetCustomersUnprintedTime= function(context,onSuccess,onFailed,userContext) {gu.ComboBox._staticInstance.GetCustomersUnprintedTime(context,onSuccess,onFailed,userContext); }
gu.ComboBox.GetCustomersTime= function(context,onSuccess,onFailed,userContext) {gu.ComboBox._staticInstance.GetCustomersTime(context,onSuccess,onFailed,userContext); }
gu.ComboBox.GetCustomers2= function(context,strWhereAdd,showTime,onSuccess,onFailed,userContext) {gu.ComboBox._staticInstance.GetCustomers2(context,strWhereAdd,showTime,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Telerik.Web.UI');
if (typeof(Telerik.Web.UI.RadComboBoxData) === 'undefined') {
Telerik.Web.UI.RadComboBoxData=gtc("Telerik.Web.UI.RadComboBoxData");
Telerik.Web.UI.RadComboBoxData.registerClass('Telerik.Web.UI.RadComboBoxData');
}

