日本国产亚洲-日本国产一区-日本国产一区二区三区-日本韩国欧美一区-日本韩国欧美在线-日本韩国欧美在线观看

當(dāng)前位置:雨林木風(fēng)下載站 > 技術(shù)開發(fā)教程 > 詳細(xì)頁面

MDI應(yīng)用中的單案例(singleton)窗口

MDI應(yīng)用中的單案例(singleton)窗口

更新時間:2022-04-29 文章作者:未知 信息來源:網(wǎng)絡(luò) 閱讀次數(shù):

下面的代碼片斷假設(shè)你的多文檔應(yīng)用程序中包含一個toolbar。當(dāng)你點擊toolBarButton1 按鈕時,將會創(chuàng)建并顯示一個 Patients 子窗口。下面的代碼在單機事件時發(fā)生。

private void toolBar1_ButtonClick(object sender,
System.Windows.Forms.ToolBarButtonClickEventArgs e)
{
// a flag to store if the child form is opened or not
bool found = false;

if (e.Button == toolBarButton1)
{
// get all of the MDI children in an array
Form[] charr = this.MdiChildren;

if (charr.Length == 0) // no child form is opened
{
Patients myPatients = new Patients();
myPatients.MdiParent = this;
// The StartPosition property is essential
// for the location property to work
myPatients.StartPosition = FormStartPosition.Manual;
myPatients.Location = new Point(0,0);
myPatients.Show();
}
else // child forms are opened
{

foreach (Form chform in charr)
{
if (chform.Name == "Patients")
// one instance of the form is already opened
{
chform.Activate();
found = true;
break; // exit loop
}
else
found = false; // make sure flag is set to
// false if the form is not found
}

if (found == false)
{
Patients myPatients = new Patients();
myPatients.MdiParent = this;
// The StartPosition property is essential
// for the location property to work
myPatients.StartPosition = FormStartPosition.Manual;
myPatients.Location = new Point(0,0);
myPatients.Show();
}
}
}
}
這樣,就實現(xiàn)了一個單窗口實例的解決方案。

溫馨提示:喜歡本站的話,請收藏一下本站!

本類教程下載

系統(tǒng)下載排行

主站蜘蛛池模板: 91久久偷偷做嫩草影院免费看 | 亚洲精品一区二区中文 | 免费99视频有精品视频高清 | 久久久久久日本一区99 | 亚洲综合日韩欧美一区二区三 | 中文字幕美日韩在线高清 | 国产福利一区二区在线精品 | 国产免费丝袜调教视频 | 性一交一乱一伦一色一情孩交 | 免费高清a级毛片在线播放 免费高清成人性视频3p网站 | 人与动人与物xxxxxr | 国产露脸无套在线观看 | 91精品国产综合久久久久 | 精品麻豆国产 | 分享一个无毒不卡的网站 | 日本黄色免费 | 色综合亚洲七七久久桃花影院 | 亚洲欧美日韩高清在线看 | 欧美综合在线视频 | 一区二区三区在线 | 欧 | 大伊香蕉精品视频在线天堂 | 99热这里只有精品6免费 | 久久精品草 | 久久久久婷婷国产综合青草 | 亚洲欧美日韩中文v在线 | 91频在线观看免费大全 | 91草草 | 国产福利在线永久视频 | 欧美国产日韩911在线观看 | 国产精品久久久久久久久久久不卡 | 美女互操 | 特级淫片日本高清视频 | 伊人伊色 | 欧美一区二三区 | 美女国产精品福利视频 | 日韩欧美一区二区精品久久 | 国产成人亚洲综合在线 | 免费看www视频 | 狠狠色丁婷婷综合久久 | 精品一区二区三区免费站 | 久9青青cao精品视频在线 |