SurMessage.Designer.cs
6.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
namespace Asa.Face
{
partial class SurMessage
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.surLabel1 = new Asa.Face.SurLabel();
this.surButton1 = new Asa.Face.SurButton();
this.surButton2 = new Asa.Face.SurButton();
this.surButton3 = new Asa.Face.SurButton();
this.SuspendLayout();
//
// surLabel1
//
this.surLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.surLabel1.BorderRect = new System.Drawing.Rectangle(0, 0, 326, 78);
this.surLabel1.BorderWidth = 0;
this.surLabel1.Font = new System.Drawing.Font("宋体", 12F);
this.surLabel1.Inside = false;
this.surLabel1.Location = new System.Drawing.Point(12, 54);
this.surLabel1.Margin = new System.Windows.Forms.Padding(4);
this.surLabel1.Name = "surLabel1";
this.surLabel1.Size = new System.Drawing.Size(326, 78);
this.surLabel1.TabIndex = 0;
this.surLabel1.Text = "surLabel1";
this.surLabel1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// surButton1
//
this.surButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.surButton1.BorderRect = new System.Drawing.Rectangle(1, 1, 78, 38);
this.surButton1.Font = new System.Drawing.Font("宋体", 12F);
this.surButton1.ImageSize = new System.Drawing.Size(0, 0);
this.surButton1.Inside = false;
this.surButton1.Location = new System.Drawing.Point(86, 138);
this.surButton1.Margin = new System.Windows.Forms.Padding(4);
this.surButton1.Name = "surButton1";
this.surButton1.Size = new System.Drawing.Size(80, 40);
this.surButton1.StateColor = System.Drawing.Color.Empty;
this.surButton1.TabIndex = 1;
this.surButton1.Text = "surButton1";
this.surButton1.Click += new Asa.Face.MyEvent.Click(this.SurButton1_Click);
//
// surButton2
//
this.surButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.surButton2.BorderRect = new System.Drawing.Rectangle(1, 1, 78, 38);
this.surButton2.Font = new System.Drawing.Font("宋体", 12F);
this.surButton2.ImageSize = new System.Drawing.Size(0, 0);
this.surButton2.Inside = false;
this.surButton2.Location = new System.Drawing.Point(172, 138);
this.surButton2.Margin = new System.Windows.Forms.Padding(4);
this.surButton2.Name = "surButton2";
this.surButton2.Size = new System.Drawing.Size(80, 40);
this.surButton2.StateColor = System.Drawing.Color.Empty;
this.surButton2.TabIndex = 2;
this.surButton2.Text = "surButton2";
this.surButton2.Click += new Asa.Face.MyEvent.Click(this.SurButton2_Click);
//
// surButton3
//
this.surButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.surButton3.BorderRect = new System.Drawing.Rectangle(1, 1, 78, 38);
this.surButton3.Font = new System.Drawing.Font("宋体", 12F);
this.surButton3.ImageSize = new System.Drawing.Size(0, 0);
this.surButton3.Inside = false;
this.surButton3.Location = new System.Drawing.Point(258, 138);
this.surButton3.Margin = new System.Windows.Forms.Padding(4);
this.surButton3.Name = "surButton3";
this.surButton3.Size = new System.Drawing.Size(80, 40);
this.surButton3.StateColor = System.Drawing.Color.Empty;
this.surButton3.TabIndex = 3;
this.surButton3.Text = "surButton3";
this.surButton3.Click += new Asa.Face.MyEvent.Click(this.SurButton3_Click);
//
// SurMessage
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(350, 190);
this.Controls.Add(this.surButton3);
this.Controls.Add(this.surButton2);
this.Controls.Add(this.surButton1);
this.Controls.Add(this.surLabel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Location = new System.Drawing.Point(0, 0);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "SurMessage";
this.Padding = new System.Windows.Forms.Padding(9, 51, 9, 9);
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "SurMessage";
this.TitleFont = new System.Drawing.Font("宋体", 16F);
this.TitleHeight = 42;
this.TopMost = true;
this.Load += new System.EventHandler(this.SurMessage_Load);
this.ResumeLayout(false);
}
#endregion
private SurLabel surLabel1;
private SurButton surButton1;
private SurButton surButton2;
private SurButton surButton3;
}
}