瀏覽代碼

콤보박스추가

박영준 5 年之前
父節點
當前提交
4cd0f41d34

二進制
.vs/Jdas_Mbic/v15/.suo


二進制
.vs/Jdas_Mbic/v15/Server/sqlite3/storage.ide-shm


二進制
.vs/Jdas_Mbic/v15/Server/sqlite3/storage.ide-wal


+ 189 - 185
Jdas_Mbic/Main.Designer.cs

@@ -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;

+ 15 - 2
Jdas_Mbic/Main.cs

@@ -21,10 +21,18 @@ namespace Jdas_Mbic
21 21
         {
22 22
             HeaderIndexNumSet();
23 23
         }
24
+        const double TableDbmDefaultValue = 31.5;
24 25
         private void HeaderIndexNumSet()
25 26
         {
26
-            
27
-            for(int i = 0; i < 65; i++) dataGridView_TableSetting.Rows.Add();
27
+            double TempDbmData = 0;
28
+            for (int i = 0; i < 65; i++)
29
+            {
30
+                dataGridView_TableSetting.Rows.Add();
31
+                dataGridView_TableSetting[0, i].Value = Convert.ToString(TempDbmData);
32
+                TempDbmData = TableDbmDefaultValue - 0.5;
33
+                
34
+            }
35
+
28 36
             //   dataGridView_TableSetting.RowHeadersWidth = 70;    
29 37
             foreach (DataGridViewRow row in this.dataGridView_TableSetting.Rows)
30 38
             {
@@ -41,5 +49,10 @@ namespace Jdas_Mbic
41 49
             dataGridView_TableSetting.Columns[0].DefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter;
42 50
             dataGridView_TableSetting.ClearSelection();
43 51
         }
52
+
53
+        private void dataGridView_TableSetting_CellClick(object sender, DataGridViewCellEventArgs e)
54
+        {
55
+
56
+        }
44 57
     }
45 58
 }

+ 30 - 30
Jdas_Mbic/Main.resx

@@ -117,8 +117,14 @@
117 117
   <resheader name="writer">
118 118
     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119 119
   </resheader>
120
+  <metadata name="Column_DB.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
121
+    <value>True</value>
122
+  </metadata>
123
+  <metadata name="Column_Offset.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
124
+    <value>True</value>
125
+  </metadata>
120 126
   <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
121
-  <data name="pictureBox2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
127
+  <data name="pictureBox18.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
122 128
     <value>
123 129
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
124 130
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
@@ -163,7 +169,7 @@
163 169
         RK5CYII=
164 170
 </value>
165 171
   </data>
166
-  <data name="pictureBox3.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
172
+  <data name="pictureBox19.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
167 173
     <value>
168 174
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
169 175
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
@@ -208,7 +214,7 @@
208 214
         RK5CYII=
209 215
 </value>
210 216
   </data>
211
-  <data name="pictureBox4.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
217
+  <data name="pictureBox20.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
212 218
     <value>
213 219
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
214 220
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
@@ -258,7 +264,7 @@
258 264
         AAAASUVORK5CYII=
259 265
 </value>
260 266
   </data>
261
-  <data name="pictureBox5.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
267
+  <data name="pictureBox21.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
262 268
     <value>
263 269
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
264 270
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
@@ -308,7 +314,7 @@
308 314
         AAAASUVORK5CYII=
309 315
 </value>
310 316
   </data>
311
-  <data name="pictureBox24.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
317
+  <data name="pictureBox22.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
312 318
     <value>
313 319
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
314 320
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
@@ -353,7 +359,7 @@
353 359
         RK5CYII=
354 360
 </value>
355 361
   </data>
356
-  <data name="pictureBox25.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
362
+  <data name="pictureBox23.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
357 363
     <value>
358 364
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
359 365
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
@@ -403,7 +409,7 @@
403 409
         AAAASUVORK5CYII=
404 410
 </value>
405 411
   </data>
406
-  <data name="pictureBox12.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
412
+  <data name="pictureBox6.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
407 413
     <value>
408 414
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
409 415
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
@@ -448,7 +454,7 @@
448 454
         RK5CYII=
449 455
 </value>
450 456
   </data>
451
-  <data name="pictureBox13.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
457
+  <data name="pictureBox7.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
452 458
     <value>
453 459
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
454 460
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
@@ -493,7 +499,7 @@
493 499
         RK5CYII=
494 500
 </value>
495 501
   </data>
496
-  <data name="pictureBox14.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
502
+  <data name="pictureBox8.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
497 503
     <value>
498 504
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
499 505
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
@@ -543,7 +549,7 @@
543 549
         AAAASUVORK5CYII=
544 550
 </value>
545 551
   </data>
546
-  <data name="pictureBox15.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
552
+  <data name="pictureBox9.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
547 553
     <value>
548 554
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
549 555
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
@@ -593,7 +599,7 @@
593 599
         AAAASUVORK5CYII=
594 600
 </value>
595 601
   </data>
596
-  <data name="pictureBox16.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
602
+  <data name="pictureBox10.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
597 603
     <value>
598 604
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
599 605
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
@@ -638,7 +644,7 @@
638 644
         RK5CYII=
639 645
 </value>
640 646
   </data>
641
-  <data name="pictureBox17.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
647
+  <data name="pictureBox11.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
642 648
     <value>
643 649
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
644 650
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
@@ -688,13 +694,7 @@
688 694
         AAAASUVORK5CYII=
689 695
 </value>
690 696
   </data>
691
-  <metadata name="Column_DB.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
692
-    <value>True</value>
693
-  </metadata>
694
-  <metadata name="Column_Offset.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
695
-    <value>True</value>
696
-  </metadata>
697
-  <data name="pictureBox18.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
697
+  <data name="pictureBox2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
698 698
     <value>
699 699
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
700 700
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
@@ -739,7 +739,7 @@
739 739
         RK5CYII=
740 740
 </value>
741 741
   </data>
742
-  <data name="pictureBox19.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
742
+  <data name="pictureBox3.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
743 743
     <value>
744 744
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
745 745
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
@@ -784,7 +784,7 @@
784 784
         RK5CYII=
785 785
 </value>
786 786
   </data>
787
-  <data name="pictureBox20.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
787
+  <data name="pictureBox4.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
788 788
     <value>
789 789
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
790 790
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
@@ -834,7 +834,7 @@
834 834
         AAAASUVORK5CYII=
835 835
 </value>
836 836
   </data>
837
-  <data name="pictureBox21.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
837
+  <data name="pictureBox5.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
838 838
     <value>
839 839
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
840 840
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
@@ -884,7 +884,7 @@
884 884
         AAAASUVORK5CYII=
885 885
 </value>
886 886
   </data>
887
-  <data name="pictureBox22.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
887
+  <data name="pictureBox24.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
888 888
     <value>
889 889
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
890 890
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
@@ -929,7 +929,7 @@
929 929
         RK5CYII=
930 930
 </value>
931 931
   </data>
932
-  <data name="pictureBox23.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
932
+  <data name="pictureBox25.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
933 933
     <value>
934 934
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
935 935
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
@@ -979,7 +979,7 @@
979 979
         AAAASUVORK5CYII=
980 980
 </value>
981 981
   </data>
982
-  <data name="pictureBox6.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
982
+  <data name="pictureBox12.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
983 983
     <value>
984 984
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
985 985
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
@@ -1024,7 +1024,7 @@
1024 1024
         RK5CYII=
1025 1025
 </value>
1026 1026
   </data>
1027
-  <data name="pictureBox7.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
1027
+  <data name="pictureBox13.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
1028 1028
     <value>
1029 1029
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
1030 1030
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
@@ -1069,7 +1069,7 @@
1069 1069
         RK5CYII=
1070 1070
 </value>
1071 1071
   </data>
1072
-  <data name="pictureBox8.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
1072
+  <data name="pictureBox14.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
1073 1073
     <value>
1074 1074
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
1075 1075
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
@@ -1119,7 +1119,7 @@
1119 1119
         AAAASUVORK5CYII=
1120 1120
 </value>
1121 1121
   </data>
1122
-  <data name="pictureBox9.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
1122
+  <data name="pictureBox15.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
1123 1123
     <value>
1124 1124
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
1125 1125
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
@@ -1169,7 +1169,7 @@
1169 1169
         AAAASUVORK5CYII=
1170 1170
 </value>
1171 1171
   </data>
1172
-  <data name="pictureBox10.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
1172
+  <data name="pictureBox16.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
1173 1173
     <value>
1174 1174
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
1175 1175
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
@@ -1214,7 +1214,7 @@
1214 1214
         RK5CYII=
1215 1215
 </value>
1216 1216
   </data>
1217
-  <data name="pictureBox11.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
1217
+  <data name="pictureBox17.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
1218 1218
     <value>
1219 1219
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
1220 1220
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV

二進制
Jdas_Mbic/bin/Debug/Jdas_Mbic.exe


二進制
Jdas_Mbic/bin/Debug/Jdas_Mbic.pdb


二進制
Jdas_Mbic/obj/Debug/DesignTimeResolveAssemblyReferences.cache


二進制
Jdas_Mbic/obj/Debug/Jdas_Mbic.csproj.GenerateResource.cache


二進制
Jdas_Mbic/obj/Debug/Jdas_Mbic.exe


二進制
Jdas_Mbic/obj/Debug/Jdas_Mbic.pdb