frm_TaskInfo.Designer.cs
9.88 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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
namespace HHWCS.View
{
partial class Frm_TaskInfo
{
/// <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 Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.panel1 = new System.Windows.Forms.Panel();
this.cbx_Status = new System.Windows.Forms.ComboBox();
this.btn_Query = new System.Windows.Forms.Button();
this.txt_Task = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txt_Pallete = new System.Windows.Forms.TextBox();
this.panel2 = new System.Windows.Forms.Panel();
this.dgv_1 = new System.Windows.Forms.DataGridView();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv_1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.panel1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.panel2);
this.splitContainer1.Size = new System.Drawing.Size(925, 612);
this.splitContainer1.SplitterDistance = 196;
this.splitContainer1.TabIndex = 2;
//
// panel1
//
this.panel1.Controls.Add(this.cbx_Status);
this.panel1.Controls.Add(this.btn_Query);
this.panel1.Controls.Add(this.txt_Task);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.txt_Pallete);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(196, 612);
this.panel1.TabIndex = 0;
//
// cbx_Status
//
this.cbx_Status.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbx_Status.FormattingEnabled = true;
this.cbx_Status.Location = new System.Drawing.Point(28, 245);
this.cbx_Status.Name = "cbx_Status";
this.cbx_Status.Size = new System.Drawing.Size(121, 28);
this.cbx_Status.TabIndex = 2;
//
// btn_Query
//
this.btn_Query.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_Query.Location = new System.Drawing.Point(28, 290);
this.btn_Query.Name = "btn_Query";
this.btn_Query.Size = new System.Drawing.Size(91, 38);
this.btn_Query.TabIndex = 3;
this.btn_Query.Text = "查询";
this.btn_Query.UseVisualStyleBackColor = true;
this.btn_Query.Click += new System.EventHandler(this.btn_Query_Click);
//
// txt_Task
//
this.txt_Task.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txt_Task.Location = new System.Drawing.Point(28, 77);
this.txt_Task.Name = "txt_Task";
this.txt_Task.Size = new System.Drawing.Size(126, 30);
this.txt_Task.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(28, 40);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(89, 20);
this.label1.TabIndex = 6;
this.label1.Text = "任务号:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(28, 208);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(109, 20);
this.label3.TabIndex = 4;
this.label3.Text = "完成状态:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(28, 124);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(89, 20);
this.label2.TabIndex = 5;
this.label2.Text = "托盘号:";
//
// txt_Pallete
//
this.txt_Pallete.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txt_Pallete.Location = new System.Drawing.Point(28, 161);
this.txt_Pallete.Name = "txt_Pallete";
this.txt_Pallete.Size = new System.Drawing.Size(123, 30);
this.txt_Pallete.TabIndex = 8;
//
// panel2
//
this.panel2.Controls.Add(this.dgv_1);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(725, 612);
this.panel2.TabIndex = 0;
//
// dgv_1
//
this.dgv_1.AllowUserToAddRows = false;
this.dgv_1.AllowUserToDeleteRows = false;
this.dgv_1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgv_1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgv_1.Location = new System.Drawing.Point(0, 0);
this.dgv_1.MultiSelect = false;
this.dgv_1.Name = "dgv_1";
this.dgv_1.ReadOnly = true;
this.dgv_1.RowTemplate.Height = 27;
this.dgv_1.Size = new System.Drawing.Size(725, 612);
this.dgv_1.TabIndex = 1;
//
// Frm_TaskInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(925, 612);
this.Controls.Add(this.splitContainer1);
this.Name = "Frm_TaskInfo";
this.Text = "任务信息";
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgv_1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.BindingSource bindingSource1;
private System.Windows.Forms.Button btn_Query;
private System.Windows.Forms.TextBox txt_Task;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txt_Pallete;
private System.Windows.Forms.ComboBox cbx_Status;
private System.Windows.Forms.DataGridView dgv_1;
}
}