1/// <summary>
 2        /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 3        /// 此方法的内容。
 4        /// </summary>

 5        private void InitializeComponent()
 6        {
 7            // 
 8            // Form1
 9            // 
10            this.AutoScaleBaseSize = new System.Drawing.Size(614);
11            this.ClientSize = new System.Drawing.Size(216165);
12            this.Name = "Form1";
13            this.Text = "Form1";
14
15            //设置此属性即可
16            this.TopMost = true;
17        }
posted on 2006-06-13 14:42  滋心  阅读(408)  评论(0编辑  收藏  举报