示例#1
0
 private global::System.Web.UI.WebControls.RadioButtonList @__BuildControlRadioStatus()
 {
     global::System.Web.UI.WebControls.RadioButtonList @__ctrl;
     @__ctrl          = new global::System.Web.UI.WebControls.RadioButtonList();
     this.RadioStatus = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID = "RadioStatus";
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "radio-inline");
     this.@__BuildControl__control2(@__ctrl.Items);
     return(@__ctrl);
 }
 private global::System.Web.UI.WebControls.RadioButtonList @__BuildControlAreaRadioButton()
 {
     global::System.Web.UI.WebControls.RadioButtonList @__ctrl;
     @__ctrl = new global::System.Web.UI.WebControls.RadioButtonList();
     this.AreaRadioButton = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID           = "AreaRadioButton";
     @__ctrl.AutoPostBack = true;
     this.@__BuildControl__control2(@__ctrl.Items);
     return(@__ctrl);
 }
 private global::System.Web.UI.WebControls.RadioButtonList @__BuildControlrbPartener()
 {
     global::System.Web.UI.WebControls.RadioButtonList @__ctrl;
     @__ctrl         = new global::System.Web.UI.WebControls.RadioButtonList();
     this.rbPartener = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID              = "rbPartener";
     @__ctrl.CssClass        = "form-radio-dynamic";
     @__ctrl.RepeatDirection = global::System.Web.UI.WebControls.RepeatDirection.Horizontal;
     return(@__ctrl);
 }
示例#4
0
 private global::System.Web.UI.WebControls.RadioButtonList @__BuildControlrblTiposBusca()
 {
     global::System.Web.UI.WebControls.RadioButtonList @__ctrl;
     @__ctrl            = new global::System.Web.UI.WebControls.RadioButtonList();
     this.rblTiposBusca = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID = "rblTiposBusca";
     @__ctrl.RepeatDirection = global::System.Web.UI.WebControls.RepeatDirection.Horizontal;
     @__ctrl.RepeatLayout    = global::System.Web.UI.WebControls.RepeatLayout.Flow;
     this.@__BuildControl__control2(@__ctrl.Items);
     return(@__ctrl);
 }
示例#5
0
 private global::System.Web.UI.WebControls.RadioButtonList @__BuildControlRadioButtonList_gridviewSelectItem() {
     global::System.Web.UI.WebControls.RadioButtonList @__ctrl;
     
     #line 102 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\NotificationConfirmWork.aspx"
     @__ctrl = new global::System.Web.UI.WebControls.RadioButtonList();
     
     #line default
     #line hidden
     this.RadioButtonList_gridviewSelectItem = @__ctrl;
     @__ctrl.TemplateControl = this;
     @__ctrl.ApplyStyleSheetSkin(this);
     
     #line 102 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\NotificationConfirmWork.aspx"
     @__ctrl.ID = "RadioButtonList_gridviewSelectItem";
     
     #line default
     #line hidden
     
     #line 102 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\NotificationConfirmWork.aspx"
     @__ctrl.AutoPostBack = true;
     
     #line default
     #line hidden
     
     #line 102 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\NotificationConfirmWork.aspx"
     @__ctrl.RepeatColumns = 2;
     
     #line default
     #line hidden
     
     #line 102 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\NotificationConfirmWork.aspx"
     @__ctrl.RepeatDirection = global::System.Web.UI.WebControls.RepeatDirection.Horizontal;
     
     #line default
     #line hidden
     
     #line 102 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\NotificationConfirmWork.aspx"
     @__ctrl.CssClass = "radio";
     
     #line default
     #line hidden
     
     #line 102 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\NotificationConfirmWork.aspx"
     @__ctrl.RepeatLayout = global::System.Web.UI.WebControls.RepeatLayout.Flow;
     
     #line default
     #line hidden
     
     #line 102 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\NotificationConfirmWork.aspx"
     this.@__BuildControl__control9(@__ctrl.Items);
     
     #line default
     #line hidden
     
     #line 102 "D:\Source\DotNet\ParkingRepairSystemKAO\Report\NotificationConfirmWork.aspx"
     @__ctrl.SelectedIndexChanged += new System.EventHandler(this.RadioButtonList_gridviewSelectItem_SelectedIndexChanged);
     
     #line default
     #line hidden
     return @__ctrl;
 }