|
@@ -116,12 +116,11 @@
|
116
|
116
|
this.label30 = new System.Windows.Forms.Label();
|
117
|
117
|
this.label29 = new System.Windows.Forms.Label();
|
118
|
118
|
this.numericUpDown11 = new System.Windows.Forms.NumericUpDown();
|
119
|
|
- this.numericUpDown10 = new System.Windows.Forms.NumericUpDown();
|
120
|
|
- this.numericUpDown9 = new System.Windows.Forms.NumericUpDown();
|
121
|
|
- this.button_AllZeroWrite = new System.Windows.Forms.Button();
|
122
|
|
- this.button6 = new System.Windows.Forms.Button();
|
|
119
|
+ this.numericUpDown_MultiOffset = new System.Windows.Forms.NumericUpDown();
|
|
120
|
+ this.numericUpDown_MultiSet = new System.Windows.Forms.NumericUpDown();
|
|
121
|
+ this.button_CurrentOutput = new System.Windows.Forms.Button();
|
123
|
122
|
this.button_MultiSet = new System.Windows.Forms.Button();
|
124
|
|
- this.button8 = new System.Windows.Forms.Button();
|
|
123
|
+ this.button_MultiOffset = new System.Windows.Forms.Button();
|
125
|
124
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
126
|
125
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
127
|
126
|
this.label_Function = new System.Windows.Forms.Label();
|
|
@@ -181,8 +180,8 @@
|
181
|
180
|
this.tabPage_Setting.SuspendLayout();
|
182
|
181
|
this.groupBox6.SuspendLayout();
|
183
|
182
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown11)).BeginInit();
|
184
|
|
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown10)).BeginInit();
|
185
|
|
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).BeginInit();
|
|
183
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_MultiOffset)).BeginInit();
|
|
184
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_MultiSet)).BeginInit();
|
186
|
185
|
this.groupBox3.SuspendLayout();
|
187
|
186
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView_TableSetting)).BeginInit();
|
188
|
187
|
this.SuspendLayout();
|
|
@@ -1213,12 +1212,11 @@
|
1213
|
1212
|
this.groupBox6.Controls.Add(this.label30);
|
1214
|
1213
|
this.groupBox6.Controls.Add(this.label29);
|
1215
|
1214
|
this.groupBox6.Controls.Add(this.numericUpDown11);
|
1216
|
|
- this.groupBox6.Controls.Add(this.numericUpDown10);
|
1217
|
|
- this.groupBox6.Controls.Add(this.numericUpDown9);
|
1218
|
|
- this.groupBox6.Controls.Add(this.button_AllZeroWrite);
|
1219
|
|
- this.groupBox6.Controls.Add(this.button6);
|
|
1215
|
+ this.groupBox6.Controls.Add(this.numericUpDown_MultiOffset);
|
|
1216
|
+ this.groupBox6.Controls.Add(this.numericUpDown_MultiSet);
|
|
1217
|
+ this.groupBox6.Controls.Add(this.button_CurrentOutput);
|
1220
|
1218
|
this.groupBox6.Controls.Add(this.button_MultiSet);
|
1221
|
|
- this.groupBox6.Controls.Add(this.button8);
|
|
1219
|
+ this.groupBox6.Controls.Add(this.button_MultiOffset);
|
1222
|
1220
|
this.groupBox6.Location = new System.Drawing.Point(338, 136);
|
1223
|
1221
|
this.groupBox6.Name = "groupBox6";
|
1224
|
1222
|
this.groupBox6.Size = new System.Drawing.Size(493, 219);
|
|
@@ -1259,37 +1257,29 @@
|
1259
|
1257
|
this.numericUpDown11.Size = new System.Drawing.Size(120, 21);
|
1260
|
1258
|
this.numericUpDown11.TabIndex = 6;
|
1261
|
1259
|
//
|
1262
|
|
- // numericUpDown10
|
|
1260
|
+ // numericUpDown_MultiOffset
|
1263
|
1261
|
//
|
1264
|
|
- this.numericUpDown10.Location = new System.Drawing.Point(150, 102);
|
1265
|
|
- this.numericUpDown10.Name = "numericUpDown10";
|
1266
|
|
- this.numericUpDown10.Size = new System.Drawing.Size(120, 21);
|
1267
|
|
- this.numericUpDown10.TabIndex = 6;
|
|
1262
|
+ this.numericUpDown_MultiOffset.Location = new System.Drawing.Point(150, 102);
|
|
1263
|
+ this.numericUpDown_MultiOffset.Name = "numericUpDown_MultiOffset";
|
|
1264
|
+ this.numericUpDown_MultiOffset.Size = new System.Drawing.Size(120, 21);
|
|
1265
|
+ this.numericUpDown_MultiOffset.TabIndex = 6;
|
1268
|
1266
|
//
|
1269
|
|
- // numericUpDown9
|
|
1267
|
+ // numericUpDown_MultiSet
|
1270
|
1268
|
//
|
1271
|
|
- this.numericUpDown9.Location = new System.Drawing.Point(150, 38);
|
1272
|
|
- this.numericUpDown9.Name = "numericUpDown9";
|
1273
|
|
- this.numericUpDown9.Size = new System.Drawing.Size(120, 21);
|
1274
|
|
- this.numericUpDown9.TabIndex = 6;
|
|
1269
|
+ this.numericUpDown_MultiSet.Location = new System.Drawing.Point(150, 38);
|
|
1270
|
+ this.numericUpDown_MultiSet.Name = "numericUpDown_MultiSet";
|
|
1271
|
+ this.numericUpDown_MultiSet.Size = new System.Drawing.Size(120, 21);
|
|
1272
|
+ this.numericUpDown_MultiSet.TabIndex = 6;
|
1275
|
1273
|
//
|
1276
|
|
- // button_AllZeroWrite
|
|
1274
|
+ // button_CurrentOutput
|
1277
|
1275
|
//
|
1278
|
|
- this.button_AllZeroWrite.Location = new System.Drawing.Point(372, 35);
|
1279
|
|
- this.button_AllZeroWrite.Name = "button_AllZeroWrite";
|
1280
|
|
- this.button_AllZeroWrite.Size = new System.Drawing.Size(115, 156);
|
1281
|
|
- this.button_AllZeroWrite.TabIndex = 5;
|
1282
|
|
- this.button_AllZeroWrite.Text = "All Zero Write";
|
1283
|
|
- this.button_AllZeroWrite.UseVisualStyleBackColor = true;
|
1284
|
|
- //
|
1285
|
|
- // button6
|
1286
|
|
- //
|
1287
|
|
- this.button6.Location = new System.Drawing.Point(291, 168);
|
1288
|
|
- this.button6.Name = "button6";
|
1289
|
|
- this.button6.Size = new System.Drawing.Size(75, 23);
|
1290
|
|
- this.button6.TabIndex = 1;
|
1291
|
|
- this.button6.Text = "APPLY";
|
1292
|
|
- this.button6.UseVisualStyleBackColor = true;
|
|
1276
|
+ this.button_CurrentOutput.Location = new System.Drawing.Point(291, 168);
|
|
1277
|
+ this.button_CurrentOutput.Name = "button_CurrentOutput";
|
|
1278
|
+ this.button_CurrentOutput.Size = new System.Drawing.Size(75, 23);
|
|
1279
|
+ this.button_CurrentOutput.TabIndex = 1;
|
|
1280
|
+ this.button_CurrentOutput.Text = "APPLY";
|
|
1281
|
+ this.button_CurrentOutput.UseVisualStyleBackColor = true;
|
|
1282
|
+ this.button_CurrentOutput.Click += new System.EventHandler(this.button_CurrentOutput_Click);
|
1293
|
1283
|
//
|
1294
|
1284
|
// button_MultiSet
|
1295
|
1285
|
//
|
|
@@ -1301,14 +1291,15 @@
|
1301
|
1291
|
this.button_MultiSet.UseVisualStyleBackColor = true;
|
1302
|
1292
|
this.button_MultiSet.Click += new System.EventHandler(this.button_MultiSet_Click);
|
1303
|
1293
|
//
|
1304
|
|
- // button8
|
|
1294
|
+ // button_MultiOffset
|
1305
|
1295
|
//
|
1306
|
|
- this.button8.Location = new System.Drawing.Point(291, 102);
|
1307
|
|
- this.button8.Name = "button8";
|
1308
|
|
- this.button8.Size = new System.Drawing.Size(75, 23);
|
1309
|
|
- this.button8.TabIndex = 3;
|
1310
|
|
- this.button8.Text = "APPLY";
|
1311
|
|
- this.button8.UseVisualStyleBackColor = true;
|
|
1296
|
+ this.button_MultiOffset.Location = new System.Drawing.Point(291, 102);
|
|
1297
|
+ this.button_MultiOffset.Name = "button_MultiOffset";
|
|
1298
|
+ this.button_MultiOffset.Size = new System.Drawing.Size(75, 23);
|
|
1299
|
+ this.button_MultiOffset.TabIndex = 3;
|
|
1300
|
+ this.button_MultiOffset.Text = "APPLY";
|
|
1301
|
+ this.button_MultiOffset.UseVisualStyleBackColor = true;
|
|
1302
|
+ this.button_MultiOffset.Click += new System.EventHandler(this.button_MultiOffset_Click);
|
1312
|
1303
|
//
|
1313
|
1304
|
// groupBox3
|
1314
|
1305
|
//
|
|
@@ -1386,6 +1377,7 @@
|
1386
|
1377
|
this.button_Expansion.TabIndex = 0;
|
1387
|
1378
|
this.button_Expansion.Text = "Expansion";
|
1388
|
1379
|
this.button_Expansion.UseVisualStyleBackColor = true;
|
|
1380
|
+ this.button_Expansion.Click += new System.EventHandler(this.button_Expansion_Click);
|
1389
|
1381
|
//
|
1390
|
1382
|
// button_FileLoad
|
1391
|
1383
|
//
|
|
@@ -1413,6 +1405,7 @@
|
1413
|
1405
|
this.button_Initalize.TabIndex = 0;
|
1414
|
1406
|
this.button_Initalize.Text = "Initalize";
|
1415
|
1407
|
this.button_Initalize.UseVisualStyleBackColor = true;
|
|
1408
|
+ this.button_Initalize.Click += new System.EventHandler(this.button_Initalize_Click);
|
1416
|
1409
|
//
|
1417
|
1410
|
// dataGridView_TableSetting
|
1418
|
1411
|
//
|
|
@@ -1508,8 +1501,8 @@
|
1508
|
1501
|
this.groupBox6.ResumeLayout(false);
|
1509
|
1502
|
this.groupBox6.PerformLayout();
|
1510
|
1503
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown11)).EndInit();
|
1511
|
|
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown10)).EndInit();
|
1512
|
|
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).EndInit();
|
|
1504
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_MultiOffset)).EndInit();
|
|
1505
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_MultiSet)).EndInit();
|
1513
|
1506
|
this.groupBox3.ResumeLayout(false);
|
1514
|
1507
|
this.groupBox3.PerformLayout();
|
1515
|
1508
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView_TableSetting)).EndInit();
|
|
@@ -1607,12 +1600,11 @@
|
1607
|
1600
|
private System.Windows.Forms.Label label30;
|
1608
|
1601
|
private System.Windows.Forms.Label label29;
|
1609
|
1602
|
private System.Windows.Forms.NumericUpDown numericUpDown11;
|
1610
|
|
- private System.Windows.Forms.NumericUpDown numericUpDown10;
|
1611
|
|
- private System.Windows.Forms.NumericUpDown numericUpDown9;
|
1612
|
|
- private System.Windows.Forms.Button button_AllZeroWrite;
|
1613
|
|
- private System.Windows.Forms.Button button6;
|
|
1603
|
+ private System.Windows.Forms.NumericUpDown numericUpDown_MultiOffset;
|
|
1604
|
+ private System.Windows.Forms.NumericUpDown numericUpDown_MultiSet;
|
|
1605
|
+ private System.Windows.Forms.Button button_CurrentOutput;
|
1614
|
1606
|
private System.Windows.Forms.Button button_MultiSet;
|
1615
|
|
- private System.Windows.Forms.Button button8;
|
|
1607
|
+ private System.Windows.Forms.Button button_MultiOffset;
|
1616
|
1608
|
private System.Windows.Forms.GroupBox groupBox3;
|
1617
|
1609
|
private System.Windows.Forms.ComboBox comboBox1;
|
1618
|
1610
|
private System.Windows.Forms.Label label_Function;
|