if (系统初始打开标志 == 0)
            {
                TabPage 系统初始页 = new TabPage("单位设置");
                系统初始化准备 实例化系统初始化准备 = new 系统初始化准备();
                系统初始页.Controls.AddRange(new Control[] { 实例化系统初始化准备.Controls[0] });
                tabControl1.TabPages.Add(系统初始页);
                tabControl1.SelectedTab = 系统初始页;
                系统初始页.BackColor = tabPage2.BackColor;
                系统初始打开标志 = 1;
               
               
               
            }
            else
                MessageBox.Show("页面已经打开", "友情提示",MessageBoxButtons.OK,MessageBoxIcon.Information);

相关文章:

  • 2021-07-08
  • 2022-12-23
  • 2021-06-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-28
  • 2021-11-02
  • 2022-12-23
  • 2021-06-04
  • 2022-12-23
  • 2021-12-10
  • 2022-12-23
相关资源
相似解决方案