|
@@ -31,6 +31,7 @@
|
31
|
31
|
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
32
|
32
|
System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
|
33
|
33
|
System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
34
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Hidden));
|
34
|
35
|
this.panel1 = new System.Windows.Forms.Panel();
|
35
|
36
|
this.numericUpDown_UL3_TableOffset = new System.Windows.Forms.NumericUpDown();
|
36
|
37
|
this.numericUpDown_UL4_TableOffset = new System.Windows.Forms.NumericUpDown();
|
|
@@ -209,12 +210,12 @@
|
209
|
210
|
this.panel1.Controls.Add(this.panel2);
|
210
|
211
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
211
|
212
|
this.panel1.Name = "panel1";
|
212
|
|
- this.panel1.Size = new System.Drawing.Size(1238, 783);
|
|
213
|
+ this.panel1.Size = new System.Drawing.Size(1138, 783);
|
213
|
214
|
this.panel1.TabIndex = 0;
|
214
|
215
|
//
|
215
|
216
|
// numericUpDown_UL3_TableOffset
|
216
|
217
|
//
|
217
|
|
- this.numericUpDown_UL3_TableOffset.Location = new System.Drawing.Point(1108, 180);
|
|
218
|
+ this.numericUpDown_UL3_TableOffset.Location = new System.Drawing.Point(1014, 164);
|
218
|
219
|
this.numericUpDown_UL3_TableOffset.Maximum = new decimal(new int[] {
|
219
|
220
|
10,
|
220
|
221
|
0,
|
|
@@ -233,7 +234,7 @@
|
233
|
234
|
//
|
234
|
235
|
// numericUpDown_UL4_TableOffset
|
235
|
236
|
//
|
236
|
|
- this.numericUpDown_UL4_TableOffset.Location = new System.Drawing.Point(1108, 207);
|
|
237
|
+ this.numericUpDown_UL4_TableOffset.Location = new System.Drawing.Point(1014, 191);
|
237
|
238
|
this.numericUpDown_UL4_TableOffset.Maximum = new decimal(new int[] {
|
238
|
239
|
10,
|
239
|
240
|
0,
|
|
@@ -252,7 +253,7 @@
|
252
|
253
|
//
|
253
|
254
|
// numericUpDown_UL2_TableOffset
|
254
|
255
|
//
|
255
|
|
- this.numericUpDown_UL2_TableOffset.Location = new System.Drawing.Point(1108, 153);
|
|
256
|
+ this.numericUpDown_UL2_TableOffset.Location = new System.Drawing.Point(1014, 137);
|
256
|
257
|
this.numericUpDown_UL2_TableOffset.Maximum = new decimal(new int[] {
|
257
|
258
|
10,
|
258
|
259
|
0,
|
|
@@ -271,7 +272,7 @@
|
271
|
272
|
//
|
272
|
273
|
// numericUpDown_UL1_TableOffset
|
273
|
274
|
//
|
274
|
|
- this.numericUpDown_UL1_TableOffset.Location = new System.Drawing.Point(1108, 125);
|
|
275
|
+ this.numericUpDown_UL1_TableOffset.Location = new System.Drawing.Point(1014, 109);
|
275
|
276
|
this.numericUpDown_UL1_TableOffset.Maximum = new decimal(new int[] {
|
276
|
277
|
10,
|
277
|
278
|
0,
|
|
@@ -290,7 +291,7 @@
|
290
|
291
|
//
|
291
|
292
|
// numericUpDown_DL_TableOffset
|
292
|
293
|
//
|
293
|
|
- this.numericUpDown_DL_TableOffset.Location = new System.Drawing.Point(1108, 94);
|
|
294
|
+ this.numericUpDown_DL_TableOffset.Location = new System.Drawing.Point(1014, 78);
|
294
|
295
|
this.numericUpDown_DL_TableOffset.Maximum = new decimal(new int[] {
|
295
|
296
|
10,
|
296
|
297
|
0,
|
|
@@ -856,9 +857,9 @@
|
856
|
857
|
//
|
857
|
858
|
// button_Down
|
858
|
859
|
//
|
859
|
|
- this.button_Down.Location = new System.Drawing.Point(599, 556);
|
|
860
|
+ this.button_Down.Location = new System.Drawing.Point(595, 509);
|
860
|
861
|
this.button_Down.Name = "button_Down";
|
861
|
|
- this.button_Down.Size = new System.Drawing.Size(162, 23);
|
|
862
|
+ this.button_Down.Size = new System.Drawing.Size(166, 23);
|
862
|
863
|
this.button_Down.TabIndex = 165;
|
863
|
864
|
this.button_Down.Text = "2 Step Down";
|
864
|
865
|
this.button_Down.UseVisualStyleBackColor = true;
|
|
@@ -866,9 +867,9 @@
|
866
|
867
|
//
|
867
|
868
|
// button_TableAttribute_Default
|
868
|
869
|
//
|
869
|
|
- this.button_TableAttribute_Default.Location = new System.Drawing.Point(510, 554);
|
|
870
|
+ this.button_TableAttribute_Default.Location = new System.Drawing.Point(508, 507);
|
870
|
871
|
this.button_TableAttribute_Default.Name = "button_TableAttribute_Default";
|
871
|
|
- this.button_TableAttribute_Default.Size = new System.Drawing.Size(75, 23);
|
|
872
|
+ this.button_TableAttribute_Default.Size = new System.Drawing.Size(77, 23);
|
872
|
873
|
this.button_TableAttribute_Default.TabIndex = 164;
|
873
|
874
|
this.button_TableAttribute_Default.Text = "Default";
|
874
|
875
|
this.button_TableAttribute_Default.UseVisualStyleBackColor = true;
|
|
@@ -877,7 +878,7 @@
|
877
|
878
|
// label45
|
878
|
879
|
//
|
879
|
880
|
this.label45.AutoSize = true;
|
880
|
|
- this.label45.Location = new System.Drawing.Point(337, 583);
|
|
881
|
+ this.label45.Location = new System.Drawing.Point(333, 536);
|
881
|
882
|
this.label45.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
882
|
883
|
this.label45.Name = "label45";
|
883
|
884
|
this.label45.Size = new System.Drawing.Size(59, 12);
|
|
@@ -886,7 +887,7 @@
|
886
|
887
|
//
|
887
|
888
|
// numericUpDown_TableRef
|
888
|
889
|
//
|
889
|
|
- this.numericUpDown_TableRef.Location = new System.Drawing.Point(421, 581);
|
|
890
|
+ this.numericUpDown_TableRef.Location = new System.Drawing.Point(417, 534);
|
890
|
891
|
this.numericUpDown_TableRef.Minimum = new decimal(new int[] {
|
891
|
892
|
30,
|
892
|
893
|
0,
|
|
@@ -899,7 +900,7 @@
|
899
|
900
|
// label_TableLength
|
900
|
901
|
//
|
901
|
902
|
this.label_TableLength.AutoSize = true;
|
902
|
|
- this.label_TableLength.Location = new System.Drawing.Point(337, 558);
|
|
903
|
+ this.label_TableLength.Location = new System.Drawing.Point(333, 511);
|
903
|
904
|
this.label_TableLength.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
904
|
905
|
this.label_TableLength.Name = "label_TableLength";
|
905
|
906
|
this.label_TableLength.Size = new System.Drawing.Size(79, 12);
|
|
@@ -908,7 +909,7 @@
|
908
|
909
|
//
|
909
|
910
|
// numericUpDown_TableLength
|
910
|
911
|
//
|
911
|
|
- this.numericUpDown_TableLength.Location = new System.Drawing.Point(421, 556);
|
|
912
|
+ this.numericUpDown_TableLength.Location = new System.Drawing.Point(417, 509);
|
912
|
913
|
this.numericUpDown_TableLength.Name = "numericUpDown_TableLength";
|
913
|
914
|
this.numericUpDown_TableLength.Size = new System.Drawing.Size(74, 21);
|
914
|
915
|
this.numericUpDown_TableLength.TabIndex = 161;
|
|
@@ -919,7 +920,7 @@
|
919
|
920
|
this.chart_Table.ChartAreas.Add(chartArea1);
|
920
|
921
|
legend1.Name = "Legend1";
|
921
|
922
|
this.chart_Table.Legends.Add(legend1);
|
922
|
|
- this.chart_Table.Location = new System.Drawing.Point(332, 602);
|
|
923
|
+ this.chart_Table.Location = new System.Drawing.Point(328, 555);
|
923
|
924
|
this.chart_Table.Name = "chart_Table";
|
924
|
925
|
series1.ChartArea = "ChartArea1";
|
925
|
926
|
series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
|
|
@@ -934,7 +935,7 @@
|
934
|
935
|
//
|
935
|
936
|
this.button_AllExcelLoad.Location = new System.Drawing.Point(684, 450);
|
936
|
937
|
this.button_AllExcelLoad.Name = "button_AllExcelLoad";
|
937
|
|
- this.button_AllExcelLoad.Size = new System.Drawing.Size(77, 100);
|
|
938
|
+ this.button_AllExcelLoad.Size = new System.Drawing.Size(77, 56);
|
938
|
939
|
this.button_AllExcelLoad.TabIndex = 158;
|
939
|
940
|
this.button_AllExcelLoad.Text = "ALL ExcelLoad";
|
940
|
941
|
this.button_AllExcelLoad.UseVisualStyleBackColor = true;
|
|
@@ -944,7 +945,7 @@
|
944
|
945
|
//
|
945
|
946
|
this.button_AllExcelSave.Location = new System.Drawing.Point(596, 450);
|
946
|
947
|
this.button_AllExcelSave.Name = "button_AllExcelSave";
|
947
|
|
- this.button_AllExcelSave.Size = new System.Drawing.Size(77, 100);
|
|
948
|
+ this.button_AllExcelSave.Size = new System.Drawing.Size(77, 56);
|
948
|
949
|
this.button_AllExcelSave.TabIndex = 157;
|
949
|
950
|
this.button_AllExcelSave.Text = "ALL ExcelSave";
|
950
|
951
|
this.button_AllExcelSave.UseVisualStyleBackColor = true;
|
|
@@ -954,7 +955,7 @@
|
954
|
955
|
//
|
955
|
956
|
this.button_ExcelKill.Location = new System.Drawing.Point(508, 450);
|
956
|
957
|
this.button_ExcelKill.Name = "button_ExcelKill";
|
957
|
|
- this.button_ExcelKill.Size = new System.Drawing.Size(77, 100);
|
|
958
|
+ this.button_ExcelKill.Size = new System.Drawing.Size(77, 56);
|
958
|
959
|
this.button_ExcelKill.TabIndex = 156;
|
959
|
960
|
this.button_ExcelKill.Text = "Excell Kill";
|
960
|
961
|
this.button_ExcelKill.UseVisualStyleBackColor = true;
|
|
@@ -964,7 +965,7 @@
|
964
|
965
|
//
|
965
|
966
|
this.button_ExcelLoad.Location = new System.Drawing.Point(420, 450);
|
966
|
967
|
this.button_ExcelLoad.Name = "button_ExcelLoad";
|
967
|
|
- this.button_ExcelLoad.Size = new System.Drawing.Size(77, 100);
|
|
968
|
+ this.button_ExcelLoad.Size = new System.Drawing.Size(77, 56);
|
968
|
969
|
this.button_ExcelLoad.TabIndex = 154;
|
969
|
970
|
this.button_ExcelLoad.Text = "ExcelLoad";
|
970
|
971
|
this.button_ExcelLoad.UseVisualStyleBackColor = true;
|
|
@@ -974,7 +975,7 @@
|
974
|
975
|
//
|
975
|
976
|
this.button_ExcelSave.Location = new System.Drawing.Point(332, 450);
|
976
|
977
|
this.button_ExcelSave.Name = "button_ExcelSave";
|
977
|
|
- this.button_ExcelSave.Size = new System.Drawing.Size(77, 100);
|
|
978
|
+ this.button_ExcelSave.Size = new System.Drawing.Size(77, 56);
|
978
|
979
|
this.button_ExcelSave.TabIndex = 155;
|
979
|
980
|
this.button_ExcelSave.Text = "ExcelSave";
|
980
|
981
|
this.button_ExcelSave.UseVisualStyleBackColor = true;
|
|
@@ -1381,7 +1382,7 @@
|
1381
|
1382
|
this.dataGridView_TableSetting.RowTemplate.Height = 23;
|
1382
|
1383
|
this.dataGridView_TableSetting.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
1383
|
1384
|
this.dataGridView_TableSetting.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
1384
|
|
- this.dataGridView_TableSetting.Size = new System.Drawing.Size(296, 699);
|
|
1385
|
+ this.dataGridView_TableSetting.Size = new System.Drawing.Size(296, 524);
|
1385
|
1386
|
this.dataGridView_TableSetting.TabIndex = 150;
|
1386
|
1387
|
//
|
1387
|
1388
|
// Column_DB
|
|
@@ -1413,7 +1414,7 @@
|
1413
|
1414
|
this.panel2.Controls.Add(this.label1);
|
1414
|
1415
|
this.panel2.Location = new System.Drawing.Point(0, 0);
|
1415
|
1416
|
this.panel2.Name = "panel2";
|
1416
|
|
- this.panel2.Size = new System.Drawing.Size(1238, 54);
|
|
1417
|
+ this.panel2.Size = new System.Drawing.Size(1134, 54);
|
1417
|
1418
|
this.panel2.TabIndex = 0;
|
1418
|
1419
|
//
|
1419
|
1420
|
// label1
|
|
@@ -1432,8 +1433,10 @@
|
1432
|
1433
|
//
|
1433
|
1434
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
1434
|
1435
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
1435
|
|
- this.ClientSize = new System.Drawing.Size(1240, 782);
|
|
1436
|
+ this.ClientSize = new System.Drawing.Size(1085, 782);
|
1436
|
1437
|
this.Controls.Add(this.panel1);
|
|
1438
|
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
1439
|
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
1437
|
1440
|
this.Name = "Hidden";
|
1438
|
1441
|
this.Text = "Hidden";
|
1439
|
1442
|
this.Load += new System.EventHandler(this.Hidden_Load);
|