摘要: 1、另一窗体建公共变量listdataRow public List<DataGridViewRow> listdataRow = new List<DataGridViewRow>(); FRM_TR_CurrencyQueryEx_View2_DLCR frmTrCurrencyQueryEx 阅读全文
posted @ 2016-05-25 16:18 Mark1997 阅读(610) 评论(0) 推荐(0) 编辑
摘要: 1、实际小窗体界面如下 2、代码如下 private void InputBox(string caption,string orderNo) { Form InputForm = new Form(); InputForm.MinimizeBox = false; InputForm.Maximi 阅读全文
posted @ 2016-05-25 15:57 Mark1997 阅读(557) 评论(0) 推荐(0) 编辑
摘要: 1 public partial class UCRights : UserControl 2 { 3 private readonly int LOCATIONY; 4 private DataTable MENU = new DataTable(); 5 private BLL.User oUs 阅读全文
posted @ 2016-05-25 00:13 Mark1997 阅读(1007) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Data; 6 using System.Security.Cryptograph 阅读全文
posted @ 2016-05-25 00:11 Mark1997 阅读(306) 评论(0) 推荐(0) 编辑