| | |
| | | using Gs.DevApp.DevFrm.Rpt; |
| | | using Gs.DevApp.DevFrm.Sys; |
| | | using Gs.DevApp.Entity; |
| | | using Gs.DevApp.ToolBox; |
| | | using Gs.DevApp.UserControl; |
| | |
| | | } |
| | | }; |
| | | //这是齐套标识卡,仅仅打印 |
| | | this.ucBtnPrint101.SetPlButton(false); |
| | | this.ucBtnPrint101.btnPrintClick += (s, e) => |
| | | { |
| | | _print101(); |
| | |
| | | }; |
| | | frm.ShowDialog(); |
| | | }; |
| | | |
| | | this.btnDesign.Click += (s, e) => |
| | | { |
| | | EasyRptEdtShow frm = new EasyRptEdtShow(); |
| | | frm.UpdateParent += (ss, ee) => |
| | | { |
| | | }; |
| | | frm.ShowDialog(); |
| | | }; |
| | | } |
| | | |
| | | private void GridView1_ColumnFilterChanged(object sender, EventArgs e) |
| | |
| | | + "," + "" |
| | | + "}"; |
| | | } |
| | | |
| | | #endregion |
| | | } |
| | | } |