Пример #1
0
 private global::System.Web.UI.HtmlControls.HtmlInputCheckBox @__BuildControlchkDisabled()
 {
     global::System.Web.UI.HtmlControls.HtmlInputCheckBox @__ctrl;
     @__ctrl          = new global::System.Web.UI.HtmlControls.HtmlInputCheckBox();
     this.chkDisabled = @__ctrl;
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "stepCheckBox");
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("type", "checkbox");
     @__ctrl.ID = "chkDisabled";
     return(@__ctrl);
 }
Пример #2
0
 private global::System.Web.UI.HtmlControls.HtmlInputCheckBox @__BuildControlisReserved()
 {
     global::System.Web.UI.HtmlControls.HtmlInputCheckBox @__ctrl;
     @__ctrl                 = new global::System.Web.UI.HtmlControls.HtmlInputCheckBox();
     this.isReserved         = @__ctrl;
     @__ctrl.TemplateControl = this;
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "middle");
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("type", "checkbox");
     @__ctrl.ID      = "isReserved";
     @__ctrl.Checked = true;
     return(@__ctrl);
 }