|
@@ -111,30 +111,28 @@
|
111
|
111
|
this.cmBaudRate = new System.Windows.Forms.Label();
|
112
|
112
|
this.comboBox_baudrate = new System.Windows.Forms.ComboBox();
|
113
|
113
|
this.tabPage_Setting = new System.Windows.Forms.TabPage();
|
114
|
|
- this.dataGridView_TableSetting = new System.Windows.Forms.DataGridView();
|
115
|
|
- this.Column_DB = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
116
|
|
- this.Column_Offset = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
117
|
|
- this.groupBox3 = new System.Windows.Forms.GroupBox();
|
118
|
114
|
this.groupBox6 = new System.Windows.Forms.GroupBox();
|
119
|
|
- this.button_Initalize = new System.Windows.Forms.Button();
|
120
|
|
- this.button_FileSave = new System.Windows.Forms.Button();
|
121
|
|
- this.button_FileLoad = new System.Windows.Forms.Button();
|
122
|
|
- this.button_Expansion = new System.Windows.Forms.Button();
|
|
115
|
+ this.label31 = new System.Windows.Forms.Label();
|
|
116
|
+ this.label30 = new System.Windows.Forms.Label();
|
|
117
|
+ this.label29 = new System.Windows.Forms.Label();
|
|
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();
|
123
|
122
|
this.button6 = new System.Windows.Forms.Button();
|
124
|
123
|
this.button7 = new System.Windows.Forms.Button();
|
125
|
124
|
this.button8 = new System.Windows.Forms.Button();
|
126
|
|
- this.button9 = new System.Windows.Forms.Button();
|
127
|
|
- this.button10 = new System.Windows.Forms.Button();
|
128
|
|
- this.button_AllZeroWrite = new System.Windows.Forms.Button();
|
129
|
|
- this.numericUpDown9 = new System.Windows.Forms.NumericUpDown();
|
130
|
|
- this.numericUpDown10 = new System.Windows.Forms.NumericUpDown();
|
131
|
|
- this.numericUpDown11 = new System.Windows.Forms.NumericUpDown();
|
132
|
|
- this.label29 = new System.Windows.Forms.Label();
|
133
|
|
- this.label30 = new System.Windows.Forms.Label();
|
134
|
|
- this.label31 = new System.Windows.Forms.Label();
|
135
|
|
- this.label_Table = new System.Windows.Forms.Label();
|
136
|
|
- this.label_Function = new System.Windows.Forms.Label();
|
|
125
|
+ this.groupBox3 = new System.Windows.Forms.GroupBox();
|
137
|
126
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
127
|
+ this.label_Function = new System.Windows.Forms.Label();
|
|
128
|
+ this.label_Table = new System.Windows.Forms.Label();
|
|
129
|
+ this.button_Expansion = new System.Windows.Forms.Button();
|
|
130
|
+ this.button_FileLoad = new System.Windows.Forms.Button();
|
|
131
|
+ this.button_FileSave = new System.Windows.Forms.Button();
|
|
132
|
+ this.button_Initalize = new System.Windows.Forms.Button();
|
|
133
|
+ this.dataGridView_TableSetting = new System.Windows.Forms.DataGridView();
|
|
134
|
+ this.Column_DB = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
135
|
+ this.Column_Offset = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
138
|
136
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
139
|
137
|
this.tabControl1.SuspendLayout();
|
140
|
138
|
this.tabPage_Main.SuspendLayout();
|
|
@@ -181,12 +179,12 @@
|
181
|
179
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox_R_RX)).BeginInit();
|
182
|
180
|
this.groupBox9.SuspendLayout();
|
183
|
181
|
this.tabPage_Setting.SuspendLayout();
|
184
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView_TableSetting)).BeginInit();
|
185
|
|
- this.groupBox3.SuspendLayout();
|
186
|
182
|
this.groupBox6.SuspendLayout();
|
187
|
|
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).BeginInit();
|
188
|
|
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown10)).BeginInit();
|
189
|
183
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown11)).BeginInit();
|
|
184
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown10)).BeginInit();
|
|
185
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).BeginInit();
|
|
186
|
+ this.groupBox3.SuspendLayout();
|
|
187
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView_TableSetting)).BeginInit();
|
190
|
188
|
this.SuspendLayout();
|
191
|
189
|
//
|
192
|
190
|
// pictureBox1
|
|
@@ -1204,50 +1202,11 @@
|
1204
|
1202
|
this.tabPage_Setting.Location = new System.Drawing.Point(4, 22);
|
1205
|
1203
|
this.tabPage_Setting.Name = "tabPage_Setting";
|
1206
|
1204
|
this.tabPage_Setting.Padding = new System.Windows.Forms.Padding(3);
|
1207
|
|
- this.tabPage_Setting.Size = new System.Drawing.Size(910, 375);
|
|
1205
|
+ this.tabPage_Setting.Size = new System.Drawing.Size(910, 384);
|
1208
|
1206
|
this.tabPage_Setting.TabIndex = 1;
|
1209
|
1207
|
this.tabPage_Setting.Text = "Setting";
|
1210
|
1208
|
this.tabPage_Setting.UseVisualStyleBackColor = true;
|
1211
|
1209
|
//
|
1212
|
|
- // dataGridView_TableSetting
|
1213
|
|
- //
|
1214
|
|
- this.dataGridView_TableSetting.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
1215
|
|
- this.dataGridView_TableSetting.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
1216
|
|
- this.Column_DB,
|
1217
|
|
- this.Column_Offset});
|
1218
|
|
- this.dataGridView_TableSetting.Location = new System.Drawing.Point(16, 17);
|
1219
|
|
- this.dataGridView_TableSetting.Name = "dataGridView_TableSetting";
|
1220
|
|
- this.dataGridView_TableSetting.RowHeadersWidth = 50;
|
1221
|
|
- this.dataGridView_TableSetting.RowTemplate.Height = 23;
|
1222
|
|
- this.dataGridView_TableSetting.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
1223
|
|
- this.dataGridView_TableSetting.Size = new System.Drawing.Size(282, 338);
|
1224
|
|
- this.dataGridView_TableSetting.TabIndex = 0;
|
1225
|
|
- //
|
1226
|
|
- // Column_DB
|
1227
|
|
- //
|
1228
|
|
- this.Column_DB.HeaderText = "DB";
|
1229
|
|
- this.Column_DB.Name = "Column_DB";
|
1230
|
|
- //
|
1231
|
|
- // Column_Offset
|
1232
|
|
- //
|
1233
|
|
- this.Column_Offset.HeaderText = "Offset";
|
1234
|
|
- this.Column_Offset.Name = "Column_Offset";
|
1235
|
|
- //
|
1236
|
|
- // groupBox3
|
1237
|
|
- //
|
1238
|
|
- this.groupBox3.Controls.Add(this.comboBox1);
|
1239
|
|
- this.groupBox3.Controls.Add(this.label_Function);
|
1240
|
|
- this.groupBox3.Controls.Add(this.label_Table);
|
1241
|
|
- this.groupBox3.Controls.Add(this.button_Expansion);
|
1242
|
|
- this.groupBox3.Controls.Add(this.button_FileLoad);
|
1243
|
|
- this.groupBox3.Controls.Add(this.button_FileSave);
|
1244
|
|
- this.groupBox3.Controls.Add(this.button_Initalize);
|
1245
|
|
- this.groupBox3.Location = new System.Drawing.Point(338, 17);
|
1246
|
|
- this.groupBox3.Name = "groupBox3";
|
1247
|
|
- this.groupBox3.Size = new System.Drawing.Size(493, 113);
|
1248
|
|
- this.groupBox3.TabIndex = 1;
|
1249
|
|
- this.groupBox3.TabStop = false;
|
1250
|
|
- //
|
1251
|
1210
|
// groupBox6
|
1252
|
1211
|
//
|
1253
|
1212
|
this.groupBox6.Controls.Add(this.label31);
|
|
@@ -1260,177 +1219,224 @@
|
1260
|
1219
|
this.groupBox6.Controls.Add(this.button6);
|
1261
|
1220
|
this.groupBox6.Controls.Add(this.button7);
|
1262
|
1221
|
this.groupBox6.Controls.Add(this.button8);
|
1263
|
|
- this.groupBox6.Controls.Add(this.button10);
|
1264
|
|
- this.groupBox6.Controls.Add(this.button9);
|
1265
|
1222
|
this.groupBox6.Location = new System.Drawing.Point(338, 136);
|
1266
|
1223
|
this.groupBox6.Name = "groupBox6";
|
1267
|
1224
|
this.groupBox6.Size = new System.Drawing.Size(493, 219);
|
1268
|
1225
|
this.groupBox6.TabIndex = 1;
|
1269
|
1226
|
this.groupBox6.TabStop = false;
|
1270
|
1227
|
//
|
1271
|
|
- // button_Initalize
|
|
1228
|
+ // label31
|
1272
|
1229
|
//
|
1273
|
|
- this.button_Initalize.Location = new System.Drawing.Point(86, 71);
|
1274
|
|
- this.button_Initalize.Name = "button_Initalize";
|
1275
|
|
- this.button_Initalize.Size = new System.Drawing.Size(75, 23);
|
1276
|
|
- this.button_Initalize.TabIndex = 0;
|
1277
|
|
- this.button_Initalize.Text = "Initalize";
|
1278
|
|
- this.button_Initalize.UseVisualStyleBackColor = true;
|
|
1230
|
+ this.label31.AutoSize = true;
|
|
1231
|
+ this.label31.Location = new System.Drawing.Point(58, 173);
|
|
1232
|
+ this.label31.Name = "label31";
|
|
1233
|
+ this.label31.Size = new System.Drawing.Size(86, 12);
|
|
1234
|
+ this.label31.TabIndex = 7;
|
|
1235
|
+ this.label31.Text = "Current Output";
|
1279
|
1236
|
//
|
1280
|
|
- // button_FileSave
|
|
1237
|
+ // label30
|
1281
|
1238
|
//
|
1282
|
|
- this.button_FileSave.Location = new System.Drawing.Point(248, 71);
|
1283
|
|
- this.button_FileSave.Name = "button_FileSave";
|
1284
|
|
- this.button_FileSave.Size = new System.Drawing.Size(75, 23);
|
1285
|
|
- this.button_FileSave.TabIndex = 0;
|
1286
|
|
- this.button_FileSave.Text = "File Save";
|
1287
|
|
- this.button_FileSave.UseVisualStyleBackColor = true;
|
|
1239
|
+ this.label30.AutoSize = true;
|
|
1240
|
+ this.label30.Location = new System.Drawing.Point(59, 104);
|
|
1241
|
+ this.label30.Name = "label30";
|
|
1242
|
+ this.label30.Size = new System.Drawing.Size(68, 12);
|
|
1243
|
+ this.label30.TabIndex = 7;
|
|
1244
|
+ this.label30.Text = "Multi Offset";
|
1288
|
1245
|
//
|
1289
|
|
- // button_FileLoad
|
|
1246
|
+ // label29
|
1290
|
1247
|
//
|
1291
|
|
- this.button_FileLoad.Location = new System.Drawing.Point(329, 71);
|
1292
|
|
- this.button_FileLoad.Name = "button_FileLoad";
|
1293
|
|
- this.button_FileLoad.Size = new System.Drawing.Size(75, 23);
|
1294
|
|
- this.button_FileLoad.TabIndex = 0;
|
1295
|
|
- this.button_FileLoad.Text = "File Load";
|
1296
|
|
- this.button_FileLoad.UseVisualStyleBackColor = true;
|
|
1248
|
+ this.label29.AutoSize = true;
|
|
1249
|
+ this.label29.Location = new System.Drawing.Point(59, 40);
|
|
1250
|
+ this.label29.Name = "label29";
|
|
1251
|
+ this.label29.Size = new System.Drawing.Size(54, 12);
|
|
1252
|
+ this.label29.TabIndex = 7;
|
|
1253
|
+ this.label29.Text = "Multi Set";
|
1297
|
1254
|
//
|
1298
|
|
- // button_Expansion
|
|
1255
|
+ // numericUpDown11
|
1299
|
1256
|
//
|
1300
|
|
- this.button_Expansion.Location = new System.Drawing.Point(167, 71);
|
1301
|
|
- this.button_Expansion.Name = "button_Expansion";
|
1302
|
|
- this.button_Expansion.Size = new System.Drawing.Size(75, 23);
|
1303
|
|
- this.button_Expansion.TabIndex = 0;
|
1304
|
|
- this.button_Expansion.Text = "Expansion";
|
1305
|
|
- this.button_Expansion.UseVisualStyleBackColor = true;
|
|
1257
|
+ this.numericUpDown11.Location = new System.Drawing.Point(150, 171);
|
|
1258
|
+ this.numericUpDown11.Name = "numericUpDown11";
|
|
1259
|
+ this.numericUpDown11.Size = new System.Drawing.Size(120, 21);
|
|
1260
|
+ this.numericUpDown11.TabIndex = 6;
|
|
1261
|
+ //
|
|
1262
|
+ // numericUpDown10
|
|
1263
|
+ //
|
|
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;
|
|
1268
|
+ //
|
|
1269
|
+ // numericUpDown9
|
|
1270
|
+ //
|
|
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;
|
|
1275
|
+ //
|
|
1276
|
+ // button_AllZeroWrite
|
|
1277
|
+ //
|
|
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;
|
1306
|
1284
|
//
|
1307
|
1285
|
// button6
|
1308
|
1286
|
//
|
1309
|
|
- this.button6.Location = new System.Drawing.Point(291, 126);
|
|
1287
|
+ this.button6.Location = new System.Drawing.Point(291, 168);
|
1310
|
1288
|
this.button6.Name = "button6";
|
1311
|
1289
|
this.button6.Size = new System.Drawing.Size(75, 23);
|
1312
|
1290
|
this.button6.TabIndex = 1;
|
1313
|
|
- this.button6.Text = "button1";
|
|
1291
|
+ this.button6.Text = "APPLY";
|
1314
|
1292
|
this.button6.UseVisualStyleBackColor = true;
|
1315
|
1293
|
//
|
1316
|
1294
|
// button7
|
1317
|
1295
|
//
|
1318
|
|
- this.button7.Location = new System.Drawing.Point(291, 36);
|
|
1296
|
+ this.button7.Location = new System.Drawing.Point(291, 35);
|
1319
|
1297
|
this.button7.Name = "button7";
|
1320
|
1298
|
this.button7.Size = new System.Drawing.Size(75, 23);
|
1321
|
1299
|
this.button7.TabIndex = 2;
|
1322
|
|
- this.button7.Text = "button1";
|
|
1300
|
+ this.button7.Text = "APPLY";
|
1323
|
1301
|
this.button7.UseVisualStyleBackColor = true;
|
1324
|
1302
|
//
|
1325
|
1303
|
// button8
|
1326
|
1304
|
//
|
1327
|
|
- this.button8.Location = new System.Drawing.Point(291, 79);
|
|
1305
|
+ this.button8.Location = new System.Drawing.Point(291, 102);
|
1328
|
1306
|
this.button8.Name = "button8";
|
1329
|
1307
|
this.button8.Size = new System.Drawing.Size(75, 23);
|
1330
|
1308
|
this.button8.TabIndex = 3;
|
1331
|
|
- this.button8.Text = "button1";
|
|
1309
|
+ this.button8.Text = "APPLY";
|
1332
|
1310
|
this.button8.UseVisualStyleBackColor = true;
|
1333
|
1311
|
//
|
1334
|
|
- // button9
|
1335
|
|
- //
|
1336
|
|
- this.button9.Location = new System.Drawing.Point(291, 168);
|
1337
|
|
- this.button9.Name = "button9";
|
1338
|
|
- this.button9.Size = new System.Drawing.Size(75, 23);
|
1339
|
|
- this.button9.TabIndex = 4;
|
1340
|
|
- this.button9.Text = "button9";
|
1341
|
|
- this.button9.UseVisualStyleBackColor = true;
|
1342
|
|
- //
|
1343
|
|
- // button10
|
|
1312
|
+ // groupBox3
|
1344
|
1313
|
//
|
1345
|
|
- this.button10.Location = new System.Drawing.Point(183, 168);
|
1346
|
|
- this.button10.Name = "button10";
|
1347
|
|
- this.button10.Size = new System.Drawing.Size(75, 23);
|
1348
|
|
- this.button10.TabIndex = 4;
|
1349
|
|
- this.button10.Text = "button9";
|
1350
|
|
- this.button10.UseVisualStyleBackColor = true;
|
|
1314
|
+ this.groupBox3.Controls.Add(this.comboBox1);
|
|
1315
|
+ this.groupBox3.Controls.Add(this.label_Function);
|
|
1316
|
+ this.groupBox3.Controls.Add(this.label_Table);
|
|
1317
|
+ this.groupBox3.Controls.Add(this.button_Expansion);
|
|
1318
|
+ this.groupBox3.Controls.Add(this.button_FileLoad);
|
|
1319
|
+ this.groupBox3.Controls.Add(this.button_FileSave);
|
|
1320
|
+ this.groupBox3.Controls.Add(this.button_Initalize);
|
|
1321
|
+ this.groupBox3.Location = new System.Drawing.Point(338, 17);
|
|
1322
|
+ this.groupBox3.Name = "groupBox3";
|
|
1323
|
+ this.groupBox3.Size = new System.Drawing.Size(493, 113);
|
|
1324
|
+ this.groupBox3.TabIndex = 1;
|
|
1325
|
+ this.groupBox3.TabStop = false;
|
1351
|
1326
|
//
|
1352
|
|
- // button_AllZeroWrite
|
|
1327
|
+ // comboBox1
|
1353
|
1328
|
//
|
1354
|
|
- this.button_AllZeroWrite.Location = new System.Drawing.Point(372, 35);
|
1355
|
|
- this.button_AllZeroWrite.Name = "button_AllZeroWrite";
|
1356
|
|
- this.button_AllZeroWrite.Size = new System.Drawing.Size(115, 156);
|
1357
|
|
- this.button_AllZeroWrite.TabIndex = 5;
|
1358
|
|
- this.button_AllZeroWrite.Text = "All Zero Write";
|
1359
|
|
- this.button_AllZeroWrite.UseVisualStyleBackColor = true;
|
|
1329
|
+ this.comboBox1.FormattingEnabled = true;
|
|
1330
|
+ this.comboBox1.Items.AddRange(new object[] {
|
|
1331
|
+ "ATT_DL1",
|
|
1332
|
+ "ATT_UL1",
|
|
1333
|
+ "ATT_DL2",
|
|
1334
|
+ "ATT_UL2",
|
|
1335
|
+ "ATT_DL3",
|
|
1336
|
+ "ATT_UL3",
|
|
1337
|
+ "ATT_DL4",
|
|
1338
|
+ "ATT_UL4",
|
|
1339
|
+ "DET_DL1",
|
|
1340
|
+ "DET_UL1",
|
|
1341
|
+ "DET_DL2",
|
|
1342
|
+ "DET_UL2",
|
|
1343
|
+ "DET_DL3",
|
|
1344
|
+ "DET_UL3",
|
|
1345
|
+ "DET_DL4",
|
|
1346
|
+ "DET_UL4",
|
|
1347
|
+ "TEMP_DL1",
|
|
1348
|
+ "TEMP_UL1",
|
|
1349
|
+ "TEMP_DL2",
|
|
1350
|
+ "TEMP_UL2",
|
|
1351
|
+ "TEMP_DL3",
|
|
1352
|
+ "TEMP_UL3",
|
|
1353
|
+ "TEMP_DL4",
|
|
1354
|
+ "TEMP_UL4"});
|
|
1355
|
+ this.comboBox1.Location = new System.Drawing.Point(86, 31);
|
|
1356
|
+ this.comboBox1.Name = "comboBox1";
|
|
1357
|
+ this.comboBox1.Size = new System.Drawing.Size(318, 20);
|
|
1358
|
+ this.comboBox1.TabIndex = 2;
|
|
1359
|
+ this.comboBox1.Text = "ATT_DL1";
|
1360
|
1360
|
//
|
1361
|
|
- // numericUpDown9
|
|
1361
|
+ // label_Function
|
1362
|
1362
|
//
|
1363
|
|
- this.numericUpDown9.Location = new System.Drawing.Point(150, 37);
|
1364
|
|
- this.numericUpDown9.Name = "numericUpDown9";
|
1365
|
|
- this.numericUpDown9.Size = new System.Drawing.Size(120, 21);
|
1366
|
|
- this.numericUpDown9.TabIndex = 6;
|
|
1363
|
+ this.label_Function.AutoSize = true;
|
|
1364
|
+ this.label_Function.Location = new System.Drawing.Point(22, 76);
|
|
1365
|
+ this.label_Function.Name = "label_Function";
|
|
1366
|
+ this.label_Function.Size = new System.Drawing.Size(53, 12);
|
|
1367
|
+ this.label_Function.TabIndex = 1;
|
|
1368
|
+ this.label_Function.Text = "Function";
|
1367
|
1369
|
//
|
1368
|
|
- // numericUpDown10
|
|
1370
|
+ // label_Table
|
1369
|
1371
|
//
|
1370
|
|
- this.numericUpDown10.Location = new System.Drawing.Point(150, 79);
|
1371
|
|
- this.numericUpDown10.Name = "numericUpDown10";
|
1372
|
|
- this.numericUpDown10.Size = new System.Drawing.Size(120, 21);
|
1373
|
|
- this.numericUpDown10.TabIndex = 6;
|
|
1372
|
+ this.label_Table.AutoSize = true;
|
|
1373
|
+ this.label_Table.Location = new System.Drawing.Point(22, 36);
|
|
1374
|
+ this.label_Table.Name = "label_Table";
|
|
1375
|
+ this.label_Table.Size = new System.Drawing.Size(37, 12);
|
|
1376
|
+ this.label_Table.TabIndex = 1;
|
|
1377
|
+ this.label_Table.Text = "Table";
|
1374
|
1378
|
//
|
1375
|
|
- // numericUpDown11
|
|
1379
|
+ // button_Expansion
|
1376
|
1380
|
//
|
1377
|
|
- this.numericUpDown11.Location = new System.Drawing.Point(150, 126);
|
1378
|
|
- this.numericUpDown11.Name = "numericUpDown11";
|
1379
|
|
- this.numericUpDown11.Size = new System.Drawing.Size(120, 21);
|
1380
|
|
- this.numericUpDown11.TabIndex = 6;
|
|
1381
|
+ this.button_Expansion.Location = new System.Drawing.Point(167, 71);
|
|
1382
|
+ this.button_Expansion.Name = "button_Expansion";
|
|
1383
|
+ this.button_Expansion.Size = new System.Drawing.Size(75, 23);
|
|
1384
|
+ this.button_Expansion.TabIndex = 0;
|
|
1385
|
+ this.button_Expansion.Text = "Expansion";
|
|
1386
|
+ this.button_Expansion.UseVisualStyleBackColor = true;
|
1381
|
1387
|
//
|
1382
|
|
- // label29
|
|
1388
|
+ // button_FileLoad
|
1383
|
1389
|
//
|
1384
|
|
- this.label29.AutoSize = true;
|
1385
|
|
- this.label29.Location = new System.Drawing.Point(59, 41);
|
1386
|
|
- this.label29.Name = "label29";
|
1387
|
|
- this.label29.Size = new System.Drawing.Size(54, 12);
|
1388
|
|
- this.label29.TabIndex = 7;
|
1389
|
|
- this.label29.Text = "Multi Set";
|
|
1390
|
+ this.button_FileLoad.Location = new System.Drawing.Point(329, 71);
|
|
1391
|
+ this.button_FileLoad.Name = "button_FileLoad";
|
|
1392
|
+ this.button_FileLoad.Size = new System.Drawing.Size(75, 23);
|
|
1393
|
+ this.button_FileLoad.TabIndex = 0;
|
|
1394
|
+ this.button_FileLoad.Text = "File Load";
|
|
1395
|
+ this.button_FileLoad.UseVisualStyleBackColor = true;
|
1390
|
1396
|
//
|
1391
|
|
- // label30
|
|
1397
|
+ // button_FileSave
|
1392
|
1398
|
//
|
1393
|
|
- this.label30.AutoSize = true;
|
1394
|
|
- this.label30.Location = new System.Drawing.Point(59, 84);
|
1395
|
|
- this.label30.Name = "label30";
|
1396
|
|
- this.label30.Size = new System.Drawing.Size(68, 12);
|
1397
|
|
- this.label30.TabIndex = 7;
|
1398
|
|
- this.label30.Text = "Multi Offset";
|
|
1399
|
+ this.button_FileSave.Location = new System.Drawing.Point(248, 71);
|
|
1400
|
+ this.button_FileSave.Name = "button_FileSave";
|
|
1401
|
+ this.button_FileSave.Size = new System.Drawing.Size(75, 23);
|
|
1402
|
+ this.button_FileSave.TabIndex = 0;
|
|
1403
|
+ this.button_FileSave.Text = "File Save";
|
|
1404
|
+ this.button_FileSave.UseVisualStyleBackColor = true;
|
1399
|
1405
|
//
|
1400
|
|
- // label31
|
|
1406
|
+ // button_Initalize
|
1401
|
1407
|
//
|
1402
|
|
- this.label31.AutoSize = true;
|
1403
|
|
- this.label31.Location = new System.Drawing.Point(59, 128);
|
1404
|
|
- this.label31.Name = "label31";
|
1405
|
|
- this.label31.Size = new System.Drawing.Size(44, 12);
|
1406
|
|
- this.label31.TabIndex = 7;
|
1407
|
|
- this.label31.Text = "label29";
|
|
1408
|
+ this.button_Initalize.Location = new System.Drawing.Point(86, 71);
|
|
1409
|
+ this.button_Initalize.Name = "button_Initalize";
|
|
1410
|
+ this.button_Initalize.Size = new System.Drawing.Size(75, 23);
|
|
1411
|
+ this.button_Initalize.TabIndex = 0;
|
|
1412
|
+ this.button_Initalize.Text = "Initalize";
|
|
1413
|
+ this.button_Initalize.UseVisualStyleBackColor = true;
|
1408
|
1414
|
//
|
1409
|
|
- // label_Table
|
|
1415
|
+ // dataGridView_TableSetting
|
1410
|
1416
|
//
|
1411
|
|
- this.label_Table.AutoSize = true;
|
1412
|
|
- this.label_Table.Location = new System.Drawing.Point(22, 36);
|
1413
|
|
- this.label_Table.Name = "label_Table";
|
1414
|
|
- this.label_Table.Size = new System.Drawing.Size(37, 12);
|
1415
|
|
- this.label_Table.TabIndex = 1;
|
1416
|
|
- this.label_Table.Text = "Table";
|
|
1417
|
+ this.dataGridView_TableSetting.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
1418
|
+ this.dataGridView_TableSetting.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
1419
|
+ this.Column_DB,
|
|
1420
|
+ this.Column_Offset});
|
|
1421
|
+ this.dataGridView_TableSetting.Location = new System.Drawing.Point(16, 17);
|
|
1422
|
+ this.dataGridView_TableSetting.Name = "dataGridView_TableSetting";
|
|
1423
|
+ this.dataGridView_TableSetting.RowHeadersWidth = 50;
|
|
1424
|
+ this.dataGridView_TableSetting.RowTemplate.Height = 23;
|
|
1425
|
+ this.dataGridView_TableSetting.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
1426
|
+ this.dataGridView_TableSetting.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
1427
|
+ this.dataGridView_TableSetting.Size = new System.Drawing.Size(282, 338);
|
|
1428
|
+ this.dataGridView_TableSetting.TabIndex = 0;
|
|
1429
|
+ this.dataGridView_TableSetting.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_TableSetting_CellClick);
|
1417
|
1430
|
//
|
1418
|
|
- // label_Function
|
|
1431
|
+ // Column_DB
|
1419
|
1432
|
//
|
1420
|
|
- this.label_Function.AutoSize = true;
|
1421
|
|
- this.label_Function.Location = new System.Drawing.Point(22, 76);
|
1422
|
|
- this.label_Function.Name = "label_Function";
|
1423
|
|
- this.label_Function.Size = new System.Drawing.Size(53, 12);
|
1424
|
|
- this.label_Function.TabIndex = 1;
|
1425
|
|
- this.label_Function.Text = "Function";
|
|
1433
|
+ this.Column_DB.HeaderText = "DB";
|
|
1434
|
+ this.Column_DB.Name = "Column_DB";
|
1426
|
1435
|
//
|
1427
|
|
- // comboBox1
|
|
1436
|
+ // Column_Offset
|
1428
|
1437
|
//
|
1429
|
|
- this.comboBox1.FormattingEnabled = true;
|
1430
|
|
- this.comboBox1.Location = new System.Drawing.Point(86, 31);
|
1431
|
|
- this.comboBox1.Name = "comboBox1";
|
1432
|
|
- this.comboBox1.Size = new System.Drawing.Size(318, 20);
|
1433
|
|
- this.comboBox1.TabIndex = 2;
|
|
1438
|
+ this.Column_Offset.HeaderText = "Offset";
|
|
1439
|
+ this.Column_Offset.Name = "Column_Offset";
|
1434
|
1440
|
//
|
1435
|
1441
|
// JdasMbic
|
1436
|
1442
|
//
|
|
@@ -1493,14 +1499,14 @@
|
1493
|
1499
|
this.groupBox9.ResumeLayout(false);
|
1494
|
1500
|
this.groupBox9.PerformLayout();
|
1495
|
1501
|
this.tabPage_Setting.ResumeLayout(false);
|
1496
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView_TableSetting)).EndInit();
|
1497
|
|
- this.groupBox3.ResumeLayout(false);
|
1498
|
|
- this.groupBox3.PerformLayout();
|
1499
|
1502
|
this.groupBox6.ResumeLayout(false);
|
1500
|
1503
|
this.groupBox6.PerformLayout();
|
1501
|
|
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).EndInit();
|
1502
|
|
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown10)).EndInit();
|
1503
|
1504
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown11)).EndInit();
|
|
1505
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown10)).EndInit();
|
|
1506
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).EndInit();
|
|
1507
|
+ this.groupBox3.ResumeLayout(false);
|
|
1508
|
+ this.groupBox3.PerformLayout();
|
|
1509
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView_TableSetting)).EndInit();
|
1504
|
1510
|
this.ResumeLayout(false);
|
1505
|
1511
|
|
1506
|
1512
|
}
|
|
@@ -1603,8 +1609,6 @@
|
1603
|
1609
|
private System.Windows.Forms.Button button6;
|
1604
|
1610
|
private System.Windows.Forms.Button button7;
|
1605
|
1611
|
private System.Windows.Forms.Button button8;
|
1606
|
|
- private System.Windows.Forms.Button button10;
|
1607
|
|
- private System.Windows.Forms.Button button9;
|
1608
|
1612
|
private System.Windows.Forms.GroupBox groupBox3;
|
1609
|
1613
|
private System.Windows.Forms.ComboBox comboBox1;
|
1610
|
1614
|
private System.Windows.Forms.Label label_Function;
|