├── BLF ├── Controls │ ├── Cluster - Application Information.ctl │ ├── Cluster - CAN Frame.ctl │ ├── Cluster - CAN Message.ctl │ ├── Cluster - SystemTime.ctl │ ├── Cluster - VBLFileStatistics.ctl │ ├── Cluster - VBLFileStatisticsEx.ctl │ ├── Cluster - mHeader.ctl │ ├── Cluster - mHeaderBase.ctl │ ├── Enum - Application ID.ctl │ ├── Enum - CAN Data Type.ctl │ └── Enum - Read Object Types.ctl ├── Example │ └── Example Read BLF.vi ├── Private │ ├── Free Object.vi │ ├── Peek Object.vi │ ├── Read CAN Frame.vi │ └── Skip Object.vi ├── Read Write BLF.lvclass ├── VIs │ ├── Close File.vi │ ├── Flush File Buffers.vi │ ├── Get File Statistics.vi │ ├── Open File.vi │ ├── Read CAN Frames.vi │ ├── ReadSingleCANFrame.vi │ ├── Set Application Settings.vi │ ├── Set Measurement Start Time.vi │ ├── Set Write Options.vi │ ├── Write CAN Frame.vi │ ├── Write CAN Frames.vi │ └── binlog.dll └── binlog.dll ├── Ctrls ├── SettingParameters.ctl ├── YesOrNo.ctl ├── btnAboutNew.ctl ├── btnCloseWin.ctl ├── btnCofigY.ctl ├── btnDonateNew.ctl ├── btnDonateViaPaypal.ctl ├── btnMaxSizeWin.ctl ├── btnMinSizeWin.ctl ├── btnOpenCANpro.ctl ├── btnOpenCANtest.ctl ├── btnOpenDBC.ctl ├── btnOpenDBplusplus.ctl ├── btnOpenData.ctl ├── btnOpenOrigin.ctl ├── btnOpenTSmaster.ctl ├── btnOpenZCANPRO.ctl ├── btnSeeOrNot.ctl ├── btnSetupNew.ctl └── btnUpdateNew.ctl ├── GlobalVariables.vi ├── LICENSE ├── Main.vi ├── Menu.rtm ├── README.md ├── SubVIs ├── ASCReadBaseTime.vi ├── About.vi ├── AddSig2SelList.vi ├── AdjustScreenResolution.vi ├── AutoConfigPlots.vi ├── AutoConfigYScales.vi ├── BLF_Time2Second.vi ├── BasicAppPath.vi ├── CANArry2Bits.vi ├── CANReadBaseTime.vi ├── CANframeSelect.vi ├── CANjoiner.vi ├── CanSignal.vi ├── ConfigPlots.vi ├── ConfigSubVIs │ ├── ChkUpdate.vi │ ├── InitParameters.vi │ ├── ReadLangSet.vi │ ├── ReadSettings.vi │ └── SetUpPanel.vi ├── ConfigYsandPlots.vi ├── ConfigYscales.vi ├── DBC2Sheet.vi ├── DBCisMutiplex.vi ├── DataASCFileInfo.vi ├── DataASCFileRichInfo.vi ├── DataBLFFileRichInfo.vi ├── DataCANFileInfo.vi ├── DataCANFileRichInfo.vi ├── DataCSVFileInfo.vi ├── DataCSVFileRichInfo.vi ├── DataExcelFileRichInfo.vi ├── DataTXTFileInfo.vi ├── DataTXTFileRichInfo.vi ├── DataTrcFileInfo.vi ├── DataTrcFileRichInfo.vi ├── Datas2Bytes.vi ├── Donate.vi ├── Draw │ ├── Arry2XYdata.vi │ ├── AutoAdjustYAlxes.vi │ ├── AutoAdjustYAlxesPosition.vi │ ├── DrawToXYgraph.vi │ ├── GetMPOR.vi │ ├── GetSelectedSigValInDraw.vi │ ├── MouseInDrawArea.vi │ ├── MouseMoveAllY.vi │ ├── MouseMoveSingleY.vi │ ├── MouseMoveX.vi │ ├── MouseScrollAction.vi │ ├── MouseZoomSingleY.vi │ ├── MouseZoomX.vi │ ├── MouseZoomY.vi │ ├── SetZoomMode.vi │ ├── TimeArrange.vi │ ├── Vec2MPOR.vi │ ├── Vec2TandData.vi │ ├── 修改游标线宽.vi │ └── 游标移动显示.vi ├── Export2CSV.vi ├── Export2Excel.vi ├── Export2SheetString.vi ├── File5Info.vi ├── FileAscOpen.vi ├── FileBLFOpen.vi ├── FileBLFOpen_1.vi ├── FileCanOpen.vi ├── FileExcelOpen.vi ├── FileRichInfo2String.vi ├── FileRichInfo2StringBySecond.vi ├── FileRichInfo2StringByTime.vi ├── FileTrcOpen.vi ├── FilecsvOpen.vi ├── FiletxtOpen.vi ├── GetBinlogdllpath.vi ├── GetComputerHWInfo.vi ├── GetDBC_CANID.vi ├── GlobalVar.vi ├── IDandCal.vi ├── IntelSignalSet.vi ├── ListAllValue.vi ├── ListSelectedSigArry.vi ├── ListSelectedValue.vi ├── LookCANFileInfo.vi ├── Main.txt ├── MergeFiles.vi ├── MotoSignalSet.vi ├── Moto_MSB2StBit.vi ├── ReadBaseTime.vi ├── ReadXCANVersion.vi ├── SignalSet.vi ├── TipsWhenDecodeCANdata.vi ├── UISubVIs │ ├── AdjustXYLegend.vi │ ├── ColorAbsort.vi │ ├── ColorSelector.vi │ ├── CreateGraphMenu_InAreaButNotCurve.vi │ ├── CreateGraphMenu_OnCurve.vi │ ├── CreateGraphMenu_OnGraphXaxle.vi │ ├── CreateGraphMenu_OnGraphYaxle.vi │ ├── CreateGraphRightKeyMenu.vi │ ├── CreateMainMenu.vi │ ├── GetWhereIsMouseClick.vi │ ├── LV_GetSysMetrics.vi │ ├── RGBA2U32.vi │ ├── UIinit_About.vi │ ├── UIinit_CofigYandCurves.vi │ ├── UIinit_Main.vi │ ├── UIinit_MergeFile.vi │ ├── UIinit_setting.vi │ └── user32.dll ├── UpdateSubVIs │ ├── CompareChkTime.vi │ ├── CompareVersion.vi │ ├── DecodeVersionString.vi │ ├── ReadUnicodeText.vi │ ├── RunUpdater.vi │ ├── UpdateNowTips.vi │ ├── VersionCompare.vi │ └── VersionCompareIn4Num.vi ├── User │ ├── GetHWinfobyWMIC.vi │ ├── Register.vi │ ├── VerifyLicense.vi │ └── VerifyLicense_bak.vi ├── XY_TipSubVIs │ └── Set_Tips_Position_XY.vi ├── openCANdb++.vi ├── openCANpro.vi ├── openCANtest.vi ├── openOrigin.vi ├── openTSmaster.vi └── openZCANPRO.vi ├── X-CAN.aliases ├── X-CAN.lvlps ├── X-CAN.lvproj ├── config.ini ├── dlls ├── Microsoft.VC80.DebugCRT.manifest ├── binlog.dll ├── diskSN.dll ├── msvcm80d.dll ├── msvcp80d.dll └── msvcr80d.dll └── logoxcan.ico /BLF/Controls/Cluster - Application Information.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/BLF/Controls/Cluster - Application Information.ctl -------------------------------------------------------------------------------- /BLF/Controls/Cluster - CAN Frame.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/BLF/Controls/Cluster - CAN Frame.ctl -------------------------------------------------------------------------------- /BLF/Controls/Cluster - CAN Message.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/BLF/Controls/Cluster - CAN Message.ctl -------------------------------------------------------------------------------- /BLF/Controls/Cluster - SystemTime.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/BLF/Controls/Cluster - SystemTime.ctl -------------------------------------------------------------------------------- /BLF/Controls/Cluster - VBLFileStatistics.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/BLF/Controls/Cluster - VBLFileStatistics.ctl -------------------------------------------------------------------------------- /BLF/Controls/Cluster - VBLFileStatisticsEx.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/BLF/Controls/Cluster - VBLFileStatisticsEx.ctl -------------------------------------------------------------------------------- /BLF/Controls/Cluster - mHeader.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/BLF/Controls/Cluster - mHeader.ctl -------------------------------------------------------------------------------- /BLF/Controls/Cluster - mHeaderBase.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/BLF/Controls/Cluster - mHeaderBase.ctl -------------------------------------------------------------------------------- /BLF/Controls/Enum - Application ID.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/BLF/Controls/Enum - Application ID.ctl -------------------------------------------------------------------------------- /BLF/Controls/Enum - CAN Data Type.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/BLF/Controls/Enum - CAN Data Type.ctl -------------------------------------------------------------------------------- /BLF/Controls/Enum - Read Object Types.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/BLF/Controls/Enum - Read Object Types.ctl -------------------------------------------------------------------------------- /BLF/Example/Example Read BLF.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/BLF/Example/Example Read BLF.vi -------------------------------------------------------------------------------- /BLF/Private/Free Object.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/BLF/Private/Free Object.vi -------------------------------------------------------------------------------- /BLF/Private/Peek Object.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/BLF/Private/Peek Object.vi -------------------------------------------------------------------------------- /BLF/Private/Read CAN Frame.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/BLF/Private/Read CAN Frame.vi -------------------------------------------------------------------------------- /BLF/Private/Skip Object.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/BLF/Private/Skip Object.vi -------------------------------------------------------------------------------- /BLF/Read Write BLF.lvclass: -------------------------------------------------------------------------------- 1 |  2 | 3 | This is an API for reading and writing BLF files. 4 | 5 | ------------- 6 | Brian Hoover (Hooovahh) 7 | 8 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!)O!!!*Q(C=\>7RD>N!%)8B*_-#J_L!9!M4/('I&N4#N+"5I3)\HB<5AFJY,3BXJ"<IH[OR9-#_IQXY9!>(XIL57_\M*X,"E]<W8HL3P,:^@((\A`Z\M@FR^F0`;(/@L9T`6@`;_._L0]`0^+`^PG@[6T;^<7`<P^W/KYPUV>@M2MO,C':;U:)77K;;47ZSEZP=Z#9P]C)P]C)P]C*0]C20]C20]C10]C!0]C!0]C!@/\H)23ZS3':S-Z%J;AK9C[()@"C0]2C0]@"6RG-]RG-]RM-F-B\D-2\D-2['S8C-RXC-RXAI.31?/TE?Y[']#E`B+4S&J`!QJ1J0!3AG+QI827#I[#R/#E`B+4S=KP!5HM*4?!I0X3I]B;@Q&*\#QZ"R6WJIFJU=$W75?"*0YEE]C9@33DS**`%EHM4$>%I]C3>"*"-GR3%I':2=E(R*0)G(AR*0YEE]C3@RU$7?5)Y\MWC7H2R0Y!E]A3@Q""Z++0!%HM!4?!)0:26Y!E`A#4S"B[E5?!*0Y!EAQ;2-L["9-$#Y+!A#$X^DN=2Y3D5E-8;J&[^[5;I8GXI2K2?(_K'L([<[);FPPPKGKG_7_C;I@ZQ;L=;I*V%08C\5D=]L\5)\UU[U!WV0W^%GWH9:_J=PP.VOOF[POFQO/J`0/JV//BQ/WO`XWOVWGK:*W_XW]2LYQ0ZY)>T@3U@/2`PU:8/=4BQ`XY`D`/PG?`]L`3`^$^[.?K=@[X+0PA(5!IAL!!!!!! 9 | 352354304 10 | 1.0.0.5 11 | true 12 | true 13 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!6,0%.M>8.U:8)_$1I]4G&N:4Z1:7Y],UZB<75_$1I]4H6N27RU=TYY0#^/>7V&<(2T0AU+0&5T-DY.#DR/97VF0E:P=G6H=G^V<G1A1W^M<X)],UZB<75_$1I]6G&M0D%S.D1Y.T!T0#^797Q_$1I],V5T-DY.#DR6-T)_$1I]4G&N:4Z#97.L:X*P>7ZE)%.P<'^S0#^/97VF0AU+0&:B<$YR.D=X.T)R.4QP6G&M0AU+0#^6-T)_$1I]1WRV=X2F=DY.#DR/97VF0E:J<'QA5'&U>'6S<DQP4G&N:4Y.#DR/>7V&<(2T0DA],UZV<56M>(-_$1I]64A_$1I]4G&N:4Z3<X=A-$QP4G&N:4Y.#DR797Q_-4EV0#^797Q_$1I],V5Y0AU+0&5Y0AU+0%ZB<75_5G^X)$%],UZB<75_$1I]6G&M0D%Z.4QP6G&M0AU+0#^6/$Y.#DR6/$Y.#DR/97VF0F*P>S!S0#^/97VF0AU+0&:B<$YR/45],V:B<$Y.#DQP64A_$1I]64A_$1I]4G&N:4Z3<X=A-TQP4G&N:4Y.#DR797Q_-4EV0#^797Q_$1I],V5Y0AU+0&5Y0AU+0%ZB<75_5G^X)$1],UZB<75_$1I]6G&M0D%Z.4QP6G&M0AU+0#^6/$Y.#DR6/$Y.#DR/97VF0F*P>S!V0#^/97VF0AU+0&:B<$YR/45],V:B<$Y.#DQP64A_$1I]64A_$1I]4G&N:4Z3<X=A.DQP4G&N:4Y.#DR797Q_-4EV0#^797Q_$1I],V5Y0AU+0&5Y0AU+0%ZB<75_5G^X)$=],UZB<75_$1I]6G&M0D%Z.4QP6G&M0AU+0#^6/$Y.#DQP1WRV=X2F=DY.#DR*-49_$1I]4G&N:4Z8;72U;$QP4G&N:4Y.#DR797Q_-4QP6G&M0AU+0#^*-49_$1I]26=_$1I]4G&N:4Z.<W2F0#^/97VF0AU+0%.I<WFD:4Z$<X"Z0#^$;'^J9W5_$1I]1WBP;7.F0E^S0#^$;'^J9W5_$1I]1WBP;7.F0E6Y9WRV=WFW:3"0=DQP1WBP;7.F0AU+0%.I<WFD:4Z#;81A1WRF98)],U.I<WFD:4Y.#DR$;'^J9W5_4G^U)%.P=(E],U.I<WFD:4Y.#DR$;'^J9W5_4G^U)%^S0#^$;'^J9W5_$1I]1WBP;7.F0EZP=C"&?'.M>8.J>G5A4X)],U.I<WFD:4Y.#DR$;'^J9W5_4G^U)%*J>#"$<'6B=DQP1WBP;7.F0AU+0&:B<$YQ0#^797Q_$1I],U680AU+0%6-0AU+0%ZB<75_5X2Z<'5],UZB<75_$1I]1WBP;7.F0F.P<'FE0#^$;'^J9W5_$1I]1WBP;7.F0E2B=WA],U.I<WFD:4Y.#DR$;'^J9W5_2'^U0#^$;'^J9W5_$1I]1WBP;7.F0E2B=WAA2'^U0#^$;'^J9W5_$1I]1WBP;7.F0E2B=WAA2'^U)%2P>$QP1WBP;7.F0AU+0&:B<$YQ0#^797Q_$1I],U6-0AU+0%6-0AU+0%ZB<75_2GFM<#"3>7RF0#^/97VF0AU+0%.I<WFD:4Z&>G6O)%^E:$QP1WBP;7.F0AU+0%.I<WFD:4Z8;7ZE;7ZH0#^$;'^J9W5_$1I]6G&M0D!],V:B<$Y.#DQP25Q_$1I]25Q_$1I]4G&N:4Z&<G1A1W&Q=TQP4G&N:4Y.#DR$;'^J9W5_2'6G986M>$QP1WBP;7.F0AU+0%.I<WFD:4Z'<'&U0#^$;'^J9W5_$1I]6G&M0D!],V:B<$Y.#DQP25Q_$1I],U.M>8.U:8)_$1I!!!!! 14 | true 15 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!6+0%.M>8.U:8)_$1I]4G&N:4Z1:7Y],UZB<75_$1I]4H6N27RU=TYY0#^/>7V&<(2T0AU+0&5T-DY.#DR/97VF0E:P=G6H=G^V<G1A1W^M<X)],UZB<75_$1I]6G&M0D5V-$5R-TE],V:B<$Y.#DQP64-S0AU+0&5T-DY.#DR/97VF0E*B9WNH=G^V<G1A1W^M<X)],UZB<75_$1I]6G&M0D%R.TEW.4=X0#^797Q_$1I],V5T-DY.#DR$<(6T>'6S0AU+0%ZB<75_2GFM<#"1982U:8*O0#^/97VF0AU+0%ZV<56M>(-_/$QP4H6N27RU=TY.#DR6/$Y.#DR/97VF0F*P>S!Q0#^/97VF0AU+0&:B<$YR-D9],V:B<$Y.#DQP64A_$1I]64A_$1I]4G&N:4Z3<X=A-4QP4G&N:4Y.#DR797Q_-4)W0#^797Q_$1I],V5Y0AU+0&5Y0AU+0%ZB<75_5G^X)$)],UZB<75_$1I]6G&M0D%S.DQP6G&M0AU+0#^6/$Y.#DR6/$Y.#DR/97VF0F*P>S!T0#^/97VF0AU+0&:B<$YR-D9],V:B<$Y.#DQP64A_$1I]64A_$1I]4G&N:4Z3<X=A.$QP4G&N:4Y.#DR797Q_-4)W0#^797Q_$1I],V5Y0AU+0&5Y0AU+0%ZB<75_5G^X)$5],UZB<75_$1I]6G&M0D%S.DQP6G&M0AU+0#^6/$Y.#DR6/$Y.#DR/97VF0F*P>S!W0#^/97VF0AU+0&:B<$YR-D9],V:B<$Y.#DQP64A_$1I]64A_$1I]4G&N:4Z3<X=A.TQP4G&N:4Y.#DR797Q_-4)W0#^797Q_$1I],V5Y0AU+0#^$<(6T>'6S0AU+0%ER.DY.#DR/97VF0F>J:(2I0#^/97VF0AU+0&:B<$YU0#^797Q_$1I],UER.DY.#DR&6TY.#DR/97VF0EVP:'5],UZB<75_$1I]1WBP;7.F0E.P=(E],U.I<WFD:4Y.#DR$;'^J9W5_4X)],U.I<WFD:4Y.#DR$;'^J9W5_28BD<(6T;8:F)%^S0#^$;'^J9W5_$1I]1WBP;7.F0E*J>#"$<'6B=DQP1WBP;7.F0AU+0%.I<WFD:4Z/<X1A1W^Q?4QP1WBP;7.F0AU+0%.I<WFD:4Z/<X1A4X)],U.I<WFD:4Y.#DR$;'^J9W5_4G^S)%6Y9WRV=WFW:3"0=DQP1WBP;7.F0AU+0%.I<WFD:4Z/<X1A1GFU)%.M:7&S0#^$;'^J9W5_$1I]6G&M0D!],V:B<$Y.#DQP26=_$1I]25Q_$1I]4G&N:4Z4>(FM:4QP4G&N:4Y.#DR$;'^J9W5_5W^M;71],U.I<WFD:4Y.#DR$;'^J9W5_2'&T;$QP1WBP;7.F0AU+0%.I<WFD:4Z%<X1],U.I<WFD:4Y.#DR$;'^J9W5_2'&T;#"%<X1],U.I<WFD:4Y.#DR$;'^J9W5_2'&T;#"%<X1A2'^U0#^$;'^J9W5_$1I]6G&M0D!],V:B<$Y.#DQP25Q_$1I]25Q_$1I]4G&N:4Z';7RM)&*V<'5],UZB<75_$1I]1WBP;7.F0E6W:7YA4W2E0#^$;'^J9W5_$1I]1WBP;7.F0F>J<G2J<G=],U.I<WFD:4Y.#DR797Q_-$QP6G&M0AU+0#^&4$Y.#DR&4$Y.#DR/97VF0E6O:#"$98"T0#^/97VF0AU+0%.I<WFD:4Z%:7:B>7RU0#^$;'^J9W5_$1I]1WBP;7.F0E:M981],U.I<WFD:4Y.#DR797Q_-$QP6G&M0AU+0#^&4$Y.#DQP1WRV=X2F=DY.#A!!!!! 16 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!"K`5F.31QU+!!.-6E.$4%*76Q!!&GA!!!28!!!!)!!!&EA!!!!<!!!!!2:3:7&E)&>S;82F)%*-2CZM>G.M98.T!!!!!*!6!)!!!$!!!#A!"!!!!!!%!!-!0!#]!"^!A!)!!!!!!1!"!!<`````!!!!!!!!!!!!!!!!SA8EK;D?%E?39_[T*[]G"!!!!!Q!!!!1!#%!!)6#@K$*]=V'DKQ.(Y_L7YH5(9T:DQ#S"/G!#:DM_%*_!!!1!!!!!!"$GB#%N9X`1Z;$2VED"8!F!1!!!0````]!!!!1[,+'].D;]0*;L8]U\FYK6!!!!!1!!!!!!!!!*Q!"4&:$1Q!!!!%!!F:*4%)!!!!!5&2)-!!!!!5!!1!"!!!!!!)!!Q!!!!!#!!%!!!!!!#!!!!!9?*RD9'.A;G#YQ!$%D%!7EQ;1^9'"A1%!/A%%RA!!!")!!!!-?*RD9'(AA%)'!!$Y!#5!!!!!!%E!!!%9?*RD9-!%`Y%!3$%S-$#$O#RIYG!;RK9GQ'5O,LOAYMR1.\,#B"E9G09!;3;1(&3.$%3+[1E1HU!XBR^+8U!3!Q$*8CB?!!!!!!!!$!!"6EF%5Q!!!!!!!Q!!!:=!!!-Y?*R<Q-D!E'FM9@9"3$-$M3B$!U.S@EIK,Q/1TQ!"<ZA93!9"50V;;/+'"Q[H!9%?PXQ,G.`]BK@<257AO5:&AKF5J.N(2;442Y7FEU8FR:````]X(_%ZX/W2=^T2"K3WGQ-I@NR&B10%!>)M)0J`9!:)&;JZ-JV!73!NA;1"<C#+`1&!62Q.&=I-*3S'"[)/(W]Q991Y&/;%+'TO*>\]ZD==1%]*((T)UNWI!?4X4A321#'?TB!/C?-O($JC1$\D#:#"H4QQ8X0!`2-'-K"%2;$4"'12#S0-IG[WYQY;Y("Q%)&1'2#K!E)6A+A>9"==Y9A\$!``N;`P\7)&UMB2;A$%)06[$)Q-D'!Z2I;V5$E<)*M*+A;,3R"<!2J-D!TW=$WXI@);3/;Y--,U).26)^H,"$;$E?%0!]Q]I(V103!XM5(&@)&C"[$M%#"\!J1>$72`A,+4A'Q"+$M4S$:AB,$TI'RH@R>8Z,1)3N?Q.#Y%R-GZ"19'?N5"/K5_/LYB1,+7A5%1*&[18)9GT!!!VXO7W!!!!!%3!!!"6(C=-W"A9-AUND$\!+3:'2E92"E;'*,T5V):E)!+)Y)>("\7`%;AOU2&I<.%B;?\2E7FMU;&IZONG\`42Y7FEU8FR:````_X(O#@=K#%AX`<A:?.1%W^93S>)3I]P@%MH4&!R7YMVOYM1!7F#<V/,*UO1!FP&K"ODOZC!?MCA8K&'LHO1!\L!)ZSM3+2\E!7[Q#7=JYCLGZ";Y&SFEW-R5Q'FVIOF7DW"AC!$1U%52T>$A,7DA*!1`GXH>A"=C_`[](8)!?]:O<@>KDZC%"=@02BI0$;V`>WA;32P-2A!0)\!S^9D!G)F:$%1=$:X]5604R!;I7!/$GXQ-"!LTJ!J^2(RT=%3.9S-!!!A"Z0@!!!!!!!TQ!!!22YH$.A9'$).,9QWQ#EG2E:'%1:'BC3]V.3':$!%S2W=(B9]RO"\B)6B=Y3&:\O'B76TBI6DGYW)-H3S;,SYM````^<$Z2[^<KR>,KI]03[ASC/<C$0H;5<R0)"[AJE[3\E[+\E[9Y5[)Q1[+TA[3TA[!RA[1U5[1Q"[AE!52T>HC+>(C+'"ZK0#-4&2R_'WL`W^<V>1'=S-#+ZS1#)=Y!C)$%G)&:!%A=":X]86X4`A.1+!H&S18+:8H7!4KG0DG])E+Q&CA%!W@9[PQ!!!!!-&1#!*!!B"$%V,D!!!!!!$"5!A!!!)11R.3YQ!!!!!!Q6!)!E!#%%-45O-!!!!!!-&1#!!!!B"$%V,D!!!!!!$"5!A#1!)11R.3YQ!!!!!"1"!!!!^6=VAHEGIIQO=V*/"EEZH1!!!!U!!!!!!!!!!!!!!!!!!!!!!!!!A0````_!!!!"A!!!!9!!!!'!!!!"A!!!!9!!!!'!!!!"A!!!!9!!!!'!!!!"A!!!!9"A!!'"G!!"BA9!!:A"A!'A!%!"M!$!!;Q$1!'D$M!"I06!!;!KQ!'A.5!"I#L!!;!V1!'A+M!"I$6!!:ALA!''.A!"A<A!!9"A!!(`````!!!%!0```````````````````````````````````````````Q!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!0``!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!``]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!$``Q!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!0``!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!``]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!$``Q!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!0``!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!``]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!$``Q!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!0``!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!``]!!!!!!!!!!$U^!!!!!!!!!!!!!!!!!!!!!!!!!!$``Q!!!!!!!$WSB\+S01!!!!!!!!!!!!!!!!!!!!!!!0``!!!!!$WSBW*C9G+SMDU!!!!!!!!!!!!!!!!!!!!!``]!!$WSBW*C9G*C9G*CML)^!!!!!!!!!!!!!!!!!!$``Q#SBW*C9G*C9G*C9G*C9L+S!!!!!!!!!!!!!!!!!0``!)?(9G*C9G*C9G*C9G*C`L)!!!!!!!!!!!!!!!!!``]!B\+SBW*C9G*C9G*C`P\_BQ!!!!!!!!!!!!!!!!$``Q#(ML+SMI>C9G*C`P\_`P[(!!!!!!!!!!!!!!!!!0``!)?SML+SML+(MP\_`P\_`I=!!!!!!!!!!!!!!!!!``]!B\+SML+SML,_`P\_`P\_BQ!!!!!!!!!!!!!!!!$``Q#(ML+SML+SMP\_`P\_`P[(!!!!!!!!!!!!!!!!!0``!)?SML+SML+S`P\_`P\_`I=!!!!!!!!!!!!!!!!!``]!B\+SML+SML,_`P\_`P\_BQ!!!!!!!!!!!!!!!!$``Q#(ML+SML+SMP\_`P\_`P[(!!!!!!!!!!!!!!!!!0``!,+SML+SML+S`P\_`P\_ML)!!!!!!!!!!!!!!!!!``]!!)?(ML+SML,_`P\_ML+(!!!!!!!!!!!!!!!!!!$``Q!!!!#(ML+SMP\_ML+(!!!!!!!!!!!!!!!!!!!!!0``!!!!!!!!B\+SML*C!!!!!!!!!!!!!!!!!!!!!!!!``]!!!!!!!!!!)>C!!!!!!!!!!!!!!!!!!!!!!!!!!$```````````````````````````````````````````]!!!!-!!&'5%B1!!!!!!!$!!!&\Q!!%9VYH-V987Q5621_-ZUNMT_EMSMNL#H:W4+\*7BBAQL9!*9S*62L7`ID))FUW^F#%;FJFY<%3#NO'GP#AZAUE94A%T5R%:-__&)49T9_M!^C4$1#S5+$_G4EJ1'"W@(=/TM\-`M@9C,\=$/:`<ZTTDXH/`@=81$PH,#/T=":&2BB"2_[6(!J+19AW=*$^B/?"7'1?14-'D_D1BM`+.RE-USD#BYF&?9D]BT=1\2W7\P!P-(]+NR";+XA2W-O&?K5V&LPKV*;E+YW3H-/QWI$B)8T4)9^*!8O]_=4Y_A1%BP*[GVB-M$)19Z,.06'4]53%HHL</(^V+24"5&/L:_1UMVI%6V`4UWS%3<+>BAG!5VOB-8&2:0EV5FB'M9/Z$"2!';+D:4B_*!T+;7@JRQ8Z;#@+=/0(-B]3G)HJ(TK-X*+1#LSTG3X4,A'4WWDP/8F:?4BGO5>6W'.F'\H`@Q>Z9:D^9(%.]!!ETT+;V^I==,X>J-K5+Q0#R&K:92_@/Z896-CR1Y"2]LQ#*WJ=)W7A40+M*/592]NAV/?%]#MQ\5+>:#Z:.0[P3>04]:D%_,YK$BS-DIZ+<Y\-496D=>%*2K0&F:IFZTS<S?\*][I//":Y#!$8VKT01Z8LFT""/"K5H=D>;W5TP%;-(-M8-VF8$%T4LS;G8M&-S=`'$B'MB>K:1X.=F3T\84NI/M?OE[:+N[++P9+_9(;60T3@[`C<3COMXEKBA7Y#UNF&,F>*ZEK2DT!0\"1BL-$/>.7&3.H!4F,F68]=I'+#4>0R@0T]T9?VK)VJW+/9816*[ZLD\8(2-OXN'8Y#\[C7N<VW9PF5&+V!EO=8%9H0[-4EP^62P\@,SJ@.R:AI8Q"R&L1*<SG:`B%<#1O^M7CCNA\0DE7(RM`F6?6WSK=66+=@[O5>NGE7Q=2W'6M7`03<4^]_"#XD;PBC96%%'9Y.C'2N][72$SU/4+;.?V292K6P5V+M^2SB'[B(LU(Q907FJ;7U"KOXA$OGR8]4+:'4!<UH(M1)F*)E+R#5\:O)XQ4-6])*35*EN5/>1<-;'9Q'NRHD37;D=B`]=GD';Y_GG&<.'Y60M"I5$2V?HG`-\.?D^(]>O-72H.[^H-;D9/Y)&9?2(2X^(G,Z8GTZ<H&@,\`E]5HCPN=Q5HDROXPK8T3@)DK$BW'U*MA0_BT[_>.48C7$9M1$GLB*A.["-]>*?7A;N8_2B-<Y*R>VE-F4_7W+G8.NX@N%XOD]?.Z5E<D5<X#<JO36W./BSIJO6:8-G=IW64.-*YF;0-Z06Y0M3G#!T;"7T]#COH&"<5I!L+$))%9)N!]B8KR1D6.SU(>.LVA\5<E6$U/'-;G&Q\XZD(SNF,K4&-+"QS78;F1^BY69HB%_5&/"`INV7K!57D/FJ5VMH1-8@CE>,XBAHS]U'C.BS;+M__?1%1+M36+`<-Q5;7A@V10`<V[[&V<_L%$DN.:[WH4N=`BL*V^C\".R*A_D:>$\\%[S"'?L@(?1W]@=Q&/4!2RK%/SS>-\M$_#HDHCHNP!3=Z\72NJ(.2+CN7T@"#`P1Q@W:NH@]G:=,B#]\$:ZH(VR[-4=8&A\*X]_9S4I,0%**"BN(T`W+>!-OY/\1RN@O'1+X2G^Y$:38V[>VKH!6&CK0,Z7V@^.+CL>BLU7[?"S*"I1N6.AV,2&*E'J;):TO`OA3)H]XYY5<F&"YOX[.OQ*3O?8)M?,.+C@FB@K55*J&C(&.FN+7CU?OB1^>#D_3V[S$+E[L`6?\"7<V3U9?+/7(#$H_GY69DT/>&S=T,A5*.<,]Z))LC=0F@W&6]8_RL)+V@7$F\A/MA&LJWE=A/'?2!OW*PVN:,.?K(+:P723<>P\'1-LX#DM9H9K:%C4>PVJ.?X]F?XVZ_KKVPX5X6V[`E@LG[^4XJV/U$(EH&JY_W8.G?XZ6=5@`/(U\E`10B_3><+!91/N$_N1LW]V`?DU)F\^@#>@)>Q#8^BYI`."PY3PZ,]*@=83<)LRUR=:TZB6K3,!8\>PR1)[%A!!!!!"!!!!%Y!!!!%!!!!!!!!!!Q!!5*%3&!!!!!!!!-!!!"C!!!!=HC=9W"AS"/190L(50?8A5HA+Z!B`:?"7>#0]4=$![?@Q'%AT3AA#237`=P!,KA.&N9_IMP"!!7K<)Q=EBS("4H!-BQN'AT````H_(LE'FT&%2]Y5W770)=%!"2C'1!!!!!!!!1!!!!(!!!$A!!!!!=!!!!B8WZJ8URB=X2,<G^X<E^X<GFO:UR71WRB=X.$<(6T>'6S!!!!IB5!A!!!!!!"!!A!-0````]!!1!!!!!!BA!!!!5!%E!S`````QB#4%9A5'&U;!!!'5!(!"*#4%9A2GFM:3"3:7:F=G6O9W5!!"*!6!!'#F.U98*U)&2J<75!!"N!"Q!54W*K:7.U)&*F971A5'^T;82J<WY!!#:!5!!%!!!!!1!#!!-75G6B:#"8=GFU:3"#4%9O<(:D<'&T=Q!!!1!%!!!!!!!!!"N-6E.M98.T5(*J>G&U:52B>'&5;7VF=X2B<8!!!!!:&1#!!!!!!!%!"1!(!!!"!!$5:0S@!!!!!!!!!#:-6E.M98.T5(*J>G&U:52B>'&-98.U18"Q<'FF:&2J<76T>'&N=!!!!"E6!)!!!!!!!1!&!!=!!!%!!.2E`*]!!!!!!!!!'ER71WRB=X.1=GFW982F2'&U962Z='6%:8.D!!!!IB5!A!!!!!!"!!A!-0````]!!1!!!!!!BA!!!!5!%E!S`````QB#4%9A5'&U;!!!'5!(!"*#4%9A2GFM:3"3:7:F=G6O9W5!!"*!6!!'#F.U98*U)&2J<75!!"N!"Q!54W*K:7.U)&*F971A5'^T;82J<WY!!#:!5!!%!!!!!1!#!!-75G6B:#"8=GFU:3"#4%9O<(:D<'&T=Q!!!1!%!!!!!!!!!"Z-6E.M98.T5(*J>G&U:52B>'&%:GRU2'&U96.J?G5!!!!:&1#!!!!!!!%!"1!$!!!"!!!!!!!=!!!!!!!!!"J-6E.M98.T5(*J>G&U:52B>'&%:GRU2'&U91!!!,)6!)!!!!!!"1!31$,`````#%*-2C"1982I!!!:1!=!%E*-2C"';7RF)&*F:G6S:7ZD:1!!%E"5!!9+5X2B=H1A6'FN:1!!'U!(!"209GJF9X1A5G6B:#"1<X.J>'FP<A!!*E"1!!1!!!!"!!)!!R:3:7&E)&>S;82F)%*-2CZM>G.M98.T!!!"!!216%AQ!!!!"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!'ER71WRB=X.1=GFW982F2'&U962B9E^S:'6S!!!!.25!A!!!!!!#!!5!"Q!!$!"!!!(`````!!!!!1!"!!!!"!!!!!!!!!!"!!!!!A!!!!-!!!!!!!!!"!!)!!Q!!!!%!!!!AQ!!!#A!!!!#!!!%!!!!!!A!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"0!!!!@BYH*61Q5L$1""^[;:N7L877+NN%>;\C/A0")7?"%-N?(7<<$13'UGWR;.`YE`Z)8I8^(6<%@4E$AS]G4>PXCS!!@TAZ*00/\M9SF#:/[!8V/%PY$$.N"TJ2">['GG1/E;N?7659?1Y@7"F1'LH=H+P)U/CCG79F[F*]SEQQ@NL`0%#I.+VL?MC.6J3^SC<2ZEK3`^8/4):DI-1,G==6#$WT\.:;81B]U4;#@F9J(.&?KS-1J7"*G+SXSQ1+YB4V.'A.:&EN`##:Z'0T,+A]Q2N\B"IE,MG:H%#$`9(+&!(;O#.P(2B9Q-N<+)FT&.-=EB,[WDD]&]7+W#K,:)$<LLBI)MBR33WU<'WK^DBZO_ILO*PZ;@4N<']V='ON?0CA)IO>XH9AI]^^&9G?U1_,_Y4^YG>,U:N7#U!!!#$!!%!!A!$!!1!!!")!"1!!!!!!"1"-1%@!!!!7Q!5!!!!!!!5!4%"(Q!!!'Y!&!!!!!!!&!%R!2]!!!#"A!#!!)!!!"1"-1%@%EVJ9X*P=W^G>#":95BF;3"632*.;7.S<X.P:H1A77&):7EA65E347FD=G^T<W:U)&FB3'6J)&6*!4!!5F.31QU+!!.-6E.$4%*76Q!!&GA!!!28!!!!)!!!&EA!!!!!!!!!!!!!!#!!!!!U!!!%2!!!!"N-35*/!!!!!!!!!62-6F.3!!!!!!!!!7B36&.(!!!!!!!!!8R$1V.5!!!!!!!!!:"-38:J!!!!!!!!!;2$4UZ1!!!!!!!!!<B544AQ!!!!!1!!!=R%2E24!!!!!!!!!@2-372T!!!!!!!!!AB735.%!!!!!A!!!BRW:8*T!!!!"!!!!FB41V.3!!!!!!!!!LR(1V"3!!!!!!!!!N"*1U^/!!!!!!!!!O2J9WQY!!!!!!!!!PB-37:Q!!!!!!!!!QR'5%BC!!!!!!!!!S"'5&.&!!!!!!!!!T275%21!!!!!!!!!UB-37*E!!!!!!!!!VR#2%BC!!!!!!!!!X"#2&.&!!!!!!!!!Y273624!!!!!!!!!ZB%6%B1!!!!!!!!![R.65F%!!!!!!!!!]")36.5!!!!!!!!!^271V21!!!!!!!!!_B'6%&#!!!!!!!!!`Q!!!!!`````Q!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!#!!!!!!!!!!!0````]!!!!!!!!!N!!!!!!!!!!!`````Q!!!!!!!!$)!!!!!!!!!!$`````!!!!!!!!!.!!!!!!!!!!!0````]!!!!!!!!!`!!!!!!!!!!!`````Q!!!!!!!!%%!!!!!!!!!!,`````!!!!!!!!!3A!!!!!!!!!!0````]!!!!!!!!"1!!!!!!!!!!!`````Q!!!!!!!!'1!!!!!!!!!!$`````!!!!!!!!!;!!!!!!!!!!!@````]!!!!!!!!$0!!!!!!!!!!#`````Q!!!!!!!!25!!!!!!!!!!4`````!!!!!!!!"3A!!!!!!!!!"`````]!!!!!!!!&/!!!!!!!!!!)`````Q!!!!!!!!6)!!!!!!!!!!H`````!!!!!!!!"6A!!!!!!!!!#P````]!!!!!!!!&;!!!!!!!!!!!`````Q!!!!!!!!6Y!!!!!!!!!!$`````!!!!!!!!":!!!!!!!!!!!0````]!!!!!!!!&J!!!!!!!!!!!`````Q!!!!!!!!9I!!!!!!!!!!$`````!!!!!!!!#CQ!!!!!!!!!!0````]!!!!!!!!+0!!!!!!!!!!!`````Q!!!!!!!"!Q!!!!!!!!!!$`````!!!!!!!!%$A!!!!!!!!!!0````]!!!!!!!!11!!!!!!!!!!!`````Q!!!!!!!""1!!!!!!!!!!$`````!!!!!!!!%,A!!!!!!!!!!0````]!!!!!!!!1Q!!!!!!!!!!!`````Q!!!!!!!"2%!!!!!!!!!!$`````!!!!!!!!&%Q!!!!!!!!!!0````]!!!!!!!!56!!!!!!!!!!!`````Q!!!!!!!"3!!!!!!!!!!)$`````!!!!!!!!&=!!!!!!%F*F971A6X*J>'5A1ER',G.U<!!!!!! 17 | 18 | 19 | 20 | 21 | !!!!!2:3:7&E)&>S;82F)%*-2CZM>G.M98.T!&"53$!!!!!!!!!!!!!!!!9!!1!!!!!!!!!!!!!"!"Z!5!!!&F*F971A6X*J>'5A1ER',GRW9WRB=X-!!!%!!!!!!!!!!!!!!1Z-97*73568)%^C;G6D>!"16%AQ!!!!!!!!!!!!&1#!!!!!!!!!!!!!!!!!!!%!!!!!!!%!!!!!!A!:1!=!%E*-2C"';7RF)&*F:G6S:7ZD:1!!8!$RV'44Q!!!!!)75G6B:#"8=GFU:3"#4%9O<(:D<'&T=R*3:7&E)&>S;82F)%*-2CZD>'Q!+E"1!!%!!"V$<(6T>'6S)'^G)'.M98.T)("S;8:B>'5A:'&U91!"!!%!!!!"`````Q!!!!!!!!!!!!%/4'&C6EF&6S"09GJF9X1!5&2)-!!!!!!!!!!!!"5!A!!!!!!!!!!!!!!!!!!"!!!!!!!#!!!!!!1!'5!(!"*#4%9A2GFM:3"3:7:F=G6O9W5!!"*!6!!'#F.U98*U)&2J<75!!"N!#A!66'FN:3"4>'&N=#"4>'6Q)&:B<(6F!'!!]>2EVMM!!!!#&F*F971A6X*J>'5A1ER',GRW9WRB=X-35G6B:#"8=GFU:3"#4%9O9X2M!#Z!5!!$!!!!!1!#(5.M>8.U:8)A<W9A9WRB=X-A=(*J>G&U:3"E982B!!%!!Q!!!!-!!!!!``````````]!!!!!!!!!!!!!!!!!!!!!!!!!!$Y2,API*N;6!!!!!!%/4'&C6EF&6S"09GJF9X1!5&2)-!!!!!!!!!!!!"5!A!!!!!!!!!!!!!!!!!!"!!!!!!!$!!!!!!5!%E!S`````QB#4%9A5'&U;!!!'5!(!"*#4%9A2GFM:3"3:7:F=G6O9W5!!"*!6!!'#F.U98*U)&2J<75!!"N!#A!66'FN:3"4>'&N=#"4>'6Q)&:B<(6F!')!]>2E]2]!!!!#&F*F971A6X*J>'5A1ER',GRW9WRB=X-35G6B:#"8=GFU:3"#4%9O9X2M!$"!5!!%!!!!!1!#!!->1WRV=X2F=C"P:C"D<'&T=S"Q=GFW982F)'2B>'%!!1!%!!!!"0````]!!!!!!!!!!1!!!!*16%AQ!!!!"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!$Y2,API*N;6!!!!!!%/4'&C6EF&6S"09GJF9X1!5&2)-!!!!!!!!!!!!"5!A!!!!!!!!!!!!!!!!!!"!!!!!!!%!!!!!!9!%E!S`````QB#4%9A5'&U;!!!'5!(!"*#4%9A2GFM:3"3:7:F=G6O9W5!!"*!6!!'#F.U98*U)&2J<75!!"N!#A!66'FN:3"4>'&N=#"4>'6Q)&:B<(6F!"N!"Q!54W*K:7.U)&*F971A5'^T;82J<WY!!'1!]>2E]8Y!!!!#&F*F971A6X*J>'5A1ER',GRW9WRB=X-35G6B:#"8=GFU:3"#4%9O9X2M!$*!5!!&!!!!!1!#!!-!""V$<(6T>'6S)'^G)'.M98.T)("S;8:B>'5A:'&U91!"!!5!!!!&!!!!!!!!!!%!!!!#!!!!!`````^16%AQ!!!!"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!$Y2,API*N;6!!!!!!!!!!%/4'&C6EF&6S"09GJF9X1!5&2)-!!!!!!!!!!!!"5!A!!!!!!!!!!!!!!!!!!"!!!!!!!&!!!!!!5!%E!S`````QB#4%9A5'&U;!!!'5!(!"*#4%9A2GFM:3"3:7:F=G6O9W5!!"*!6!!'#F.U98*U)&2J<75!!"N!"Q!54W*K:7.U)&*F971A5'^T;82J<WY!!')!]>2E`*]!!!!#&F*F971A6X*J>'5A1ER',GRW9WRB=X-35G6B:#"8=GFU:3"#4%9O9X2M!$"!5!!%!!!!!1!#!!->1WRV=X2F=C"P:C"D<'&T=S"Q=GFW982F)'2B>'%!!1!%!!!!"!!!!!!!!!!"!!!!!A!!!!216%AQ!!!!"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1Z-97*73568)%^C;G6D>!"16%AQ!!!!!!!!!!!!&1#!!!!!!!!!!!!!!!! 22 | 23 | 24 | 25 | 26 | false 27 | 49 53 48 49 56 48 49 48 13 0 0 0 0 1 23 21 76 111 97 100 32 38 32 85 110 108 111 97 100 46 108 118 99 108 97 115 115 0 0 1 0 0 0 0 0 9 0 0 38 198 1 100 1 100 80 84 72 48 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 1 15 13 76 97 121 101 114 46 108 118 99 108 97 115 115 0 0 1 0 0 0 0 0 7 0 0 12 178 0 0 0 0 0 0 0 0 0 0 12 158 0 40 0 0 12 152 0 0 12 0 0 0 0 0 0 32 0 32 0 24 0 0 0 0 0 255 255 255 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 0 0 0 0 0 0 0 0 0 0 0 255 255 255 255 255 255 0 0 0 255 255 255 255 255 255 255 255 255 0 0 0 0 0 0 0 0 0 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 0 0 255 255 255 255 255 255 255 255 255 0 0 0 255 255 255 0 0 0 255 255 255 255 255 255 255 255 255 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 0 0 0 0 0 0 0 0 0 0 0 255 255 255 255 255 255 0 0 0 255 255 255 255 255 255 255 255 255 0 0 0 0 0 0 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 0 0 255 255 255 255 255 255 255 255 255 0 0 0 255 255 255 0 0 0 255 255 255 255 255 255 255 255 255 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 0 0 255 255 255 255 255 255 255 255 255 0 0 0 255 255 255 0 0 0 255 255 255 255 255 255 255 255 255 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 0 0 0 0 0 0 0 0 0 0 0 255 255 255 255 255 255 0 0 0 0 0 0 0 0 0 255 255 255 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 0 0 0 0 0 0 0 0 0 0 0 0 60 143 0 0 34 136 0 0 60 142 0 0 34 136 0 0 34 136 0 0 60 232 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 1 0 2 0 0 0 1 15 13 76 97 121 101 114 46 108 118 99 108 97 115 115 0 0 1 0 0 0 0 0 7 0 0 12 178 0 0 0 0 0 0 0 0 0 0 12 158 0 40 0 0 12 152 0 0 12 0 0 0 0 0 0 32 0 32 0 24 0 0 0 0 0 255 255 255 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 0 0 0 0 0 0 0 0 255 255 255 255 255 255 0 0 0 255 255 255 255 255 255 255 255 255 0 0 0 0 0 0 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 0 0 255 255 255 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 0 0 255 255 255 255 255 255 0 0 0 255 255 255 0 0 0 255 255 255 255 255 255 255 255 255 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 0 0 255 255 255 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 0 0 0 0 0 0 0 0 255 255 255 255 255 255 0 0 0 255 255 255 255 255 255 255 255 255 0 0 0 0 0 0 255 255 255 255 255 255 255 255 255 0 0 0 0 0 0 255 255 255 0 0 0 255 255 255 0 0 0 255 255 255 255 255 255 0 0 0 255 255 255 255 255 255 255 255 255 0 0 0 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 0 0 0 255 255 255 255 255 255 0 0 0 255 255 255 0 0 0 255 255 255 255 255 255 255 255 255 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 0 0 255 255 255 255 255 255 0 0 0 255 255 255 0 0 0 255 255 255 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 0 0 0 0 0 0 0 0 255 255 255 255 255 255 0 0 0 0 0 0 0 0 0 255 255 255 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 0 0 255 255 255 255 255 255 0 0 0 0 0 0 255 255 255 255 255 255 255 255 255 0 0 0 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 0 0 0 0 0 0 0 0 0 0 0 57 28 20 0 37 16 20 0 57 24 212 140 37 16 9 80 57 208 9 140 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 2 0 0 0 1 15 13 76 97 121 101 114 46 108 118 99 108 97 115 115 0 0 1 0 0 0 0 0 7 0 0 12 182 0 0 0 0 0 0 0 0 0 0 12 158 0 40 0 0 12 152 0 0 12 0 0 0 0 0 0 32 0 32 0 24 0 0 0 0 0 255 255 255 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 0 0 0 0 0 0 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 0 0 0 0 0 0 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 0 0 0 0 0 0 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 0 0 0 0 0 0 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 0 0 0 0 0 0 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 0 0 0 0 0 0 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 0 0 0 0 0 0 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 0 0 0 0 0 0 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 0 0 0 0 0 0 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 220 114 220 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4 70 105 108 108 100 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 11 83 109 97 108 108 32 70 111 110 116 115 0 1 9 1 1 28 | 29 | 30 | 31 | 2 32 | 33 | 34 | 35 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!%H!!!!"1"\!0%!!!!!!!!!!2F&<H6N)#UA18"Q<'FD982J<WYA351O9X2M!&F!&1!("V6/3UZ06UY*1U&/15R:7E63"5."4E^&#5."4F.55E645Q:$15Z-4U='1U&/16"&$%."4E."5U694%R02Q!!$E&Q='RJ9W&U;7^O)%F%!!!81!5!%7V"=("M;7.B>'FP<EVB;G^S!">!"1!2<5&Q='RJ9W&U;7^O47FO<X)!&U!&!"&N18"Q<'FD982J<WZ#>7FM:!"@!0%!!!!!!!!!!B:3:7&E)&>S;82F)%*-2CZM>G.M98.T*5.M>8.U:8)A,3""=("M;7.B>'FP<C"*<G:P=GVB>'FP<CZD>'Q!'E"1!!1!!!!"!!)!!Q>$<(6T>'6S!!%!"!!!!!! 36 | -1 37 | 1048576 38 | true 39 | 1 40 | 1 41 | 1082143234 42 | 43 | 44 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!$J!!!!#!!11&1!"AFU;7VF=X2B<8!!$5!&!!>/>7VF=GFD!"2!1!!"`````Q!""X"B?7RP971!%5!(!!JJ:'6O>'FG;76S!!!/1#%*:8BU:7ZE:71`!!J!)16F9WBP0Q!Q!0%!!!!!!!!!!2B&<H6N)#UA1U&/)%2B>'%A6(FQ:3ZD>'Q!$U!&!!2U?8"F!!"8!0%!!!!!!!!!!B:3:7&E)&>S;82F)%*-2CZM>G.M98.T&U.M>8.U:8)A,3"$15YA2H*B<75O9X2M!#"!5!!'!!!!!A!$!!1!"1!'#5."4C"G=G&N:1!"!!=!!!!! 45 | -1 46 | 1048576 47 | true 48 | 1 49 | 1 50 | 1082143232 51 | 52 | 53 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!B\!!!!'1!21!=!#GV4;7>O982V=G5!!"&!"A!,<5BF972F=F.J?G5!&5!'!!ZN3'6B:'6S6G6S=WFP<A!!%5!(!!NN4W*K:7.U5WF[:1:#!0%!!!!!!!!!!2"09GJF9X1A6(FQ:8-O9X2M"CF!&Q"M"V6/3UZ06UY,1U&/8UV&5V."2U5*1U&/8U635E^3$%."4F^06E634%^"2!V$15Z@5V2"6%F46%F$#U&15&^55EF(2U63#U6/6F^*4F2&2U63#E6/6F^%4V6#4%5+25Z78V.55EF/2QB&4F:@2%&511V-4U>@1U^/6%&*4E63#UR*4F^.26.415>&$5R*4F^$5E.@26*34V)-4%F/8U2-1V^*4E:0$5R*4F^31V:@26*34V).4%F/8V./2&^&5F*05A^-35Z@5UR78V2*456066104%F/8V.$3%6%8UV02%.)$5R*4F^475Z@26*34V)-4%F/8U*"6523162&#5R*4F^44%6&5!J-35Z@6U&,2661#%V05V2@5V":#5V05V2@1V234!Z.4V.58UR*2UB54%^$3QZ.4V.58V.5162*5V2*1QJS:8.F=H:F:&]R#H*F=W6S>G6E8T)+=G6T:8*W:72@-QR'4%695E&:8U2"6%%-2ER&7&*"76^475Z$%%."4F^%5EF726*@26*34V))45^46&^13V1*45^46&^13V1S#UV05V2@3&>.4U2&#%V05V2@5E6(#UV05V2@2U6/5E6($5V05V2@4E655V2"6%5.45^46&^%162"4%^46!R.4V.58V2335>(26).2ER&7&*"76^$75.-21^'4%695E&:8UV&5V."2U524%F/8U.)25.,5V6.8UF/2E]04%F/8V.135N&8U6725Z5$U."4F^%5EF726*@5VF/1QZ'4%695E&:8V.516265QF(5&.@26:&4F1)2F*@26*34V)*2F*@5V2"6&64$5:38V.516*51VF$4%5.2F*@5E.745645U&(21V325&-6%F.25.-4U.,#E&715F-15*-24)+16:"35R"1ER&-QV-35Z@5V2"6%F46%F$$5IR.T!Y8UV&5V."2U523D%X-$B@6EF36&6"4&^.5U=-4%F/8UV&5V."2U5S$ER*4F^44E2@26*34V)S$ER*4F^475Z@26*34V)S$ER*4F^$5E.@26*34V)S$ER*4F^31V:@26*34V)S#UR*4F^815N&66!S%%R*4F^45%F,26^&6E6/6$)14%F/8UR04E>@2%^.8V.*2QB"5&"@6%696""'5F^31V:.26.415>&8U69%%V05V2@5V2"6%F46%F$26A-45^46&^57%R*2UB5$5V05V2@15R-4U.515),45^46&^46&*&5V-/262)26*/262@2F*"455-5VF48V:"5EF"1ER&$5."4F^&5F*05F^&7&151U&/8U2336:&5F^&5F*05F^&7&124%F/8UR04E>@2%^.8V.*2T)145^46&]R.4"@45645U&(21R.4V.58T%V-&^13V1245^46&^&6%B&5EZ&6&^13V1:45^46&]R.4"@45645U&(26^'5E&(456/6"6.4V.58T%V-&^13V2@2F*"2UV&4F1;45^46&^&6%B&5EZ&6&^13V2@2F*"2UV&4F1245^46&^476.525V@26:&4F1245^46&]R.4"@15R-4U.515)045^46&]V-&^.26.415>&#UV05V2@.4"@5%N5$%."4F^.26.415>&-B6-35Z@65Z&7&"&1V2&2&^815N&66!;4%F/8V.)4V*58U^38V.-4V>@5E645%^/5U564%F/8U2*5V265E*"4E.&8U6725Z5$&.&5EF"4&^&6E6/6!V06E635F6/8U635E^3$56725Z58U.045V&4F1+6UR"4F^'5E&.21Z84%&/8V.5162*5V2*1QB.4V.58U6$4!V(4%^#15R@45&33U63#E&'2&B@2F*"455/15:%7&^46%&536.535-23UR*4E6@5V2"6&6426:&4F1/1U&/8U:%8UV&5V."2U521U&/8U:%8UV&5V."2U6@.D12262)26*/262@5FB@26*34V)0262)26*/262@5V2"6&64$U."4F^'2&^&5F*05F]W."N-35Z@5UB05F2@4V*@5UR06V^326.14UZ424),15:%7&^46%&566-315:%7&^#66.@5V2"6%F46%F$!!N09GJF9X1A6(FQ:1"#!0%!!!!!!!!!!2F$<(6T>'6S)#UA<5BF972F=E*B=W5O9X2M!#"!5!!&!!!!!1!#!!-!"!NN3'6B:'6S1G&T:1!41!=!$'V09GJF9X2'<'&H=Q!!$U!'!!FN5G6T:8*W:71!&5!'!!ZN4W*K:7.U6G6S=WFP<A!!&U!)!""N4W*K:7.U6'FN:6.U97VQ!!![!0%!!!!!!!!!!26$<(6T>'6S)#UA<5BF972F=CZD>'Q!(%"1!!5!"1!'!!=!#!!*"WV):7&E:8)!$U!'!!BN1WBB<GZF<!!!$5!&!!:N2GRB:X-!!!N!"1!%<52-1Q!!#5!(!!.N351!$U!&!!BN2'&U96MQ81!!$U!&!!BN2'&U96MR81!!$U!&!!BN2'&U96MS81!!$U!&!!BN2'&U96MT81!!$U!&!!BN2'&U96MU81!!$U!&!!BN2'&U96MV81!!$U!&!!BN2'&U96MW81!!$U!&!!BN2'&U96MX81!!(%"1!!A!$Q!1!"%!%A!4!"1!&1!7"7V%982B!&M!]1!!!!!!!!!#&F*F971A6X*J>'5A1ER',GRW9WRB=X-:1WRV=X2F=C!N)%."4C".:8.T97>F,G.U<!!C1&!!"A!+!!M!$!!.!!Y!&QN$15YA476T=W&H:1!"!"A!!!!! 54 | -1 55 | 1048576 56 | true 57 | 1 58 | 1 59 | 1082143232 60 | 61 | 62 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!>T!!!!#Q!21!=!#GV4;7>O982V=G5!!"&!"A!,<5BF972F=F.J?G5!&5!'!!ZN3'6B:'6S6G6S=WFP<A!!%5!(!!NN4W*K:7.U5WF[:1:#!0%!!!!!!!!!!2"09GJF9X1A6(FQ:8-O9X2M"CF!&Q"M"V6/3UZ06UY,1U&/8UV&5V."2U5*1U&/8U635E^3$%."4F^06E634%^"2!V$15Z@5V2"6%F46%F$#U&15&^55EF(2U63#U6/6F^*4F2&2U63#E6/6F^%4V6#4%5+25Z78V.55EF/2QB&4F:@2%&511V-4U>@1U^/6%&*4E63#UR*4F^.26.415>&$5R*4F^$5E.@26*34V)-4%F/8U2-1V^*4E:0$5R*4F^31V:@26*34V).4%F/8V./2&^&5F*05A^-35Z@5UR78V2*456066104%F/8V.$3%6%8UV02%.)$5R*4F^475Z@26*34V)-4%F/8U*"6523162&#5R*4F^44%6&5!J-35Z@6U&,2661#%V05V2@5V":#5V05V2@1V234!Z.4V.58UR*2UB54%^$3QZ.4V.58V.5162*5V2*1QJS:8.F=H:F:&]R#H*F=W6S>G6E8T)+=G6T:8*W:72@-QR'4%695E&:8U2"6%%-2ER&7&*"76^475Z$%%."4F^%5EF726*@26*34V))45^46&^13V1*45^46&^13V1S#UV05V2@3&>.4U2&#%V05V2@5E6(#UV05V2@2U6/5E6($5V05V2@4E655V2"6%5.45^46&^%162"4%^46!R.4V.58V2335>(26).2ER&7&*"76^$75.-21^'4%695E&:8UV&5V."2U524%F/8U.)25.,5V6.8UF/2E]04%F/8V.135N&8U6725Z5$U."4F^%5EF726*@5VF/1QZ'4%695E&:8V.516265QF(5&.@26:&4F1)2F*@26*34V)*2F*@5V2"6&64$5:38V.516*51VF$4%5.2F*@5E.745645U&(21V325&-6%F.25.-4U.,#E&715F-15*-24)+16:"35R"1ER&-QV-35Z@5V2"6%F46%F$$5IR.T!Y8UV&5V."2U523D%X-$B@6EF36&6"4&^.5U=-4%F/8UV&5V."2U5S$ER*4F^44E2@26*34V)S$ER*4F^475Z@26*34V)S$ER*4F^$5E.@26*34V)S$ER*4F^31V:@26*34V)S#UR*4F^815N&66!S%%R*4F^45%F,26^&6E6/6$)14%F/8UR04E>@2%^.8V.*2QB"5&"@6%696""'5F^31V:.26.415>&8U69%%V05V2@5V2"6%F46%F$26A-45^46&^57%R*2UB5$5V05V2@15R-4U.515),45^46&^46&*&5V-/262)26*/262@2F*"455-5VF48V:"5EF"1ER&$5."4F^&5F*05F^&7&151U&/8U2336:&5F^&5F*05F^&7&124%F/8UR04E>@2%^.8V.*2T)145^46&]R.4"@45645U&(21R.4V.58T%V-&^13V1245^46&^&6%B&5EZ&6&^13V1:45^46&]R.4"@45645U&(26^'5E&(456/6"6.4V.58T%V-&^13V2@2F*"2UV&4F1;45^46&^&6%B&5EZ&6&^13V2@2F*"2UV&4F1245^46&^476.525V@26:&4F1245^46&]R.4"@15R-4U.515)045^46&]V-&^.26.415>&#UV05V2@.4"@5%N5$%."4F^.26.415>&-B6-35Z@65Z&7&"&1V2&2&^815N&66!;4%F/8V.)4V*58U^38V.-4V>@5E645%^/5U564%F/8U2*5V265E*"4E.&8U6725Z5$&.&5EF"4&^&6E6/6!V06E635F6/8U635E^3$56725Z58U.045V&4F1+6UR"4F^'5E&.21Z84%&/8V.5162*5V2*1QB.4V.58U6$4!V(4%^#15R@45&33U63#E&'2&B@2F*"455/15:%7&^46%&536.535-23UR*4E6@5V2"6&6426:&4F1/1U&/8U:%8UV&5V."2U521U&/8U:%8UV&5V."2U6@.D12262)26*/262@5FB@26*34V)0262)26*/262@5V2"6&64$U."4F^'2&^&5F*05F]W."N-35Z@5UB05F2@4V*@5UR06V^326.14UZ424),15:%7&^46%&566-315:%7&^#66.@5V2"6%F46%F$!!N09GJF9X1A6(FQ:1"#!0%!!!!!!!!!!2F$<(6T>'6S)#UA<5BF972F=E*B=W5O9X2M!#"!5!!&!!!!!1!#!!-!"!NN3'6B:'6S1G&T:1!41!=!$'V09GJF9X2'<'&H=Q!!$U!'!!FN5G6T:8*W:71!&5!'!!ZN4W*K:7.U6G6S=WFP<A!!&U!)!""N4W*K:7.U6'FN:6.U97VQ!!"2!0%!!!!!!!!!!B:3:7&E)&>S;82F)%*-2CZM>G.M98.T&5.M>8.U:8)A,3"N3'6B:'6S,G.U<!!=1&!!"1!&!!9!"Q!)!!E(<5BF972F=A!"!!I!!!!! 63 | -1 64 | 1048576 65 | true 66 | 1 67 | 1 68 | 1082143232 69 | 70 | 71 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!<L!!!!"A!21!=!#GV4;7>O982V=G5!!"&!"A!,<5BF972F=F.J?G5!&5!'!!ZN3'6B:'6S6G6S=WFP<A!!%5!(!!NN4W*K:7.U5WF[:1:#!0%!!!!!!!!!!2"09GJF9X1A6(FQ:8-O9X2M"CF!&Q"M"V6/3UZ06UY,1U&/8UV&5V."2U5*1U&/8U635E^3$%."4F^06E634%^"2!V$15Z@5V2"6%F46%F$#U&15&^55EF(2U63#U6/6F^*4F2&2U63#E6/6F^%4V6#4%5+25Z78V.55EF/2QB&4F:@2%&511V-4U>@1U^/6%&*4E63#UR*4F^.26.415>&$5R*4F^$5E.@26*34V)-4%F/8U2-1V^*4E:0$5R*4F^31V:@26*34V).4%F/8V./2&^&5F*05A^-35Z@5UR78V2*456066104%F/8V.$3%6%8UV02%.)$5R*4F^475Z@26*34V)-4%F/8U*"6523162&#5R*4F^44%6&5!J-35Z@6U&,2661#%V05V2@5V":#5V05V2@1V234!Z.4V.58UR*2UB54%^$3QZ.4V.58V.5162*5V2*1QJS:8.F=H:F:&]R#H*F=W6S>G6E8T)+=G6T:8*W:72@-QR'4%695E&:8U2"6%%-2ER&7&*"76^475Z$%%."4F^%5EF726*@26*34V))45^46&^13V1*45^46&^13V1S#UV05V2@3&>.4U2&#%V05V2@5E6(#UV05V2@2U6/5E6($5V05V2@4E655V2"6%5.45^46&^%162"4%^46!R.4V.58V2335>(26).2ER&7&*"76^$75.-21^'4%695E&:8UV&5V."2U524%F/8U.)25.,5V6.8UF/2E]04%F/8V.135N&8U6725Z5$U."4F^%5EF726*@5VF/1QZ'4%695E&:8V.516265QF(5&.@26:&4F1)2F*@26*34V)*2F*@5V2"6&64$5:38V.516*51VF$4%5.2F*@5E.745645U&(21V325&-6%F.25.-4U.,#E&715F-15*-24)+16:"35R"1ER&-QV-35Z@5V2"6%F46%F$$5IR.T!Y8UV&5V."2U523D%X-$B@6EF36&6"4&^.5U=-4%F/8UV&5V."2U5S$ER*4F^44E2@26*34V)S$ER*4F^475Z@26*34V)S$ER*4F^$5E.@26*34V)S$ER*4F^31V:@26*34V)S#UR*4F^815N&66!S%%R*4F^45%F,26^&6E6/6$)14%F/8UR04E>@2%^.8V.*2QB"5&"@6%696""'5F^31V:.26.415>&8U69%%V05V2@5V2"6%F46%F$26A-45^46&^57%R*2UB5$5V05V2@15R-4U.515),45^46&^46&*&5V-/262)26*/262@2F*"455-5VF48V:"5EF"1ER&$5."4F^&5F*05F^&7&151U&/8U2336:&5F^&5F*05F^&7&124%F/8UR04E>@2%^.8V.*2T)145^46&]R.4"@45645U&(21R.4V.58T%V-&^13V1245^46&^&6%B&5EZ&6&^13V1:45^46&]R.4"@45645U&(26^'5E&(456/6"6.4V.58T%V-&^13V2@2F*"2UV&4F1;45^46&^&6%B&5EZ&6&^13V2@2F*"2UV&4F1245^46&^476.525V@26:&4F1245^46&]R.4"@15R-4U.515)045^46&]V-&^.26.415>&#UV05V2@.4"@5%N5$%."4F^.26.415>&-B6-35Z@65Z&7&"&1V2&2&^815N&66!;4%F/8V.)4V*58U^38V.-4V>@5E645%^/5U564%F/8U2*5V265E*"4E.&8U6725Z5$&.&5EF"4&^&6E6/6!V06E635F6/8U635E^3$56725Z58U.045V&4F1+6UR"4F^'5E&.21Z84%&/8V.5162*5V2*1QB.4V.58U6$4!V(4%^#15R@45&33U63#E&'2&B@2F*"455/15:%7&^46%&536.535-23UR*4E6@5V2"6&6426:&4F1/1U&/8U:%8UV&5V."2U521U&/8U:%8UV&5V."2U6@.D12262)26*/262@5FB@26*34V)0262)26*/262@5V2"6&64$U."4F^'2&^&5F*05F]W."N-35Z@5UB05F2@4V*@5UR06V^326.14UZ424),15:%7&^46%&566-315:%7&^#66.@5V2"6%F46%F$!!N09GJF9X1A6(FQ:1":!0%!!!!!!!!!!B:3:7&E)&>S;82F)%*-2CZM>G.M98.T'5.M>8.U:8)A,3"N3'6B:'6S1G&T:3ZD>'Q!)%"1!!5!!!!"!!)!!Q!%#WV):7&E:8*#98.F!!%!"1!!!!! 72 | -1 73 | 1048576 74 | true 75 | 1 76 | 1 77 | 1082143232 78 | 79 | 80 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!$-!!!!#1!,1!9!"&FF98)!!!N!"A!&47^O>'A!$U!'!!F%98F0:F>F:7M!#5!'!!.%98E!#U!'!!2)<X6S!!!.1!9!"EVJ<H6U:1!!$5!'!!:4:7.P<G1!!".!"A!-47FM<'FT:7.P<G2T!!"?!0%!!!!!!!!!!B:3:7&E)&>S;82F)%*-2CZM>G.M98.T'%.M>8.U:8)A,3"4?8.U:7V5;7VF,G.U<!!G1&!!#!!!!!%!!A!$!!1!"1!'!!=,5VF46%6.6%F.23!!!1!)!!!!!! 81 | -1 82 | 1048576 83 | true 84 | 1 85 | 1 86 | 1082143234 87 | 88 | 89 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!'/!!!!#A!61!=!$GV4>'&U;8.U;7.4;8JF!!"\!0%!!!!!!!!!!2F&<H6N)#UA18"Q<'FD982J<WYA351O9X2M!&F!&1!("V6/3UZ06UY*1U&/15R:7E63"5."4E^&#5."4F.55E645Q:$15Z-4U='1U&/16"&$%."4E."5U694%R02Q!!$E&Q='RJ9W&U;7^O)%F%!!!81!5!%7V"=("M;7.B>'FP<EVB;G^S!">!"1!2<5&Q='RJ9W&U;7^O47FO<X)!&U!&!"&N18"Q<'FD982J<WZ#>7FM:!!01!A!#7V';7RF5WF[:1!<1!A!&7V6<G.P<8"S:8.T:72';7RF5WF[:1!41!=!$'V09GJF9X2$<X6O>!!!%5!(!!NN4W*K:7.T5G6B:!"D!0%!!!!!!!!!!B:3:7&E)&>S;82F)%*-2CZM>G.M98.T(U.M>8.U:8)A,3"71ER';7RF5X2B>'FT>'FD=SZD>'Q!*%"1!!E!!!!"!!)!!Q!%!!5!"A!(!!A(1WRV=X2F=A!"!!E!!!!! 90 | -1 91 | 1048576 92 | true 93 | 1 94 | 1 95 | 1082143234 96 | 97 | 98 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!1G!!!!*Q!61!=!$GV4>'&U;8.U;7.4;8JF!!"\!0%!!!!!!!!!!2F&<H6N)#UA18"Q<'FD982J<WYA351O9X2M!&F!&1!("V6/3UZ06UY*1U&/15R:7E63"5."4E^&#5."4F.55E645Q:$15Z-4U='1U&/16"&$%."4E."5U694%R02Q!!$E&Q='RJ9W&U;7^O)%F%!!!81!5!%7V"=("M;7.B>'FP<EVB;G^S!">!"1!2<5&Q='RJ9W&U;7^O47FO<X)!&U!&!"&N18"Q<'FD982J<WZ#>7FM:!!01!A!#7V';7RF5WF[:1!<1!A!&7V6<G.P<8"S:8.T:72';7RF5WF[:1!41!=!$'V09GJF9X2$<X6O>!!!%U!(!!RN4W*K:7.U=V*F971!!!N!"A!%776B=A!!#U!'!!6.<WZU;!!01!9!#52B?5^G6W6F;Q!*1!9!!U2B?1!,1!9!"%BP>8)!!!V!"A!'47FO>82F!!!.1!9!"F.F9W^O:!!!%U!'!!R.;7RM;8.F9W^O:(-!!&-!]1!!!!!!!!!"'%.M>8.U:8)A,3"4?8.U:7V5;7VF,G.U<!!S1&!!#!!*!!I!#Q!-!!U!$A!0!"!7<5VF98.V=G6N:7ZU5X2B=H25;7VF)!!!3Q$R!!!!!!!!!!%91WRV=X2F=C!N)&.Z=X2F<62J<75O9X2M!#J!5!!)!!E!#A!,!!Q!$1!/!!]!%!^N4'&T>%^C;G6D>&2J<75!%U!(!!RN5G6T:8*W:72<-&U!!".!"Q!-<6*F=W6S>G6E7T&>!!!41!=!$'V3:8.F=H:F:&MS81!!%U!(!!RN5G6T:8*W:72<-VU!!".!"Q!-<6*F=W6S>G6E7T2>!!!41!=!$'V3:8.F=H:F:&MV81!!%U!(!!RN5G6T:8*W:72<.FU!!".!"Q!-<6*F=W6S>G6E7T>>!!!41!=!$'V3:8.F=H:F:&MY81!!%U!(!!RN5G6T:8*W:72</6U!!".!"Q!.<6*F=W6S>G6E7T%Q81!41!=!$7V3:8.F=H:F:&MR-6U!%U!(!!VN5G6T:8*W:72<-4*>!".!"Q!.<6*F=W6S>G6E7T%T81!41!=!$7V3:8.F=H:F:&MR.&U!%U!(!!VN5G6T:8*W:72<-46>!".!"Q!.<6*F=W6S>G6E7T%W81!41!=!$7V3:8.F=H:F:&MR.VU!.%"1!")!%Q!5!"5!&A!8!"A!'1!;!"M!(!!>!"Y!(Q!A!#%!)A!D!#1*<6*F=W6S>G6E!'M!]1!!!!!!!!!#&F*F971A6X*J>'5A1ER',GRW9WRB=X-B1WRV=X2F=C!N)&:#4%:J<'64>'&U;8.U;7.T28AO9X2M!#J!5!!-!!!!!1!#!!-!"!!&!!9!"Q!)!"%!%A!F"U.M>8.U:8)!!1!G!!!!!! 99 | -1 100 | 1048576 101 | true 102 | 1 103 | 1 104 | 1082143234 105 | 106 | 107 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!#;!!!!!1#3!0%!!!!!!!!!!B:3:7&E)&>S;82F)%*-2CZM>G.M98.T'56O>7UA,3""=("M;7.B>'FP<C"*2#ZD>'Q!75!6!!=(65Z,4E^84AF$15Z"4&F;26)&1U&/4U5*1U&/5V2326.4"E."4ER02Q:$15Z"5%5-1U&/1U&426B-4%^(!!!/18"Q<'FD982J<WYA351!!!%!!!!!!!! 108 | -1 109 | 1048576 110 | true 111 | 1 112 | 1 113 | 1082143234 114 | 115 | 116 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!"0!!!!!1"(!0%!!!!!!!!!!B:3:7&E)&>S;82F)%*-2CZM>G.M98.T'%6O>7UA,3"$15YA2'&U93"5?8"F,G.U<!!01!5!"(2Z='5!!!%!!!!!!!! 117 | -1 118 | 1048576 119 | true 120 | 1 121 | 1 122 | 1082143232 123 | 124 | 125 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!:B!!!!!1::!0%!!!!!!!!!!B:3:7&E)&>S;82F)%*-2CZM>G.M98.T%%^C;G6D>#"5?8"F=SZD>'Q'+5!8!'Q(65Z,4E^84AN$15Z@45645U&(21F$15Z@26*34V)-1U&/8U^726*-4U&%$5."4F^46%&536.535-,16"18V2335>(26),25Z78UF/6%6(26)+25Z78U2065*-21J&4F:@5V2335Z(#%6/6F^%162"$5R02V^$4UZ515F/26),4%F/8UV&5V."2U5.4%F/8U.31V^&5F*05AR-35Z@2%R$8UF/2E].4%F/8V*$6F^&5F*05AV-35Z@5UZ%8U635E^3$UR*4F^44&:@6%F.25^66!^-35Z@5U.)252@45^%1UA.4%F/8V.:4F^&5F*05AR-35Z@1E&62&*"6%5*4%F/8V.-2561#ER*4F^815N&66!)45^46&^45&E*45^46&^$6&*-$EV05V2@4%F(3&2-4U.,$EV05V2@5V2"6%F46%F$#H*F=W6S>G6E8T%+=G6T:8*W:72@-AJS:8.F=H:F:&]T$%:-26B316F@2%&511R'4%695E&:8V.:4E-11U&/8U2336:&5F^&5F*05AB.4V.58V",6!F.4V.58V",6$),45^46&^)6UV02%5)45^46&^325=,45^46&^(25Z325=.45^46&^/26246%&521V.4V.58U2"6%&-4V.5$%V05V2@6&**2U>&5AV'4%695E&:8U.:1UR&$U:-26B316F@45645U&(22&-35Z@1UB&1UN465V@35Z'4Q^-35Z@5V"*3U6@26:&4F101U&/8U2336:&5F^475Z$$E:-26B316F@5V2"6&64#5>15V^&6E6/6!B'5F^&5F*05AF'5F^46%&566-.2F*@5V2"5F2$75.-21V'5F^31V:.26.415>&$6*&15R535V&1UR01UM+16:"35R"1ER&-AJ"6E&*4%&#4%5T$5R*4F^46%&536.535-.3D%X-$B@45645U&(22&+-4=Q/&^736*565&-8UV42QR-35Z@45645U&(24)/4%F/8V./2&^&5F*05D)/4%F/8V.:4F^&5F*05D)/4%F/8U.31V^&5F*05D)/4%F/8V*$6F^&5F*05D),4%F/8V>"3U665$)14%F/8V.135N&8U6725Z5-B"-35Z@4%^/2V^%4UV@5UF(#%&15&^526B5%%:38V*$6EV&5V."2U6@26A145^46&^46%&536.535.&7!R.4V.58V294%F(3&1.45^46&^"4%R01V2"1AN.4V.58V.55E645QZ&6%B&5EZ&6&^'5E&.21R476.@6E&335&#4%5.1U&/8U635E^38U696"2$15Z@2&**6E638U635E^38U696"&-35Z@4%^/2V^%4UV@5UF(-B".4V.58T%V-&^.26.415>&$%V05V2@-45Q8V",6"&.4V.58U653%634E658V",6"F.4V.58T%V-&^.26.415>&8U:315>.25Z5&5V05V2@-45Q8V",6&^'5E&(456/6"J.4V.58U653%634E658V",6&^'5E&(456/6"&.4V.58V.:5V2&46^&6E6/6"&.4V.58T%V-&^"4%R01V2"1A^.4V.58T5Q8UV&5V."2U5,45^46&]V-&^13V1-1U&/8UV&5V."2U5S&5R*4F^64E695%6$6%6%8V>"3U665"J-35Z@5UB05F2@4V*@5UR06V^326.14UZ4226-35Z@2%F46&631E&/1U6@26:&4F1-5U6335&-8U6725Z5$5^726*365Z@26*34V).26:&4F2@1U^.456/6!J84%&/8U:315V&$F>-15Z@5V2"6%F46%F$#%V05V2@25.-$5>-4U*"4&^.16*,26)+15:%7&^'5E&.21Z"2E298V.5162*5V2*1R&,4%F/26^46%&566.&6E6/6!Z$15Z@2E2@45645U&(22&$15Z@2E2@45645U&(26]W."&&6%B&5EZ&6&^37&^&5F*05A^&6%B&5EZ&6&^46%&566-01U&/8U:%8U635E^38T9U'UR*4F^43%^36&^05F^44%^88V*&5V"04F.&-AN"2E298V.516265R*"2E298U*65V^46%&536.535-!#U^C;G6D>#"5?8"F!!%!!!!!!!! 126 | -1 127 | 1048576 128 | true 129 | 1 130 | 1 131 | 1082143232 132 | 133 | 134 | 135 | 2 136 | 137 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!AK!!!!$Q!-1#%'=X2B>(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&!!!Q!!!!%!!AFF=H*P=C"P>81!"!!!!$"!=!!?!!!9&F*F971A6X*J>'5A1ER',GRW9WRB=X-!!!R#4%9A2GFM:3"0>81!!#"!5!!$!!!!!1!#%W6S=G^S)'FO)#BO<S"F=H*P=CE!%5!(!!JN5WFH<G&U>8*F!!!21!9!#WV):7&E:8*4;8JF!"6!"A!/<5BF972F=F:F=H.J<WY!!"&!"Q!,<5^C;G6D>&.J?G5':1$R!!!!!!!!!!)75G6B:#"8=GFU:3"#4%9O<(:D<'&T=RR&<H6N)#UA5G6B:#"09GJF9X1A6(FQ:8-O9X2M"CF!&Q"M"V6/3UZ06UY,1U&/8UV&5V."2U5*1U&/8U635E^3$%."4F^06E634%^"2!V$15Z@5V2"6%F46%F$#U&15&^55EF(2U63#U6/6F^*4F2&2U63#E6/6F^%4V6#4%5+25Z78V.55EF/2QB&4F:@2%&511V-4U>@1U^/6%&*4E63#UR*4F^.26.415>&$5R*4F^$5E.@26*34V)-4%F/8U2-1V^*4E:0$5R*4F^31V:@26*34V).4%F/8V./2&^&5F*05A^-35Z@5UR78V2*456066104%F/8V.$3%6%8UV02%.)$5R*4F^475Z@26*34V)-4%F/8U*"6523162&#5R*4F^44%6&5!J-35Z@6U&,2661#%V05V2@5V":#5V05V2@1V234!Z.4V.58UR*2UB54%^$3QZ.4V.58V.5162*5V2*1QJS:8.F=H:F:&]R#H*F=W6S>G6E8T)+=G6T:8*W:72@-QR'4%695E&:8U2"6%%-2ER&7&*"76^475Z$%%."4F^%5EF726*@26*34V))45^46&^13V1*45^46&^13V1S#UV05V2@3&>.4U2&#%V05V2@5E6(#UV05V2@2U6/5E6($5V05V2@4E655V2"6%5.45^46&^%162"4%^46!R.4V.58V2335>(26).2ER&7&*"76^$75.-21^'4%695E&:8UV&5V."2U524%F/8U.)25.,5V6.8UF/2E]04%F/8V.135N&8U6725Z5$U."4F^%5EF726*@5VF/1QZ'4%695E&:8V.516265QF(5&.@26:&4F1)2F*@26*34V)*2F*@5V2"6&64$5:38V.516*51VF$4%5.2F*@5E.745645U&(21V325&-6%F.25.-4U.,#E&715F-15*-24)+16:"35R"1ER&-QV-35Z@5V2"6%F46%F$$5IR.T!Y8UV&5V."2U523D%X-$B@6EF36&6"4&^.5U=-4%F/8UV&5V."2U5S$ER*4F^44E2@26*34V)S$ER*4F^475Z@26*34V)S$ER*4F^$5E.@26*34V)S$ER*4F^31V:@26*34V)S#UR*4F^815N&66!S%%R*4F^45%F,26^&6E6/6$)14%F/8UR04E>@2%^.8V.*2QB"5&"@6%696""'5F^31V:.26.415>&8U69%%V05V2@5V2"6%F46%F$26A-45^46&^57%R*2UB5$5V05V2@15R-4U.515),45^46&^46&*&5V-/262)26*/262@2F*"455-5VF48V:"5EF"1ER&$5."4F^&5F*05F^&7&151U&/8U2336:&5F^&5F*05F^&7&124%F/8UR04E>@2%^.8V.*2T)145^46&]R.4"@45645U&(21R.4V.58T%V-&^13V1245^46&^&6%B&5EZ&6&^13V1:45^46&]R.4"@45645U&(26^'5E&(456/6"6.4V.58T%V-&^13V2@2F*"2UV&4F1;45^46&^&6%B&5EZ&6&^13V2@2F*"2UV&4F1245^46&^476.525V@26:&4F1245^46&]R.4"@15R-4U.515)045^46&]V-&^.26.415>&#UV05V2@.4"@5%N5$%."4F^.26.415>&-B6-35Z@65Z&7&"&1V2&2&^815N&66!;4%F/8V.)4V*58U^38V.-4V>@5E645%^/5U564%F/8U2*5V265E*"4E.&8U6725Z5$&.&5EF"4&^&6E6/6!V06E635F6/8U635E^3$56725Z58U.045V&4F1+6UR"4F^'5E&.21Z84%&/8V.5162*5V2*1QB.4V.58U6$4!V(4%^#15R@45&33U63#E&'2&B@2F*"455/15:%7&^46%&536.535-23UR*4E6@5V2"6&6426:&4F1/1U&/8U:%8UV&5V."2U521U&/8U:%8UV&5V."2U6@.D12262)26*/262@5FB@26*34V)0262)26*/262@5V2"6&64$U."4F^'2&^&5F*05F]W."N-35Z@5UB05F2@4V*@5UR06V^326.14UZ424),15:%7&^46%&566-315:%7&^#66.@5V2"6%F46%F$!!N09GJF9X1A6(FQ:1"6!0%!!!!!!!!!!B:3:7&E)&>S;82F)%*-2CZM>G.M98.T'5.M>8.U:8)A,3"N3'6B:'6S1G&T:3ZD>'Q!(%"1!!5!"Q!)!!E!#A!,"EBF972F=A!!,E"Q!"Y!!"A75G6B:#"8=GFU:3"#4%9O<(:D<'&T=Q!!#U*-2C"';7RF)%FO!'%!]!!-!!-!"!!%!!5!"!!%!!1!"!!'!!1!$!!.!Q!!?!!!$1A!!!!!!!!!!!!!$1M!!!!!!!!!!!!!!!!!!!!!!!!+!!!!!!!!!")!!!!1!!!.!!!!$!!!!!!!!!!!!!!"!!Y!!!!! 138 | -1 139 | 16777344 140 | true 141 | 2 142 | 1 143 | 11280400 144 | 145 | 146 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!AO!!!!$Q!-1#%'=X2B>(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&!!!Q!!!!%!!AFF=H*P=C"P>81!"!!!!"&!"Q!+<6.J:WZB>(6S:1!!%5!'!!NN3'6B:'6S5WF[:1!61!9!$GV):7&E:8*7:8*T;7^O!!!21!=!#WV09GJF9X24;8JF"G5!]1!!!!!!!!!#&F*F971A6X*J>'5A1ER',GRW9WRB=X-=27ZV<3!N)&*F971A4W*K:7.U)&2Z='6T,G.U<!9J1"=!<!>64EN/4V>/#U."4F^.26.415>&#5."4F^&5F*05AR$15Z@4V:&5ER0151.1U&/8V.5162*5V2*1QN"5&"@6&**2U>&5AN&4F:@35Z525>&5AJ&4F:@2%^61ER&#E6/6F^46&**4E=)25Z78U2"6%%.4%^(8U.04F2"35Z&5AN-35Z@45645U&(21V-35Z@1V*$8U635E^3$%R*4F^%4%.@35Z'4QV-35Z@5E.78U635E^3$5R*4F^44E2@26*34V)04%F/8V.-6F^535V&4V65$UR*4F^41UB&2&^.4U2$3!V-35Z@5VF/8U635E^3$%R*4F^#166%5E&521F-35Z@5UR&26!+4%F/8V>"3U665!B.4V.58V.171F.4V.58U.55EQ/45^46&^-35>)6%R01UM/45^46&^46%&536.535-+=G6T:8*W:72@-1JS:8.F=H:F:&]S#H*F=W6S>G6E8T--2ER&7&*"76^%162"$%:-26B316F@5VF/1R"$15Z@2&**6E638U635E^3#%V05V2@5%N5#5V05V2@5%N5-AN.4V.58UB845^%21B.4V.58V*&2QN.4V.58U>&4F*&2QV.4V.58UZ&6&.5162&$5V05V2@2%&515R05V1-45^46&^55EF(2U63$5:-26B316F@1VF$4%502ER&7&*"76^.26.415>&%5R*4F^$3%6$3V.646^*4E:0$UR*4F^45%F,26^&6E6/6!^$15Z@2&**6E638V.:4E-/2ER&7&*"76^46%&566-*2V"48U6725Z5#%:38U635E^3#5:38V.516265QV'5F^46%&36%.:1UR&$5:38V*$6EV&5V."2U5.5E6"4&2*456$4%^$3QJ"6E&*4%&#4%5S#E&715F-15*-24-.4%F/8V.5162*5V2*1QV+-4=Q/&^.26.415>&%5IR.T!Y8V:*5F2615R@46.($%R*4F^.26.415>&-AZ-35Z@5UZ%8U635E^3-AZ-35Z@5VF/8U635E^3-AZ-35Z@1V*$8U635E^3-AZ-35Z@5E.78U635E^3-AN-35Z@6U&,2661-B"-35Z@5V"*3U6@26:&4F1S%%R*4F^-4UZ(8U2046^435=)16"18V2&7&112F*@5E.745645U&(26^&7"".4V.58V.5162*5V2*1U69$%V05V2@6&B-35>)6!V.4V.58U&-4%^$6%&##UV05V2@5V2326.4$E653%634E658U:315V&$&.:5V^716**15*-21V$15Z@26*34V*@26B5&%."4F^%5EF726*@26*34V*@26B5%5R*4F^-4UZ(8U2046^435=S%%V05V2@-45Q8UV&5V."2U5-45^46&]R.4"@5%N5%5V05V2@262)26*/262@5%N5'5V05V2@-45Q8UV&5V."2U6@2F*"2UV&4F1645^46&]R.4"@5%N58U:315>.25Z5'EV05V2@262)26*/262@5%N58U:315>.25Z5%5V05V2@5VF46%6.8U6725Z5%5V05V2@-45Q8U&-4%^$6%&#$UV05V2@.4"@45645U&(21N.4V.58T5Q8V",6!R$15Z@45645U&(24)64%F/8V6/26B125.5252@6U&,2661'ER*4F^43%^36&^05F^44%^88V*&5V"04F.&&5R*4F^%36.566*#15Z$26^&6E6/6!R426**15R@26:&4F1.4V:&5F*64F^&5F*05AV&6E6/6&^$4UV.25Z5#F>-15Z@2F*"455/6UR"4F^46%&536.535-)45^46&^&1UQ.2UR01E&-8UV"5EN&5AJ"2E298U:315V&$E&'2&B@5V2"6%F46%F$%5N-35Z&8V.516265U6725Z5$E."4F^'2&^.26.415>&%5."4F^'2&^.26.415>&8T9U%5653%634E658V*98U635E^3$U653%634E658V.516265Q^$15Z@2E2@26*34V*@.D1<4%F/8V.)4V*58U^38V.-4V>@5E645%^/5U5S#U&'2&B@5V2"6&64%E&'2&B@1F648V.5162*5V2*1Q!,4W*K:7.U)&2Z='5!71$R!!!!!!!!!!)75G6B:#"8=GFU:3"#4%9O<(:D<'&T=RF$<(6T>'6S)#UA<5BF972F=E*B=W5O9X2M!#"!5!!&!!5!"A!(!!A!#1N):7&E:8)A5G6B:!!Q1(!!(A!!'":3:7&E)&>S;82F)%*-2CZM>G.M98.T!!!-1ER')%:J<'5A4X6U!!!A1&!!!Q!!!!%!!B.F=H*P=C"J<C!I<G]A:8*S<X)J!#Z!=!!?!!!9&F*F971A6X*J>'5A1ER',GRW9WRB=X-!!!N#4%9A2GFM:3"*<A"B!0!!$!!$!!1!#A!,!!1!"!!%!!1!$!!%!!1!$1-!!(A!!!U)!!!!!!!!#1!!!!U,!!!!!!!!!!!!!!!!!!!!!!!!#A!!!!!!!!!!!!!!%!!!$1!!!!Q!!!!!!!!!!!!!!1!/!!!!!! 147 | -1 148 | 16777344 149 | true 150 | 2 151 | 1 152 | 11280400 153 | 154 | 155 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!EX!!!!'!!-1#%'=X2B>(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&!!!Q!!!!%!!AFF=H*P=C"P>81!%5!'!!N$15YA1WBB<GZF<!!11&1!"AFU;7VF=X2B<8!!$5!&!!>/>7VF=GFD!"2!1!!"`````Q!'"X"B?7RP971!%5!(!!JJ:'6O>'FG;76S!!!/1#%*:8BU:7ZE:71`!!J!)16F9WBP0Q"(!0%!!!!!!!!!!B:3:7&E)&>S;82F)%*-2CZM>G.M98.T'%6O>7UA,3"$15YA2'&U93"5?8"F,G.U<!!01!5!"(2Z='5!!&=!]1!!!!!!!!!#&F*F971A6X*J>'5A1ER',GRW9WRB=X-81WRV=X2F=C!N)%."4C"'=G&N:3ZD>'Q!)%"1!!9!"1!(!!A!#1!+!!M*1U&/)%:S97VF!$"!=!!?!!!9&F*F971A6X*J>'5A1ER',GRW9WRB=X-!!!R#4%9A2GFM:3"0>81!!!1!!!!A1&!!!Q!!!!%!!B.F=H*P=C"J<C!I<G]A:8*S<X)J!"&!"Q!+<6.J:WZB>(6S:1!!%5!'!!NN3'6B:'6S5WF[:1!61!9!$GV):7&E:8*7:8*T;7^O!!!21!=!#WV09GJF9X24;8JF"G5!]1!!!!!!!!!#&F*F971A6X*J>'5A1ER',GRW9WRB=X-=27ZV<3!N)&*F971A4W*K:7.U)&2Z='6T,G.U<!9J1"=!<!>64EN/4V>/#U."4F^.26.415>&#5."4F^&5F*05AR$15Z@4V:&5ER0151.1U&/8V.5162*5V2*1QN"5&"@6&**2U>&5AN&4F:@35Z525>&5AJ&4F:@2%^61ER&#E6/6F^46&**4E=)25Z78U2"6%%.4%^(8U.04F2"35Z&5AN-35Z@45645U&(21V-35Z@1V*$8U635E^3$%R*4F^%4%.@35Z'4QV-35Z@5E.78U635E^3$5R*4F^44E2@26*34V)04%F/8V.-6F^535V&4V65$UR*4F^41UB&2&^.4U2$3!V-35Z@5VF/8U635E^3$%R*4F^#166%5E&521F-35Z@5UR&26!+4%F/8V>"3U665!B.4V.58V.171F.4V.58U.55EQ/45^46&^-35>)6%R01UM/45^46&^46%&536.535-+=G6T:8*W:72@-1JS:8.F=H:F:&]S#H*F=W6S>G6E8T--2ER&7&*"76^%162"$%:-26B316F@5VF/1R"$15Z@2&**6E638U635E^3#%V05V2@5%N5#5V05V2@5%N5-AN.4V.58UB845^%21B.4V.58V*&2QN.4V.58U>&4F*&2QV.4V.58UZ&6&.5162&$5V05V2@2%&515R05V1-45^46&^55EF(2U63$5:-26B316F@1VF$4%502ER&7&*"76^.26.415>&%5R*4F^$3%6$3V.646^*4E:0$UR*4F^45%F,26^&6E6/6!^$15Z@2&**6E638V.:4E-/2ER&7&*"76^46%&566-*2V"48U6725Z5#%:38U635E^3#5:38V.516265QV'5F^46%&36%.:1UR&$5:38V*$6EV&5V."2U5.5E6"4&2*456$4%^$3QJ"6E&*4%&#4%5S#E&715F-15*-24-.4%F/8V.5162*5V2*1QV+-4=Q/&^.26.415>&%5IR.T!Y8V:*5F2615R@46.($%R*4F^.26.415>&-AZ-35Z@5UZ%8U635E^3-AZ-35Z@5VF/8U635E^3-AZ-35Z@1V*$8U635E^3-AZ-35Z@5E.78U635E^3-AN-35Z@6U&,2661-B"-35Z@5V"*3U6@26:&4F1S%%R*4F^-4UZ(8U2046^435=)16"18V2&7&112F*@5E.745645U&(26^&7"".4V.58V.5162*5V2*1U69$%V05V2@6&B-35>)6!V.4V.58U&-4%^$6%&##UV05V2@5V2326.4$E653%634E658U:315V&$&.:5V^716**15*-21V$15Z@26*34V*@26B5&%."4F^%5EF726*@26*34V*@26B5%5R*4F^-4UZ(8U2046^435=S%%V05V2@-45Q8UV&5V."2U5-45^46&]R.4"@5%N5%5V05V2@262)26*/262@5%N5'5V05V2@-45Q8UV&5V."2U6@2F*"2UV&4F1645^46&]R.4"@5%N58U:315>.25Z5'EV05V2@262)26*/262@5%N58U:315>.25Z5%5V05V2@5VF46%6.8U6725Z5%5V05V2@-45Q8U&-4%^$6%&#$UV05V2@.4"@45645U&(21N.4V.58T5Q8V",6!R$15Z@45645U&(24)64%F/8V6/26B125.5252@6U&,2661'ER*4F^43%^36&^05F^44%^88V*&5V"04F.&&5R*4F^%36.566*#15Z$26^&6E6/6!R426**15R@26:&4F1.4V:&5F*64F^&5F*05AV&6E6/6&^$4UV.25Z5#F>-15Z@2F*"455/6UR"4F^46%&536.535-)45^46&^&1UQ.2UR01E&-8UV"5EN&5AJ"2E298U:315V&$E&'2&B@5V2"6%F46%F$%5N-35Z&8V.516265U6725Z5$E."4F^'2&^.26.415>&%5."4F^'2&^.26.415>&8T9U%5653%634E658V*98U635E^3$U653%634E658V.516265Q^$15Z@2E2@26*34V*@.D1<4%F/8V.)4V*58U^38V.-4V>@5E645%^/5U5S#U&'2&B@5V2"6&64%E&'2&B@1F648V.5162*5V2*1Q!,4W*K:7.U)&2Z='5!71$R!!!!!!!!!!)75G6B:#"8=GFU:3"#4%9O<(:D<'&T=RF$<(6T>'6S)#UA<5BF972F=E*B=W5O9X2M!#"!5!!&!"!!%1!3!"-!&!N):7&E:8)A5G6B:!!O1(!!(A!!'":3:7&E)&>S;82F)%*-2CZM>G.M98.T!!!,1ER')%:J<'5A37Y!91$Q!!Q!!Q!%!!Q!$1!/!!Y!$A!/!!]!$A!6!"9$!!"Y!!!.#!!!#1!!!!E!!!!.#Q!!!!!!!!!!!!!!!!!!!!!!!!I!!!!!!!!!%!!!!"!!!!U!!!!-!!!!!!!!!!!!!!%!&Q!!!!! 156 | -1 157 | 16777344 158 | true 159 | 2 160 | 1 161 | 268967952 162 | 163 | 164 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!AK!!!!$Q!-1#%'=X2B>(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&!!!Q!!!!%!!AFF=H*P=C"P>81!"!!!!$"!=!!?!!!9&F*F971A6X*J>'5A1ER',GRW9WRB=X-!!!R#4%9A2GFM:3"0>81!!#"!5!!$!!!!!1!#%W6S=G^S)'FO)#BO<S"F=H*P=CE!%5!(!!JN5WFH<G&U>8*F!!!21!9!#WV):7&E:8*4;8JF!"6!"A!/<5BF972F=F:F=H.J<WY!!"&!"Q!,<5^C;G6D>&.J?G5':1$R!!!!!!!!!!)75G6B:#"8=GFU:3"#4%9O<(:D<'&T=RR&<H6N)#UA5G6B:#"09GJF9X1A6(FQ:8-O9X2M"CF!&Q"M"V6/3UZ06UY,1U&/8UV&5V."2U5*1U&/8U635E^3$%."4F^06E634%^"2!V$15Z@5V2"6%F46%F$#U&15&^55EF(2U63#U6/6F^*4F2&2U63#E6/6F^%4V6#4%5+25Z78V.55EF/2QB&4F:@2%&511V-4U>@1U^/6%&*4E63#UR*4F^.26.415>&$5R*4F^$5E.@26*34V)-4%F/8U2-1V^*4E:0$5R*4F^31V:@26*34V).4%F/8V./2&^&5F*05A^-35Z@5UR78V2*456066104%F/8V.$3%6%8UV02%.)$5R*4F^475Z@26*34V)-4%F/8U*"6523162&#5R*4F^44%6&5!J-35Z@6U&,2661#%V05V2@5V":#5V05V2@1V234!Z.4V.58UR*2UB54%^$3QZ.4V.58V.5162*5V2*1QJS:8.F=H:F:&]R#H*F=W6S>G6E8T)+=G6T:8*W:72@-QR'4%695E&:8U2"6%%-2ER&7&*"76^475Z$%%."4F^%5EF726*@26*34V))45^46&^13V1*45^46&^13V1S#UV05V2@3&>.4U2&#%V05V2@5E6(#UV05V2@2U6/5E6($5V05V2@4E655V2"6%5.45^46&^%162"4%^46!R.4V.58V2335>(26).2ER&7&*"76^$75.-21^'4%695E&:8UV&5V."2U524%F/8U.)25.,5V6.8UF/2E]04%F/8V.135N&8U6725Z5$U."4F^%5EF726*@5VF/1QZ'4%695E&:8V.516265QF(5&.@26:&4F1)2F*@26*34V)*2F*@5V2"6&64$5:38V.516*51VF$4%5.2F*@5E.745645U&(21V325&-6%F.25.-4U.,#E&715F-15*-24)+16:"35R"1ER&-QV-35Z@5V2"6%F46%F$$5IR.T!Y8UV&5V."2U523D%X-$B@6EF36&6"4&^.5U=-4%F/8UV&5V."2U5S$ER*4F^44E2@26*34V)S$ER*4F^475Z@26*34V)S$ER*4F^$5E.@26*34V)S$ER*4F^31V:@26*34V)S#UR*4F^815N&66!S%%R*4F^45%F,26^&6E6/6$)14%F/8UR04E>@2%^.8V.*2QB"5&"@6%696""'5F^31V:.26.415>&8U69%%V05V2@5V2"6%F46%F$26A-45^46&^57%R*2UB5$5V05V2@15R-4U.515),45^46&^46&*&5V-/262)26*/262@2F*"455-5VF48V:"5EF"1ER&$5."4F^&5F*05F^&7&151U&/8U2336:&5F^&5F*05F^&7&124%F/8UR04E>@2%^.8V.*2T)145^46&]R.4"@45645U&(21R.4V.58T%V-&^13V1245^46&^&6%B&5EZ&6&^13V1:45^46&]R.4"@45645U&(26^'5E&(456/6"6.4V.58T%V-&^13V2@2F*"2UV&4F1;45^46&^&6%B&5EZ&6&^13V2@2F*"2UV&4F1245^46&^476.525V@26:&4F1245^46&]R.4"@15R-4U.515)045^46&]V-&^.26.415>&#UV05V2@.4"@5%N5$%."4F^.26.415>&-B6-35Z@65Z&7&"&1V2&2&^815N&66!;4%F/8V.)4V*58U^38V.-4V>@5E645%^/5U564%F/8U2*5V265E*"4E.&8U6725Z5$&.&5EF"4&^&6E6/6!V06E635F6/8U635E^3$56725Z58U.045V&4F1+6UR"4F^'5E&.21Z84%&/8V.5162*5V2*1QB.4V.58U6$4!V(4%^#15R@45&33U63#E&'2&B@2F*"455/15:%7&^46%&536.535-23UR*4E6@5V2"6&6426:&4F1/1U&/8U:%8UV&5V."2U521U&/8U:%8UV&5V."2U6@.D12262)26*/262@5FB@26*34V)0262)26*/262@5V2"6&64$U."4F^'2&^&5F*05F]W."N-35Z@5UB05F2@4V*@5UR06V^326.14UZ424),15:%7&^46%&566-315:%7&^#66.@5V2"6%F46%F$!!N09GJF9X1A6(FQ:1"6!0%!!!!!!!!!!B:3:7&E)&>S;82F)%*-2CZM>G.M98.T'5.M>8.U:8)A,3"N3'6B:'6S1G&T:3ZD>'Q!(%"1!!5!"Q!)!!E!#A!,"EBF972F=A!!,E"Q!"Y!!"A75G6B:#"8=GFU:3"#4%9O<(:D<'&T=Q!!#U*-2C"';7RF)%FO!'%!]!!-!!-!"!!%!!5!"!!%!!1!"!!'!!1!$!!.!Q!!?!!!$1A!!!!!!!!!!!!!$1M!!!!!!!!!!!!!!!!!!!!!!!!+!!!!!!!!!")!!!!1!!!.!!!!$!!!!!!!!!!!!!!"!!Y!!!!! 165 | -1 166 | 16777344 167 | true 168 | 2 169 | 1 170 | 268967954 171 | 172 | 173 | 174 | 3 175 | 176 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!)R!!!!%A!-1#%'=X2B>(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&!!!Q!!!!%!!AFF=H*P=C"P>81!%5!'!!N$15YA1WBB<GZF<!!11&1!"AFU;7VF=X2B<8!!$5!&!!>/>7VF=GFD!"2!1!!"`````Q!'"X"B?7RP971!%5!(!!JJ:'6O>'FG;76S!!!/1#%*:8BU:7ZE:71`!!J!)16F9WBP0Q"(!0%!!!!!!!!!!B:3:7&E)&>S;82F)%*-2CZM>G.M98.T'%6O>7UA,3"$15YA2'&U93"5?8"F,G.U<!!01!5!"(2Z='5!!&=!]1!!!!!!!!!#&F*F971A6X*J>'5A1ER',GRW9WRB=X-81WRV=X2F=C!N)%."4C"'=G&N:3ZD>'Q!)%"1!!9!"1!(!!A!#1!+!!M*1U&/)%:S97VF!$"!=!!?!!!9&F*F971A6X*J>'5A1ER',GRW9WRB=X-!!!R#4%9A2GFM:3"0>81!!!1!!!!A1&!!!Q!!!!%!!B.F=H*P=C"J<C!I<G]A:8*S<X)J!#Z!=!!?!!!9&F*F971A6X*J>'5A1ER',GRW9WRB=X-!!!N#4%9A2GFM:3"*<A"B!0!!$!!$!!1!$!!.!!Y!$A!/!!Y!$Q!/!!Y!%!-!!(A!!!E!!!!*!!!!#1!!!!U,!!!!!!!!!!!!!!!!!!!!!!!!#!!!!!!!!!!!!!!!%!!!$1!!!!Q!!!!!!!!!!!!!!1!2!!!!!! 177 | -1 178 | 16777344 179 | true 180 | 1 181 | 1 182 | 268967952 183 | 184 | 185 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!%Y!!!!#Q!-1#%'=X2B>(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&!!!Q!!!!%!!AFF=H*P=C"P>81!"!!!!#R!=!!?!!!9&F*F971A6X*J>'5A1ER',GRW9WRB=X-!!!B#4%9A2GFM:1!!(%!B&U&Q='6O:#"*:C"&?'FT>'FO:S"';7RF!#"!5!!$!!!!!1!#%W6S=G^S)'FO)#BO<S"F=H*P=CE!)5!7!!)&6X*J>'5%5G6B:!!!$5VF>'BP:#!I5G6B:#E!%E!S`````QB-<W=A5'&U;!!!6!$Q!!Q!!Q!%!!1!"1!%!!1!"!!'!!=!"!!)!!E$!!"Y!!!.#!!!!!!!!!!!!!!*!!!!!!!!!!!!!!!!!!!!#!!!!!I!!!!!!!!!#!!!!"!!!!!!!1!+!!!!!! 186 | -1 187 | 16777344 188 | true 189 | 1 190 | 1 191 | 1115685392 192 | 193 | 194 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!+_!!!!%Q!-1#%'=X2B>(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&!!!Q!!!!%!!AFF=H*P=C"P>81!'U!(!"209GJF9X-A5G6B:#"1<X.J>'FP<A!!%U!(!!R09GJF9X1A1W^V<H1!!$:!=!!?!!!9&F*F971A6X*J>'5A1ER',GRW9WRB=X-!!"*3:7&E)&>S;82F)%*-2C"P>81!!"B!6!!'%%RB=X1A4W*K:7.U)&2J<75!!*)!]1!!!!!!!!!#&F*F971A6X*J>'5A1ER',GRW9WRB=X-:27ZV<3!N)%&Q='RJ9W&U;7^O)%F%,G.U<!":1"5!"Q>64EN/4V>/#5."4E&-76J&5A6$15Z021F$15Z46&*&5V-'1U&/4%^("E."4E&121R$15Z$16.&7%R-4U=!!!Z"=("M;7.B>'FP<C"*2!!!#U!&!!6.97JP=A!,1!5!"5VJ<G^S!!N!"1!&1H6J<'1!<Q$R!!!!!!!!!!)75G6B:#"8=GFU:3"#4%9O<(:D<'&T=S6$<(6T>'6S)#UA18"Q<'FD982J<WYA37ZG<X*N982J<WYO9X2M!#J!5!!%!!A!#1!+!!M818"Q<'FD982J<WYA37ZG<X*N982J<WY!%E"5!!9+5X2B=H1A6'FN:1!!"!!!!#"!5!!$!!!!!1!#%W6S=G^S)'FO)#BO<S"F=H*P=CE!%%!B#V.J<8"M:3"3:7&E!$2!=!!?!!!9&F*F971A6X*J>'5A1ER',GRW9WRB=X-!!"&3:7&E)&>S;82F)%*-2C"J<A"B!0!!$!!$!!1!"1!'!!=!$!!.!!Y!$Q!/!"!!%1-!!(A!!!U)!!!*!!!!#1!!!!U,!!!*!!!!#1!!!!E!!!!!!!!!#A!!!!!!!!!)!!!!%A!!$1!!!!Q!!!!!!!!!!!!!!1!3!!!!!! 195 | -1 196 | 16777344 197 | true 198 | 1 199 | 1 200 | 11280400 201 | 202 | 203 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!*+!!!!$A!-1#%'=X2B>(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&!!!Q!!!!%!!AFF=H*P=C"P>81!"!!!!$"!=!!?!!!9&F*F971A6X*J>'5A1ER',GRW9WRB=X-!!!R#4%9A2GFM:3"0>81!!#"!5!!$!!!!!1!#%W6S=G^S)'FO)#BO<S"F=H*P=CE!EA$R!!!!!!!!!!)75G6B:#"8=GFU:3"#4%9O<(:D<'&T=RF&<H6N)#UA18"Q<'FD982J<WYA351O9X2M!&F!&1!("V6/3UZ06UY*1U&/15R:7E63"5."4E^&#5."4F.55E645Q:$15Z-4U='1U&/16"&$%."4E."5U694%R02Q!!$E&Q='RJ9W&U;7^O)%F%!!!,1!5!"5VB;G^S!!N!"1!&47FO<X)!#U!&!!6#>7FM:!"P!0%!!!!!!!!!!B:3:7&E)&>S;82F)%*-2CZM>G.M98.T*5.M>8.U:8)A,3""=("M;7.B>'FP<C"*<G:P=GVB>'FP<CZD>'Q!+E"1!!1!"Q!)!!E!#B>"=("M;7.B>'FP<C"*<G:P=GVB>'FP<A!O1(!!(A!!'":3:7&E)&>S;82F)%*-2CZM>G.M98.T!!!,1ER')%:J<'5A37Y!91$Q!!Q!!Q!%!!1!"1!%!!1!"!!%!!9!"!!,!!Q$!!"Y!!!.#!!!!!!!!!!!!!!.#Q!!!!!!!!!!!!!!!!!!!!!!!!I!!!!!!!!!#!!!!"!!!!U!!!!-!!!!!!!!!!!!!!%!$1!!!!! 204 | -1 205 | 16777344 206 | true 207 | 1 208 | 1 209 | 268967954 210 | 211 | 212 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!&!!!!!#A!-1#%'=X2B>(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&!!!Q!!!!%!!AFF=H*P=C"P>81!"!!!!$"!=!!?!!!9&F*F971A6X*J>'5A1ER',GRW9WRB=X-!!!R#4%9A2GFM:3"0>81!!#"!5!!$!!!!!1!#%W6S=G^S)'FO)#BO<S"F=H*P=CE!'%"5!!916'FN:3"4>'&N=#!I<G^X+1!!,E"Q!"Y!!"A75G6B:#"8=GFU:3"#4%9O<(:D<'&T=Q!!#U*-2C"';7RF)%FO!'%!]!!-!!-!"!!%!!5!"!!%!!1!"!!'!!1!"Q!)!Q!!?!!!$1A!!!!!!!!!!!!!#1!!!!!!!!!!!!!!!!!!!!!!!!!+!!!!!!!!!!I!!!!1!!!.!!!!$!!!!!!!!!!!!!!"!!E!!!!! 213 | -1 214 | 16777344 215 | true 216 | 1 217 | 1 218 | 11280400 219 | 220 | 221 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!&-!!!!#Q!-1#%'=X2B>(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&!!!Q!!!!%!!AFF=H*P=C"P>81!"!!!!$"!=!!?!!!9&F*F971A6X*J>'5A1ER',GRW9WRB=X-!!!R#4%9A2GFM:3"0>81!!#"!5!!$!!!!!1!#%W6S=G^S)'FO)#BO<S"F=H*P=CE!$5!(!!>E>U:M97>T!">!"Q!21W^N=(*F=X.J<WYA4'6W:7Q!,E"Q!"Y!!"A75G6B:#"8=GFU:3"#4%9O<(:D<'&T=Q!!#U*-2C"';7RF)%FO!'%!]!!-!!-!"!!%!!5!"!!%!!1!"!!'!!=!#!!*!Q!!?!!!$1A!!!!!!!!!!!!!$1M!!!!!!!!!!!!!!!!!!!!!!!!+!!!!#!!!!!A!!!!1!!!.!!!!$!!!!!!!!!!!!!!"!!I!!!!! 222 | -1 223 | 16777344 224 | true 225 | 1 226 | 1 227 | 268967952 228 | 229 | 230 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!%V!!!!#A!-1#%'=X2B>(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&!!!Q!!!!%!!AFF=H*P=C"P>81!"!!!!$"!=!!?!!!9&F*F971A6X*J>'5A1ER',GRW9WRB=X-!!!R#4%9A2GFM:3"0>81!!#"!5!!$!!!!!1!#%W6S=G^S)'FO)#BO<S"F=H*P=CE!$5!(!!>E>U:M97>T!#Z!=!!?!!!9&F*F971A6X*J>'5A1ER',GRW9WRB=X-!!!N#4%9A2GFM:3"*<A"B!0!!$!!$!!1!"!!&!!1!"!!%!!1!"A!%!!=!#!-!!(A!!!U)!!!!!!!!!!!!!!U,!!!!!!!!!!!!!!!!!!!!!!!!#A!!!!!!!!!)!!!!%!!!$1!!!!Q!!!!!!!!!!!!!!1!*!!!!!! 231 | -1 232 | 16777344 233 | true 234 | 1 235 | 1 236 | 268967952 237 | 238 | 239 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!*S!!!!&A!-1#%'=X2B>(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&!!!Q!!!!%!!AFF=H*P=C"P>81!$5!'!!>$;'&O<G6M!"J!1!!"`````Q!%$%."4C"$;'&O<G6M=Q!!%%"5!!9*>'FN:8.U97VQ!!V!"1!(4H6N:8*J9Q!51%!!!@````]!"Q>Q98FM<W&E!"&!"Q!+;72F<H2J:GFF=A!!$E!B#76Y>'6O:'6E0Q!+1#%&:7.I<T]!2Q$R!!!!!!!!!!)75G6B:#"8=GFU:3"#4%9O<(:D<'&T=RB&<H6N)#UA1U&/)%2B>'%A6(FQ:3ZD>'Q!$U!&!!2U?8"F!!"8!0%!!!!!!!!!!B:3:7&E)&>S;82F)%*-2CZM>G.M98.T&U.M>8.U:8)A,3"$15YA2H*B<75O9X2M!#"!5!!'!!9!#!!*!!I!#Q!-#5."4C"'=G&N:1!91%!!!@````]!$1J$15YA2H*B<76T!!!Q1(!!(A!!'":3:7&E)&>S;82F)%*-2CZM>G.M98.T!!!-1ER')%:J<'5A4X6U!!!%!!!!)%"1!!-!!!!"!!)4:8*S<X)A;7YA+'ZP)'6S=G^S+1!41!-!$%RF<G>U;#!I97RM+1!!$5!$!!:0:G:T:81!!#Z!=!!?!!!9&F*F971A6X*J>'5A1ER',GRW9WRB=X-!!!N#4%9A2GFM:3"*<A"5!0!!$!!$!!5!$A!0!"!!%!!1!"!!%1!3!"-!&!-!!(A!!!U)!!!*!!!!#1!!!!U,!!!!!!!!!!!!!!!!!!!!!!!!#!!!!!A!!!!)!!!!%A!!!!!"!"5!!!!! 240 | -1 241 | 16777344 242 | true 243 | 1 244 | 1 245 | 41943056 246 | 247 | 248 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!)R!!!!%A!-1#%'=X2B>(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&!!!Q!!!!%!!AFF=H*P=C"P>81!"!!!!$"!=!!?!!!9&F*F971A6X*J>'5A1ER',GRW9WRB=X-!!!R#4%9A2GFM:3"0>81!!"&!"A!,1U&/)%.I97ZO:7Q!)%"1!!-!!!!"!!)4:8*S<X)A;7YA+'ZP)'6S=G^S+1!11&1!"AFU;7VF=X2B<8!!$5!&!!>/>7VF=GFD!"2!1!!"`````Q!*"X"B?7RP971!%5!(!!JJ:'6O>'FG;76S!!!/1#%*:8BU:7ZE:71`!!J!)16F9WBP0Q"(!0%!!!!!!!!!!B:3:7&E)&>S;82F)%*-2CZM>G.M98.T'%6O>7UA,3"$15YA2'&U93"5?8"F,G.U<!!01!5!"(2Z='5!!&=!]1!!!!!!!!!#&F*F971A6X*J>'5A1ER',GRW9WRB=X-81WRV=X2F=C!N)%."4C"'=G&N:3ZD>'Q!)%"1!!9!#!!+!!M!$!!.!!Y*1U&/)%:S97VF!#Z!=!!?!!!9&F*F971A6X*J>'5A1ER',GRW9WRB=X-!!!N#4%9A2GFM:3"*<A"B!0!!$!!$!!1!"!!&!!1!"!!%!!9!"Q!%!!]!%!-!!(A!!!U)!!!!!!!!!!!!!!U,!!!!!!!!!!!!!!!!!!!)!!!!#A!!!!!!!!!1!!!!%A!!$1!!!!Q!!!!!!!!!!!!!!1!2!!!!!! 249 | -1 250 | 16777344 251 | true 252 | 1 253 | 1 254 | 268967952 255 | 256 | 257 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!*2!!!!%Q!-1#%'=X2B>(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&!!!Q!!!!%!!AFF=H*P=C"P>81!"!!!!$:!=!!?!!!9&F*F971A6X*J>'5A1ER',GRW9WRB=X-!!"*3:7&E)&>S;82F)%*-2C"P>81!!"&!"A!,1U&/)%.I97ZO:7Q!)%"1!!-!!!!"!!)4:8*S<X)A;7YA+'ZP)'6S=G^S+1!11&1!"AFU;7VF=X2B<8!!$5!&!!>/>7VF=GFD!"2!1!!"`````Q!*"X"B?7RP971!%5!(!!JJ:'6O>'FG;76S!!!/1#%*:8BU:7ZE:71`!!J!)16F9WBP0Q"(!0%!!!!!!!!!!B:3:7&E)&>S;82F)%*-2CZM>G.M98.T'%6O>7UA,3"$15YA2'&U93"5?8"F,G.U<!!01!5!"(2Z='5!!&=!]1!!!!!!!!!#&F*F971A6X*J>'5A1ER',GRW9WRB=X-81WRV=X2F=C!N)%."4C"'=G&N:3ZD>'Q!)%"1!!9!#!!+!!M!$!!.!!Y*1U&/)%:S97VF!"2!1!!"`````Q!0"E:S97VF=Q!!.%"Q!"Y!!"A75G6B:#"8=GFU:3"#4%9O<(:D<'&T=Q!!%6*F971A6X*J>'5A1ER')'FO!'%!]!!-!!-!"!!%!!5!"!!%!!1!"A!(!!1!%!!2!Q!!?!!!$1A!!!!!!!!!!!!!$1M!!!!!!!!!!!!!!!!!!!A!!!!+!!!!!!!!!B!!!!!3!!!.!!!!$!!!!!!!!!!!!!!"!")!!!!! 258 | -1 259 | 16777344 260 | true 261 | 1 262 | 1 263 | 268967952 264 | 265 | 266 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!$\!!!!#1!-1#%'=X2B>(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&!!!Q!!!!%!!AFF=H*P=C"P>81!"!!!!"*!-P````])1ER')&"B>'A!!#"!5!!$!!!!!1!#%W6S=G^S)'FO)#BO<S"F=H*P=CE!,%"Q!"Y!!"A75G6B:#"8=GFU:3"#4%9O<(:D<'&T=Q!!#%*-2C"';7RF!!"5!0!!$!!$!!1!"!!&!!1!"!!%!!1!"A!%!!1!"Q-!!(A!!!U)!!!!!!!!!!!!!!E!!!!!!!!!!!!!!!!!!!!!!!!!#A!!!!!!!!!!!!!!%!!!!!!"!!A!!!!! 267 | -1 268 | 16777344 269 | true 270 | 1 271 | 1 272 | 268967954 273 | 274 | 275 | 276 | 277 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!"S!!!!!Q!%!!!!%E!S`````QBE>8!A='&U;!!!6!$Q!!Q!!!!!!!!!!1!!!!!!!!!!!!!!!!!!!!!$!!"Y!!!!!!!!!!!!!!!!!!!*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1!#!!!!!! 278 | -1 279 | 160 280 | true 281 | 1 282 | 1 283 | 8400912 284 | 285 | 286 | -------------------------------------------------------------------------------- /BLF/VIs/Close File.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/BLF/VIs/Close File.vi -------------------------------------------------------------------------------- /BLF/VIs/Flush File Buffers.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/BLF/VIs/Flush File Buffers.vi -------------------------------------------------------------------------------- /BLF/VIs/Get File Statistics.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/BLF/VIs/Get File Statistics.vi -------------------------------------------------------------------------------- /BLF/VIs/Open File.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/BLF/VIs/Open File.vi -------------------------------------------------------------------------------- /BLF/VIs/Read CAN Frames.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/BLF/VIs/Read CAN Frames.vi -------------------------------------------------------------------------------- /BLF/VIs/ReadSingleCANFrame.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/BLF/VIs/ReadSingleCANFrame.vi -------------------------------------------------------------------------------- /BLF/VIs/Set Application Settings.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/BLF/VIs/Set Application Settings.vi -------------------------------------------------------------------------------- /BLF/VIs/Set Measurement Start Time.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/BLF/VIs/Set Measurement Start Time.vi -------------------------------------------------------------------------------- /BLF/VIs/Set Write Options.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/BLF/VIs/Set Write Options.vi -------------------------------------------------------------------------------- /BLF/VIs/Write CAN Frame.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/BLF/VIs/Write CAN Frame.vi -------------------------------------------------------------------------------- /BLF/VIs/Write CAN Frames.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/BLF/VIs/Write CAN Frames.vi -------------------------------------------------------------------------------- /BLF/VIs/binlog.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/BLF/VIs/binlog.dll -------------------------------------------------------------------------------- /BLF/binlog.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/BLF/binlog.dll -------------------------------------------------------------------------------- /Ctrls/SettingParameters.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/Ctrls/SettingParameters.ctl -------------------------------------------------------------------------------- /Ctrls/YesOrNo.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/Ctrls/YesOrNo.ctl -------------------------------------------------------------------------------- /Ctrls/btnAboutNew.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/Ctrls/btnAboutNew.ctl -------------------------------------------------------------------------------- /Ctrls/btnCloseWin.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/Ctrls/btnCloseWin.ctl -------------------------------------------------------------------------------- /Ctrls/btnCofigY.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/Ctrls/btnCofigY.ctl -------------------------------------------------------------------------------- /Ctrls/btnDonateNew.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/Ctrls/btnDonateNew.ctl -------------------------------------------------------------------------------- /Ctrls/btnDonateViaPaypal.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/Ctrls/btnDonateViaPaypal.ctl -------------------------------------------------------------------------------- /Ctrls/btnMaxSizeWin.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/Ctrls/btnMaxSizeWin.ctl -------------------------------------------------------------------------------- /Ctrls/btnMinSizeWin.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/Ctrls/btnMinSizeWin.ctl -------------------------------------------------------------------------------- /Ctrls/btnOpenCANpro.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/Ctrls/btnOpenCANpro.ctl -------------------------------------------------------------------------------- /Ctrls/btnOpenCANtest.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/Ctrls/btnOpenCANtest.ctl -------------------------------------------------------------------------------- /Ctrls/btnOpenDBC.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/Ctrls/btnOpenDBC.ctl -------------------------------------------------------------------------------- /Ctrls/btnOpenDBplusplus.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/Ctrls/btnOpenDBplusplus.ctl -------------------------------------------------------------------------------- /Ctrls/btnOpenData.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/Ctrls/btnOpenData.ctl -------------------------------------------------------------------------------- /Ctrls/btnOpenOrigin.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/Ctrls/btnOpenOrigin.ctl -------------------------------------------------------------------------------- /Ctrls/btnOpenTSmaster.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/Ctrls/btnOpenTSmaster.ctl -------------------------------------------------------------------------------- /Ctrls/btnOpenZCANPRO.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/Ctrls/btnOpenZCANPRO.ctl -------------------------------------------------------------------------------- /Ctrls/btnSeeOrNot.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/Ctrls/btnSeeOrNot.ctl -------------------------------------------------------------------------------- /Ctrls/btnSetupNew.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/Ctrls/btnSetupNew.ctl -------------------------------------------------------------------------------- /Ctrls/btnUpdateNew.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/Ctrls/btnUpdateNew.ctl -------------------------------------------------------------------------------- /GlobalVariables.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/GlobalVariables.vi -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 2, June 1991 3 | 4 | Copyright (C) 1989, 1991 Free Software Foundation, Inc., 5 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 6 | Everyone is permitted to copy and distribute verbatim copies 7 | of this license document, but changing it is not allowed. 8 | 9 | Preamble 10 | 11 | The licenses for most software are designed to take away your 12 | freedom to share and change it. By contrast, the GNU General Public 13 | License is intended to guarantee your freedom to share and change free 14 | software--to make sure the software is free for all its users. This 15 | General Public License applies to most of the Free Software 16 | Foundation's software and to any other program whose authors commit to 17 | using it. (Some other Free Software Foundation software is covered by 18 | the GNU Lesser General Public License instead.) You can apply it to 19 | your programs, too. 20 | 21 | When we speak of free software, we are referring to freedom, not 22 | price. Our General Public Licenses are designed to make sure that you 23 | have the freedom to distribute copies of free software (and charge for 24 | this service if you wish), that you receive source code or can get it 25 | if you want it, that you can change the software or use pieces of it 26 | in new free programs; and that you know you can do these things. 27 | 28 | To protect your rights, we need to make restrictions that forbid 29 | anyone to deny you these rights or to ask you to surrender the rights. 30 | These restrictions translate to certain responsibilities for you if you 31 | distribute copies of the software, or if you modify it. 32 | 33 | For example, if you distribute copies of such a program, whether 34 | gratis or for a fee, you must give the recipients all the rights that 35 | you have. You must make sure that they, too, receive or can get the 36 | source code. And you must show them these terms so they know their 37 | rights. 38 | 39 | We protect your rights with two steps: (1) copyright the software, and 40 | (2) offer you this license which gives you legal permission to copy, 41 | distribute and/or modify the software. 42 | 43 | Also, for each author's protection and ours, we want to make certain 44 | that everyone understands that there is no warranty for this free 45 | software. If the software is modified by someone else and passed on, we 46 | want its recipients to know that what they have is not the original, so 47 | that any problems introduced by others will not reflect on the original 48 | authors' reputations. 49 | 50 | Finally, any free program is threatened constantly by software 51 | patents. We wish to avoid the danger that redistributors of a free 52 | program will individually obtain patent licenses, in effect making the 53 | program proprietary. To prevent this, we have made it clear that any 54 | patent must be licensed for everyone's free use or not licensed at all. 55 | 56 | The precise terms and conditions for copying, distribution and 57 | modification follow. 58 | 59 | GNU GENERAL PUBLIC LICENSE 60 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 61 | 62 | 0. This License applies to any program or other work which contains 63 | a notice placed by the copyright holder saying it may be distributed 64 | under the terms of this General Public License. The "Program", below, 65 | refers to any such program or work, and a "work based on the Program" 66 | means either the Program or any derivative work under copyright law: 67 | that is to say, a work containing the Program or a portion of it, 68 | either verbatim or with modifications and/or translated into another 69 | language. (Hereinafter, translation is included without limitation in 70 | the term "modification".) Each licensee is addressed as "you". 71 | 72 | Activities other than copying, distribution and modification are not 73 | covered by this License; they are outside its scope. The act of 74 | running the Program is not restricted, and the output from the Program 75 | is covered only if its contents constitute a work based on the 76 | Program (independent of having been made by running the Program). 77 | Whether that is true depends on what the Program does. 78 | 79 | 1. You may copy and distribute verbatim copies of the Program's 80 | source code as you receive it, in any medium, provided that you 81 | conspicuously and appropriately publish on each copy an appropriate 82 | copyright notice and disclaimer of warranty; keep intact all the 83 | notices that refer to this License and to the absence of any warranty; 84 | and give any other recipients of the Program a copy of this License 85 | along with the Program. 86 | 87 | You may charge a fee for the physical act of transferring a copy, and 88 | you may at your option offer warranty protection in exchange for a fee. 89 | 90 | 2. You may modify your copy or copies of the Program or any portion 91 | of it, thus forming a work based on the Program, and copy and 92 | distribute such modifications or work under the terms of Section 1 93 | above, provided that you also meet all of these conditions: 94 | 95 | a) You must cause the modified files to carry prominent notices 96 | stating that you changed the files and the date of any change. 97 | 98 | b) You must cause any work that you distribute or publish, that in 99 | whole or in part contains or is derived from the Program or any 100 | part thereof, to be licensed as a whole at no charge to all third 101 | parties under the terms of this License. 102 | 103 | c) If the modified program normally reads commands interactively 104 | when run, you must cause it, when started running for such 105 | interactive use in the most ordinary way, to print or display an 106 | announcement including an appropriate copyright notice and a 107 | notice that there is no warranty (or else, saying that you provide 108 | a warranty) and that users may redistribute the program under 109 | these conditions, and telling the user how to view a copy of this 110 | License. (Exception: if the Program itself is interactive but 111 | does not normally print such an announcement, your work based on 112 | the Program is not required to print an announcement.) 113 | 114 | These requirements apply to the modified work as a whole. If 115 | identifiable sections of that work are not derived from the Program, 116 | and can be reasonably considered independent and separate works in 117 | themselves, then this License, and its terms, do not apply to those 118 | sections when you distribute them as separate works. But when you 119 | distribute the same sections as part of a whole which is a work based 120 | on the Program, the distribution of the whole must be on the terms of 121 | this License, whose permissions for other licensees extend to the 122 | entire whole, and thus to each and every part regardless of who wrote it. 123 | 124 | Thus, it is not the intent of this section to claim rights or contest 125 | your rights to work written entirely by you; rather, the intent is to 126 | exercise the right to control the distribution of derivative or 127 | collective works based on the Program. 128 | 129 | In addition, mere aggregation of another work not based on the Program 130 | with the Program (or with a work based on the Program) on a volume of 131 | a storage or distribution medium does not bring the other work under 132 | the scope of this License. 133 | 134 | 3. You may copy and distribute the Program (or a work based on it, 135 | under Section 2) in object code or executable form under the terms of 136 | Sections 1 and 2 above provided that you also do one of the following: 137 | 138 | a) Accompany it with the complete corresponding machine-readable 139 | source code, which must be distributed under the terms of Sections 140 | 1 and 2 above on a medium customarily used for software interchange; or, 141 | 142 | b) Accompany it with a written offer, valid for at least three 143 | years, to give any third party, for a charge no more than your 144 | cost of physically performing source distribution, a complete 145 | machine-readable copy of the corresponding source code, to be 146 | distributed under the terms of Sections 1 and 2 above on a medium 147 | customarily used for software interchange; or, 148 | 149 | c) Accompany it with the information you received as to the offer 150 | to distribute corresponding source code. (This alternative is 151 | allowed only for noncommercial distribution and only if you 152 | received the program in object code or executable form with such 153 | an offer, in accord with Subsection b above.) 154 | 155 | The source code for a work means the preferred form of the work for 156 | making modifications to it. For an executable work, complete source 157 | code means all the source code for all modules it contains, plus any 158 | associated interface definition files, plus the scripts used to 159 | control compilation and installation of the executable. However, as a 160 | special exception, the source code distributed need not include 161 | anything that is normally distributed (in either source or binary 162 | form) with the major components (compiler, kernel, and so on) of the 163 | operating system on which the executable runs, unless that component 164 | itself accompanies the executable. 165 | 166 | If distribution of executable or object code is made by offering 167 | access to copy from a designated place, then offering equivalent 168 | access to copy the source code from the same place counts as 169 | distribution of the source code, even though third parties are not 170 | compelled to copy the source along with the object code. 171 | 172 | 4. You may not copy, modify, sublicense, or distribute the Program 173 | except as expressly provided under this License. Any attempt 174 | otherwise to copy, modify, sublicense or distribute the Program is 175 | void, and will automatically terminate your rights under this License. 176 | However, parties who have received copies, or rights, from you under 177 | this License will not have their licenses terminated so long as such 178 | parties remain in full compliance. 179 | 180 | 5. You are not required to accept this License, since you have not 181 | signed it. However, nothing else grants you permission to modify or 182 | distribute the Program or its derivative works. These actions are 183 | prohibited by law if you do not accept this License. Therefore, by 184 | modifying or distributing the Program (or any work based on the 185 | Program), you indicate your acceptance of this License to do so, and 186 | all its terms and conditions for copying, distributing or modifying 187 | the Program or works based on it. 188 | 189 | 6. Each time you redistribute the Program (or any work based on the 190 | Program), the recipient automatically receives a license from the 191 | original licensor to copy, distribute or modify the Program subject to 192 | these terms and conditions. You may not impose any further 193 | restrictions on the recipients' exercise of the rights granted herein. 194 | You are not responsible for enforcing compliance by third parties to 195 | this License. 196 | 197 | 7. If, as a consequence of a court judgment or allegation of patent 198 | infringement or for any other reason (not limited to patent issues), 199 | conditions are imposed on you (whether by court order, agreement or 200 | otherwise) that contradict the conditions of this License, they do not 201 | excuse you from the conditions of this License. If you cannot 202 | distribute so as to satisfy simultaneously your obligations under this 203 | License and any other pertinent obligations, then as a consequence you 204 | may not distribute the Program at all. For example, if a patent 205 | license would not permit royalty-free redistribution of the Program by 206 | all those who receive copies directly or indirectly through you, then 207 | the only way you could satisfy both it and this License would be to 208 | refrain entirely from distribution of the Program. 209 | 210 | If any portion of this section is held invalid or unenforceable under 211 | any particular circumstance, the balance of the section is intended to 212 | apply and the section as a whole is intended to apply in other 213 | circumstances. 214 | 215 | It is not the purpose of this section to induce you to infringe any 216 | patents or other property right claims or to contest validity of any 217 | such claims; this section has the sole purpose of protecting the 218 | integrity of the free software distribution system, which is 219 | implemented by public license practices. Many people have made 220 | generous contributions to the wide range of software distributed 221 | through that system in reliance on consistent application of that 222 | system; it is up to the author/donor to decide if he or she is willing 223 | to distribute software through any other system and a licensee cannot 224 | impose that choice. 225 | 226 | This section is intended to make thoroughly clear what is believed to 227 | be a consequence of the rest of this License. 228 | 229 | 8. If the distribution and/or use of the Program is restricted in 230 | certain countries either by patents or by copyrighted interfaces, the 231 | original copyright holder who places the Program under this License 232 | may add an explicit geographical distribution limitation excluding 233 | those countries, so that distribution is permitted only in or among 234 | countries not thus excluded. In such case, this License incorporates 235 | the limitation as if written in the body of this License. 236 | 237 | 9. The Free Software Foundation may publish revised and/or new versions 238 | of the General Public License from time to time. Such new versions will 239 | be similar in spirit to the present version, but may differ in detail to 240 | address new problems or concerns. 241 | 242 | Each version is given a distinguishing version number. If the Program 243 | specifies a version number of this License which applies to it and "any 244 | later version", you have the option of following the terms and conditions 245 | either of that version or of any later version published by the Free 246 | Software Foundation. If the Program does not specify a version number of 247 | this License, you may choose any version ever published by the Free Software 248 | Foundation. 249 | 250 | 10. If you wish to incorporate parts of the Program into other free 251 | programs whose distribution conditions are different, write to the author 252 | to ask for permission. For software which is copyrighted by the Free 253 | Software Foundation, write to the Free Software Foundation; we sometimes 254 | make exceptions for this. Our decision will be guided by the two goals 255 | of preserving the free status of all derivatives of our free software and 256 | of promoting the sharing and reuse of software generally. 257 | 258 | NO WARRANTY 259 | 260 | 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 261 | FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 262 | OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 263 | PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 264 | OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 265 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 266 | TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 267 | PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 268 | REPAIR OR CORRECTION. 269 | 270 | 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 271 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 272 | REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 273 | INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 274 | OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 275 | TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 276 | YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 277 | PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 278 | POSSIBILITY OF SUCH DAMAGES. 279 | 280 | END OF TERMS AND CONDITIONS 281 | 282 | How to Apply These Terms to Your New Programs 283 | 284 | If you develop a new program, and you want it to be of the greatest 285 | possible use to the public, the best way to achieve this is to make it 286 | free software which everyone can redistribute and change under these terms. 287 | 288 | To do so, attach the following notices to the program. It is safest 289 | to attach them to the start of each source file to most effectively 290 | convey the exclusion of warranty; and each file should have at least 291 | the "copyright" line and a pointer to where the full notice is found. 292 | 293 | 294 | Copyright (C) 295 | 296 | This program is free software; you can redistribute it and/or modify 297 | it under the terms of the GNU General Public License as published by 298 | the Free Software Foundation; either version 2 of the License, or 299 | (at your option) any later version. 300 | 301 | This program is distributed in the hope that it will be useful, 302 | but WITHOUT ANY WARRANTY; without even the implied warranty of 303 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 304 | GNU General Public License for more details. 305 | 306 | You should have received a copy of the GNU General Public License along 307 | with this program; if not, write to the Free Software Foundation, Inc., 308 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 309 | 310 | Also add information on how to contact you by electronic and paper mail. 311 | 312 | If the program is interactive, make it output a short notice like this 313 | when it starts in an interactive mode: 314 | 315 | Gnomovision version 69, Copyright (C) year name of author 316 | Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 317 | This is free software, and you are welcome to redistribute it 318 | under certain conditions; type `show c' for details. 319 | 320 | The hypothetical commands `show w' and `show c' should show the appropriate 321 | parts of the General Public License. Of course, the commands you use may 322 | be called something other than `show w' and `show c'; they could even be 323 | mouse-clicks or menu items--whatever suits your program. 324 | 325 | You should also get your employer (if you work as a programmer) or your 326 | school, if any, to sign a "copyright disclaimer" for the program, if 327 | necessary. Here is a sample; alter the names: 328 | 329 | Yoyodyne, Inc., hereby disclaims all copyright interest in the program 330 | `Gnomovision' (which makes passes at compilers) written by James Hacker. 331 | 332 | , 1 April 1989 333 | Ty Coon, President of Vice 334 | 335 | This General Public License does not permit incorporating your program into 336 | proprietary programs. If your program is a subroutine library, you may 337 | consider it more useful to permit linking proprietary applications with the 338 | library. If this is what you want to do, use the GNU Lesser General 339 | Public License instead of this License. 340 | -------------------------------------------------------------------------------- /Main.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/Main.vi -------------------------------------------------------------------------------- /Menu.rtm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/Menu.rtm -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # X-CAN_LV 2 | X-CAN数据处理平台LabView版 3 | 当前版本:2.3.4.1 4 | 博客地址:https://blog.csdn.net/jaysur/article/details/90040598 5 | -------------------------------------------------------------------------------- /SubVIs/ASCReadBaseTime.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/ASCReadBaseTime.vi -------------------------------------------------------------------------------- /SubVIs/About.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/About.vi -------------------------------------------------------------------------------- /SubVIs/AddSig2SelList.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/AddSig2SelList.vi -------------------------------------------------------------------------------- /SubVIs/AdjustScreenResolution.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/AdjustScreenResolution.vi -------------------------------------------------------------------------------- /SubVIs/AutoConfigPlots.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/AutoConfigPlots.vi -------------------------------------------------------------------------------- /SubVIs/AutoConfigYScales.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/AutoConfigYScales.vi -------------------------------------------------------------------------------- /SubVIs/BLF_Time2Second.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/BLF_Time2Second.vi -------------------------------------------------------------------------------- /SubVIs/BasicAppPath.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/BasicAppPath.vi -------------------------------------------------------------------------------- /SubVIs/CANArry2Bits.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/CANArry2Bits.vi -------------------------------------------------------------------------------- /SubVIs/CANReadBaseTime.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/CANReadBaseTime.vi -------------------------------------------------------------------------------- /SubVIs/CANframeSelect.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/CANframeSelect.vi -------------------------------------------------------------------------------- /SubVIs/CANjoiner.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/CANjoiner.vi -------------------------------------------------------------------------------- /SubVIs/CanSignal.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/CanSignal.vi -------------------------------------------------------------------------------- /SubVIs/ConfigPlots.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/ConfigPlots.vi -------------------------------------------------------------------------------- /SubVIs/ConfigSubVIs/ChkUpdate.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/ConfigSubVIs/ChkUpdate.vi -------------------------------------------------------------------------------- /SubVIs/ConfigSubVIs/InitParameters.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/ConfigSubVIs/InitParameters.vi -------------------------------------------------------------------------------- /SubVIs/ConfigSubVIs/ReadLangSet.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/ConfigSubVIs/ReadLangSet.vi -------------------------------------------------------------------------------- /SubVIs/ConfigSubVIs/ReadSettings.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/ConfigSubVIs/ReadSettings.vi -------------------------------------------------------------------------------- /SubVIs/ConfigSubVIs/SetUpPanel.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/ConfigSubVIs/SetUpPanel.vi -------------------------------------------------------------------------------- /SubVIs/ConfigYsandPlots.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/ConfigYsandPlots.vi -------------------------------------------------------------------------------- /SubVIs/ConfigYscales.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/ConfigYscales.vi -------------------------------------------------------------------------------- /SubVIs/DBC2Sheet.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/DBC2Sheet.vi -------------------------------------------------------------------------------- /SubVIs/DBCisMutiplex.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/DBCisMutiplex.vi -------------------------------------------------------------------------------- /SubVIs/DataASCFileInfo.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/DataASCFileInfo.vi -------------------------------------------------------------------------------- /SubVIs/DataASCFileRichInfo.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/DataASCFileRichInfo.vi -------------------------------------------------------------------------------- /SubVIs/DataBLFFileRichInfo.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/DataBLFFileRichInfo.vi -------------------------------------------------------------------------------- /SubVIs/DataCANFileInfo.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/DataCANFileInfo.vi -------------------------------------------------------------------------------- /SubVIs/DataCANFileRichInfo.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/DataCANFileRichInfo.vi -------------------------------------------------------------------------------- /SubVIs/DataCSVFileInfo.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/DataCSVFileInfo.vi -------------------------------------------------------------------------------- /SubVIs/DataCSVFileRichInfo.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/DataCSVFileRichInfo.vi -------------------------------------------------------------------------------- /SubVIs/DataExcelFileRichInfo.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/DataExcelFileRichInfo.vi -------------------------------------------------------------------------------- /SubVIs/DataTXTFileInfo.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/DataTXTFileInfo.vi -------------------------------------------------------------------------------- /SubVIs/DataTXTFileRichInfo.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/DataTXTFileRichInfo.vi -------------------------------------------------------------------------------- /SubVIs/DataTrcFileInfo.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/DataTrcFileInfo.vi -------------------------------------------------------------------------------- /SubVIs/DataTrcFileRichInfo.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/DataTrcFileRichInfo.vi -------------------------------------------------------------------------------- /SubVIs/Datas2Bytes.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/Datas2Bytes.vi -------------------------------------------------------------------------------- /SubVIs/Donate.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/Donate.vi -------------------------------------------------------------------------------- /SubVIs/Draw/Arry2XYdata.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/Draw/Arry2XYdata.vi -------------------------------------------------------------------------------- /SubVIs/Draw/AutoAdjustYAlxes.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/Draw/AutoAdjustYAlxes.vi -------------------------------------------------------------------------------- /SubVIs/Draw/AutoAdjustYAlxesPosition.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/Draw/AutoAdjustYAlxesPosition.vi -------------------------------------------------------------------------------- /SubVIs/Draw/DrawToXYgraph.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/Draw/DrawToXYgraph.vi -------------------------------------------------------------------------------- /SubVIs/Draw/GetMPOR.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/Draw/GetMPOR.vi -------------------------------------------------------------------------------- /SubVIs/Draw/GetSelectedSigValInDraw.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/Draw/GetSelectedSigValInDraw.vi -------------------------------------------------------------------------------- /SubVIs/Draw/MouseInDrawArea.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/Draw/MouseInDrawArea.vi -------------------------------------------------------------------------------- /SubVIs/Draw/MouseMoveAllY.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/Draw/MouseMoveAllY.vi -------------------------------------------------------------------------------- /SubVIs/Draw/MouseMoveSingleY.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/Draw/MouseMoveSingleY.vi -------------------------------------------------------------------------------- /SubVIs/Draw/MouseMoveX.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/Draw/MouseMoveX.vi -------------------------------------------------------------------------------- /SubVIs/Draw/MouseScrollAction.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/Draw/MouseScrollAction.vi -------------------------------------------------------------------------------- /SubVIs/Draw/MouseZoomSingleY.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/Draw/MouseZoomSingleY.vi -------------------------------------------------------------------------------- /SubVIs/Draw/MouseZoomX.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/Draw/MouseZoomX.vi -------------------------------------------------------------------------------- /SubVIs/Draw/MouseZoomY.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/Draw/MouseZoomY.vi -------------------------------------------------------------------------------- /SubVIs/Draw/SetZoomMode.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/Draw/SetZoomMode.vi -------------------------------------------------------------------------------- /SubVIs/Draw/TimeArrange.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/Draw/TimeArrange.vi -------------------------------------------------------------------------------- /SubVIs/Draw/Vec2MPOR.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/Draw/Vec2MPOR.vi -------------------------------------------------------------------------------- /SubVIs/Draw/Vec2TandData.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/Draw/Vec2TandData.vi -------------------------------------------------------------------------------- /SubVIs/Draw/修改游标线宽.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/Draw/修改游标线宽.vi -------------------------------------------------------------------------------- /SubVIs/Draw/游标移动显示.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/Draw/游标移动显示.vi -------------------------------------------------------------------------------- /SubVIs/Export2CSV.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/Export2CSV.vi -------------------------------------------------------------------------------- /SubVIs/Export2Excel.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/Export2Excel.vi -------------------------------------------------------------------------------- /SubVIs/Export2SheetString.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/Export2SheetString.vi -------------------------------------------------------------------------------- /SubVIs/File5Info.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/File5Info.vi -------------------------------------------------------------------------------- /SubVIs/FileAscOpen.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/FileAscOpen.vi -------------------------------------------------------------------------------- /SubVIs/FileBLFOpen.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/FileBLFOpen.vi -------------------------------------------------------------------------------- /SubVIs/FileBLFOpen_1.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/FileBLFOpen_1.vi -------------------------------------------------------------------------------- /SubVIs/FileCanOpen.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/FileCanOpen.vi -------------------------------------------------------------------------------- /SubVIs/FileExcelOpen.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/FileExcelOpen.vi -------------------------------------------------------------------------------- /SubVIs/FileRichInfo2String.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/FileRichInfo2String.vi -------------------------------------------------------------------------------- /SubVIs/FileRichInfo2StringBySecond.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/FileRichInfo2StringBySecond.vi -------------------------------------------------------------------------------- /SubVIs/FileRichInfo2StringByTime.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/FileRichInfo2StringByTime.vi -------------------------------------------------------------------------------- /SubVIs/FileTrcOpen.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/FileTrcOpen.vi -------------------------------------------------------------------------------- /SubVIs/FilecsvOpen.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/FilecsvOpen.vi -------------------------------------------------------------------------------- /SubVIs/FiletxtOpen.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/FiletxtOpen.vi -------------------------------------------------------------------------------- /SubVIs/GetBinlogdllpath.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/GetBinlogdllpath.vi -------------------------------------------------------------------------------- /SubVIs/GetComputerHWInfo.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/GetComputerHWInfo.vi -------------------------------------------------------------------------------- /SubVIs/GetDBC_CANID.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/GetDBC_CANID.vi -------------------------------------------------------------------------------- /SubVIs/GlobalVar.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/GlobalVar.vi -------------------------------------------------------------------------------- /SubVIs/IDandCal.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/IDandCal.vi -------------------------------------------------------------------------------- /SubVIs/IntelSignalSet.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/IntelSignalSet.vi -------------------------------------------------------------------------------- /SubVIs/ListAllValue.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/ListAllValue.vi -------------------------------------------------------------------------------- /SubVIs/ListSelectedSigArry.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/ListSelectedSigArry.vi -------------------------------------------------------------------------------- /SubVIs/ListSelectedValue.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/ListSelectedValue.vi -------------------------------------------------------------------------------- /SubVIs/LookCANFileInfo.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/LookCANFileInfo.vi -------------------------------------------------------------------------------- /SubVIs/Main.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/Main.txt -------------------------------------------------------------------------------- /SubVIs/MergeFiles.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/MergeFiles.vi -------------------------------------------------------------------------------- /SubVIs/MotoSignalSet.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/MotoSignalSet.vi -------------------------------------------------------------------------------- /SubVIs/Moto_MSB2StBit.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/Moto_MSB2StBit.vi -------------------------------------------------------------------------------- /SubVIs/ReadBaseTime.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/ReadBaseTime.vi -------------------------------------------------------------------------------- /SubVIs/ReadXCANVersion.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/ReadXCANVersion.vi -------------------------------------------------------------------------------- /SubVIs/SignalSet.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/SignalSet.vi -------------------------------------------------------------------------------- /SubVIs/TipsWhenDecodeCANdata.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/TipsWhenDecodeCANdata.vi -------------------------------------------------------------------------------- /SubVIs/UISubVIs/AdjustXYLegend.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/UISubVIs/AdjustXYLegend.vi -------------------------------------------------------------------------------- /SubVIs/UISubVIs/ColorAbsort.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/UISubVIs/ColorAbsort.vi -------------------------------------------------------------------------------- /SubVIs/UISubVIs/ColorSelector.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/UISubVIs/ColorSelector.vi -------------------------------------------------------------------------------- /SubVIs/UISubVIs/CreateGraphMenu_InAreaButNotCurve.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/UISubVIs/CreateGraphMenu_InAreaButNotCurve.vi -------------------------------------------------------------------------------- /SubVIs/UISubVIs/CreateGraphMenu_OnCurve.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/UISubVIs/CreateGraphMenu_OnCurve.vi -------------------------------------------------------------------------------- /SubVIs/UISubVIs/CreateGraphMenu_OnGraphXaxle.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/UISubVIs/CreateGraphMenu_OnGraphXaxle.vi -------------------------------------------------------------------------------- /SubVIs/UISubVIs/CreateGraphMenu_OnGraphYaxle.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/UISubVIs/CreateGraphMenu_OnGraphYaxle.vi -------------------------------------------------------------------------------- /SubVIs/UISubVIs/CreateGraphRightKeyMenu.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/UISubVIs/CreateGraphRightKeyMenu.vi -------------------------------------------------------------------------------- /SubVIs/UISubVIs/CreateMainMenu.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/UISubVIs/CreateMainMenu.vi -------------------------------------------------------------------------------- /SubVIs/UISubVIs/GetWhereIsMouseClick.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/UISubVIs/GetWhereIsMouseClick.vi -------------------------------------------------------------------------------- /SubVIs/UISubVIs/LV_GetSysMetrics.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/UISubVIs/LV_GetSysMetrics.vi -------------------------------------------------------------------------------- /SubVIs/UISubVIs/RGBA2U32.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/UISubVIs/RGBA2U32.vi -------------------------------------------------------------------------------- /SubVIs/UISubVIs/UIinit_About.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/UISubVIs/UIinit_About.vi -------------------------------------------------------------------------------- /SubVIs/UISubVIs/UIinit_CofigYandCurves.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/UISubVIs/UIinit_CofigYandCurves.vi -------------------------------------------------------------------------------- /SubVIs/UISubVIs/UIinit_Main.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/UISubVIs/UIinit_Main.vi -------------------------------------------------------------------------------- /SubVIs/UISubVIs/UIinit_MergeFile.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/UISubVIs/UIinit_MergeFile.vi -------------------------------------------------------------------------------- /SubVIs/UISubVIs/UIinit_setting.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/UISubVIs/UIinit_setting.vi -------------------------------------------------------------------------------- /SubVIs/UISubVIs/user32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/UISubVIs/user32.dll -------------------------------------------------------------------------------- /SubVIs/UpdateSubVIs/CompareChkTime.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/UpdateSubVIs/CompareChkTime.vi -------------------------------------------------------------------------------- /SubVIs/UpdateSubVIs/CompareVersion.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/UpdateSubVIs/CompareVersion.vi -------------------------------------------------------------------------------- /SubVIs/UpdateSubVIs/DecodeVersionString.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/UpdateSubVIs/DecodeVersionString.vi -------------------------------------------------------------------------------- /SubVIs/UpdateSubVIs/ReadUnicodeText.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/UpdateSubVIs/ReadUnicodeText.vi -------------------------------------------------------------------------------- /SubVIs/UpdateSubVIs/RunUpdater.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/UpdateSubVIs/RunUpdater.vi -------------------------------------------------------------------------------- /SubVIs/UpdateSubVIs/UpdateNowTips.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/UpdateSubVIs/UpdateNowTips.vi -------------------------------------------------------------------------------- /SubVIs/UpdateSubVIs/VersionCompare.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/UpdateSubVIs/VersionCompare.vi -------------------------------------------------------------------------------- /SubVIs/UpdateSubVIs/VersionCompareIn4Num.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/UpdateSubVIs/VersionCompareIn4Num.vi -------------------------------------------------------------------------------- /SubVIs/User/GetHWinfobyWMIC.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/User/GetHWinfobyWMIC.vi -------------------------------------------------------------------------------- /SubVIs/User/Register.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/User/Register.vi -------------------------------------------------------------------------------- /SubVIs/User/VerifyLicense.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/User/VerifyLicense.vi -------------------------------------------------------------------------------- /SubVIs/User/VerifyLicense_bak.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/User/VerifyLicense_bak.vi -------------------------------------------------------------------------------- /SubVIs/XY_TipSubVIs/Set_Tips_Position_XY.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/XY_TipSubVIs/Set_Tips_Position_XY.vi -------------------------------------------------------------------------------- /SubVIs/openCANdb++.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/openCANdb++.vi -------------------------------------------------------------------------------- /SubVIs/openCANpro.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/openCANpro.vi -------------------------------------------------------------------------------- /SubVIs/openCANtest.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/openCANtest.vi -------------------------------------------------------------------------------- /SubVIs/openOrigin.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/openOrigin.vi -------------------------------------------------------------------------------- /SubVIs/openTSmaster.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/openTSmaster.vi -------------------------------------------------------------------------------- /SubVIs/openZCANPRO.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/SubVIs/openZCANPRO.vi -------------------------------------------------------------------------------- /X-CAN.aliases: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/X-CAN.aliases -------------------------------------------------------------------------------- /X-CAN.lvlps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/X-CAN.lvlps -------------------------------------------------------------------------------- /X-CAN.lvproj: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 3 5 | true 6 | true 7 | false 8 | 0 9 | 我的电脑/VI服务器 10 | 我的电脑/VI服务器 11 | true 12 | true 13 | false 14 | 15 | true 16 | 17 | 18 | true 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | true 27 | 28 | 29 | true 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | true 209 | 210 | 211 | true 212 | 213 | 214 | 215 | 216 | 217 | true 218 | {1F659E49-3AD7-4065-9942-BF4F616E37E6} 219 | {7300ED38-5A11-4C64-8063-0BB11664AD87} 220 | 8002 221 | {8C790143-2E2D-4B65-B0EF-A1410ACCA52A} 222 | X-CAN 223 | true 224 | true 225 | true 226 | ../builds/NI_AB_PROJECTNAME/X-CAN_BuiltbyLV 227 | relativeToCommon 228 | true 229 | {19C55299-79C6-421B-A39C-9C11C11E8EEE} 230 | 1 231 | 2 232 | 3 233 | 4 234 | X-CAN.exe 235 | ../builds/NI_AB_PROJECTNAME/X-CAN_BuiltbyLV/X-CAN.exe 236 | true 237 | App 238 | 支持目录 239 | ../builds/NI_AB_PROJECTNAME/X-CAN_BuiltbyLV/data 240 | 2 241 | {6CF961E1-254B-4C86-80A3-A6E4970EB5C8} 242 | {9889FEDC-5DBD-4924-8342-E6E9CEBC6237} 243 | {94C472FD-0D84-495E-8073-B874ACFB7ECA} 244 | {515227B8-A8B5-4C1C-83A3-0E282A580564} 245 | {A92DC22C-67B1-400F-82B1-280F05A6EF85} 246 | {FE267495-8993-4D93-B72C-72DA18E7C0A9} 247 | {EDF46AA2-99A9-4D56-A14D-9B6095918AC0} 248 | {D2BF3486-07FF-4F41-BE3A-E7AB3FAC8862} 249 | {F9CDBD43-DA87-40D3-96D1-A6D8FB2C3D68} 250 | {C01C90A8-347E-4D55-BBAF-1B153D5B1288} 251 | {378BAA3B-255E-4854-85A1-7EA3981D8FAB} 252 | {AC896AF7-5693-44D0-8BCD-43E3A27E48AC} 253 | {D69D59A7-13A9-42EA-92BB-05CAD4E59249} 254 | {BDF2CBC9-85DF-468E-9137-B6DD0AB206C8} 255 | {BD9CB495-7C9C-4244-AE47-F1F9BDAC6D8B} 256 | {979F2651-B94B-42C0-9715-DF2EE0B1F407} 257 | {9412AB01-AEED-4C3E-8B05-5CCFEFADAD81} 258 | 17 259 | 5 260 | 5 261 | {E6CC8382-B8FD-4321-9F2A-8213A0D60120} 262 | {D94CC968-52CB-4685-B0C0-1029DBACBF42} 263 | {6AFD77C8-A310-4C48-9A98-906D6E8887B0} 264 | {CDD39C80-D3F5-4836-B06A-D221D8D892B4} 265 | {955ACD70-E75A-4ABA-B012-BBB28E501848} 266 | {F6371593-8193-4C44-96D2-48A97DF2A8F5} 267 | {4EC651FB-0CF1-4BA4-B760-CA6A056C2113} 268 | {09EA9F5C-8717-484F-87C2-01EF911140C5} 269 | {66E62F02-E27F-4DB3-B40D-3B277766EE6D} 270 | {4BCAE4E3-8E6F-4263-814B-4CE6B93BAB5E} 271 | {FEEFC0E8-89DD-43DB-92CA-23A5E9F4AFD5} 272 | {CD5A51FB-3BD1-41DB-9580-FBA7B0BEA6B6} 273 | {BD8AF38C-DD0B-4446-ABC6-3C66E9BAEC46} 274 | {C07A03D4-47B9-4D0C-A7B2-4218A7E2827C} 275 | 14 276 | XCAN 277 | XCAN 278 | {C971C067-A64B-48A9-A52E-BDB28BF1102E} 279 | /我的电脑/logoxcan.ico 280 | {B9491A0F-76B1-4378-ABFD-1E357BF65C14} 281 | Container 282 | 0 283 | /我的电脑/Main.vi 284 | TopLevel 285 | VI 286 | 0 287 | /我的电脑/Libs/NI_ReportGenerationCore.lvlib 288 | true 289 | Library 290 | 0 291 | /我的电脑/Libs/NI_report.lvclass 292 | Include 293 | Library 294 | 0 295 | /我的电脑/Libs/NI_Excel.lvclass 296 | Include 297 | Library 298 | true 299 | 0 300 | 0 301 | /我的电脑/dlls 302 | Include 303 | Container 304 | 0 305 | /我的电脑/BLF/Read Write BLF.lvclass 306 | Include 307 | Library 308 | 0 309 | /我的电脑/BLF/Read Write BLF.lvclass/binlog.dll 310 | Include 311 | 8 312 | 许晓通 313 | true 314 | X-CAN 315 | X-CAN 316 | Copyright 2019 @许晓通 Jay Sur 317 | X-CAN 318 | {3C63E9F2-C6D9-41AE-9EB2-0E2BA6307CAA} 319 | X-CAN.exe 320 | 321 | 322 | X-CAN by许 323 | {3912416A-D2E5-411B-AFEE-B63654D690C0} 324 | {49932D36-32AC-4965-A7C2-8D0DE5C8F552} 325 | userFolder 326 | 1 327 | DefaultFull 328 | {EE0EA0AC-C857-4FEB-88F3-266B00EF6098} 329 | NI LabVIEW运行引擎2015 SP1 f7 330 | false 331 | NI LabVIEW运行引擎 2015 SP1非英语语言支持 332 | {128ABF1E-5F69-40D1-8A81-33DCF8229F08} 333 | false 334 | NI ActiveX容器 335 | {1038A887-23E1-4289-B0BD-0C4B83C6BA21} 336 | false 337 | NI mDNS Responder 17.0 338 | {9607874B-4BB3-42CB-B450-A2F5EF60BA3B} 339 | false 340 | NI部署框架2017 341 | {838942E4-B73C-492E-81A3-AA1E291FD0DC} 342 | false 343 | NI错误报告2017 344 | {42E818C6-2B08-4DE7-BD91-B0FD704C119A} 345 | false 346 | NI系统Web服务器 15.5 347 | {FCF64B73-B7D4-4971-8F11-24BAF7CC3E6C} 348 | false 349 | 数学核心库 350 | {4C0854AD-9BFC-4494-A4E0-D96C0C07F1F2} 351 | false 352 | NI Logos 5.9 353 | {5E4A4CE3-4D06-11D4-8B22-006008C16337} 354 | false 355 | NI TDM Streaming 17.0 356 | {4CD11BE6-6BB7-4082-8A27-C13771BC309B} 357 | false 358 | NI LabVIEW Web服务器 2015 359 | {78AAB900-C712-11E3-9C1A-0800200C9A66} 360 | false 361 | NI LabVIEW Real-Time NBFifo 2015 362 | {25643B9A-90E8-4100-B30C-10EC4DE2EE68} 363 | false 364 | NI VC2008MSMs 365 | {FDA3F8BB-BAA9-45D7-8DC7-22E1F5C76315} 366 | false 367 | NI VC2010MSMs 368 | {EFBA6F9E-F934-4BD7-AC51-60CCA480489C} 369 | 13 370 | {CA8FF739-2EDA-4134-9A70-0F5DD933FDED} 371 | 1 372 | Microsoft 373 | ../builds/X-CAN/X-CAN安装程序(附RTE) 374 | relativeToCommon 375 | X-CAN安装程序(附RTE) 376 | {49932D36-32AC-4965-A7C2-8D0DE5C8F552} 377 | 2052 378 | X-CAN 379 | 1.0.1 380 | 32-bit 381 | 15008024 382 | Jay Sur 许晓通 383 | QQ:19627152 384 | true 385 | {2FF67A17-86DE-4369-A797-24310F76FFB0} 386 | true 387 | 0 388 | {2460F55A-7688-4E70-B99D-4E3C1FC116BB} 389 | X-CAN离线分析平台能够自动解析dbc格式的CAN通讯协议文件和CAN离 390 | 391 | 线数据,并根据所选信号进行图标绘制。节省您的时间,以便您从事 392 | 393 | 信息的分析、判断、决策等创造性的工作。 394 | 395 | ——许晓通 396 | 欢迎使用X-CAN离线分析平台 397 | Software 398 | {DDFAFC8B-E728-4AC8-96DE-B920EBB97A86} 399 | 2 400 | 1 401 | {49932D36-32AC-4965-A7C2-8D0DE5C8F552} 402 | {49932D36-32AC-4965-A7C2-8D0DE5C8F552} 403 | X-CAN.exe 404 | 0 405 | X-CAN 406 | X-CAN离线分析平台 407 | 1 408 | X-CAN 409 | 410 | 2 411 | {3C63E9F2-C6D9-41AE-9EB2-0E2BA6307CAA} 412 | 1 413 | CAN协议与数据离线分析平台X-CAN 1.6 414 | /我的电脑/程序生成规范/X-CAN 415 | EXE 416 | {624309A2-B0CB-4149-B964-A0FF8B968B6A} 417 | X-CAN.exe 418 | {3C63E9F2-C6D9-41AE-9EB2-0E2BA6307CAA} 419 | 1 420 | 421 | 422 | X-CAN by许 423 | {3912416A-D2E5-411B-AFEE-B63654D690C0} 424 | {49932D36-32AC-4965-A7C2-8D0DE5C8F552} 425 | userFolder 426 | 1 427 | Microsoft 428 | ../builds/X-CAN/X-CAN安装程序 429 | relativeToCommon 430 | X-CAN安装程序 431 | {49932D36-32AC-4965-A7C2-8D0DE5C8F552} 432 | 2052 433 | X-CAN 434 | 2.1.1 435 | 32-bit 436 | 15008024 437 | Jay Sur 许晓通 438 | QQ:19627152 439 | {80749BC2-0821-48C6-9132-FC8C0A933559} 440 | true 441 | 0 442 | {C81C571B-B503-4E2B-801D-E5569996DB9F} 443 | X-CAN离线分析平台能够自动解析dbc格式的CAN通讯协议文件和CAN离 444 | 445 | 线数据,并根据所选信号进行图标绘制。节省您的时间,以便您从事 446 | 447 | 信息的分析、判断、决策等创造性的工作。 448 | 449 | ——许晓通 450 | 欢迎使用X-CAN离线分析平台 451 | Software 452 | {DDFAFC8B-E728-4AC8-96DE-B920EBB97A86} 453 | 2 454 | XCAN 455 | {0E499DAD-1D11-47BC-A358-A6451333B322} 456 | {DDFAFC8B-E728-4AC8-96DE-B920EBB97A86} 457 | 2 458 | {0E499DAD-1D11-47BC-A358-A6451333B322} 459 | 1.9 460 | version 461 | String 462 | 1 463 | 1 464 | {49932D36-32AC-4965-A7C2-8D0DE5C8F552} 465 | {49932D36-32AC-4965-A7C2-8D0DE5C8F552} 466 | X-CAN.exe 467 | 0 468 | X-CAN 2.1 469 | X-CAN离线分析平台 470 | 1 471 | X-CAN 2.1 472 | 473 | 2 474 | {3C63E9F2-C6D9-41AE-9EB2-0E2BA6307CAA} 475 | 1 476 | X-CAN 477 | /我的电脑/程序生成规范/X-CAN 478 | EXE 479 | {624309A2-B0CB-4149-B964-A0FF8B968B6A} 480 | X-CAN.exe 481 | {3C63E9F2-C6D9-41AE-9EB2-0E2BA6307CAA} 482 | 1 483 | 484 | 485 | 486 | 487 | -------------------------------------------------------------------------------- /config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/config.ini -------------------------------------------------------------------------------- /dlls/Microsoft.VC80.DebugCRT.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /dlls/binlog.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/dlls/binlog.dll -------------------------------------------------------------------------------- /dlls/diskSN.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/dlls/diskSN.dll -------------------------------------------------------------------------------- /dlls/msvcm80d.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/dlls/msvcm80d.dll -------------------------------------------------------------------------------- /dlls/msvcp80d.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/dlls/msvcp80d.dll -------------------------------------------------------------------------------- /dlls/msvcr80d.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/dlls/msvcr80d.dll -------------------------------------------------------------------------------- /logoxcan.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaySur/X-CAN_LV/43be7f4cfc6e6ecb0b949722b947a76e1937e237/logoxcan.ico --------------------------------------------------------------------------------