扫一扫
分享文章到微信
扫一扫
关注官方公众号
至顶头条
作者:阿虎 来源:天极开发 2007年11月11日
关键字:
using System.Drawing ; using System.Collections ; using System.ComponentModel ; using System.Windows.Forms ; using System.Data ; using System.Threading ; |
private DirectoryEntry entryPC = new DirectoryEntry ( "WinNT:" ) ; |
private void InitializeComponent ( ) { ¡¡this.treeView1 = new System.Windows.Forms.TreeView ( ) ; ¡¡this.button1 = new System.Windows.Forms.Button ( ) ; ¡¡this.SuspendLayout ( ) ; ¡¡this.treeView1.ImageIndex = -1; ¡¡this.treeView1.Location = new System.Drawing.Point ( 16 , 8 ) ; ¡¡this.treeView1.Name = "treeView1" ; ¡¡this.treeView1.SelectedImageIndex = -1 ; ¡¡this.treeView1.Size = new System.Drawing.Size ( 316 , 302 ) ; ¡¡this.treeView1.TabIndex = 0 ; ¡¡this.treeView1.DoubleClick += new System.EventHandler ( this.treeView1_DoubleClick ) ; ¡¡this.button1.Location = new System.Drawing.Point ( 118 , 324 ) ; ¡¡this.button1.Name = "button1" ; ¡¡this.button1.Size = new System.Drawing.Size ( 82 , 34 ) ; ¡¡this.button1.TabIndex = 1 ; ¡¡this.button1.Text = "»ñÈ¡" ; ¡¡this.button1.Click += new System.EventHandler ( this.button1_Click ) ; ¡¡this.AutoScaleBaseSize = new System.Drawing.Size ( 6 , 14 ) ; ¡¡this.ClientSize = new System.Drawing.Size ( 350 , 369 ) ; ¡¡this.Controls.Add ( this.button1 ) ; ¡¡this.Controls.Add ( this.treeView1 ) ; ¡¡this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle ; ¡¡this.MaximizeBox = false ; ¡¡this.Name = "Form1" ; ¡¡this.Text = "Visual C#¹¹½¨ÍøÂç¼ÆËã»úÊ÷ÐÎͼ" ; ¡¡this.ResumeLayout ( false ) ; } |
![]() ͼ01£º¡¾Visual C#¹¹½¨ÍøÂç¼ÆËã»úÊ÷ÐÎͼ¡¿ÏîÄ¿µÄÉè¼Æ½çÃæ |
如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。