From 06be082d1775509fa2de18e35a40136562d3f7c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=94=84=E5=A4=B4?= Date: Mon, 10 Jun 2024 18:12:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Entity/HslControlsEntity.cs | 18 + .../MainDetailControlAction.cs | 30 + .../Util/ControlsImprot.cs | 5 +- .../Data/MCProject/nodeForm/MainDetail.xml | 611 +++++++----------- 4 files changed, 296 insertions(+), 368 deletions(-) diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/MainDetailControl/Entity/HslControlsEntity.cs b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/MainDetailControl/Entity/HslControlsEntity.cs index 5b2de6d..7be5a8d 100644 --- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/MainDetailControl/Entity/HslControlsEntity.cs +++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/MainDetailControl/Entity/HslControlsEntity.cs @@ -90,6 +90,24 @@ namespace Mesnac.Action.ChemicalWeighing.MainDetailControl.Entity public HslLanternSimple HotWaterBpause { get; set; } public HslLanternSimple HotWaterBready { get; set; } + + public HslLanternSimple DryAenable { get; set; } + public HslLanternSimple DryApause { get; set; } + public HslLanternSimple DryAready { get; set; } + + + public HslLanternSimple DryBenable { get; set; } + public HslLanternSimple DryBpause { get; set; } + public HslLanternSimple DryBready { get; set; } + + public HslLanternSimple DryCenable { get; set; } + public HslLanternSimple DryCpause { get; set; } + public HslLanternSimple DryCready { get; set; } + + public HslLanternSimple DryDenable { get; set; } + public HslLanternSimple DryDpause { get; set; } + public HslLanternSimple DryDready { get; set; } + //daybin1 public HslLanternSimple DayBin1 { get; set; } diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/MainDetailControl/MainDetailControlAction.cs b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/MainDetailControl/MainDetailControlAction.cs index c3897ca..a39b6cd 100644 --- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/MainDetailControl/MainDetailControlAction.cs +++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/MainDetailControl/MainDetailControlAction.cs @@ -384,6 +384,35 @@ namespace Mesnac.Action.ChemicalWeighing.MainDetailControl SetHslLanternSimple9Pause(HslLanternSimpleE.HotWaterBpause, a.pause); SetHslLanternSimple9Read(HslLanternSimpleE.HotWaterBready, a.ready); + + a = dB2108.DryA; + + SetHslLanternSimple9Enable(HslLanternSimpleE.DryAenable, a.enable); + SetHslLanternSimple9Pause(HslLanternSimpleE.DryApause, a.pause); + SetHslLanternSimple9Read(HslLanternSimpleE.DryAready, a.ready); + + + a = dB2108.DryB; + + SetHslLanternSimple9Enable(HslLanternSimpleE.DryBenable, a.enable); + SetHslLanternSimple9Pause(HslLanternSimpleE.DryBpause, a.pause); + SetHslLanternSimple9Read(HslLanternSimpleE.DryBready, a.ready); + + a = dB2108.DryC; + + SetHslLanternSimple9Enable(HslLanternSimpleE.DryCenable, a.enable); + SetHslLanternSimple9Pause(HslLanternSimpleE.DryCpause, a.pause); + SetHslLanternSimple9Read(HslLanternSimpleE.DryCready, a.ready); + + + a = dB2108.DryD; + + SetHslLanternSimple9Enable(HslLanternSimpleE.DryDenable, a.enable); + SetHslLanternSimple9Pause(HslLanternSimpleE.DryDpause, a.pause); + SetHslLanternSimple9Read(HslLanternSimpleE.DryDready, a.ready); + + + SetHslLanternSimple9(HslLanternSimpleE.DayBin1, dB2108.Daybin1); SetHslLanternSimple9(HslLanternSimpleE.DayBin2, dB2108.Daybin2); SetHslLanternSimple9(HslLanternSimpleE.DayBin3, dB2108.Daybin3); @@ -566,6 +595,7 @@ namespace Mesnac.Action.ChemicalWeighing.MainDetailControl public void SetHslLanternSimple9(HslLanternSimple simple,MainFan main) { + if (simple == null) return; simple.LanternBackground = Color.Gray; if (main.enable) { diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Util/ControlsImprot.cs b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Util/ControlsImprot.cs index abaa8d3..d706efa 100644 --- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Util/ControlsImprot.cs +++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Util/ControlsImprot.cs @@ -202,7 +202,10 @@ namespace Mesnac.Action.ChemicalWeighing.Util /// public static void SetMCLabel(MCLabel obj, object set) { - obj.Text = Convert.ToString(set); + if((set != null && obj !=null)){ + obj.Text = Convert.ToString(set); + } + } public static void SetMCLabel(MCLabel obj, object set, Color color) { diff --git a/Main/MCEdit/Data/MCProject/nodeForm/MainDetail.xml b/Main/MCEdit/Data/MCProject/nodeForm/MainDetail.xml index 06d325d..f415007 100644 --- a/Main/MCEdit/Data/MCProject/nodeForm/MainDetail.xml +++ b/Main/MCEdit/Data/MCProject/nodeForm/MainDetail.xml @@ -1,23 +1,83 @@ + + 1171, 410 + DryBready + 7, 7 + + + 1171, 399 + DryBpause + 7, 7 + + + 1171, 389 + DryBenable + 7, 7 + + + 1416, 407 + DryCready + 7, 7 + + + 1416, 396 + DryCpause + 7, 7 + + + 1416, 386 + DryCenable + 7, 7 + + + 1727, 407 + DryDready + 7, 7 + + + 1727, 397 + DryDpause + 7, 7 + + + 1727, 387 + DryDenable + 7, 7 + + + 865, 408 + DryAready + 7, 7 + + + 865, 397 + DryApause + 7, 7 + + + 865, 386 + DryAenable + 7, 7 + - 1648, 388 + 1648, 382 HotWaterBready 10, 7 - 1648, 359 + 1648, 360 HotWaterBenable 10, 7 - 1648, 373 + 1648, 371 HotWaterBpause 10, 7 - 1563, 389 + 1563, 381 CoolWaterBready 10, 7 @@ -122,7 +182,7 @@ True D10 ButtonHighlight - 1349, 184 + 1347, 184 MCLabel261 23, 12 @@ -142,7 +202,7 @@ True D09 ButtonHighlight - 1113, 212 + 1110, 206 MCLabel260 23, 12 @@ -162,7 +222,7 @@ True D08 ButtonHighlight - 988, 212 + 988, 207 MCLabel259 23, 12 @@ -182,7 +242,7 @@ True D17 ButtonHighlight - 1419, 9 + 1417, 25 MCLabel258 23, 12 @@ -202,7 +262,7 @@ True D16 ButtonHighlight - 872, 37 + 868, 52 MCLabel257 23, 12 @@ -222,7 +282,7 @@ True D15 ButtonHighlight - 842, 13 + 821, 23 MCLabel256 23, 12 @@ -282,7 +342,7 @@ True D05 ButtonHighlight - 896, 109 + 896, 106 MCLabel253 23, 12 @@ -302,7 +362,7 @@ True D04 ButtonHighlight - 842, 80 + 823, 80 MCLabel252 23, 12 @@ -322,7 +382,7 @@ True D03 ButtonHighlight - 795, 215 + 794, 214 MCLabel251 23, 12 @@ -362,7 +422,7 @@ True D01 ButtonHighlight - 663, 331 + 657, 314 D01 23, 12 @@ -403,7 +463,7 @@ A=>B Transparent White - 266, 419 + 508, 419 MCLabelB 29, 12 @@ -431,7 +491,7 @@ TurnOn - 1193, 268 + 1190, 270 PControl23 10, 15 @@ -449,9 +509,9 @@ True MiddleCenter MintCream - 881, 57 + 880, 79 SpecialLabelBlue228 - 1, 227 + 1, 207 @@ -467,9 +527,9 @@ True MiddleCenter MintCream - 854, 54 + 833, 71 SpecialLabelBlue229 - 335, 1 + 355, 1 1844, 288 @@ -512,17 +572,17 @@ 7, 7 - 1563, 374 + 1563, 370 CoolWaterBpause 10, 7 - 1090, 390 + 1090, 380 HotWaterAready 7, 7 - 1090, 376 + 1090, 369 HotWaterApause 7, 7 @@ -537,20 +597,15 @@ 7, 7 - 1008, 376 + 1008, 370 CoolWaterApause 7, 7 - 1008, 390 + 1008, 381 CoolWaterAready 7, 7 - - 1855, 136 - HslLanternSimple9 - 7, 7 - @@ -565,9 +620,9 @@ True MiddleCenter MintCream - 1430, 31 + 1430, 49 SpecialLabelBlue230 - 1, 252 + 1, 235 @@ -583,9 +638,9 @@ True MiddleCenter MintCream - 1187, 55 + 1188, 71 SpecialLabelBlue231 - 1, 229 + 1, 216 @@ -601,9 +656,9 @@ True MiddleCenter MintCream - 852, 33 + 833, 53 SpecialLabelBlue232 - 1, 22 + 1, 18 @@ -619,9 +674,9 @@ True MiddleCenter MintCream - 1778, 28 + 1773, 43 SpecialLabelBlue233 - 1, 252 + 1, 242 @@ -639,7 +694,7 @@ True 0 ButtonHighlight - 686, 37 + 688, 49 PR2PCP04 11, 12 @@ -648,7 +703,7 @@ - 1420, 25 + 1415, 39 DV2PCP17 22, 12 @@ -657,7 +712,7 @@ - 872, 49 + 867, 67 DV2PCP16 22, 12 @@ -666,7 +721,7 @@ - 842, 24 + 818, 39 DV2PCP15 22, 12 @@ -886,24 +941,6 @@ SpecialLabelBlue245 1, 10 - - - - - - False - - - - None - True - True - MiddleCenter - MintCream - 1861, 187 - SpecialLabelBlue246 - 28, 1 - @@ -918,9 +955,9 @@ True MiddleCenter MintCream - 1888, 188 + 1888, 159 SpecialLabelBlue247 - 1, 55 + 1, 85 @@ -1038,9 +1075,9 @@ True MiddleCenter MintCream - 678, 29 + 681, 43 SpecialLabelBlue249 - 1102, 1 + 1093, 1 @@ -1056,9 +1093,9 @@ True MiddleCenter MintCream - 680, 29 + 681, 44 SpecialLabelBlue250 - 1, 270 + 1, 253 @@ -1074,14 +1111,14 @@ True MiddleCenter Aqua - 698, 274 + 690, 274 SpecialLabelBlue251 1, 38 TurnOff - 692, 261 + 688, 260 Jzf73 13, 11 @@ -1108,7 +1145,7 @@ True 0 ButtonHighlight - 416, 296 + 492, 253 purgeV4_PV 11, 12 @@ -1128,27 +1165,7 @@ Aqua 420, 256 SpecialLabelBlue252 - 1, 60 - - - - - Red - DarkGray - - - False - - - - None - True - True - 0 - ButtonHighlight - 420, 240 - conveyV4_PV - 11, 12 + 1, 56 @@ -1221,7 +1238,7 @@ Aqua 420, 312 SpecialLabelBlue255 - 277, 1 + 271, 1 @@ -1282,28 +1299,28 @@ - 928, 617 + 927, 617 BU2ASF02 14, 13 - 1234, 617 + 1233, 617 BU2BSF02 14, 13 - 1174, 617 + 1173, 617 BU2BSF01 14, 13 - 868, 617 + 867, 617 BU2ASF01 14, 13 @@ -1751,7 +1768,7 @@ True 0 ButtonHighlight - 206, 84 + 160, 102 topPressure_V2 11, 12 @@ -1771,7 +1788,7 @@ True 0 ButtonHighlight - 339, 84 + 276, 101 topPressure_V3 11, 12 @@ -1791,7 +1808,7 @@ True 0 ButtonHighlight - 474, 82 + 401, 101 topPressure_V4 11, 12 @@ -1811,7 +1828,7 @@ True 0 ButtonHighlight - 610, 85 + 555, 101 topPressure_V5 11, 12 @@ -1831,7 +1848,7 @@ True 0 ButtonHighlight - 83, 82 + 28, 101 topPressure_V1 11, 12 @@ -1866,7 +1883,7 @@ - 604, 70 + 603, 70 BU5BLT01 14, 13 @@ -1894,14 +1911,14 @@ - 319, 93 + 318, 93 BU3BLT01 14, 13 - 223, 70 + 222, 70 BU2BLT02 14, 13 @@ -1915,7 +1932,7 @@ - 113, 93 + 112, 93 BU1BLT04 14, 13 @@ -1929,14 +1946,14 @@ - 77, 70 + 76, 70 BU1BLT02 14, 13 - 63, 93 + 62, 93 BU1BLT01 14, 13 @@ -1964,14 +1981,14 @@ - 453, 53 + 452, 53 BU1KSF01 14, 13 - 604, 36 + 603, 36 BU1OSF01 14, 13 @@ -2006,7 +2023,7 @@ - 223, 36 + 222, 36 BU1FSF01 14, 13 @@ -2027,21 +2044,21 @@ - 113, 54 + 112, 54 BU1DSF01 14, 13 - 319, 54 + 318, 54 BU1GSF01 14, 13 - 77, 36 + 76, 36 BU1BSF01 14, 13 @@ -2329,9 +2346,9 @@ True MiddleCenter MintCream - 831, 154 + 834, 164 SpecialLabelBlue273 - 1, 21 + 1, 13 @@ -2347,9 +2364,9 @@ True MiddleCenter MintCream - 775, 203 + 778, 210 SpecialLabelBlue274 - 1, 30 + 1, 16 @@ -2365,9 +2382,9 @@ True MiddleCenter MintCream - 857, 108 + 835, 110 SpecialLabelBlue275 - 1, 12 + 1, 18 @@ -2473,7 +2490,7 @@ True 0.00 ButtonHighlight - 1834, 256 + 1808, 248 PresDaybin12 29, 12 @@ -2493,7 +2510,7 @@ True 0.00 ButtonHighlight - 1645, 256 + 1620, 248 PresDaybin10 29, 12 @@ -2513,7 +2530,7 @@ True 0.00 ButtonHighlight - 1729, 256 + 1711, 248 PresDaybin11 29, 12 @@ -2533,7 +2550,7 @@ True 0.00 ButtonHighlight - 1521, 256 + 1500, 248 PresDaybin9 29, 12 @@ -2553,7 +2570,7 @@ True 0.00 ButtonHighlight - 1331, 256 + 1330, 249 PresDaybin7 29, 12 @@ -2573,7 +2590,7 @@ True 0.00 ButtonHighlight - 1391, 256 + 1396, 249 PresDaybin8 29, 12 @@ -2593,7 +2610,7 @@ True 0.00 ButtonHighlight - 1277, 256 + 1267, 250 PresDaybin6 29, 12 @@ -2613,7 +2630,7 @@ True 0.00 ButtonHighlight - 1087, 256 + 1050, 254 PresDaybin4 29, 12 @@ -2633,7 +2650,7 @@ True 0.00 ButtonHighlight - 1145, 256 + 1148, 251 PresDaybin5 29, 12 @@ -2653,7 +2670,7 @@ True 0.00 ButtonHighlight - 958, 268 + 940, 251 PresDaybin3 29, 12 @@ -2693,7 +2710,7 @@ True 0.00 ButtonHighlight - 845, 268 + 845, 250 PresDaybin2 29, 12 @@ -3733,16 +3750,6 @@ WetWaitDisPlay1 75, 32 - - 1719, 301 - HslLanternSimpleReq4 - 15, 17 - - - 1719, 284 - HslLanternSimpleM4 - 15, 17 - 1859, 651 HslLanternSimple8 @@ -4189,21 +4196,21 @@ - 992, 539 + 991, 539 BU2GEB02 14, 13 - 1113, 539 + 1112, 539 BU3GEB02 14, 13 - 1302, 539 + 1301, 539 BU4GEB02 14, 13 @@ -4238,7 +4245,7 @@ - 803, 539 + 802, 539 BU1GEB02 14, 13 @@ -4301,7 +4308,7 @@ - 963, 610 + 962, 610 BU2GEB01 14, 13 @@ -4336,7 +4343,7 @@ - 1389, 610 + 1388, 610 BU5GEB01 14, 13 @@ -9882,7 +9889,7 @@ True 0 ButtonHighlight - 139, 330 + 138, 305 mainPress_V2_ActualValue 11, 12 @@ -9902,7 +9909,7 @@ True 0 ButtonHighlight - 267, 299 + 266, 278 mainPress_V3_ActualValue 11, 12 @@ -9942,7 +9949,7 @@ True 0 ButtonHighlight - 8, 348 + 8, 322 mainPress_V1_ActualValue 11, 12 @@ -9962,7 +9969,7 @@ True 0 ButtonHighlight - 155, 355 + 226, 254 purgeV2_PV 11, 12 @@ -9982,7 +9989,7 @@ True 0 ButtonHighlight - 284, 328 + 355, 254 purgeV3_PV 11, 12 @@ -10002,7 +10009,7 @@ True 0 ButtonHighlight - 557, 230 + 586, 255 purgeV5_PV 11, 12 @@ -10022,90 +10029,10 @@ True 0 ButtonHighlight - 24, 375 + 99, 254 purgeV1_PV 11, 12 - - - - Red - DarkGray - - - False - - - - None - True - True - 0 - ButtonHighlight - 555, 181 - conveyV5_PV - 11, 12 - - - - - Red - DarkGray - - - False - - - - None - True - True - 0 - ButtonHighlight - 155, 309 - conveyV2_PV - 11, 12 - - - - - Red - DarkGray - - - False - - - - None - True - True - 0 - ButtonHighlight - 284, 280 - conveyV3_PV - 11, 12 - - - - - Red - DarkGray - - - False - - - - None - True - True - 0 - ButtonHighlight - 24, 330 - conveyV1_PV - 11, 12 - @@ -10300,7 +10227,7 @@ True MiddleCenter Aqua - 181, 127 + 179, 127 SpecialLabelBlue327 6, 1 @@ -10341,7 +10268,7 @@ - 1665, 196 + 1661, 196 DV2PCP14 22, 12 @@ -10535,7 +10462,7 @@ True MiddleCenter MintCream - 485, 190 + 486, 190 SpecialLabelBlue332 1, 106 @@ -10581,7 +10508,7 @@ zsTurnOff - 1756, 365 + 1756, 359 DM1KDB01 17, 15 @@ -10589,7 +10516,7 @@ zsTurnOff - 1664, 358 + 1662, 358 DM1JDB01 17, 15 @@ -10683,7 +10610,7 @@ True MiddleCenter MintCream - 1772, 99 + 1757, 100 SpecialLabelBlue362 1, 182 @@ -10701,7 +10628,7 @@ True MiddleCenter MintCream - 1758, 151 + 1744, 154 SpecialLabelBlue361 1, 130 @@ -10719,7 +10646,7 @@ True MiddleCenter MintCream - 1863, 199 + 1863, 201 SpecialLabelBlue360 1, 83 @@ -10825,7 +10752,7 @@ - 1856, 342 + 1855, 342 BU1LDB01 14, 13 @@ -10899,7 +10826,7 @@ - 1760, 348 + 1760, 341 BU1KDB01 14, 13 @@ -10917,9 +10844,9 @@ True MiddleCenter MintCream - 1763, 342 + 1764, 342 SpecialLabelBlue350 - 3, 123 + 1, 123 0 @@ -11064,7 +10991,7 @@ True MiddleCenter MintCream - 621, 191 + 622, 191 SpecialLabelBlue372 1, 38 @@ -11248,75 +11175,25 @@ Aqua 50, 125 SpecialLabelBlue391 - 1, 259 + 1, 261 TurnOff - 1865, 162 + 1874, 160 Jzf77 13, 11 - - - - - - False - - - - None - True - True - MiddleCenter - MintCream - 1859, 159 - SpecialLabelBlue396 - 1, 30 - - - - - - - False - - - - None - True - True - MiddleCenter - White - 1892, 101 - SpecialLabelBlue397 - 1, 20 - zsTurnOff - 1879, 119 + 1874, 108 PM3ADF01 17, 15 - - - TurnOn - 1896, 119 - PControl17 - 10, 15 - - - - TurnOn - 1895, 98 - PControl15 - 10, 15 - - 1839, 125 + 1866, 122 SheBei1 67, 35 @@ -11691,7 +11568,7 @@ zsTurnOff - 1540, 356 + 1539, 359 DM1IDB01 17, 15 @@ -11699,7 +11576,7 @@ zsTurnOff - 1443, 365 + 1442, 359 DM1HDB01 17, 15 @@ -11707,7 +11584,7 @@ zsTurnOff - 1351, 359 + 1349, 359 DM1GDB01 17, 15 @@ -11715,7 +11592,7 @@ zsTurnOff - 1299, 360 + 1297, 360 DM1FDB01 17, 15 @@ -11723,7 +11600,7 @@ zsTurnOff - 1201, 365 + 1199, 365 DM1EDB01 17, 15 @@ -11731,7 +11608,7 @@ zsTurnOff - 1110, 360 + 1108, 360 DM1DDB01 17, 15 @@ -11739,7 +11616,7 @@ zsTurnOff - 989, 359 + 987, 359 DM1CDB01 17, 15 @@ -11747,7 +11624,7 @@ zsTurnOff - 894, 365 + 893, 360 DM1BDB01 17, 15 @@ -11755,21 +11632,21 @@ zsTurnOff - 799, 360 + 798, 360 DM1ADB01 17, 15 TurnOn - 1298, 271 + 1298, 270 PControl13 10, 15 TurnOn - 1351, 271 + 1351, 270 PControl12 10, 15 @@ -11798,7 +11675,7 @@ TurnOn - 1449, 268 + 1445, 268 PControl10 10, 15 @@ -11973,7 +11850,7 @@ - 796, 228 + 792, 228 DV2PCP03 22, 10 @@ -12131,7 +12008,7 @@ Aqua 28, 344 SpecialLabelBlue443 - 1, 58 + 1, 57 @@ -12294,7 +12171,7 @@ True MiddleCenter MintCream - 93, 189 + 94, 189 SpecialLabelBlue463 1, 196 @@ -12319,14 +12196,14 @@ True MiddleCenter MintCream - 218, 191 + 219, 191 SpecialLabelBlue464 1, 168 - 347, 192 + 346, 192 BU3BLT06 14, 13 @@ -12382,7 +12259,7 @@ Aqua 28, 400 SpecialLabelBlue479 - 724, 1 + 726, 1 @@ -12400,7 +12277,7 @@ MintCream 93, 386 SpecialLabelBlue478 - 653, 1 + 651, 1 @@ -12418,7 +12295,7 @@ Aqua 160, 371 SpecialLabelBlue481 - 574, 1 + 575, 1 @@ -12436,7 +12313,7 @@ MintCream 219, 358 SpecialLabelBlue480 - 510, 1 + 509, 1 @@ -12454,7 +12331,7 @@ Aqua 288, 344 SpecialLabelBlue482 - 427, 1 + 429, 1 @@ -12470,7 +12347,7 @@ True MiddleCenter MintCream - 343, 328 + 344, 328 SpecialLabelBlue483 365, 1 @@ -12524,7 +12401,7 @@ True MiddleCenter MintCream - 1459, 104 + 1457, 104 SpecialLabelBlue494 1, 177 @@ -12533,7 +12410,7 @@ - 1448, 97 + 1442, 97 DV2PCP11 22, 12 @@ -12551,7 +12428,7 @@ True MiddleCenter MintCream - 1446, 159 + 1443, 159 SpecialLabelBlue495 1, 124 @@ -12560,7 +12437,7 @@ - 1435, 152 + 1433, 150 DV2PCP12 22, 12 @@ -12587,7 +12464,7 @@ - 1539, 197 + 1535, 197 DV2PCP13 22, 12 @@ -12614,7 +12491,7 @@ - 1350, 198 + 1346, 198 DV2PCP10 22, 12 @@ -12738,7 +12615,7 @@ - 1543, 342 + 1541, 342 BU1IDB01 14, 13 @@ -12772,7 +12649,7 @@ - 1354, 342 + 1353, 342 BU1GDB01 14, 13 @@ -12812,7 +12689,7 @@ - 1447, 348 + 1446, 343 BU1HDB01 14, 13 @@ -12866,7 +12743,7 @@ True MiddleCenter MintCream - 1212, 122 + 1212, 128 SpecialLabelBlue507 1, 165 @@ -12884,7 +12761,7 @@ True MiddleCenter MintCream - 1203, 178 + 1201, 178 SpecialLabelBlue508 1, 108 @@ -12902,9 +12779,9 @@ True MiddleCenter MintCream - 856, 122 + 836, 127 SpecialLabelBlue509 - 355, 1 + 377, 1 @@ -12920,9 +12797,9 @@ True MiddleCenter MintCream - 832, 177 + 834, 177 SpecialLabelBlue510 - 370, 1 + 368, 1 @@ -12947,7 +12824,7 @@ - 841, 94 + 820, 96 DV2PCP04 22, 12 @@ -12965,7 +12842,7 @@ True MiddleCenter MintCream - 892, 175 + 893, 176 SpecialLabelBlue516 1, 108 @@ -12974,7 +12851,7 @@ - 821, 148 + 820, 150 DV2PCP06 22, 12 @@ -12992,7 +12869,7 @@ True MiddleCenter MintCream - 1309, 231 + 1309, 226 SpecialLabelBlue517 1, 53 @@ -13010,7 +12887,7 @@ True MiddleCenter MintCream - 1120, 238 + 1120, 233 SpecialLabelBlue518 1, 49 @@ -13019,7 +12896,7 @@ - 1111, 226 + 1106, 221 DV2PCP09 22, 12 @@ -13037,7 +12914,7 @@ True MiddleCenter MintCream - 998, 238 + 998, 234 SpecialLabelBlue519 1, 50 @@ -13046,7 +12923,7 @@ - 986, 225 + 983, 222 DV2PCP08 22, 12 @@ -13064,9 +12941,9 @@ True MiddleCenter MintCream - 775, 231 + 779, 225 SpecialLabelBlue520 - 535, 1 + 531, 1 @@ -13179,7 +13056,7 @@ - 1302, 342 + 1301, 342 BU1FDB01 14, 13 @@ -13213,7 +13090,7 @@ - 1113, 345 + 1112, 345 BU1DDB01 14, 13 @@ -13253,7 +13130,7 @@ - 1205, 349 + 1204, 349 BU1EDB01 14, 13 @@ -13413,7 +13290,7 @@ - 992, 343 + 991, 343 BU1CDB01 14, 13 @@ -13447,7 +13324,7 @@ - 803, 343 + 802, 343 BU1ADB01 14, 13 @@ -13487,7 +13364,7 @@ - 897, 348 + 897, 344 BU1BDB01 14, 13 @@ -13541,9 +13418,9 @@ True MiddleCenter MintCream - 729, 201 + 727, 201 SpecialLabelBlue541 - 1136, 1 + 1135, 1 @@ -13559,9 +13436,9 @@ True MiddleCenter MintCream - 740, 154 + 743, 154 SpecialLabelBlue543 - 1020, 1 + 1002, 1 @@ -13577,9 +13454,9 @@ True MiddleCenter MintCream - 711, 100 + 710, 100 SpecialLabelBlue569 - 1063, 1 + 1047, 1 @@ -13595,9 +13472,9 @@ True MiddleCenter Aqua - 753, 275 + 753, 270 SpecialLabelBlue548 - 1, 125 + 1, 130 @@ -13613,9 +13490,9 @@ True MiddleCenter MintCream - 743, 156 + 743, 155 SpecialLabelBlue549 - 1, 233 + 1, 232 @@ -13631,7 +13508,7 @@ True MiddleCenter Aqua - 733, 264 + 735, 267 SpecialLabelBlue550 1, 105 @@ -13667,9 +13544,9 @@ True MiddleCenter Aqua - 716, 263 + 717, 263 SpecialLabelBlue552 - 1, 83 + 1, 82 @@ -13687,7 +13564,7 @@ MintCream 709, 100 SpecialLabelBlue553 - 1, 230 + 1, 229 317, 113