| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Data; |
| | | using System.Drawing; |
| | | using System.Windows.Forms; |
| | | using DevExpress.Office.Utils; |
| | | using DevExpress.XtraBars.Ribbon; |
| | | using DevExpress.XtraBars; |
| | | using DevExpress.XtraEditors; |
| | | using DevExpress.XtraEditors.Controls; |
| | | using DevExpress.XtraGrid.Columns; |
| | | using DevExpress.XtraGrid.Menu; |
| | | using DevExpress.XtraGrid.Views.Grid; |
| | | using Gs.DevApp.Entity; |
| | | using Gs.DevApp.ToolBox; |
| | | using Gs.DevApp.UserControl; |
| | | using Newtonsoft.Json; |
| | | using System.Linq; |
| | | |
| | | namespace Gs.DevApp.DevFrm.Sys |
| | | { |
| | |
| | | txt_noLength.ValueChanged += (s, e) => { DoPreviewCode(); }; |
| | | txt_isIncludeDoc.CheckedChanged += (s, e) => { DoPreviewCode(); }; |
| | | txt_isSpilit.CheckedChanged += (s, e) => { DoPreviewCode(); }; |
| | | |
| | | } |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 分页事件 |
| | |
| | | pageBar1.CurrentPage = curPage;//当前页 |
| | | pageBar1.RecordCount = dd.rtnData.total;//总记录数 |
| | | gridView1.BestFitColumns(); |
| | | |
| | | |
| | | } |
| | | else |
| | | { |