有验证窗体向 另一页面跳转此页面镶嵌在主页面里
 ReportFormsManage.HandVerifyLocalInfo hand = new SystemForm.ReportFormsManage.HandVerifyLocalInfo(this);
        public HandVerifyLocalInfo(HomePage home)
        {
            InitializeComponent();
            this.MdiParent = home;
        }
       MessageBox.Show("单位代码或单位名称已存在,请重新填写!", "系统提示", MessageBoxButtons.OK, MessageBoxIcon.Information);

        public ManualAddOfficialCaseRegisters(HomePage parent)
        {
            InitializeComponent();
            this.MdiParent = parent;
        }

posted on 2010-08-18 21:29  08信工实训  阅读(289)  评论(0编辑  收藏  举报