private global::DevExpress.Web.ASPxEditors.ASPxComboBox @__BuildControlcboDataReuniao()
 {
     global::DevExpress.Web.ASPxEditors.ASPxComboBox @__ctrl;
     @__ctrl             = new global::DevExpress.Web.ASPxEditors.ASPxComboBox();
     this.cboDataReuniao = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ApplyStyleSheetThemeInternal();
     @__ctrl.ID         = "cboDataReuniao";
     @__ctrl.TextField  = "dt_evento";
     @__ctrl.Width      = new System.Web.UI.WebControls.Unit(100, System.Web.UI.WebControls.UnitType.Percentage);
     @__ctrl.ValueField = "ID";
     @__ctrl.ValueType  = typeof(int);
     return(@__ctrl);
 }
Ejemplo n.º 2
0
 private global::DevExpress.Web.ASPxEditors.ASPxComboBox @__BuildControlcboReunioes()
 {
     global::DevExpress.Web.ASPxEditors.ASPxComboBox @__ctrl;
     @__ctrl          = new global::DevExpress.Web.ASPxEditors.ASPxComboBox();
     this.cboReunioes = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ApplyStyleSheetThemeInternal();
     @__ctrl.Width                 = new System.Web.UI.WebControls.Unit(140, System.Web.UI.WebControls.UnitType.Pixel);
     @__ctrl.ID                    = "cboReunioes";
     @__ctrl.TextField             = "dt_evento";
     @__ctrl.ValueField            = "ID";
     @__ctrl.ValueType             = typeof(int);
     @__ctrl.AutoPostBack          = true;
     @__ctrl.SelectedIndexChanged -= new System.EventHandler(this.cboReunioes_SelectedIndexChanged);
     @__ctrl.SelectedIndexChanged += new System.EventHandler(this.cboReunioes_SelectedIndexChanged);
     return(@__ctrl);
 }