| | |
| | | using DevExpress.RichEdit.Export; |
| | | using DevExpress.XtraEditors; |
| | | using DevExpress.XtraGrid.Views.Grid; |
| | | using DevExpress.XtraGrid.Views.Grid.ViewInfo; |
| | | using Gs.DevApp.Entity; |
| | |
| | | { |
| | | string _webServiceName = "SalesManager/"; |
| | | List<FilterEntity> _filterList = new List<FilterEntity>(); |
| | | private Gs.DevApp.ToolBox.DragResizeHelp _drapHelp; |
| | | public Frm_SalesOrder() |
| | | { |
| | | InitializeComponent(); |
| | | _drapHelp = new DragResizeHelp(this, splitContainerControl1.Panel1); |
| | | this.xtraTabControl1.CustomHeaderButtonClick += (s, e) => { _drapHelp.Show(); }; |
| | | this.toolBarMenu1.btnLoadClick += ToolBarMenu1_btnLoadClick; |
| | | this.toolBarMenu1.btnQueryClick += ToolBarMenu1_btnQueryClick; |
| | | Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx1); |