UCRGV.designer.cs
7.5 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
namespace UserCtrlsByDXC
{
partial class UCRGV
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UCRGV));
this.pBSTA = new System.Windows.Forms.PictureBox();
this.pBleft = new System.Windows.Forms.PictureBox();
this.pBright = new System.Windows.Forms.PictureBox();
this.pBTP1 = new System.Windows.Forms.PictureBox();
this.lbTaskNo = new System.Windows.Forms.Label();
this.lbl1 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.lbbusy = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pBSTA)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pBleft)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pBright)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pBTP1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// pBSTA
//
this.pBSTA.Image = ((System.Drawing.Image)(resources.GetObject("pBSTA.Image")));
this.pBSTA.Location = new System.Drawing.Point(0, 0);
this.pBSTA.Margin = new System.Windows.Forms.Padding(0);
this.pBSTA.Name = "pBSTA";
this.pBSTA.Size = new System.Drawing.Size(75, 48);
this.pBSTA.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pBSTA.TabIndex = 0;
this.pBSTA.TabStop = false;
//
// pBleft
//
this.pBleft.BackColor = System.Drawing.Color.Silver;
this.pBleft.Image = ((System.Drawing.Image)(resources.GetObject("pBleft.Image")));
this.pBleft.Location = new System.Drawing.Point(13, 19);
this.pBleft.Margin = new System.Windows.Forms.Padding(0);
this.pBleft.MinimumSize = new System.Drawing.Size(0, 1);
this.pBleft.Name = "pBleft";
this.pBleft.Size = new System.Drawing.Size(26, 20);
this.pBleft.TabIndex = 2;
this.pBleft.TabStop = false;
//
// pBright
//
this.pBright.BackColor = System.Drawing.Color.Silver;
this.pBright.Image = ((System.Drawing.Image)(resources.GetObject("pBright.Image")));
this.pBright.Location = new System.Drawing.Point(22, 19);
this.pBright.Margin = new System.Windows.Forms.Padding(0);
this.pBright.MinimumSize = new System.Drawing.Size(0, 1);
this.pBright.Name = "pBright";
this.pBright.Size = new System.Drawing.Size(40, 20);
this.pBright.TabIndex = 3;
this.pBright.TabStop = false;
//
// pBTP1
//
this.pBTP1.Image = ((System.Drawing.Image)(resources.GetObject("pBTP1.Image")));
this.pBTP1.Location = new System.Drawing.Point(4, 5);
this.pBTP1.Name = "pBTP1";
this.pBTP1.Size = new System.Drawing.Size(42, 37);
this.pBTP1.TabIndex = 4;
this.pBTP1.TabStop = false;
//
// lbTaskNo
//
this.lbTaskNo.BackColor = System.Drawing.Color.Gray;
this.lbTaskNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbTaskNo.ForeColor = System.Drawing.Color.Blue;
this.lbTaskNo.Location = new System.Drawing.Point(6, 6);
this.lbTaskNo.Name = "lbTaskNo";
this.lbTaskNo.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.lbTaskNo.Size = new System.Drawing.Size(42, 13);
this.lbTaskNo.TabIndex = 10;
this.lbTaskNo.Text = "12345";
this.lbTaskNo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl1
//
this.lbl1.BackColor = System.Drawing.Color.Blue;
this.lbl1.Location = new System.Drawing.Point(58, 37);
this.lbl1.Name = "lbl1";
this.lbl1.Size = new System.Drawing.Size(10, 5);
this.lbl1.TabIndex = 12;
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(30, 5);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(40, 37);
this.pictureBox1.TabIndex = 13;
this.pictureBox1.TabStop = false;
//
// lbbusy
//
this.lbbusy.BackColor = System.Drawing.Color.Lime;
this.lbbusy.Location = new System.Drawing.Point(53, 7);
this.lbbusy.Name = "lbbusy";
this.lbbusy.Size = new System.Drawing.Size(15, 8);
this.lbbusy.TabIndex = 21;
//
// UCRGV
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.Controls.Add(this.lbbusy);
this.Controls.Add(this.lbTaskNo);
this.Controls.Add(this.pBleft);
this.Controls.Add(this.pBright);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.lbl1);
this.Controls.Add(this.pBTP1);
this.Controls.Add(this.pBSTA);
this.Margin = new System.Windows.Forms.Padding(0);
this.Name = "UCRGV";
this.Size = new System.Drawing.Size(75, 48);
((System.ComponentModel.ISupportInitialize)(this.pBSTA)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pBleft)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pBright)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pBTP1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox pBSTA;
public System.Windows.Forms.PictureBox pBleft;
public System.Windows.Forms.PictureBox pBright;
public System.Windows.Forms.PictureBox pBTP1;
public System.Windows.Forms.Label lbTaskNo;
public System.Windows.Forms.Label lbl1;
public System.Windows.Forms.PictureBox pictureBox1;
public System.Windows.Forms.Label lbbusy;
}
}