private void CreateLocationDropDownTelerik()
        {
            Telerik.Web.UI.RadToolBarItem item = RadToolBar1.FindItemByValue("Item1");
            if (item == null)
            {
                return;
            }
            DropDownList1 = (DropDownList)item.FindControl("PressSelector");
            if (DropDownList1 == null)
            {
                return;
            }

            string locationsallowed = (string)Application["LogLocations"];

            string[] loclist = locationsallowed.Split(',');
            foreach (string s in loclist)
            {
                DropDownList1.Items.Add(s);
            }

            if ((string)Session["SelectedLogLocation"] == "")
            {
                DropDownList1.SelectedIndex = 0;
            }
            else
            {
                DropDownList1.SelectedValue = (string)Session["SelectedLogLocation"];
            }
        }
示例#2
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlddlDataSource()
 {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl            = new global::System.Web.UI.WebControls.DropDownList();
     this.ddlDataSource = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID = "ddlDataSource";
     return(@__ctrl);
 }
示例#3
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlddlSavedSearches()
 {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     this.ddlSavedSearches = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID = "ddlSavedSearches";
     return(@__ctrl);
 }
示例#4
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlmyDropDownList()
 {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl             = new global::System.Web.UI.WebControls.DropDownList();
     this.myDropDownList = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID = "myDropDownList";
     return(@__ctrl);
 }
示例#5
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlddlDBName()
 {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl        = new global::System.Web.UI.WebControls.DropDownList();
     this.ddlDBName = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID       = "ddlDBName";
     @__ctrl.CssClass = "default";
     return(@__ctrl);
 }
示例#6
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlddlReportingTo()
 {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl             = new global::System.Web.UI.WebControls.DropDownList();
     this.ddlReportingTo = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID           = "ddlReportingTo";
     @__ctrl.AutoPostBack = false;
     return(@__ctrl);
 }
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlddlCiudad()
 {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl        = new global::System.Web.UI.WebControls.DropDownList();
     this.ddlCiudad = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID = "ddlCiudad";
     this.@__BuildControl__control2(@__ctrl.Items);
     return(@__ctrl);
 }
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlddlEdoCertificado()
 {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     this.ddlEdoCertificado = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID       = "ddlEdoCertificado";
     @__ctrl.CssClass = "form-control input-sm";
     return(@__ctrl);
 }
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlddlInterestedIn()
 {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     this.ddlInterestedIn = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID       = "ddlInterestedIn";
     @__ctrl.CssClass = "form-select";
     return(@__ctrl);
 }
示例#10
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControl__control21()
 {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     @__ctrl.TemplateControl = this;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID = "DropDownList1";
     this.@__BuildControl__control22(@__ctrl.Items);
     return(@__ctrl);
 }
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlddlMoneda()
 {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl        = new global::System.Web.UI.WebControls.DropDownList();
     this.ddlMoneda = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID       = "ddlMoneda";
     @__ctrl.CssClass = "form";
     return(@__ctrl);
 }
示例#12
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlchDepartment()
 {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl           = new global::System.Web.UI.WebControls.DropDownList();
     this.chDepartment = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID = "chDepartment";
     @__ctrl.EnableViewState = false;
     return(@__ctrl);
 }
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlddlTipoTransaccion()
 {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     this.ddlTipoTransaccion = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID       = "ddlTipoTransaccion";
     @__ctrl.CssClass = "form-control";
     return(@__ctrl);
 }
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlidOrganization()
 {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl             = new global::System.Web.UI.WebControls.DropDownList();
     this.idOrganization = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID       = "idOrganization";
     @__ctrl.CssClass = "um-organization";
     return(@__ctrl);
 }
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlDdlDesignation()
 {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl             = new global::System.Web.UI.WebControls.DropDownList();
     this.DdlDesignation = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID           = "DdlDesignation";
     @__ctrl.AutoPostBack = false;
     return(@__ctrl);
 }
示例#16
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlddlFondo()
 {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl       = new global::System.Web.UI.WebControls.DropDownList();
     this.ddlFondo = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID = "ddlFondo";
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "form-control");
     return(@__ctrl);
 }
示例#17
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlrbGender()
 {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl       = new global::System.Web.UI.WebControls.DropDownList();
     this.rbGender = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID = "rbGender";
     @__ctrl.EnableViewState = false;
     return(@__ctrl);
 }
示例#18
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlDropDownList1()
 {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl            = new global::System.Web.UI.WebControls.DropDownList();
     this.DropDownList1 = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID    = "DropDownList1";
     @__ctrl.Width = new System.Web.UI.WebControls.Unit(150D, global::System.Web.UI.WebControls.UnitType.Pixel);
     return(@__ctrl);
 }
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlDdlDep()
 {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl     = new global::System.Web.UI.WebControls.DropDownList();
     this.DdlDep = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID           = "DdlDep";
     @__ctrl.AutoPostBack = false;
     @__ctrl.CssClass     = "form-control";
     return(@__ctrl);
 }
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlDDModel()
 {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl      = new global::System.Web.UI.WebControls.DropDownList();
     this.DDModel = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID     = "DDModel";
     @__ctrl.Height = new System.Web.UI.WebControls.Unit(27D, global::System.Web.UI.WebControls.UnitType.Pixel);
     @__ctrl.Width  = new System.Web.UI.WebControls.Unit(120D, global::System.Web.UI.WebControls.UnitType.Pixel);
     return(@__ctrl);
 }
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlddlProjectManager()
 {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     this.ddlProjectManager = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID = "ddlProjectManager";
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "radio-inline");
     this.@__BuildControl__control5(@__ctrl.Items);
     return(@__ctrl);
 }
示例#22
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlddlTypeofLeave()
 {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl             = new global::System.Web.UI.WebControls.DropDownList();
     this.ddlTypeofLeave = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID           = "ddlTypeofLeave";
     @__ctrl.CssClass     = "leavetype form-control";
     @__ctrl.AutoPostBack = false;
     return(@__ctrl);
 }
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlddlEstado()
 {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl        = new global::System.Web.UI.WebControls.DropDownList();
     this.ddlEstado = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID       = "ddlEstado";
     @__ctrl.CssClass = "form-control";
     @__ctrl.Enabled  = false;
     return(@__ctrl);
 }
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlcboTratamento()
 {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl            = new global::System.Web.UI.WebControls.DropDownList();
     this.cboTratamento = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID    = "cboTratamento";
     @__ctrl.Width = new System.Web.UI.WebControls.Unit(100, System.Web.UI.WebControls.UnitType.Percentage);
     this.@__BuildControl__control22(@__ctrl.Items);
     return(@__ctrl);
 }
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlddlPlazo()
 {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl       = new global::System.Web.UI.WebControls.DropDownList();
     this.ddlPlazo = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID       = "ddlPlazo";
     @__ctrl.CssClass = "form";
     this.@__BuildControl__control2(@__ctrl.Items);
     return(@__ctrl);
 }
示例#26
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlddlEntityList()
 {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl                 = new global::System.Web.UI.WebControls.DropDownList();
     this.ddlEntityList      = @__ctrl;
     @__ctrl.TemplateControl = this;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID       = "ddlEntityList";
     @__ctrl.CssClass = "default widthMax ddlStatus";
     return(@__ctrl);
 }
示例#27
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlddl_status()
 {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl         = new global::System.Web.UI.WebControls.DropDownList();
     this.ddl_status = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID       = "ddl_status";
     @__ctrl.CssClass = "form-control select2-single";
     this.@__BuildControl__control2(@__ctrl.Items);
     return(@__ctrl);
 }
示例#28
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlddlTypeofLeave()
 {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl             = new global::System.Web.UI.WebControls.DropDownList();
     this.ddlTypeofLeave = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID           = "ddlTypeofLeave";
     @__ctrl.AutoPostBack = false;
     @__ctrl.Width        = new System.Web.UI.WebControls.Unit(150D, global::System.Web.UI.WebControls.UnitType.Pixel);
     return(@__ctrl);
 }
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlddlDepartamento()
 {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     this.ddlDepartamento = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID       = "ddlDepartamento";
     @__ctrl.CssClass = "form";
     @__ctrl.ToolTip  = "Departamento expedido";
     this.@__BuildControl__control5(@__ctrl.Items);
     return(@__ctrl);
 }
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlCmbLeaveType()
 {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl           = new global::System.Web.UI.WebControls.DropDownList();
     this.CmbLeaveType = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID                    = "CmbLeaveType";
     @__ctrl.AutoPostBack          = true;
     @__ctrl.SelectedIndexChanged -= new System.EventHandler(this.CmbLeaveType_SelectedIndexChanged);
     @__ctrl.SelectedIndexChanged += new System.EventHandler(this.CmbLeaveType_SelectedIndexChanged);
     return(@__ctrl);
 }
示例#31
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlcbo_Material() {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     
     #line 121 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\ReportReturnManage.aspx"
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     
     #line default
     #line hidden
     this.cbo_Material = @__ctrl;
     @__ctrl.TemplateControl = this;
     @__ctrl.ApplyStyleSheetSkin(this);
     
     #line 121 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\ReportReturnManage.aspx"
     @__ctrl.ID = "cbo_Material";
     
     #line default
     #line hidden
     
     #line 121 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\ReportReturnManage.aspx"
     @__ctrl.CssClass = "span2";
     
     #line default
     #line hidden
     
     #line 121 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\ReportReturnManage.aspx"
     @__ctrl.AppendDataBoundItems = true;
     
     #line default
     #line hidden
     
     #line 121 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\ReportReturnManage.aspx"
     this.@__BuildControl__control17(@__ctrl.Items);
     
     #line default
     #line hidden
     return @__ctrl;
 }
示例#32
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlcbo_deviceid() {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     
     #line 78 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\ReportReturnManage.aspx"
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     
     #line default
     #line hidden
     this.cbo_deviceid = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this);
     
     #line 78 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\ReportReturnManage.aspx"
     @__ctrl.ID = "cbo_deviceid";
     
     #line default
     #line hidden
     
     #line 78 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\ReportReturnManage.aspx"
     @__ctrl.AppendDataBoundItems = true;
     
     #line default
     #line hidden
     
     #line 78 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\ReportReturnManage.aspx"
     this.@__BuildControl__control12(@__ctrl.Items);
     
     #line default
     #line hidden
     return @__ctrl;
 }
示例#33
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlddlst_Device() {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     
     #line 61 "D:\Source\DotNet\ParkingRepairSystemKAO\VDCheck\StandardList_Q.aspx"
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     
     #line default
     #line hidden
     this.ddlst_Device = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this);
     
     #line 61 "D:\Source\DotNet\ParkingRepairSystemKAO\VDCheck\StandardList_Q.aspx"
     @__ctrl.ID = "ddlst_Device";
     
     #line default
     #line hidden
     
     #line 61 "D:\Source\DotNet\ParkingRepairSystemKAO\VDCheck\StandardList_Q.aspx"
     @__ctrl.AppendDataBoundItems = true;
     
     #line default
     #line hidden
     
     #line 61 "D:\Source\DotNet\ParkingRepairSystemKAO\VDCheck\StandardList_Q.aspx"
     @__ctrl.CssClass = "dropdown span2";
     
     #line default
     #line hidden
     
     #line 61 "D:\Source\DotNet\ParkingRepairSystemKAO\VDCheck\StandardList_Q.aspx"
     this.@__BuildControl__control8(@__ctrl.Items);
     
     #line default
     #line hidden
     return @__ctrl;
 }
示例#34
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlddlst_SearchType() {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     
     #line 83 "D:\Source\DotNet\ParkingRepairSystemKAO\Inventory\InventoryReview_Q.aspx"
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     
     #line default
     #line hidden
     this.ddlst_SearchType = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this);
     
     #line 83 "D:\Source\DotNet\ParkingRepairSystemKAO\Inventory\InventoryReview_Q.aspx"
     @__ctrl.ID = "ddlst_SearchType";
     
     #line default
     #line hidden
     
     #line 83 "D:\Source\DotNet\ParkingRepairSystemKAO\Inventory\InventoryReview_Q.aspx"
     @__ctrl.AppendDataBoundItems = true;
     
     #line default
     #line hidden
     
     #line 83 "D:\Source\DotNet\ParkingRepairSystemKAO\Inventory\InventoryReview_Q.aspx"
     @__ctrl.CssClass = "dropdown";
     
     #line default
     #line hidden
     return @__ctrl;
 }
示例#35
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlcbo_companyGoup() {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     
     #line 138 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\CompanyManage.aspx"
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     
     #line default
     #line hidden
     this.cbo_companyGoup = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this);
     
     #line 138 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\CompanyManage.aspx"
     @__ctrl.Visible = false;
     
     #line default
     #line hidden
     
     #line 138 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\CompanyManage.aspx"
     @__ctrl.ID = "cbo_companyGoup";
     
     #line default
     #line hidden
     
     #line 138 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\CompanyManage.aspx"
     @__ctrl.AppendDataBoundItems = true;
     
     #line default
     #line hidden
     
     #line 138 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\CompanyManage.aspx"
     this.@__BuildControl__control8(@__ctrl.Items);
     
     #line default
     #line hidden
     return @__ctrl;
 }
示例#36
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlddCorrespondencePreferenceP() {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     this.ddCorrespondencePreferenceP = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID = "ddCorrespondencePreferenceP";
     this.@__BuildControl__control51(@__ctrl.Items);
     return @__ctrl;
 }
示例#37
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlcbo_MaterialID() {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     
     #line 38 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\MatrialOfDevceManage.aspx"
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     
     #line default
     #line hidden
     this.cbo_MaterialID = @__ctrl;
     @__ctrl.TemplateControl = this;
     @__ctrl.ApplyStyleSheetSkin(this);
     
     #line 38 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\MatrialOfDevceManage.aspx"
     @__ctrl.ID = "cbo_MaterialID";
     
     #line default
     #line hidden
     
     #line 38 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\MatrialOfDevceManage.aspx"
     @__ctrl.AppendDataBoundItems = true;
     
     #line default
     #line hidden
     
     #line 38 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\MatrialOfDevceManage.aspx"
     this.@__BuildControl__control10(@__ctrl.Items);
     
     #line default
     #line hidden
     return @__ctrl;
 }
示例#38
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlddl_Region() {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     
     #line 54 "D:\Source\DotNet\ParkingRepairSystemKAO\Inventory\StockOut_AM.aspx"
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     
     #line default
     #line hidden
     this.ddl_Region = @__ctrl;
     @__ctrl.TemplateControl = this;
     @__ctrl.ApplyStyleSheetSkin(this);
     
     #line 54 "D:\Source\DotNet\ParkingRepairSystemKAO\Inventory\StockOut_AM.aspx"
     @__ctrl.ID = "ddl_Region";
     
     #line default
     #line hidden
     
     #line 54 "D:\Source\DotNet\ParkingRepairSystemKAO\Inventory\StockOut_AM.aspx"
     @__ctrl.AppendDataBoundItems = true;
     
     #line default
     #line hidden
     
     #line 54 "D:\Source\DotNet\ParkingRepairSystemKAO\Inventory\StockOut_AM.aspx"
     this.@__BuildControl__control14(@__ctrl.Items);
     
     #line default
     #line hidden
     return @__ctrl;
 }
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlareaAudited_ddl() {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     this.areaAudited_ddl = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID = "areaAudited_ddl";
     @__ctrl.CssClass = "form-control";
     @__ctrl.AutoPostBack = false;
     return @__ctrl;
 }
示例#40
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlcbo_MaterialType() {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     
     #line 118 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\ReportReturnManage.aspx"
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     
     #line default
     #line hidden
     this.cbo_MaterialType = @__ctrl;
     @__ctrl.TemplateControl = this;
     @__ctrl.ApplyStyleSheetSkin(this);
     
     #line 118 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\ReportReturnManage.aspx"
     @__ctrl.ID = "cbo_MaterialType";
     
     #line default
     #line hidden
     
     #line 118 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\ReportReturnManage.aspx"
     @__ctrl.AutoPostBack = true;
     
     #line default
     #line hidden
     
     #line 118 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\ReportReturnManage.aspx"
     @__ctrl.CssClass = "span2";
     
     #line default
     #line hidden
     
     #line 118 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\ReportReturnManage.aspx"
     @__ctrl.AppendDataBoundItems = true;
     
     #line default
     #line hidden
     
     #line 118 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\ReportReturnManage.aspx"
     this.@__BuildControl__control15(@__ctrl.Items);
     
     #line default
     #line hidden
     
     #line 118 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\ReportReturnManage.aspx"
     @__ctrl.SelectedIndexChanged += new System.EventHandler(this.cbo_MaterialType_SelectedIndexChanged);
     
     #line default
     #line hidden
     return @__ctrl;
 }
示例#41
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlddlst_SearchType() {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     
     #line 99 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\DeviceCheck_Q.aspx"
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     
     #line default
     #line hidden
     this.ddlst_SearchType = @__ctrl;
     @__ctrl.TemplateControl = this;
     @__ctrl.ApplyStyleSheetSkin(this);
     
     #line 99 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\DeviceCheck_Q.aspx"
     @__ctrl.ID = "ddlst_SearchType";
     
     #line default
     #line hidden
     
     #line 99 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\DeviceCheck_Q.aspx"
     @__ctrl.AutoPostBack = true;
     
     #line default
     #line hidden
     
     #line 99 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\DeviceCheck_Q.aspx"
     @__ctrl.CssClass = "dropdown span2 ";
     
     #line default
     #line hidden
     
     #line 99 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\DeviceCheck_Q.aspx"
     @__ctrl.SelectedIndexChanged += new System.EventHandler(this.ddlst_SearchType_SelectedIndexChanged);
     
     #line default
     #line hidden
     return @__ctrl;
 }
示例#42
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlddGender() {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     this.ddGender = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID = "ddGender";
     this.@__BuildControl__control19(@__ctrl.Items);
     return @__ctrl;
 }
示例#43
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlddEmploymentStatusP() {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     this.ddEmploymentStatusP = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID = "ddEmploymentStatusP";
     this.@__BuildControl__control307(@__ctrl.Items);
     return @__ctrl;
 }
示例#44
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlddlst_Vsrdir() {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     
     #line 101 "D:\Source\DotNet\ParkingRepairSystemKAO\VDCheck\StandardManage_A.aspx"
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     
     #line default
     #line hidden
     this.ddlst_Vsrdir = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this);
     
     #line 101 "D:\Source\DotNet\ParkingRepairSystemKAO\VDCheck\StandardManage_A.aspx"
     @__ctrl.ID = "ddlst_Vsrdir";
     
     #line default
     #line hidden
     
     #line 101 "D:\Source\DotNet\ParkingRepairSystemKAO\VDCheck\StandardManage_A.aspx"
     @__ctrl.AppendDataBoundItems = true;
     
     #line default
     #line hidden
     
     #line 101 "D:\Source\DotNet\ParkingRepairSystemKAO\VDCheck\StandardManage_A.aspx"
     @__ctrl.CssClass = "dropdown span2";
     
     #line default
     #line hidden
     
     #line 101 "D:\Source\DotNet\ParkingRepairSystemKAO\VDCheck\StandardManage_A.aspx"
     @__ctrl.ToolTip = "請選擇偵測車道方向";
     
     #line default
     #line hidden
     
     #line 101 "D:\Source\DotNet\ParkingRepairSystemKAO\VDCheck\StandardManage_A.aspx"
     this.@__BuildControl__control10(@__ctrl.Items);
     
     #line default
     #line hidden
     return @__ctrl;
 }
示例#45
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlcbo_region() {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     
     #line 95 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\EquipmentDataManage.aspx"
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     
     #line default
     #line hidden
     this.cbo_region = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this);
     
     #line 95 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\EquipmentDataManage.aspx"
     @__ctrl.ID = "cbo_region";
     
     #line default
     #line hidden
     
     #line 95 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\EquipmentDataManage.aspx"
     @__ctrl.AppendDataBoundItems = true;
     
     #line default
     #line hidden
     
     #line 95 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\EquipmentDataManage.aspx"
     this.@__BuildControl__control9(@__ctrl.Items);
     
     #line default
     #line hidden
     return @__ctrl;
 }
示例#46
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlDropDownList1() {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     
     #line 156 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\mapViewer.aspx"
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     
     #line default
     #line hidden
     this.DropDownList1 = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this);
     
     #line 156 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\mapViewer.aspx"
     @__ctrl.ID = "DropDownList1";
     
     #line default
     #line hidden
     
     #line 156 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\mapViewer.aspx"
     @__ctrl.CssClass = "dropdown";
     
     #line default
     #line hidden
     
     #line 156 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\mapViewer.aspx"
     @__ctrl.AppendDataBoundItems = true;
     
     #line default
     #line hidden
     this.@__PageInspector_SetTraceData(new object[] {
                 @__ctrl,
                 null,
                 6488,
                 133,
                 false});
     return @__ctrl;
 }
示例#47
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlDdlBox() {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     this.DdlBox = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID = "DdlBox";
     @__ctrl.Enabled = false;
     return @__ctrl;
 }
示例#48
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlddl_company() {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     
     #line 121 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\ContractManage.aspx"
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     
     #line default
     #line hidden
     this.ddl_company = @__ctrl;
     @__ctrl.TemplateControl = this;
     @__ctrl.ApplyStyleSheetSkin(this);
     
     #line 121 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\ContractManage.aspx"
     @__ctrl.ID = "ddl_company";
     
     #line default
     #line hidden
     
     #line 121 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\ContractManage.aspx"
     @__ctrl.AppendDataBoundItems = true;
     
     #line default
     #line hidden
     
     #line 121 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\ContractManage.aspx"
     this.@__BuildControl__control9(@__ctrl.Items);
     
     #line default
     #line hidden
     return @__ctrl;
 }
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlddlList()
 {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     this.ddlList = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID = "ddlList";
     @__ctrl.AutoPostBack = true;
     @__ctrl.SelectedIndexChanged -= new System.EventHandler(this.ddlList_SelectedIndexChanged);
     @__ctrl.SelectedIndexChanged += new System.EventHandler(this.ddlList_SelectedIndexChanged);
     return @__ctrl;
 }
示例#50
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlddlst_SearchType() {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     
     #line 76 "D:\Source\DotNet\ParkingRepairSystemKAO\VDCheck\DoorSill_Q.aspx"
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     
     #line default
     #line hidden
     this.ddlst_SearchType = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this);
     
     #line 76 "D:\Source\DotNet\ParkingRepairSystemKAO\VDCheck\DoorSill_Q.aspx"
     @__ctrl.ID = "ddlst_SearchType";
     
     #line default
     #line hidden
     
     #line 76 "D:\Source\DotNet\ParkingRepairSystemKAO\VDCheck\DoorSill_Q.aspx"
     @__ctrl.CssClass = "dropdown";
     
     #line default
     #line hidden
     return @__ctrl;
 }
示例#51
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlDropDownList_DeviceID() {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     
     #line 141 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\WarrantyNotifyAdd.aspx"
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     
     #line default
     #line hidden
     this.DropDownList_DeviceID = @__ctrl;
     @__ctrl.TemplateControl = this;
     @__ctrl.ApplyStyleSheetSkin(this);
     
     #line 141 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\WarrantyNotifyAdd.aspx"
     @__ctrl.ID = "DropDownList_DeviceID";
     
     #line default
     #line hidden
     
     #line 141 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\WarrantyNotifyAdd.aspx"
     @__ctrl.AutoPostBack = true;
     
     #line default
     #line hidden
     
     #line 141 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\WarrantyNotifyAdd.aspx"
     @__ctrl.AppendDataBoundItems = true;
     
     #line default
     #line hidden
     
     #line 141 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\WarrantyNotifyAdd.aspx"
     this.@__BuildControl__control14(@__ctrl.Items);
     
     #line default
     #line hidden
     
     #line 141 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\WarrantyNotifyAdd.aspx"
     @__ctrl.SelectedIndexChanged += new System.EventHandler(this.DropDownList_DeviceID_SelectedIndexChanged);
     
     #line default
     #line hidden
     return @__ctrl;
 }
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlidOrganization() {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     this.idOrganization = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID = "idOrganization";
     @__ctrl.CssClass = "um-organization";
     return @__ctrl;
 }
示例#53
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlDropDownList_ContractCombineNum() {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     
     #line 252 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\WarrantyNotifyAdd.aspx"
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     
     #line default
     #line hidden
     this.DropDownList_ContractCombineNum = @__ctrl;
     @__ctrl.TemplateControl = this;
     @__ctrl.ApplyStyleSheetSkin(this);
     
     #line 252 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\WarrantyNotifyAdd.aspx"
     @__ctrl.ID = "DropDownList_ContractCombineNum";
     
     #line default
     #line hidden
     
     #line 252 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\WarrantyNotifyAdd.aspx"
     @__ctrl.AppendDataBoundItems = true;
     
     #line default
     #line hidden
     
     #line 252 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\WarrantyNotifyAdd.aspx"
     this.@__BuildControl__control48(@__ctrl.Items);
     
     #line default
     #line hidden
     return @__ctrl;
 }
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlddlSubordinates()
 {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     this.ddlSubordinates = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID = "ddlSubordinates";
     return @__ctrl;
 }
示例#55
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControldl_System_Group() {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     
     #line 82 "D:\Source\DotNet\ParkingRepairSystemKAO\System\RoleProgramManage.aspx"
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     
     #line default
     #line hidden
     this.dl_System_Group = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this);
     
     #line 82 "D:\Source\DotNet\ParkingRepairSystemKAO\System\RoleProgramManage.aspx"
     @__ctrl.ID = "dl_System_Group";
     
     #line default
     #line hidden
     
     #line 82 "D:\Source\DotNet\ParkingRepairSystemKAO\System\RoleProgramManage.aspx"
     @__ctrl.AppendDataBoundItems = true;
     
     #line default
     #line hidden
     
     #line 82 "D:\Source\DotNet\ParkingRepairSystemKAO\System\RoleProgramManage.aspx"
     this.@__BuildControl__control9(@__ctrl.Items);
     
     #line default
     #line hidden
     return @__ctrl;
 }
示例#56
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlcbo_deviceContractID() {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     
     #line 120 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\EquipmentDataManage.aspx"
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     
     #line default
     #line hidden
     this.cbo_deviceContractID = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this);
     
     #line 120 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\EquipmentDataManage.aspx"
     @__ctrl.ID = "cbo_deviceContractID";
     
     #line default
     #line hidden
     
     #line 120 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\EquipmentDataManage.aspx"
     @__ctrl.CssClass = "span4";
     
     #line default
     #line hidden
     
     #line 120 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\EquipmentDataManage.aspx"
     @__ctrl.AppendDataBoundItems = true;
     
     #line default
     #line hidden
     
     #line 120 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\EquipmentDataManage.aspx"
     this.@__BuildControl__control11(@__ctrl.Items);
     
     #line default
     #line hidden
     return @__ctrl;
 }
示例#57
0
 private global::System.Web.UI.WebControls.DropDownList @__BuildControlddlst_SearchType() {
     global::System.Web.UI.WebControls.DropDownList @__ctrl;
     
     #line 72 "D:\Source\DotNet\ParkingRepairSystemKAO\Statistics\DeviceRepairTime_Q.aspx"
     @__ctrl = new global::System.Web.UI.WebControls.DropDownList();
     
     #line default
     #line hidden
     this.ddlst_SearchType = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this);
     
     #line 72 "D:\Source\DotNet\ParkingRepairSystemKAO\Statistics\DeviceRepairTime_Q.aspx"
     @__ctrl.ID = "ddlst_SearchType";
     
     #line default
     #line hidden
     
     #line 72 "D:\Source\DotNet\ParkingRepairSystemKAO\Statistics\DeviceRepairTime_Q.aspx"
     @__ctrl.CssClass = "dropdown span2";
     
     #line default
     #line hidden
     
     #line 72 "D:\Source\DotNet\ParkingRepairSystemKAO\Statistics\DeviceRepairTime_Q.aspx"
     this.@__BuildControl__control8(@__ctrl.Items);
     
     #line default
     #line hidden
     return @__ctrl;
 }