-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathForm1.Designer.cs
executable file
·320 lines (313 loc) · 13.5 KB
/
Form1.Designer.cs
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
212
213
214
215
216
217
218
219
220
221
222
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
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
namespace calTeleAddr
{
partial class Form1
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.label1 = new System.Windows.Forms.Label();
this.txtTime1 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.txtTime2 = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.txtBlock = new System.Windows.Forms.TextBox();
this.txtHang = new System.Windows.Forms.TextBox();
this.txtKuai = new System.Windows.Forms.TextBox();
this.label19 = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.label22 = new System.Windows.Forms.Label();
this.txtBlock2 = new System.Windows.Forms.TextBox();
this.txtHang2 = new System.Windows.Forms.TextBox();
this.txtKuai2 = new System.Windows.Forms.TextBox();
this.btnCal = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtKuai);
this.groupBox1.Controls.Add(this.txtHang);
this.groupBox1.Controls.Add(this.txtBlock);
this.groupBox1.Controls.Add(this.txtTime1);
this.groupBox1.Controls.Add(this.label18);
this.groupBox1.Controls.Add(this.label17);
this.groupBox1.Controls.Add(this.label16);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label15);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(601, 124);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "groupBox1";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 17);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "参考时间";
//
// txtTime1
//
this.txtTime1.Location = new System.Drawing.Point(8, 33);
this.txtTime1.Name = "txtTime1";
this.txtTime1.Size = new System.Drawing.Size(227, 21);
this.txtTime1.TabIndex = 1;
this.txtTime1.Text = "2013-01-01 00:00:00";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(251, 33);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(119, 12);
this.label2.TabIndex = 0;
this.label2.Text = "yyyy-MM-dd hh:mm:ss";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.txtKuai2);
this.groupBox2.Controls.Add(this.txtHang2);
this.groupBox2.Controls.Add(this.txtTime2);
this.groupBox2.Controls.Add(this.txtBlock2);
this.groupBox2.Controls.Add(this.label22);
this.groupBox2.Controls.Add(this.label14);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.label21);
this.groupBox2.Controls.Add(this.label19);
this.groupBox2.Controls.Add(this.label20);
this.groupBox2.Location = new System.Drawing.Point(12, 153);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(601, 124);
this.groupBox2.TabIndex = 4;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "groupBox2";
//
// txtTime2
//
this.txtTime2.Location = new System.Drawing.Point(8, 33);
this.txtTime2.Name = "txtTime2";
this.txtTime2.Size = new System.Drawing.Size(227, 21);
this.txtTime2.TabIndex = 1;
this.txtTime2.Text = "2013-01-01 00:00:00";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(6, 17);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(53, 12);
this.label14.TabIndex = 0;
this.label14.Text = "待求时间";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(6, 70);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(53, 12);
this.label15.TabIndex = 0;
this.label15.Text = "参考地址";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(76, 87);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(17, 12);
this.label16.TabIndex = 0;
this.label16.Text = "片";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(165, 87);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(17, 12);
this.label17.TabIndex = 0;
this.label17.Text = "行";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(251, 87);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(17, 12);
this.label18.TabIndex = 0;
this.label18.Text = "块";
//
// txtBlock
//
this.txtBlock.Location = new System.Drawing.Point(8, 85);
this.txtBlock.Name = "txtBlock";
this.txtBlock.Size = new System.Drawing.Size(62, 21);
this.txtBlock.TabIndex = 1;
this.txtBlock.Text = "0";
//
// txtHang
//
this.txtHang.Location = new System.Drawing.Point(99, 84);
this.txtHang.Name = "txtHang";
this.txtHang.Size = new System.Drawing.Size(60, 21);
this.txtHang.TabIndex = 2;
this.txtHang.Text = "00";
//
// txtKuai
//
this.txtKuai.Location = new System.Drawing.Point(188, 84);
this.txtKuai.Name = "txtKuai";
this.txtKuai.Size = new System.Drawing.Size(57, 21);
this.txtKuai.TabIndex = 3;
this.txtKuai.Text = "00";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(6, 66);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(53, 12);
this.label19.TabIndex = 0;
this.label19.Text = "待求地址";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(76, 83);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(17, 12);
this.label20.TabIndex = 0;
this.label20.Text = "片";
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(165, 83);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(17, 12);
this.label21.TabIndex = 0;
this.label21.Text = "行";
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(251, 83);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(17, 12);
this.label22.TabIndex = 0;
this.label22.Text = "块";
//
// txtBlock2
//
this.txtBlock2.Location = new System.Drawing.Point(8, 81);
this.txtBlock2.Name = "txtBlock2";
this.txtBlock2.Size = new System.Drawing.Size(62, 21);
this.txtBlock2.TabIndex = 1;
//
// txtHang2
//
this.txtHang2.Location = new System.Drawing.Point(99, 80);
this.txtHang2.Name = "txtHang2";
this.txtHang2.Size = new System.Drawing.Size(60, 21);
this.txtHang2.TabIndex = 2;
//
// txtKuai2
//
this.txtKuai2.Location = new System.Drawing.Point(188, 80);
this.txtKuai2.Name = "txtKuai2";
this.txtKuai2.Size = new System.Drawing.Size(57, 21);
this.txtKuai2.TabIndex = 3;
//
// btnCal
//
this.btnCal.Location = new System.Drawing.Point(538, 296);
this.btnCal.Name = "btnCal";
this.btnCal.Size = new System.Drawing.Size(75, 23);
this.btnCal.TabIndex = 5;
this.btnCal.Text = "计算";
this.btnCal.UseVisualStyleBackColor = true;
this.btnCal.Click += new System.EventHandler(this.btnCal_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(251, 33);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(119, 12);
this.label3.TabIndex = 0;
this.label3.Text = "yyyy-MM-dd hh:mm:ss";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(625, 346);
this.Controls.Add(this.btnCal);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Name = "Form1";
this.Text = "遥测存储回算";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtKuai;
private System.Windows.Forms.TextBox txtHang;
private System.Windows.Forms.TextBox txtBlock;
private System.Windows.Forms.TextBox txtTime1;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TextBox txtKuai2;
private System.Windows.Forms.TextBox txtHang2;
private System.Windows.Forms.TextBox txtTime2;
private System.Windows.Forms.TextBox txtBlock2;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Button btnCal;
private System.Windows.Forms.Label label3;
}
}