1
/**//// <summary>
2
/// 设计器支持所需的方法 - 不要使用代码编辑器修改
3
/// 此方法的内容。
4
/// </summary>
5
private void InitializeComponent()
6
{
7
//
8
// Form1
9
//
10
this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
11
this.ClientSize = new System.Drawing.Size(216, 165);
12
this.Name = "Form1";
13
this.Text = "Form1";
14
15
//设置此属性即可
16
this.TopMost = true;
17
}


2

3

4

5

6



7

8

9

10

11

12

13

14

15

16

17
