| | |
| | | using Gs.DevApp.DevFrm.QC; |
| | | using Gs.DevApp.DevFrm.Rpt; |
| | | using Gs.DevApp.Entity; |
| | | using Gs.DevApp.ToolBox; |
| | | using Gs.DevApp.UserControl; |
| | |
| | | toolBarMenu1.btnLogClick += ToolBarMenu1_btnLogClick; |
| | | toolBarMenu1.btnChkClick += ToolBarMenu1_btnChkClick; |
| | | toolBarMenu1.btnFChkClick += ToolBarMenu1_btnFChkClick; |
| | | toolBarMenu1.btnOutClick += ToolBarMenu1_btnOutClick; |
| | | toolBarMenu1.btnOutClick += ToolBarMenu1_btnOutClick; |
| | | this.toolBarMenu1.getXmlConfig(); |
| | | Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx1, tips); |
| | |
| | | lst = ee.StringList; |
| | | if (!string.IsNullOrEmpty(lst[0])) |
| | | { |
| | | if(lst[0] == "列表导出") |
| | | if (lst[0] == "列表导出") |
| | | { |
| | | type = 1; |
| | | } |
| | |
| | | } |
| | | }; |
| | | frm.ShowDialog(); |
| | | if(type == 1) |
| | | if (type == 1) |
| | | { |
| | | LstOutput(); |
| | | } |
| | | if(type == 2) |
| | | if (type == 2) |
| | | { |
| | | MxOutput(); |
| | | } |
| | |
| | | } |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 刷新事件 |
| | | /// </summary> |