教程集 www.jiaochengji.com
教程集 >  操作系统  >  windows  >  正文 c#中对mdi的操作,代码见内(child部分)

c#中对mdi的操作,代码见内(child部分)

发布时间:2019-12-10   编辑:jiaochengji.com
教程集为您提供c#中对mdi的操作,代码见内(child部分)等资源,欢迎您收藏本站,我们将为您提供最新的c#中对mdi的操作,代码见内(child部分)资源
child.cs<br>
------------------------------------------------------------<br>
<br>
using System;<br>
using System.Drawing;<br>
using System.Collections;<br>
using System.ComponentModel;<br>
using System.Windows.Forms;<br>
<br>
namespace testagain<br>
{<br>
&nbsp;&nbsp;&nbsp;&nbsp;/// &lt;summary&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;/// Summary description for child.<br>
&nbsp;&nbsp;&nbsp;&nbsp;/// &lt;/summary&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;public class child : System.Windows.Forms.Form<br>
&nbsp;&nbsp;&nbsp;&nbsp;{<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;private System.Windows.Forms.Label lbl_about;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;private System.Windows.Forms.Label label1;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/// &lt;summary&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/// Required designer variable.<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/// &lt;/summary&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;private System.ComponentModel.Container components = null;<br>
<br>

您可能感兴趣的文章:

[关闭]
~ ~