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

當(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)下載排行

主站蜘蛛池模板: 久久香蕉国产线看观看精品蕉 | 欧美综合在线视频 | 欧美精品色精品一区二区三区 | 风间由美和最强黑人 | 国产高清不卡 | 4hu影院在线观看 | 久久精品免视看国产盗摄 | 天天做天天做天天综合网 | 日日天天| 澳门毛片免费播放 | 日韩视频中文字幕 | 精品无人区乱码一区二区 | 共边吃奶边添下面好爽 | a视频免费看 | 久久精品国产只有精品6 | 日本不卡影院 | www在线免费观看 | 午夜视频在线网站 | 成人无遮挡毛片免费看 | 免费日韩在线 | 在线视频一区二区日韩国产 | 日本久久久久久久中文字幕 | 中文字幕一区二区三区不卡 | 国产精品免费视频播放 | 免费毛片视频网站 | 国产不卡视频在线 | 最近高清中文字幕大全1 | 国产福利一区二区 | 日本视频一区二区三区 | 六月激情丁香 | 站长推荐精品午夜免费影院 | 欧美黑人巨大xxx猛交 | 国产精品久久久久久久久99热 | 亚洲国产精品久久精品成人 | 国产91免费在线 | 国产日韩精品一区二区在线观看播放 | 国产福利视频一区二区三区四区 | 午夜精品久久久久久中宇 | 国产在线精品福利大全 | 日韩亚洲人成网站在线播放 | 99视频在线免费看 |