Example #1
0
        private void 设置合同txtToolStripMenuItem_Click(object sender, EventArgs e)
        {
            //打开合同文件进行编辑
            hetong ht = new hetong();

            ht.type = 1;
            ht.Text = "设置合同编号";
            ht.ShowDialog();
        }
Example #2
0
        private void 设置理财经理工号txtToolStripMenuItem_Click(object sender, EventArgs e)
        {
            //设置理财经理工号
            hetong ht = new hetong();

            ht.type = 3;
            ht.Text = "设置理财经理工号";
            ht.ShowDialog();
            //MessageBox.Show("设置理财经理工号!", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
        }