Explorar el Código

ATT Value 값 LayOut 변경 / Temperature ATT ON OFF 버튼 추가 / Setting > Table Control Page 이름 변경 / Table Setting ATT 제어 할 수 있도록 Layout 변경

박영준 hace 5 años
padre
commit
391c9b5ccf

+ 1 - 0
.gitignore

@@ -1 +1,2 @@
1 1
 .vs/Jdas_Mbic/v15/Server/sqlite3/db.lock
2
+.vs

BIN
.vs/Jdas_Mbic/v15/.suo


BIN
.vs/Jdas_Mbic/v15/Server/sqlite3/storage.ide


BIN
.vs/Jdas_Mbic/v15/Server/sqlite3/storage.ide-shm


BIN
.vs/Jdas_Mbic/v15/Server/sqlite3/storage.ide-wal


+ 256 - 16
Jdas_Mbic/Main.Designer.cs

@@ -135,6 +135,22 @@
135 135
             this.Column_Offset = new System.Windows.Forms.DataGridViewTextBoxColumn();
136 136
             this.serialPort_JdasMbic = new System.IO.Ports.SerialPort(this.components);
137 137
             this.timer_JdasMbic = new System.Windows.Forms.Timer(this.components);
138
+            this.groupBox7 = new System.Windows.Forms.GroupBox();
139
+            this.label32 = new System.Windows.Forms.Label();
140
+            this.numericUpDown9 = new System.Windows.Forms.NumericUpDown();
141
+            this.label34 = new System.Windows.Forms.Label();
142
+            this.numericUpDown10 = new System.Windows.Forms.NumericUpDown();
143
+            this.button1 = new System.Windows.Forms.Button();
144
+            this.button2 = new System.Windows.Forms.Button();
145
+            this.radioButton_ATT1 = new System.Windows.Forms.RadioButton();
146
+            this.radioButton_ATT2 = new System.Windows.Forms.RadioButton();
147
+            this.radioButton_ATT3 = new System.Windows.Forms.RadioButton();
148
+            this.radioButton_ATT4 = new System.Windows.Forms.RadioButton();
149
+            this.groupBox_Temp = new System.Windows.Forms.GroupBox();
150
+            this.pictureBox26 = new System.Windows.Forms.PictureBox();
151
+            this.pictureBox27 = new System.Windows.Forms.PictureBox();
152
+            this.label_Temp = new System.Windows.Forms.Label();
153
+            this.label33 = new System.Windows.Forms.Label();
138 154
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
139 155
             this.tabControl1.SuspendLayout();
140 156
             this.tabPage_Main.SuspendLayout();
@@ -187,6 +203,12 @@
187 203
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_MultiSet)).BeginInit();
188 204
             this.groupBox3.SuspendLayout();
189 205
             ((System.ComponentModel.ISupportInitialize)(this.dataGridView_TableSetting)).BeginInit();
206
+            this.groupBox7.SuspendLayout();
207
+            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).BeginInit();
208
+            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown10)).BeginInit();
209
+            this.groupBox_Temp.SuspendLayout();
210
+            ((System.ComponentModel.ISupportInitialize)(this.pictureBox26)).BeginInit();
211
+            ((System.ComponentModel.ISupportInitialize)(this.pictureBox27)).BeginInit();
190 212
             this.SuspendLayout();
191 213
             // 
192 214
             // pictureBox1
@@ -210,6 +232,7 @@
210 232
             // 
211 233
             // tabPage_Main
212 234
             // 
235
+            this.tabPage_Main.Controls.Add(this.groupBox_Temp);
213 236
             this.tabPage_Main.Controls.Add(this.groupBox5);
214 237
             this.tabPage_Main.Controls.Add(this.groupBox2);
215 238
             this.tabPage_Main.Controls.Add(this.groupBox1);
@@ -1085,14 +1108,14 @@
1085 1108
             this.groupBox9.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
1086 1109
             this.groupBox9.Name = "groupBox9";
1087 1110
             this.groupBox9.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3);
1088
-            this.groupBox9.Size = new System.Drawing.Size(206, 306);
1111
+            this.groupBox9.Size = new System.Drawing.Size(206, 226);
1089 1112
             this.groupBox9.TabIndex = 135;
1090 1113
             this.groupBox9.TabStop = false;
1091 1114
             this.groupBox9.Text = "Connection";
1092 1115
             // 
1093 1116
             // button3
1094 1117
             // 
1095
-            this.button3.Location = new System.Drawing.Point(12, 194);
1118
+            this.button3.Location = new System.Drawing.Point(12, 184);
1096 1119
             this.button3.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
1097 1120
             this.button3.Name = "button3";
1098 1121
             this.button3.Size = new System.Drawing.Size(180, 34);
@@ -1103,7 +1126,7 @@
1103 1126
             // 
1104 1127
             // button_terminal
1105 1128
             // 
1106
-            this.button_terminal.Location = new System.Drawing.Point(12, 148);
1129
+            this.button_terminal.Location = new System.Drawing.Point(12, 138);
1107 1130
             this.button_terminal.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
1108 1131
             this.button_terminal.Name = "button_terminal";
1109 1132
             this.button_terminal.Size = new System.Drawing.Size(180, 34);
@@ -1143,7 +1166,7 @@
1143 1166
             // 
1144 1167
             // button_PortOpen
1145 1168
             // 
1146
-            this.button_PortOpen.Location = new System.Drawing.Point(12, 104);
1169
+            this.button_PortOpen.Location = new System.Drawing.Point(12, 94);
1147 1170
             this.button_PortOpen.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
1148 1171
             this.button_PortOpen.Name = "button_PortOpen";
1149 1172
             this.button_PortOpen.Size = new System.Drawing.Size(180, 34);
@@ -1201,6 +1224,7 @@
1201 1224
             // 
1202 1225
             // tabPage_Table
1203 1226
             // 
1227
+            this.tabPage_Table.Controls.Add(this.groupBox7);
1204 1228
             this.tabPage_Table.Controls.Add(this.groupBox6);
1205 1229
             this.tabPage_Table.Controls.Add(this.groupBox3);
1206 1230
             this.tabPage_Table.Controls.Add(this.dataGridView_TableSetting);
@@ -1223,16 +1247,16 @@
1223 1247
             this.groupBox6.Controls.Add(this.button_CurrentOutput);
1224 1248
             this.groupBox6.Controls.Add(this.button_MultiSet);
1225 1249
             this.groupBox6.Controls.Add(this.button_MultiOffset);
1226
-            this.groupBox6.Location = new System.Drawing.Point(338, 136);
1250
+            this.groupBox6.Location = new System.Drawing.Point(338, 130);
1227 1251
             this.groupBox6.Name = "groupBox6";
1228
-            this.groupBox6.Size = new System.Drawing.Size(493, 219);
1252
+            this.groupBox6.Size = new System.Drawing.Size(493, 125);
1229 1253
             this.groupBox6.TabIndex = 1;
1230 1254
             this.groupBox6.TabStop = false;
1231 1255
             // 
1232 1256
             // label31
1233 1257
             // 
1234 1258
             this.label31.AutoSize = true;
1235
-            this.label31.Location = new System.Drawing.Point(58, 173);
1259
+            this.label31.Location = new System.Drawing.Point(58, 88);
1236 1260
             this.label31.Name = "label31";
1237 1261
             this.label31.Size = new System.Drawing.Size(86, 12);
1238 1262
             this.label31.TabIndex = 7;
@@ -1241,7 +1265,7 @@
1241 1265
             // label30
1242 1266
             // 
1243 1267
             this.label30.AutoSize = true;
1244
-            this.label30.Location = new System.Drawing.Point(59, 104);
1268
+            this.label30.Location = new System.Drawing.Point(59, 55);
1245 1269
             this.label30.Name = "label30";
1246 1270
             this.label30.Size = new System.Drawing.Size(68, 12);
1247 1271
             this.label30.TabIndex = 7;
@@ -1250,7 +1274,7 @@
1250 1274
             // label29
1251 1275
             // 
1252 1276
             this.label29.AutoSize = true;
1253
-            this.label29.Location = new System.Drawing.Point(59, 40);
1277
+            this.label29.Location = new System.Drawing.Point(59, 25);
1254 1278
             this.label29.Name = "label29";
1255 1279
             this.label29.Size = new System.Drawing.Size(54, 12);
1256 1280
             this.label29.TabIndex = 7;
@@ -1258,28 +1282,28 @@
1258 1282
             // 
1259 1283
             // numericUpDown11
1260 1284
             // 
1261
-            this.numericUpDown11.Location = new System.Drawing.Point(150, 171);
1285
+            this.numericUpDown11.Location = new System.Drawing.Point(150, 86);
1262 1286
             this.numericUpDown11.Name = "numericUpDown11";
1263 1287
             this.numericUpDown11.Size = new System.Drawing.Size(120, 21);
1264 1288
             this.numericUpDown11.TabIndex = 6;
1265 1289
             // 
1266 1290
             // numericUpDown_MultiOffset
1267 1291
             // 
1268
-            this.numericUpDown_MultiOffset.Location = new System.Drawing.Point(150, 102);
1292
+            this.numericUpDown_MultiOffset.Location = new System.Drawing.Point(150, 53);
1269 1293
             this.numericUpDown_MultiOffset.Name = "numericUpDown_MultiOffset";
1270 1294
             this.numericUpDown_MultiOffset.Size = new System.Drawing.Size(120, 21);
1271 1295
             this.numericUpDown_MultiOffset.TabIndex = 6;
1272 1296
             // 
1273 1297
             // numericUpDown_MultiSet
1274 1298
             // 
1275
-            this.numericUpDown_MultiSet.Location = new System.Drawing.Point(150, 38);
1299
+            this.numericUpDown_MultiSet.Location = new System.Drawing.Point(150, 23);
1276 1300
             this.numericUpDown_MultiSet.Name = "numericUpDown_MultiSet";
1277 1301
             this.numericUpDown_MultiSet.Size = new System.Drawing.Size(120, 21);
1278 1302
             this.numericUpDown_MultiSet.TabIndex = 6;
1279 1303
             // 
1280 1304
             // button_CurrentOutput
1281 1305
             // 
1282
-            this.button_CurrentOutput.Location = new System.Drawing.Point(291, 168);
1306
+            this.button_CurrentOutput.Location = new System.Drawing.Point(291, 83);
1283 1307
             this.button_CurrentOutput.Name = "button_CurrentOutput";
1284 1308
             this.button_CurrentOutput.Size = new System.Drawing.Size(75, 23);
1285 1309
             this.button_CurrentOutput.TabIndex = 1;
@@ -1289,7 +1313,7 @@
1289 1313
             // 
1290 1314
             // button_MultiSet
1291 1315
             // 
1292
-            this.button_MultiSet.Location = new System.Drawing.Point(291, 35);
1316
+            this.button_MultiSet.Location = new System.Drawing.Point(291, 20);
1293 1317
             this.button_MultiSet.Name = "button_MultiSet";
1294 1318
             this.button_MultiSet.Size = new System.Drawing.Size(75, 23);
1295 1319
             this.button_MultiSet.TabIndex = 2;
@@ -1299,7 +1323,7 @@
1299 1323
             // 
1300 1324
             // button_MultiOffset
1301 1325
             // 
1302
-            this.button_MultiOffset.Location = new System.Drawing.Point(291, 102);
1326
+            this.button_MultiOffset.Location = new System.Drawing.Point(291, 53);
1303 1327
             this.button_MultiOffset.Name = "button_MultiOffset";
1304 1328
             this.button_MultiOffset.Size = new System.Drawing.Size(75, 23);
1305 1329
             this.button_MultiOffset.TabIndex = 3;
@@ -1426,7 +1450,7 @@
1426 1450
             this.dataGridView_TableSetting.RowTemplate.Height = 23;
1427 1451
             this.dataGridView_TableSetting.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.True;
1428 1452
             this.dataGridView_TableSetting.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
1429
-            this.dataGridView_TableSetting.Size = new System.Drawing.Size(296, 338);
1453
+            this.dataGridView_TableSetting.Size = new System.Drawing.Size(296, 361);
1430 1454
             this.dataGridView_TableSetting.TabIndex = 0;
1431 1455
             this.dataGridView_TableSetting.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_TableSetting_CellClick);
1432 1456
             // 
@@ -1447,6 +1471,198 @@
1447 1471
             // 
1448 1472
             this.timer_JdasMbic.Tick += new System.EventHandler(this.timer1_Tick);
1449 1473
             // 
1474
+            // groupBox7
1475
+            // 
1476
+            this.groupBox7.Controls.Add(this.radioButton_ATT4);
1477
+            this.groupBox7.Controls.Add(this.radioButton_ATT3);
1478
+            this.groupBox7.Controls.Add(this.radioButton_ATT2);
1479
+            this.groupBox7.Controls.Add(this.radioButton_ATT1);
1480
+            this.groupBox7.Controls.Add(this.button1);
1481
+            this.groupBox7.Controls.Add(this.button2);
1482
+            this.groupBox7.Controls.Add(this.label32);
1483
+            this.groupBox7.Controls.Add(this.numericUpDown9);
1484
+            this.groupBox7.Controls.Add(this.label34);
1485
+            this.groupBox7.Controls.Add(this.numericUpDown10);
1486
+            this.groupBox7.Location = new System.Drawing.Point(338, 261);
1487
+            this.groupBox7.Name = "groupBox7";
1488
+            this.groupBox7.Size = new System.Drawing.Size(493, 117);
1489
+            this.groupBox7.TabIndex = 2;
1490
+            this.groupBox7.TabStop = false;
1491
+            // 
1492
+            // label32
1493
+            // 
1494
+            this.label32.AutoSize = true;
1495
+            this.label32.Location = new System.Drawing.Point(59, 92);
1496
+            this.label32.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
1497
+            this.label32.Name = "label32";
1498
+            this.label32.Size = new System.Drawing.Size(56, 12);
1499
+            this.label32.TabIndex = 104;
1500
+            this.label32.Text = "ATT_UL3";
1501
+            // 
1502
+            // numericUpDown9
1503
+            // 
1504
+            this.numericUpDown9.DecimalPlaces = 1;
1505
+            this.numericUpDown9.Increment = new decimal(new int[] {
1506
+            5,
1507
+            0,
1508
+            0,
1509
+            65536});
1510
+            this.numericUpDown9.Location = new System.Drawing.Point(150, 87);
1511
+            this.numericUpDown9.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
1512
+            this.numericUpDown9.Maximum = new decimal(new int[] {
1513
+            30,
1514
+            0,
1515
+            0,
1516
+            0});
1517
+            this.numericUpDown9.Name = "numericUpDown9";
1518
+            this.numericUpDown9.Size = new System.Drawing.Size(120, 21);
1519
+            this.numericUpDown9.TabIndex = 106;
1520
+            // 
1521
+            // label34
1522
+            // 
1523
+            this.label34.AutoSize = true;
1524
+            this.label34.Location = new System.Drawing.Point(59, 59);
1525
+            this.label34.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
1526
+            this.label34.Name = "label34";
1527
+            this.label34.Size = new System.Drawing.Size(56, 12);
1528
+            this.label34.TabIndex = 105;
1529
+            this.label34.Text = "ATT_DL3";
1530
+            // 
1531
+            // numericUpDown10
1532
+            // 
1533
+            this.numericUpDown10.DecimalPlaces = 1;
1534
+            this.numericUpDown10.Increment = new decimal(new int[] {
1535
+            5,
1536
+            0,
1537
+            0,
1538
+            65536});
1539
+            this.numericUpDown10.Location = new System.Drawing.Point(150, 55);
1540
+            this.numericUpDown10.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
1541
+            this.numericUpDown10.Maximum = new decimal(new int[] {
1542
+            30,
1543
+            0,
1544
+            0,
1545
+            0});
1546
+            this.numericUpDown10.Name = "numericUpDown10";
1547
+            this.numericUpDown10.Size = new System.Drawing.Size(120, 21);
1548
+            this.numericUpDown10.TabIndex = 107;
1549
+            // 
1550
+            // button1
1551
+            // 
1552
+            this.button1.Location = new System.Drawing.Point(291, 85);
1553
+            this.button1.Name = "button1";
1554
+            this.button1.Size = new System.Drawing.Size(75, 23);
1555
+            this.button1.TabIndex = 108;
1556
+            this.button1.Text = "APPLY";
1557
+            this.button1.UseVisualStyleBackColor = true;
1558
+            // 
1559
+            // button2
1560
+            // 
1561
+            this.button2.Location = new System.Drawing.Point(291, 55);
1562
+            this.button2.Name = "button2";
1563
+            this.button2.Size = new System.Drawing.Size(75, 23);
1564
+            this.button2.TabIndex = 109;
1565
+            this.button2.Text = "APPLY";
1566
+            this.button2.UseVisualStyleBackColor = true;
1567
+            // 
1568
+            // radioButton_ATT1
1569
+            // 
1570
+            this.radioButton_ATT1.AutoSize = true;
1571
+            this.radioButton_ATT1.Location = new System.Drawing.Point(44, 20);
1572
+            this.radioButton_ATT1.Name = "radioButton_ATT1";
1573
+            this.radioButton_ATT1.Size = new System.Drawing.Size(53, 16);
1574
+            this.radioButton_ATT1.TabIndex = 110;
1575
+            this.radioButton_ATT1.TabStop = true;
1576
+            this.radioButton_ATT1.Text = "ATT1";
1577
+            this.radioButton_ATT1.UseVisualStyleBackColor = true;
1578
+            // 
1579
+            // radioButton_ATT2
1580
+            // 
1581
+            this.radioButton_ATT2.AutoSize = true;
1582
+            this.radioButton_ATT2.Location = new System.Drawing.Point(142, 20);
1583
+            this.radioButton_ATT2.Name = "radioButton_ATT2";
1584
+            this.radioButton_ATT2.Size = new System.Drawing.Size(53, 16);
1585
+            this.radioButton_ATT2.TabIndex = 110;
1586
+            this.radioButton_ATT2.TabStop = true;
1587
+            this.radioButton_ATT2.Text = "ATT2";
1588
+            this.radioButton_ATT2.UseVisualStyleBackColor = true;
1589
+            // 
1590
+            // radioButton_ATT3
1591
+            // 
1592
+            this.radioButton_ATT3.AutoSize = true;
1593
+            this.radioButton_ATT3.Location = new System.Drawing.Point(240, 20);
1594
+            this.radioButton_ATT3.Name = "radioButton_ATT3";
1595
+            this.radioButton_ATT3.Size = new System.Drawing.Size(53, 16);
1596
+            this.radioButton_ATT3.TabIndex = 110;
1597
+            this.radioButton_ATT3.TabStop = true;
1598
+            this.radioButton_ATT3.Text = "ATT3";
1599
+            this.radioButton_ATT3.UseVisualStyleBackColor = true;
1600
+            // 
1601
+            // radioButton_ATT4
1602
+            // 
1603
+            this.radioButton_ATT4.AutoSize = true;
1604
+            this.radioButton_ATT4.Location = new System.Drawing.Point(338, 20);
1605
+            this.radioButton_ATT4.Name = "radioButton_ATT4";
1606
+            this.radioButton_ATT4.Size = new System.Drawing.Size(53, 16);
1607
+            this.radioButton_ATT4.TabIndex = 110;
1608
+            this.radioButton_ATT4.TabStop = true;
1609
+            this.radioButton_ATT4.Text = "ATT4";
1610
+            this.radioButton_ATT4.UseVisualStyleBackColor = true;
1611
+            // 
1612
+            // groupBox_Temp
1613
+            // 
1614
+            this.groupBox_Temp.Controls.Add(this.label_Temp);
1615
+            this.groupBox_Temp.Controls.Add(this.label33);
1616
+            this.groupBox_Temp.Controls.Add(this.pictureBox26);
1617
+            this.groupBox_Temp.Controls.Add(this.pictureBox27);
1618
+            this.groupBox_Temp.Location = new System.Drawing.Point(3, 300);
1619
+            this.groupBox_Temp.Name = "groupBox_Temp";
1620
+            this.groupBox_Temp.Size = new System.Drawing.Size(206, 72);
1621
+            this.groupBox_Temp.TabIndex = 141;
1622
+            this.groupBox_Temp.TabStop = false;
1623
+            // 
1624
+            // pictureBox26
1625
+            // 
1626
+            this.pictureBox26.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox26.Image")));
1627
+            this.pictureBox26.Location = new System.Drawing.Point(155, 20);
1628
+            this.pictureBox26.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
1629
+            this.pictureBox26.Name = "pictureBox26";
1630
+            this.pictureBox26.Size = new System.Drawing.Size(37, 36);
1631
+            this.pictureBox26.TabIndex = 142;
1632
+            this.pictureBox26.TabStop = false;
1633
+            this.pictureBox26.Tag = "2";
1634
+            // 
1635
+            // pictureBox27
1636
+            // 
1637
+            this.pictureBox27.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox27.Image")));
1638
+            this.pictureBox27.Location = new System.Drawing.Point(155, 20);
1639
+            this.pictureBox27.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
1640
+            this.pictureBox27.Name = "pictureBox27";
1641
+            this.pictureBox27.Size = new System.Drawing.Size(37, 36);
1642
+            this.pictureBox27.TabIndex = 144;
1643
+            this.pictureBox27.TabStop = false;
1644
+            this.pictureBox27.Tag = "1";
1645
+            // 
1646
+            // label_Temp
1647
+            // 
1648
+            this.label_Temp.AutoSize = true;
1649
+            this.label_Temp.Location = new System.Drawing.Point(13, 19);
1650
+            this.label_Temp.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
1651
+            this.label_Temp.Name = "label_Temp";
1652
+            this.label_Temp.Size = new System.Drawing.Size(77, 12);
1653
+            this.label_Temp.TabIndex = 145;
1654
+            this.label_Temp.Text = "Temperature";
1655
+            // 
1656
+            // label33
1657
+            // 
1658
+            this.label33.AutoSize = true;
1659
+            this.label33.Location = new System.Drawing.Point(42, 44);
1660
+            this.label33.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
1661
+            this.label33.Name = "label33";
1662
+            this.label33.Size = new System.Drawing.Size(29, 12);
1663
+            this.label33.TabIndex = 146;
1664
+            this.label33.Text = "0.0V";
1665
+            // 
1450 1666
             // JdasMbic
1451 1667
             // 
1452 1668
             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
@@ -1516,6 +1732,14 @@
1516 1732
             this.groupBox3.ResumeLayout(false);
1517 1733
             this.groupBox3.PerformLayout();
1518 1734
             ((System.ComponentModel.ISupportInitialize)(this.dataGridView_TableSetting)).EndInit();
1735
+            this.groupBox7.ResumeLayout(false);
1736
+            this.groupBox7.PerformLayout();
1737
+            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).EndInit();
1738
+            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown10)).EndInit();
1739
+            this.groupBox_Temp.ResumeLayout(false);
1740
+            this.groupBox_Temp.PerformLayout();
1741
+            ((System.ComponentModel.ISupportInitialize)(this.pictureBox26)).EndInit();
1742
+            ((System.ComponentModel.ISupportInitialize)(this.pictureBox27)).EndInit();
1519 1743
             this.ResumeLayout(false);
1520 1744
 
1521 1745
         }
@@ -1627,6 +1851,22 @@
1627 1851
         private System.Windows.Forms.DataGridViewTextBoxColumn Column_Offset;
1628 1852
         private System.IO.Ports.SerialPort serialPort_JdasMbic;
1629 1853
         private System.Windows.Forms.Timer timer_JdasMbic;
1854
+        private System.Windows.Forms.GroupBox groupBox7;
1855
+        private System.Windows.Forms.Button button1;
1856
+        private System.Windows.Forms.Label label32;
1857
+        public System.Windows.Forms.NumericUpDown numericUpDown9;
1858
+        private System.Windows.Forms.Label label34;
1859
+        public System.Windows.Forms.NumericUpDown numericUpDown10;
1860
+        private System.Windows.Forms.RadioButton radioButton_ATT4;
1861
+        private System.Windows.Forms.RadioButton radioButton_ATT3;
1862
+        private System.Windows.Forms.RadioButton radioButton_ATT2;
1863
+        private System.Windows.Forms.RadioButton radioButton_ATT1;
1864
+        private System.Windows.Forms.Button button2;
1865
+        private System.Windows.Forms.GroupBox groupBox_Temp;
1866
+        private System.Windows.Forms.Label label_Temp;
1867
+        public System.Windows.Forms.Label label33;
1868
+        public System.Windows.Forms.PictureBox pictureBox26;
1869
+        public System.Windows.Forms.PictureBox pictureBox27;
1630 1870
     }
1631 1871
 }
1632 1872
 

+ 2 - 2
Jdas_Mbic/Main.cs

@@ -14,7 +14,7 @@ namespace Jdas_Mbic
14 14
 {
15 15
     public partial class JdasMbic : Form
16 16
     {
17
-        const double Table_Dbm_DefaultValue = 31.5;
17
+        const double Table_Dbm_DefaultValue = 0;//31.5;
18 18
         const int Table_DL_DefaultValue = 5;
19 19
         const int Table_UL_DefaultValue = -15;
20 20
         const int Table_Temp_DefaultValue = -10;
@@ -46,7 +46,7 @@ namespace Jdas_Mbic
46 46
                 dataGridView_TableSetting.Rows.Add();
47 47
                 tempstr = string.Format("{0:0.0}", TempDbmData);
48 48
                 dataGridView_TableSetting[0, i].Value = Convert.ToString(tempstr) + " dBm"; ;
49
-                TempDbmData = TempDbmData - 0.5;
49
+                TempDbmData = TempDbmData + 0.5;
50 50
                 
51 51
             }
52 52
 

+ 95 - 6
Jdas_Mbic/Main.resx

@@ -118,6 +118,101 @@
118 118
     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119 119
   </resheader>
120 120
   <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
121
+  <data name="pictureBox26.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
122
+    <value>
123
+        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
163
+        RK5CYII=
164
+</value>
165
+  </data>
166
+  <data name="pictureBox27.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
167
+    <value>
168
+        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
213
+        AAAASUVORK5CYII=
214
+</value>
215
+  </data>
121 216
   <data name="pictureBox18.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
122 217
     <value>
123 218
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
@@ -1264,12 +1359,6 @@
1264 1359
   <metadata name="Column_Offset.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
1265 1360
     <value>True</value>
1266 1361
   </metadata>
1267
-  <metadata name="Column_DB.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
1268
-    <value>True</value>
1269
-  </metadata>
1270
-  <metadata name="Column_Offset.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
1271
-    <value>True</value>
1272
-  </metadata>
1273 1362
   <metadata name="serialPort_JdasMbic.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
1274 1363
     <value>17, 17</value>
1275 1364
   </metadata>

BIN
Jdas_Mbic/bin/Debug/Jdas_Mbic.exe


BIN
Jdas_Mbic/bin/Debug/Jdas_Mbic.pdb


BIN
Jdas_Mbic/obj/Debug/Jdas_Mbic.JdasMbic.resources


+ 1 - 1
Jdas_Mbic/obj/Debug/Jdas_Mbic.csproj.CoreCompileInputs.cache

@@ -1 +1 @@
1
-e6ab130e68daffa7e26893f0ba4481efd3304b65
1
+dc6033e67fe295d45a9ff8b4bc602f92f9046681

BIN
Jdas_Mbic/obj/Debug/Jdas_Mbic.csproj.GenerateResource.cache


BIN
Jdas_Mbic/obj/Debug/Jdas_Mbic.exe


BIN
Jdas_Mbic/obj/Debug/Jdas_Mbic.pdb