| | |
| | | using DevExpress.XtraEditors; |
| | | using DevExpress.XtraEditors.Controls; |
| | | using DevExpress.XtraGrid.Views.Base.ViewInfo; |
| | | using DevExpress.XtraGrid.Views.Grid; |
| | | using Gs.DevApp.DevFrm.Rk; |
| | | using Gs.DevApp.Entity; |
| | |
| | | toolBarMenu1.btnFChkClick += ToolBarMenu1_btnFChkClick; |
| | | toolBarMenu1.btnLogClick += ToolBarMenu1_btnLogClick; |
| | | toolBarMenu1.btnPrintClick += ToolBarMenu1_btnPrintClick; |
| | | toolBarMenu1.btnRefuseClick += ToolBarMenu1_btnRefuseClick; |
| | | this.toolBarMenu1.getXmlConfig(); |
| | | Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx1); |
| | | Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx2); |
| | |
| | | MessageBox.Show(ex.Message); |
| | | } |
| | | }; |
| | | |
| | | |
| | | frm.ShowDialog(); |
| | | }; |
| | | } |
| | |
| | | lbGuid, txt_billNo, gridView1); |
| | | toolBarMenu1.guidKey = rowGuid; |
| | | } |
| | | |
| | | private void ToolBarMenu1_btnRefuseClick(object sender, EventArgs e) |
| | | { |
| | | string _billNo = txt_billNo.Text.Trim(); |
| | | var frm = new SelectCgDhMx(_billNo); |
| | | frm.ShowDialog(); |
| | | } |
| | | |
| | | private void ToolBarMenu1_btnChkClick(object sender, EventArgs e) |
| | | { |
| | | _toolCk("EditModelSubmit"); |