唐召明
authored
|
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
|
namespace HH.Data.Excel
{
partial class MainWindow
{
/// <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()
{
tabControl1 = new TabControl();
tabPage1 = new TabPage();
tabPage2 = new TabPage();
label2 = new Label();
cb_factory = new ComboBox();
cb_project = new ComboBox();
label1 = new Label();
panel1 = new Panel();
btn_read_save = new Button();
btn_read = new Button();
panel2 = new Panel();
ccb_type = new CheckedListBox();
label3 = new Label();
btnDefaule = new Button();
label4 = new Label();
tabControl1.SuspendLayout();
panel1.SuspendLayout();
panel2.SuspendLayout();
SuspendLayout();
//
// tabControl1
//
tabControl1.Controls.Add(tabPage1);
tabControl1.Controls.Add(tabPage2);
tabControl1.Dock = DockStyle.Top;
tabControl1.Location = new Point(0, 0);
|
唐召明
authored
|
57
|
tabControl1.Margin = new Padding(2);
|
唐召明
authored
|
58
59
|
tabControl1.Name = "tabControl1";
tabControl1.SelectedIndex = 0;
|
唐召明
authored
|
60
|
tabControl1.Size = new Size(434, 28);
|
唐召明
authored
|
61
62
63
64
|
tabControl1.TabIndex = 0;
//
// tabPage1
//
|
唐召明
authored
|
65
66
|
tabPage1.Location = new Point(4, 29);
tabPage1.Margin = new Padding(2);
|
唐召明
authored
|
67
|
tabPage1.Name = "tabPage1";
|
唐召明
authored
|
68
69
|
tabPage1.Padding = new Padding(2);
tabPage1.Size = new Size(426, 0);
|
唐召明
authored
|
70
71
72
73
74
75
|
tabPage1.TabIndex = 0;
tabPage1.Text = "输送线CC";
tabPage1.UseVisualStyleBackColor = true;
//
// tabPage2
//
|
唐召明
authored
|
76
77
|
tabPage2.Location = new Point(4, 29);
tabPage2.Margin = new Padding(2);
|
唐召明
authored
|
78
|
tabPage2.Name = "tabPage2";
|
唐召明
authored
|
79
80
|
tabPage2.Padding = new Padding(2);
tabPage2.Size = new Size(426, 0);
|
唐召明
authored
|
81
82
83
84
85
86
87
|
tabPage2.TabIndex = 1;
tabPage2.Text = "默认设备(堆垛机-AGV等)";
tabPage2.UseVisualStyleBackColor = true;
//
// label2
//
label2.AutoSize = true;
|
唐召明
authored
|
88
89
|
label2.Location = new Point(50, 60);
label2.Margin = new Padding(2, 0, 2, 0);
|
唐召明
authored
|
90
|
label2.Name = "label2";
|
唐召明
authored
|
91
|
label2.Size = new Size(54, 20);
|
唐召明
authored
|
92
93
94
95
96
97
|
label2.TabIndex = 10;
label2.Text = "厂房:";
//
// cb_factory
//
cb_factory.FormattingEnabled = true;
|
唐召明
authored
|
98
99
|
cb_factory.Location = new Point(131, 53);
cb_factory.Margin = new Padding(2);
|
唐召明
authored
|
100
|
cb_factory.Name = "cb_factory";
|
唐召明
authored
|
101
|
cb_factory.Size = new Size(240, 28);
|
唐召明
authored
|
102
103
104
105
106
|
cb_factory.TabIndex = 7;
//
// cb_project
//
cb_project.FormattingEnabled = true;
|
唐召明
authored
|
107
108
|
cb_project.Location = new Point(131, 8);
cb_project.Margin = new Padding(2);
|
唐召明
authored
|
109
|
cb_project.Name = "cb_project";
|
唐召明
authored
|
110
|
cb_project.Size = new Size(240, 28);
|
唐召明
authored
|
111
112
113
114
115
|
cb_project.TabIndex = 6;
//
// label1
//
label1.AutoSize = true;
|
唐召明
authored
|
116
117
|
label1.Location = new Point(50, 12);
label1.Margin = new Padding(2, 0, 2, 0);
|
唐召明
authored
|
118
|
label1.Name = "label1";
|
唐召明
authored
|
119
|
label1.Size = new Size(54, 20);
|
唐召明
authored
|
120
121
122
123
124
125
126
127
128
129
|
label1.TabIndex = 9;
label1.Text = "项目:";
//
// panel1
//
panel1.Controls.Add(label1);
panel1.Controls.Add(label2);
panel1.Controls.Add(cb_project);
panel1.Controls.Add(cb_factory);
panel1.Dock = DockStyle.Top;
|
唐召明
authored
|
130
131
|
panel1.Location = new Point(0, 28);
panel1.Margin = new Padding(2);
|
唐召明
authored
|
132
|
panel1.Name = "panel1";
|
唐召明
authored
|
133
|
panel1.Size = new Size(434, 92);
|
唐召明
authored
|
134
135
136
137
138
|
panel1.TabIndex = 11;
//
// btn_read_save
//
btn_read_save.BackColor = SystemColors.Info;
|
唐召明
authored
|
139
140
|
btn_read_save.Location = new Point(232, 298);
btn_read_save.Margin = new Padding(2);
|
唐召明
authored
|
141
|
btn_read_save.Name = "btn_read_save";
|
唐召明
authored
|
142
|
btn_read_save.Size = new Size(184, 43);
|
唐召明
authored
|
143
144
145
146
147
148
|
btn_read_save.TabIndex = 14;
btn_read_save.Text = "读取并保存 Excel 数据";
btn_read_save.UseVisualStyleBackColor = false;
//
// btn_read
//
|
唐召明
authored
|
149
150
|
btn_read.Location = new Point(10, 298);
btn_read.Margin = new Padding(2);
|
唐召明
authored
|
151
|
btn_read.Name = "btn_read";
|
唐召明
authored
|
152
|
btn_read.Size = new Size(206, 43);
|
唐召明
authored
|
153
154
155
156
157
158
159
160
161
|
btn_read.TabIndex = 13;
btn_read.Text = "导入/出(包含IP地址表.xlsx)";
btn_read.UseVisualStyleBackColor = true;
//
// panel2
//
panel2.Controls.Add(ccb_type);
panel2.Controls.Add(label3);
panel2.Dock = DockStyle.Top;
|
唐召明
authored
|
162
163
|
panel2.Location = new Point(0, 120);
panel2.Margin = new Padding(2);
|
唐召明
authored
|
164
|
panel2.Name = "panel2";
|
唐召明
authored
|
165
|
panel2.Size = new Size(434, 172);
|
唐召明
authored
|
166
167
168
169
170
|
panel2.TabIndex = 15;
//
// ccb_type
//
ccb_type.FormattingEnabled = true;
|
唐召明
authored
|
171
172
|
ccb_type.Location = new Point(131, 4);
ccb_type.Margin = new Padding(2);
|
唐召明
authored
|
173
|
ccb_type.Name = "ccb_type";
|
唐召明
authored
|
174
|
ccb_type.Size = new Size(240, 158);
|
唐召明
authored
|
175
176
177
178
179
|
ccb_type.TabIndex = 13;
//
// label3
//
label3.AutoSize = true;
|
唐召明
authored
|
180
181
|
label3.Location = new Point(20, 22);
label3.Margin = new Padding(2, 0, 2, 0);
|
唐召明
authored
|
182
|
label3.Name = "label3";
|
唐召明
authored
|
183
|
label3.Size = new Size(84, 20);
|
唐召明
authored
|
184
185
186
187
188
|
label3.TabIndex = 11;
label3.Text = "设备类型:";
//
// btnDefaule
//
|
唐召明
authored
|
189
190
|
btnDefaule.Location = new Point(50, 343);
btnDefaule.Margin = new Padding(2);
|
唐召明
authored
|
191
|
btnDefaule.Name = "btnDefaule";
|
唐召明
authored
|
192
|
btnDefaule.Size = new Size(364, 39);
|
唐召明
authored
|
193
194
195
196
197
198
199
200
201
202
|
btnDefaule.TabIndex = 16;
btnDefaule.Text = "默认设备上传并保存(文件名:任意)";
btnDefaule.UseVisualStyleBackColor = true;
btnDefaule.Visible = false;
//
// label4
//
label4.AutoSize = true;
label4.Dock = DockStyle.Bottom;
label4.ForeColor = SystemColors.Highlight;
|
唐召明
authored
|
203
204
|
label4.Location = new Point(0, 404);
label4.Margin = new Padding(2, 0, 2, 0);
|
唐召明
authored
|
205
|
label4.Name = "label4";
|
唐召明
authored
|
206
|
label4.Size = new Size(312, 20);
|
唐召明
authored
|
207
208
209
210
211
|
label4.TabIndex = 17;
label4.Text = " 温馨提示:输送线设备类型是:PLC系统报警";
//
// MainWindow
//
|
唐召明
authored
|
212
|
AutoScaleDimensions = new SizeF(9F, 20F);
|
唐召明
authored
|
213
|
AutoScaleMode = AutoScaleMode.Font;
|
唐召明
authored
|
214
|
ClientSize = new Size(434, 424);
|
唐召明
authored
|
215
216
217
218
219
220
221
|
Controls.Add(label4);
Controls.Add(btnDefaule);
Controls.Add(panel2);
Controls.Add(btn_read_save);
Controls.Add(btn_read);
Controls.Add(panel1);
Controls.Add(tabControl1);
|
唐召明
authored
|
222
|
Margin = new Padding(2);
|
唐召明
authored
|
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
|
Name = "MainWindow";
Text = "IOT-数据采集地址协议解析";
tabControl1.ResumeLayout(false);
panel1.ResumeLayout(false);
panel1.PerformLayout();
panel2.ResumeLayout(false);
panel2.PerformLayout();
ResumeLayout(false);
PerformLayout();
}
#endregion
private TabControl tabControl1;
private TabPage tabPage1;
private TabPage tabPage2;
private Label label2;
private Label label1;
private ComboBox cb_factory;
private ComboBox cb_project;
private Panel panel1;
private Button btn_read_save;
private Button btn_read;
private Panel panel2;
private Label label3;
private CheckedListBox ccb_type;
private Button btnDefaule;
private Label label4;
}
}
|