Beispiel #1
0
 private global::DevExpress.Web.ASPxGridView.ASPxGridView @__BuildControlgrid()
 {
     global::DevExpress.Web.ASPxGridView.ASPxGridView @__ctrl;
     @__ctrl   = new global::DevExpress.Web.ASPxGridView.ASPxGridView();
     this.grid = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ApplyStyleSheetThemeInternal();
     @__ctrl.Width = new System.Web.UI.WebControls.Unit(100, System.Web.UI.WebControls.UnitType.Percentage);
     @__ctrl.Settings.ShowColumnHeaders = false;
     @__ctrl.ID = "grid";
     @__ctrl.ClientInstanceName  = "grid";
     @__ctrl.AutoGenerateColumns = false;
     @__ctrl.DataSourceID        = "dsGridMain";
     @__ctrl.KeyFieldName        = "id_registro";
     this.@__BuildControl__control4(@__ctrl.SettingsPager);
     this.@__BuildControl__control15(@__ctrl.SettingsPager);
     this.@__BuildControl__control5(@__ctrl.ClientSideEvents);
     this.@__BuildControl__control6(@__ctrl.SettingsText);
     this.@__BuildControl__control7(@__ctrl.Columns);
     this.@__BuildControl__control14(@__ctrl.SettingsBehavior);
     this.@__BuildControl__control16(@__ctrl.Settings);
     this.@__BuildControl__control17(@__ctrl.SettingsLoadingPanel);
     @__ctrl.RowDeleting -= new DevExpress.Web.Data.ASPxDataDeletingEventHandler(this.grid_RowDeleting);
     @__ctrl.RowDeleting += new DevExpress.Web.Data.ASPxDataDeletingEventHandler(this.grid_RowDeleting);
     return(@__ctrl);
 }
Beispiel #2
0
 private global::DevExpress.Web.ASPxGridView.ASPxGridView @__BuildControlgrdMain()
 {
     global::DevExpress.Web.ASPxGridView.ASPxGridView @__ctrl;
     @__ctrl      = new global::DevExpress.Web.ASPxGridView.ASPxGridView();
     this.grdMain = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ApplyStyleSheetThemeInternal();
     @__ctrl.ID = "grdMain";
     @__ctrl.AutoGenerateColumns = true;
     @__ctrl.Theme   = "PlasticBlue";
     @__ctrl.Visible = false;
     @__ctrl.Width   = new System.Web.UI.WebControls.Unit(100, System.Web.UI.WebControls.UnitType.Percentage);
     return(@__ctrl);
 }
 private global::DevExpress.Web.ASPxGridView.ASPxGridView @__BuildControldGridMain() {
     global::DevExpress.Web.ASPxGridView.ASPxGridView @__ctrl;
     @__ctrl = new global::DevExpress.Web.ASPxGridView.ASPxGridView();
     this.dGridMain = @__ctrl;
     @__ctrl.TemplateControl = this;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ApplyStyleSheetThemeInternal();
     @__ctrl.ID = "dGridMain";
     @__ctrl.AutoGenerateColumns = false;
     @__ctrl.KeyFieldName = "id_atendimento";
     this.@__BuildControl__control3(@__ctrl.Columns);
     this.@__BuildControl__control19(@__ctrl.SettingsPager);
     return @__ctrl;
 }
Beispiel #4
0
 private global::DevExpress.Web.ASPxGridView.ASPxGridView @__BuildControldGridEvento()
 {
     global::DevExpress.Web.ASPxGridView.ASPxGridView @__ctrl;
     @__ctrl          = new global::DevExpress.Web.ASPxGridView.ASPxGridView();
     this.dGridEvento = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ApplyStyleSheetThemeInternal();
     @__ctrl.ID = "dGridEvento";
     @__ctrl.ClientInstanceName  = "dGridEvento";
     @__ctrl.AutoGenerateColumns = false;
     @__ctrl.KeyFieldName        = "id_evento";
     @__ctrl.Width = new System.Web.UI.WebControls.Unit(100, System.Web.UI.WebControls.UnitType.Percentage);
     this.@__BuildControl__control2(@__ctrl.SettingsPager);
     this.@__BuildControl__control6(@__ctrl.Columns);
     this.@__BuildControl__control28(@__ctrl.Settings);
     this.@__BuildControl__control29(@__ctrl.StylesEditors);
     return(@__ctrl);
 }
Beispiel #5
0
 private global::DevExpress.Web.ASPxGridView.ASPxGridView @__BuildControldGridMainMeusAtend()
 {
     global::DevExpress.Web.ASPxGridView.ASPxGridView @__ctrl;
     @__ctrl = new global::DevExpress.Web.ASPxGridView.ASPxGridView();
     this.dGridMainMeusAtend = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ApplyStyleSheetThemeInternal();
     @__ctrl.ID = "dGridMainMeusAtend";
     @__ctrl.AutoGenerateColumns = false;
     @__ctrl.KeyFieldName        = "id_atendimento";
     @__ctrl.Width = new System.Web.UI.WebControls.Unit(740, System.Web.UI.WebControls.UnitType.Pixel);
     this.@__BuildControl__control22(@__ctrl.SettingsPager);
     this.@__BuildControl__control26(@__ctrl.SettingsText);
     this.@__BuildControl__control27(@__ctrl.Columns);
     this.@__BuildControl__control41(@__ctrl.Settings);
     this.@__BuildControl__control42(@__ctrl.StylesEditors);
     return(@__ctrl);
 }
 private global::DevExpress.Web.ASPxGridView.ASPxGridView @__BuildControlgrdMain()
 {
     global::DevExpress.Web.ASPxGridView.ASPxGridView @__ctrl;
     @__ctrl      = new global::DevExpress.Web.ASPxGridView.ASPxGridView();
     this.grdMain = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ApplyStyleSheetThemeInternal();
     @__ctrl.ID = "grdMain";
     @__ctrl.AutoGenerateColumns = false;
     @__ctrl.Width = new System.Web.UI.WebControls.Unit(100, System.Web.UI.WebControls.UnitType.Percentage);
     this.@__BuildControl__control2(@__ctrl.Styles);
     this.@__BuildControl__control7(@__ctrl.SettingsPager);
     this.@__BuildControl__control10(@__ctrl.Border);
     this.@__BuildControl__control11(@__ctrl.Columns);
     this.@__BuildControl__control30(@__ctrl.Settings);
     @__ctrl.PageIndexChanged -= new System.EventHandler(this.grdMain_PageIndexChanged);
     @__ctrl.PageIndexChanged += new System.EventHandler(this.grdMain_PageIndexChanged);
     return(@__ctrl);
 }
Beispiel #7
0
 private global::DevExpress.Web.ASPxGridView.ASPxGridView @__BuildControldGridEventos()
 {
     global::DevExpress.Web.ASPxGridView.ASPxGridView @__ctrl;
     @__ctrl           = new global::DevExpress.Web.ASPxGridView.ASPxGridView();
     this.dGridEventos = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ApplyStyleSheetThemeInternal();
     @__ctrl.ID = "dGridEventos";
     @__ctrl.AutoGenerateColumns    = false;
     @__ctrl.DataSourceID           = "dsEventos";
     @__ctrl.KeyFieldName           = "id_evento";
     @__ctrl.SettingsPager.PageSize = 5;
     @__ctrl.Width = new System.Web.UI.WebControls.Unit(100, System.Web.UI.WebControls.UnitType.Percentage);
     this.@__BuildControl__control2(@__ctrl.Styles);
     this.@__BuildControl__control5(@__ctrl.SettingsPager);
     this.@__BuildControl__control7(@__ctrl.Templates);
     this.@__BuildControl__control10(@__ctrl.Border);
     this.@__BuildControl__control11(@__ctrl.Columns);
     this.@__BuildControl__control31(@__ctrl.Settings);
     return(@__ctrl);
 }
 private global::DevExpress.Web.ASPxGridView.ASPxGridView @__BuildControldGridMain()
 {
     global::DevExpress.Web.ASPxGridView.ASPxGridView @__ctrl;
     @__ctrl        = new global::DevExpress.Web.ASPxGridView.ASPxGridView();
     this.dGridMain = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ApplyStyleSheetThemeInternal();
     @__ctrl.Visible             = false;
     @__ctrl.ID                  = "dGridMain";
     @__ctrl.AutoGenerateColumns = true;
     @__ctrl.Width               = new System.Web.UI.WebControls.Unit(100, System.Web.UI.WebControls.UnitType.Percentage);
     @__ctrl.EnableTheming       = true;
     this.@__BuildControl__control2(@__ctrl.SettingsBehavior);
     this.@__BuildControl__control3(@__ctrl.SettingsPager);
     this.@__BuildControl__control4(@__ctrl.Settings);
     this.@__BuildControl__control5(@__ctrl.SettingsLoadingPanel);
     this.@__BuildControl__control6(@__ctrl.Images);
     this.@__BuildControl__control9(@__ctrl.Styles);
     this.@__BuildControl__control29(@__ctrl.Border);
     @__ctrl.CustomColumnSort -= new DevExpress.Web.ASPxGridView.ASPxGridViewCustomColumnSortEventHandler(this.dGridMain_CustomColumnSort);
     @__ctrl.CustomColumnSort += new DevExpress.Web.ASPxGridView.ASPxGridViewCustomColumnSortEventHandler(this.dGridMain_CustomColumnSort);
     return(@__ctrl);
 }