UCRGV_H.designer.cs
6.76 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
namespace UserCtrlsByDXC
{
partial class UCRGV_H
{
/// <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_H));
this.lbbusy = new System.Windows.Forms.Label();
this.lbTaskNo = new System.Windows.Forms.Label();
this.pBTP1 = new System.Windows.Forms.PictureBox();
this.pBdown = new System.Windows.Forms.PictureBox();
this.pBTP2 = new System.Windows.Forms.PictureBox();
this.pBup = new System.Windows.Forms.PictureBox();
this.pBSTA = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pBTP1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pBdown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pBTP2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pBup)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pBSTA)).BeginInit();
this.SuspendLayout();
//
// lbbusy
//
this.lbbusy.BackColor = System.Drawing.Color.Lime;
this.lbbusy.Location = new System.Drawing.Point(15, 6);
this.lbbusy.Name = "lbbusy";
this.lbbusy.Size = new System.Drawing.Size(15, 8);
this.lbbusy.TabIndex = 20;
//
// 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(3, 36);
this.lbTaskNo.Name = "lbTaskNo";
this.lbTaskNo.Size = new System.Drawing.Size(40, 13);
this.lbTaskNo.TabIndex = 18;
this.lbTaskNo.Text = "12345";
this.lbTaskNo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// pBTP1
//
this.pBTP1.Image = ((System.Drawing.Image)(resources.GetObject("pBTP1.Image")));
this.pBTP1.Location = new System.Drawing.Point(7, 30);
this.pBTP1.Name = "pBTP1";
this.pBTP1.Size = new System.Drawing.Size(33, 41);
this.pBTP1.TabIndex = 22;
this.pBTP1.TabStop = false;
//
// pBdown
//
this.pBdown.BackColor = System.Drawing.Color.Silver;
this.pBdown.Image = ((System.Drawing.Image)(resources.GetObject("pBdown.Image")));
this.pBdown.Location = new System.Drawing.Point(13, 32);
this.pBdown.Margin = new System.Windows.Forms.Padding(0);
this.pBdown.MinimumSize = new System.Drawing.Size(0, 1);
this.pBdown.Name = "pBdown";
this.pBdown.Size = new System.Drawing.Size(20, 38);
this.pBdown.TabIndex = 19;
this.pBdown.TabStop = false;
//
// pBTP2
//
this.pBTP2.Image = ((System.Drawing.Image)(resources.GetObject("pBTP2.Image")));
this.pBTP2.Location = new System.Drawing.Point(7, 3);
this.pBTP2.Name = "pBTP2";
this.pBTP2.Size = new System.Drawing.Size(33, 41);
this.pBTP2.TabIndex = 16;
this.pBTP2.TabStop = false;
//
// pBup
//
this.pBup.BackColor = System.Drawing.Color.Silver;
this.pBup.Image = ((System.Drawing.Image)(resources.GetObject("pBup.Image")));
this.pBup.Location = new System.Drawing.Point(13, 15);
this.pBup.Margin = new System.Windows.Forms.Padding(0);
this.pBup.MinimumSize = new System.Drawing.Size(0, 1);
this.pBup.Name = "pBup";
this.pBup.Size = new System.Drawing.Size(20, 34);
this.pBup.TabIndex = 15;
this.pBup.TabStop = false;
//
// 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(48, 75);
this.pBSTA.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pBSTA.TabIndex = 14;
this.pBSTA.TabStop = false;
//
// UCRGV_H
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.lbTaskNo);
this.Controls.Add(this.pBup);
this.Controls.Add(this.pBdown);
this.Controls.Add(this.lbbusy);
this.Controls.Add(this.pBTP1);
this.Controls.Add(this.pBTP2);
this.Controls.Add(this.pBSTA);
this.Name = "UCRGV_H";
this.Size = new System.Drawing.Size(47, 77);
((System.ComponentModel.ISupportInitialize)(this.pBTP1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pBdown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pBTP2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pBup)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pBSTA)).EndInit();
this.ResumeLayout(false);
}
#endregion
public System.Windows.Forms.Label lbbusy;
public System.Windows.Forms.Label lbTaskNo;
public System.Windows.Forms.PictureBox pBdown;
public System.Windows.Forms.PictureBox pBTP2;
public System.Windows.Forms.PictureBox pBup;
private System.Windows.Forms.PictureBox pBSTA;
public System.Windows.Forms.PictureBox pBTP1;
}
}