UICore.csproj 57 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{1333F7C8-3DB2-4783-8A37-3840F1BE0CB0}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MECF.Framework.UI.Core</RootNamespace>
  11. <AssemblyName>MECF.Framework.UI.Core</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>..\Output\MECF.Framework\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="Autofac">
  35. <HintPath>..\..\ThirdParty\dlls\Autofac.dll</HintPath>
  36. </Reference>
  37. <Reference Include="CalcBinding">
  38. <HintPath>..\..\ThirdParty\dlls\CalcBinding.dll</HintPath>
  39. </Reference>
  40. <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
  41. <SpecificVersion>False</SpecificVersion>
  42. <HintPath>..\..\ThirdParty\dlls\log4net.dll</HintPath>
  43. </Reference>
  44. <Reference Include="MECF.Framework.Common, Version=1.0.8732.17590, Culture=neutral, processorArchitecture=MSIL">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>..\Output\MECF.Framework\MECF.Framework.Common.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Microsoft.CSharp" />
  49. <Reference Include="Microsoft.Expression.Interactions">
  50. <HintPath>..\..\ThirdParty\dlls\Microsoft.Expression.Interactions.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>..\..\ThirdParty\dlls\Newtonsoft.Json.dll</HintPath>
  55. </Reference>
  56. <Reference Include="PresentationCore" />
  57. <Reference Include="PresentationFramework" />
  58. <Reference Include="PresentationFramework.Aero" />
  59. <Reference Include="SciChart.Charting, Version=6.0.1.12982, Culture=neutral, PublicKeyToken=b55dd9efe817e823, processorArchitecture=MSIL">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>..\..\ThirdParty\dlls\SciCart\SciChart.Charting.dll</HintPath>
  62. </Reference>
  63. <Reference Include="SciChart.Core, Version=6.0.1.12982, Culture=neutral, PublicKeyToken=b55dd9efe817e823, processorArchitecture=MSIL">
  64. <SpecificVersion>False</SpecificVersion>
  65. <HintPath>..\..\ThirdParty\dlls\SciCart\SciChart.Core.dll</HintPath>
  66. </Reference>
  67. <Reference Include="SciChart.Data, Version=6.0.1.12982, Culture=neutral, PublicKeyToken=b55dd9efe817e823, processorArchitecture=MSIL">
  68. <SpecificVersion>False</SpecificVersion>
  69. <HintPath>..\..\ThirdParty\dlls\SciCart\SciChart.Data.dll</HintPath>
  70. </Reference>
  71. <Reference Include="SciChart.Drawing, Version=6.0.1.12982, Culture=neutral, PublicKeyToken=b55dd9efe817e823, processorArchitecture=MSIL">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>..\..\ThirdParty\dlls\SciCart\SciChart.Drawing.dll</HintPath>
  74. </Reference>
  75. <Reference Include="System" />
  76. <Reference Include="System.Activities" />
  77. <Reference Include="System.Activities.Core.Presentation" />
  78. <Reference Include="System.Activities.Presentation" />
  79. <Reference Include="System.Core" />
  80. <Reference Include="System.Drawing" />
  81. <Reference Include="System.Runtime.Serialization" />
  82. <Reference Include="System.ServiceModel" />
  83. <Reference Include="System.Web.Extensions" />
  84. <Reference Include="System.Windows.Forms" />
  85. <Reference Include="System.Windows.Interactivity">
  86. <HintPath>..\..\ThirdParty\dlls\System.Windows.Interactivity.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System.Windows.Presentation" />
  89. <Reference Include="System.Xaml" />
  90. <Reference Include="System.Xml.Linq" />
  91. <Reference Include="System.Data.DataSetExtensions" />
  92. <Reference Include="System.Data" />
  93. <Reference Include="System.Net.Http" />
  94. <Reference Include="System.Xml" />
  95. <Reference Include="WindowsBase" />
  96. <Reference Include="WindowsFormsIntegration" />
  97. <Reference Include="WPFToolkit">
  98. <HintPath>..\..\ThirdParty\dlls\WPFToolkit.dll</HintPath>
  99. </Reference>
  100. <Reference Include="Xceed.Wpf.DataGrid">
  101. <HintPath>..\..\ThirdParty\dlls\Xceed.Wpf.DataGrid.dll</HintPath>
  102. </Reference>
  103. <Reference Include="Xceed.Wpf.Toolkit">
  104. <HintPath>..\..\ThirdParty\dlls\Xceed.Wpf.Toolkit.dll</HintPath>
  105. </Reference>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <Compile Include="Accounts\AccountCreation.xaml.cs">
  109. <DependentUpon>AccountCreation.xaml</DependentUpon>
  110. </Compile>
  111. <Compile Include="Accounts\AccountManagerView.xaml.cs">
  112. <DependentUpon>AccountManagerView.xaml</DependentUpon>
  113. </Compile>
  114. <Compile Include="Accounts\AccountViewModel.cs" />
  115. <Compile Include="Accounts\CurrentLogInUsers.xaml.cs">
  116. <DependentUpon>CurrentLogInUsers.xaml</DependentUpon>
  117. </Compile>
  118. <Compile Include="Accounts\GonaMainLogin.xaml.cs">
  119. <DependentUpon>GonaMainLogin.xaml</DependentUpon>
  120. </Compile>
  121. <Compile Include="Accounts\LoginViewModel.cs" />
  122. <Compile Include="Accounts\PasswordMsgBox.xaml.cs">
  123. <DependentUpon>PasswordMsgBox.xaml</DependentUpon>
  124. </Compile>
  125. <Compile Include="Accounts\MainLogin.xaml.cs">
  126. <DependentUpon>MainLogin.xaml</DependentUpon>
  127. </Compile>
  128. <Compile Include="Accounts\MyAccount.xaml.cs">
  129. <DependentUpon>MyAccount.xaml</DependentUpon>
  130. </Compile>
  131. <Compile Include="Accounts\PasswordMsgBoxModel.cs" />
  132. <Compile Include="Accounts\RoleEditView.xaml.cs">
  133. <DependentUpon>RoleEditView.xaml</DependentUpon>
  134. </Compile>
  135. <Compile Include="Accounts\RolePermissionEdit.xaml.cs">
  136. <DependentUpon>RolePermissionEdit.xaml</DependentUpon>
  137. </Compile>
  138. <Compile Include="Accounts\UserAccountEdit.xaml.cs">
  139. <DependentUpon>UserAccountEdit.xaml</DependentUpon>
  140. </Compile>
  141. <Compile Include="Accounts\UserControlBase.cs" />
  142. <Compile Include="Accounts\UserPwdChangeView.xaml.cs">
  143. <DependentUpon>UserPwdChangeView.xaml</DependentUpon>
  144. </Compile>
  145. <Compile Include="Applications\IUiInstance.cs" />
  146. <Compile Include="Applications\UiApplication.cs" />
  147. <Compile Include="CommonControl\AITInterlockSensor.xaml.cs">
  148. <DependentUpon>AITInterlockSensor.xaml</DependentUpon>
  149. </Compile>
  150. <Compile Include="CommonControl\AITScBoolRow.xaml.cs">
  151. <DependentUpon>AITScBoolRow.xaml</DependentUpon>
  152. </Compile>
  153. <Compile Include="CommonControl\AITScDoubleRow.xaml.cs">
  154. <DependentUpon>AITScDoubleRow.xaml</DependentUpon>
  155. </Compile>
  156. <Compile Include="CommonControl\AITScReadOnlyDoubleRow.xaml.cs">
  157. <DependentUpon>AITScReadOnlyDoubleRow.xaml</DependentUpon>
  158. </Compile>
  159. <Compile Include="CommonControl\AITScStringRow.xaml.cs">
  160. <DependentUpon>AITScStringRow.xaml</DependentUpon>
  161. </Compile>
  162. <Compile Include="Control\AnalogControl2Jet.xaml.cs">
  163. <DependentUpon>AnalogControl2Jet.xaml</DependentUpon>
  164. </Compile>
  165. <Compile Include="Control\AnalogControl3Jet.xaml.cs">
  166. <DependentUpon>AnalogControl3Jet.xaml</DependentUpon>
  167. </Compile>
  168. <Compile Include="Control\AnalogControl4Jet.xaml.cs">
  169. <DependentUpon>AnalogControl4Jet.xaml</DependentUpon>
  170. </Compile>
  171. <Compile Include="Control\Annular.xaml.cs">
  172. <DependentUpon>Annular.xaml</DependentUpon>
  173. </Compile>
  174. <Compile Include="Control\BoatView.xaml.cs">
  175. <DependentUpon>BoatView.xaml</DependentUpon>
  176. </Compile>
  177. <Compile Include="Control\CheckValue2.xaml.cs">
  178. <DependentUpon>CheckValue2.xaml</DependentUpon>
  179. </Compile>
  180. <Compile Include="Control\BoatElevatorMap.xaml.cs">
  181. <DependentUpon>BoatElevatorMap.xaml</DependentUpon>
  182. </Compile>
  183. <Compile Include="Control\DoubleTriangle.xaml.cs">
  184. <DependentUpon>DoubleTriangle.xaml</DependentUpon>
  185. </Compile>
  186. <Compile Include="Control\GasSplitterControl.xaml.cs">
  187. <DependentUpon>GasSplitterControl.xaml</DependentUpon>
  188. </Compile>
  189. <Compile Include="Control\AnalogControl.xaml.cs">
  190. <DependentUpon>AnalogControl.xaml</DependentUpon>
  191. </Compile>
  192. <Compile Include="Control\AnalogControl2.xaml.cs">
  193. <DependentUpon>AnalogControl2.xaml</DependentUpon>
  194. </Compile>
  195. <Compile Include="Control\Arrow.xaml.cs">
  196. <DependentUpon>Arrow.xaml</DependentUpon>
  197. </Compile>
  198. <Compile Include="Control\Bath.xaml.cs">
  199. <DependentUpon>Bath.xaml</DependentUpon>
  200. </Compile>
  201. <Compile Include="Control\CheckValve.xaml.cs">
  202. <DependentUpon>CheckValve.xaml</DependentUpon>
  203. </Compile>
  204. <Compile Include="Control\Common.cs" />
  205. <Compile Include="Control\AiItemEditor.xaml.cs">
  206. <DependentUpon>AiItemEditor.xaml</DependentUpon>
  207. </Compile>
  208. <Compile Include="Control\AoItemEditor.xaml.cs">
  209. <DependentUpon>AoItemEditor.xaml</DependentUpon>
  210. </Compile>
  211. <Compile Include="Control\DiItemEditor.xaml.cs">
  212. <DependentUpon>DiItemEditor.xaml</DependentUpon>
  213. </Compile>
  214. <Compile Include="Control\DoItemEditor.xaml.cs">
  215. <DependentUpon>DoItemEditor.xaml</DependentUpon>
  216. </Compile>
  217. <Compile Include="Control\Filter.xaml.cs">
  218. <DependentUpon>Filter.xaml</DependentUpon>
  219. </Compile>
  220. <Compile Include="Control\FlowPipe.xaml.cs">
  221. <DependentUpon>FlowPipe.xaml</DependentUpon>
  222. </Compile>
  223. <Compile Include="Control\FlowPipeV2.xaml.cs">
  224. <DependentUpon>FlowPipeV2.xaml</DependentUpon>
  225. </Compile>
  226. <Compile Include="Control\GasFlowButton.xaml.cs">
  227. <DependentUpon>GasFlowButton.xaml</DependentUpon>
  228. </Compile>
  229. <Compile Include="Control\GasFlowChart.xaml.cs">
  230. <DependentUpon>GasFlowChart.xaml</DependentUpon>
  231. </Compile>
  232. <Compile Include="Control\GasValve.xaml.cs">
  233. <DependentUpon>GasValve.xaml</DependentUpon>
  234. </Compile>
  235. <Compile Include="Control\GasValveBig.xaml.cs">
  236. <DependentUpon>GasValveBig.xaml</DependentUpon>
  237. </Compile>
  238. <Compile Include="Control\GasValveV2.xaml.cs">
  239. <DependentUpon>GasValveV2.xaml</DependentUpon>
  240. </Compile>
  241. <Compile Include="Control\GasValveV3.xaml.cs">
  242. <DependentUpon>GasValveV3.xaml</DependentUpon>
  243. </Compile>
  244. <Compile Include="Control\GasValveV6.xaml.cs">
  245. <DependentUpon>GasValveV6.xaml</DependentUpon>
  246. </Compile>
  247. <Compile Include="Control\GateValve.xaml.cs">
  248. <DependentUpon>GateValve.xaml</DependentUpon>
  249. </Compile>
  250. <Compile Include="Control\GaugeControl.xaml.cs">
  251. <DependentUpon>GaugeControl.xaml</DependentUpon>
  252. </Compile>
  253. <Compile Include="Control\HandValve.xaml.cs">
  254. <DependentUpon>HandValve.xaml</DependentUpon>
  255. </Compile>
  256. <Compile Include="Control\HydraulicControlOneWayValue.xaml.cs">
  257. <DependentUpon>HydraulicControlOneWayValue.xaml</DependentUpon>
  258. </Compile>
  259. <Compile Include="Control\Identifier.xaml.cs">
  260. <DependentUpon>Identifier.xaml</DependentUpon>
  261. </Compile>
  262. <Compile Include="Control\InputDialogBox.xaml.cs">
  263. <DependentUpon>InputDialogBox.xaml</DependentUpon>
  264. </Compile>
  265. <Compile Include="Control\Knot.xaml.cs">
  266. <DependentUpon>Knot.xaml</DependentUpon>
  267. </Compile>
  268. <Compile Include="Control\MessageControl.xaml.cs">
  269. <DependentUpon>MessageControl.xaml</DependentUpon>
  270. </Compile>
  271. <Compile Include="Control\MfcControl.xaml.cs">
  272. <DependentUpon>MfcControl.xaml</DependentUpon>
  273. </Compile>
  274. <Compile Include="Control\NeedleValve.xaml.cs">
  275. <DependentUpon>NeedleValve.xaml</DependentUpon>
  276. </Compile>
  277. <Compile Include="Control\PC.xaml.cs">
  278. <DependentUpon>PC.xaml</DependentUpon>
  279. </Compile>
  280. <Compile Include="Control\PcControl.xaml.cs">
  281. <DependentUpon>PcControl.xaml</DependentUpon>
  282. </Compile>
  283. <Compile Include="Control\PipeControl.xaml.cs">
  284. <DependentUpon>PipeControl.xaml</DependentUpon>
  285. </Compile>
  286. <Compile Include="Control\LineDataChart.xaml.cs">
  287. <DependentUpon>LineDataChart.xaml</DependentUpon>
  288. </Compile>
  289. <Compile Include="Control\PolygonAngle90.xaml.cs">
  290. <DependentUpon>PolygonAngle90.xaml</DependentUpon>
  291. </Compile>
  292. <Compile Include="Control\PressureRegulation.xaml.cs">
  293. <DependentUpon>PressureRegulation.xaml</DependentUpon>
  294. </Compile>
  295. <Compile Include="Control\PressureSwitch.xaml.cs">
  296. <DependentUpon>PressureSwitch.xaml</DependentUpon>
  297. </Compile>
  298. <Compile Include="Control\PressureSwitchBig.xaml.cs">
  299. <DependentUpon>PressureSwitchBig.xaml</DependentUpon>
  300. </Compile>
  301. <Compile Include="Control\PressureTransducer.xaml.cs">
  302. <DependentUpon>PressureTransducer.xaml</DependentUpon>
  303. </Compile>
  304. <Compile Include="Control\Pump.xaml.cs">
  305. <DependentUpon>Pump.xaml</DependentUpon>
  306. </Compile>
  307. <Compile Include="Control\RawDataChart.xaml.cs">
  308. <DependentUpon>RawDataChart.xaml</DependentUpon>
  309. </Compile>
  310. <Compile Include="Control\ReadonlyGauge.xaml.cs">
  311. <DependentUpon>ReadonlyGauge.xaml</DependentUpon>
  312. </Compile>
  313. <Compile Include="Control\RFGenerator.xaml.cs">
  314. <DependentUpon>RFGenerator.xaml</DependentUpon>
  315. </Compile>
  316. <Compile Include="Control\SCItemEditor.xaml.cs">
  317. <DependentUpon>SCItemEditor.xaml</DependentUpon>
  318. </Compile>
  319. <Compile Include="Control\SignalTower.xaml.cs">
  320. <DependentUpon>SignalTower.xaml</DependentUpon>
  321. </Compile>
  322. <Compile Include="Control\SimulatorAiItemEditor.xaml.cs">
  323. <DependentUpon>SimulatorAiItemEditor.xaml</DependentUpon>
  324. </Compile>
  325. <Compile Include="Control\SimulatorDoItemEditor.xaml.cs">
  326. <DependentUpon>SimulatorDoItemEditor.xaml</DependentUpon>
  327. </Compile>
  328. <Compile Include="Control\SimulatorDiItemEditor.xaml.cs">
  329. <DependentUpon>SimulatorDiItemEditor.xaml</DependentUpon>
  330. </Compile>
  331. <Compile Include="Control\SwitchValueDialog2.xaml.cs">
  332. <DependentUpon>SwitchValueDialog2.xaml</DependentUpon>
  333. </Compile>
  334. <Compile Include="Control\SwitchValueDialog.xaml.cs">
  335. <DependentUpon>SwitchValueDialog.xaml</DependentUpon>
  336. </Compile>
  337. <Compile Include="Control\SwitchDialog.xaml.cs">
  338. <DependentUpon>SwitchDialog.xaml</DependentUpon>
  339. </Compile>
  340. <Compile Include="Control\TcControl.xaml.cs">
  341. <DependentUpon>TcControl.xaml</DependentUpon>
  342. </Compile>
  343. <Compile Include="Control\ThrottleValveBig.xaml.cs">
  344. <DependentUpon>ThrottleValveBig.xaml</DependentUpon>
  345. </Compile>
  346. <Compile Include="Control\ThrottleValveControl.xaml.cs">
  347. <DependentUpon>ThrottleValveControl.xaml</DependentUpon>
  348. </Compile>
  349. <Compile Include="Control\VacuumPump.xaml.cs">
  350. <DependentUpon>VacuumPump.xaml</DependentUpon>
  351. </Compile>
  352. <Compile Include="Control\ValveBig.xaml.cs">
  353. <DependentUpon>ValveBig.xaml</DependentUpon>
  354. </Compile>
  355. <Compile Include="Control\Valve.xaml.cs">
  356. <DependentUpon>Valve.xaml</DependentUpon>
  357. </Compile>
  358. <Compile Include="Control\ValveRound.xaml.cs">
  359. <DependentUpon>ValveRound.xaml</DependentUpon>
  360. </Compile>
  361. <Compile Include="Converters\BoolToBrushConverter.cs" />
  362. <Compile Include="Converters\BoolVisibilityConverter.cs" />
  363. <Compile Include="Converters\LayoutRecipeModeStatusConverter.cs" />
  364. <Compile Include="Converters\RotateTransformConverter.cs" />
  365. <Compile Include="Converters\BoolSensorConverter.cs" />
  366. <Compile Include="Converters\CenterBorderGapMaskConverter.cs" />
  367. <Compile Include="Converters\ColorToBrushConverter.cs" />
  368. <Compile Include="Converters\GeneralConverter.cs" />
  369. <Compile Include="Converters\RolloverDataPointerInfoConverter.cs" />
  370. <Compile Include="Converters\ServiceModeConvert.cs" />
  371. <Compile Include="Converters\ValveVisibleConvert.cs" />
  372. <Compile Include="Converters\VisibilityConverter.cs" />
  373. <Compile Include="Converters\WidthMoreConvertor.cs" />
  374. <Compile Include="DeviceControl\AITBarcodeTextBox.xaml.cs">
  375. <DependentUpon>AITBarcodeTextBox.xaml</DependentUpon>
  376. </Compile>
  377. <Compile Include="DeviceControl\AITBoostPumpInputDialogBox.xaml.cs">
  378. <DependentUpon>AITBoostPumpInputDialogBox.xaml</DependentUpon>
  379. </Compile>
  380. <Compile Include="DeviceControl\AITFlowMeter.xaml.cs">
  381. <DependentUpon>AITFlowMeter.xaml</DependentUpon>
  382. </Compile>
  383. <Compile Include="DeviceControl\AITGasIIIValve.xaml.cs">
  384. <DependentUpon>AITGasIIIValve.xaml</DependentUpon>
  385. </Compile>
  386. <Compile Include="DeviceControl\AITGasIIValve.xaml.cs">
  387. <DependentUpon>AITGasIIValve.xaml</DependentUpon>
  388. </Compile>
  389. <Compile Include="DeviceControl\AITIsoGasValve.xaml.cs">
  390. <DependentUpon>AITIsoGasValve.xaml</DependentUpon>
  391. </Compile>
  392. <Compile Include="DeviceControl\AITGasValve.xaml.cs">
  393. <DependentUpon>AITGasValve.xaml</DependentUpon>
  394. </Compile>
  395. <Compile Include="DeviceControl\AITHeaterControl.xaml.cs">
  396. <DependentUpon>AITHeaterControl.xaml</DependentUpon>
  397. </Compile>
  398. <Compile Include="DeviceControl\AITHeaterInputDialogBox.xaml.cs">
  399. <DependentUpon>AITHeaterInputDialogBox.xaml</DependentUpon>
  400. </Compile>
  401. <Compile Include="DeviceControl\AITParameterCheckBox.xaml.cs">
  402. <DependentUpon>AITParameterCheckBox.xaml</DependentUpon>
  403. </Compile>
  404. <Compile Include="DeviceControl\AITPressureMeter.xaml.cs">
  405. <DependentUpon>AITPressureMeter.xaml</DependentUpon>
  406. </Compile>
  407. <Compile Include="DeviceControl\AITPressureSensor.xaml.cs">
  408. <DependentUpon>AITPressureSensor.xaml</DependentUpon>
  409. </Compile>
  410. <Compile Include="DeviceControl\AITPump.xaml.cs">
  411. <DependentUpon>AITPump.xaml</DependentUpon>
  412. </Compile>
  413. <Compile Include="DeviceControl\AITPump25.xaml.cs">
  414. <DependentUpon>AITPump25.xaml</DependentUpon>
  415. </Compile>
  416. <Compile Include="DeviceControl\AITRf.xaml.cs">
  417. <DependentUpon>AITRf.xaml</DependentUpon>
  418. </Compile>
  419. <Compile Include="DeviceControl\AITRfGenerator.xaml.cs">
  420. <DependentUpon>AITRfGenerator.xaml</DependentUpon>
  421. </Compile>
  422. <Compile Include="DeviceControl\AITRfInputDialogBox.xaml.cs">
  423. <DependentUpon>AITRfInputDialogBox.xaml</DependentUpon>
  424. </Compile>
  425. <Compile Include="DeviceControl\AITSensor.xaml.cs">
  426. <DependentUpon>AITSensor.xaml</DependentUpon>
  427. </Compile>
  428. <Compile Include="DeviceControl\AITSignalTower.xaml.cs">
  429. <DependentUpon>AITSignalTower.xaml</DependentUpon>
  430. </Compile>
  431. <Compile Include="DeviceControl\AITThermalCouple.xaml.cs">
  432. <DependentUpon>AITThermalCouple.xaml</DependentUpon>
  433. </Compile>
  434. <Compile Include="DeviceControl\AITThrottleValve.xaml.cs">
  435. <DependentUpon>AITThrottleValve.xaml</DependentUpon>
  436. </Compile>
  437. <Compile Include="DeviceControl\AITThrottleValve2.xaml.cs">
  438. <DependentUpon>AITThrottleValve2.xaml</DependentUpon>
  439. </Compile>
  440. <Compile Include="DeviceControl\AITThrottleValveInputDialogBox.xaml.cs">
  441. <DependentUpon>AITThrottleValveInputDialogBox.xaml</DependentUpon>
  442. </Compile>
  443. <Compile Include="DeviceControl\AITValve.xaml.cs">
  444. <DependentUpon>AITValve.xaml</DependentUpon>
  445. </Compile>
  446. <Compile Include="DeviceControl\AITWaterFlowSensor.xaml.cs">
  447. <DependentUpon>AITWaterFlowSensor.xaml</DependentUpon>
  448. </Compile>
  449. <Compile Include="DeviceControl\EventLogComboView.xaml.cs">
  450. <DependentUpon>EventLogComboView.xaml</DependentUpon>
  451. </Compile>
  452. <Compile Include="DeviceControl\ModuleControl.xaml.cs">
  453. <DependentUpon>ModuleControl.xaml</DependentUpon>
  454. </Compile>
  455. <Compile Include="Dialog\MessageBoxEx.cs" />
  456. <Compile Include="Dialog\TerminalDialog.xaml.cs">
  457. <DependentUpon>TerminalDialog.xaml</DependentUpon>
  458. </Compile>
  459. <Compile Include="Dialog\NotificationDialog.xaml.cs">
  460. <DependentUpon>NotificationDialog.xaml</DependentUpon>
  461. </Compile>
  462. <Compile Include="Dialog\RecipeAlarmedDialog.xaml.cs">
  463. <DependentUpon>RecipeAlarmedDialog.xaml</DependentUpon>
  464. </Compile>
  465. <Compile Include="Dialog\RecipeSelectDialog.xaml.cs">
  466. <DependentUpon>RecipeSelectDialog.xaml</DependentUpon>
  467. </Compile>
  468. <Compile Include="E95Template\DefaultTopView.xaml.cs">
  469. <DependentUpon>DefaultTopView.xaml</DependentUpon>
  470. </Compile>
  471. <Compile Include="ExtendedControls\BindingProxy.cs" />
  472. <Compile Include="ExtendedControls\GasPanelStateType.cs" />
  473. <Compile Include="ExtendedControls\ObjectInTreeView.xaml.cs">
  474. <DependentUpon>ObjectInTreeView.xaml</DependentUpon>
  475. </Compile>
  476. <Compile Include="ExtendedControls\ObjectTreeNode.cs" />
  477. <Compile Include="ExtendedControls\TreeViewHelper.cs" />
  478. <Compile Include="Properties\AssemblyInfo.cs" />
  479. <Compile Include="Properties\Resources.Designer.cs">
  480. <AutoGen>True</AutoGen>
  481. <DesignTime>True</DesignTime>
  482. <DependentUpon>Resources.resx</DependentUpon>
  483. </Compile>
  484. <Compile Include="ExtendedControls\WpfPropertyGrid.cs" />
  485. <Compile Include="Style\GridHelper.cs" />
  486. <Compile Include="Style\HeaderPanel.cs" />
  487. <Compile Include="ValidationRules\ValidateEmailAddress.cs" />
  488. <Compile Include="ValidationRules\ValidatePhoneNumber.cs" />
  489. <Compile Include="ValidationRules\ValidateUserName.cs" />
  490. <Compile Include="View\Common\EventView.xaml.cs">
  491. <DependentUpon>EventView.xaml</DependentUpon>
  492. </Compile>
  493. <Compile Include="View\Common\EventViewModel.cs" />
  494. <Compile Include="View\Common\FolderTreeViewItem.cs" />
  495. <Compile Include="View\Common\MonitorView.xaml.cs">
  496. <DependentUpon>MonitorView.xaml</DependentUpon>
  497. </Compile>
  498. <Compile Include="View\Common\MonitorViewModel.cs" />
  499. <Compile Include="View\Common\PageSCValue.cs" />
  500. <Compile Include="View\Common\ParameterView.xaml.cs">
  501. <DependentUpon>ParameterView.xaml</DependentUpon>
  502. </Compile>
  503. <Compile Include="View\Common\ParameterViewModel.cs" />
  504. <Compile Include="E95Template\BottomView.xaml.cs">
  505. <DependentUpon>BottomView.xaml</DependentUpon>
  506. </Compile>
  507. <Compile Include="E95Template\CenterTabView.xaml.cs">
  508. <DependentUpon>CenterTabView.xaml</DependentUpon>
  509. </Compile>
  510. <Compile Include="E95Template\CenterView.xaml.cs">
  511. <DependentUpon>CenterView.xaml</DependentUpon>
  512. </Compile>
  513. <Compile Include="E95Template\ITopView.cs" />
  514. <Compile Include="E95Template\StandardFrameWindow.xaml.cs">
  515. <DependentUpon>StandardFrameWindow.xaml</DependentUpon>
  516. </Compile>
  517. <Compile Include="E95Template\UILayoutParser.cs" />
  518. <Compile Include="E95Template\ViewManager.cs" />
  519. <Compile Include="View\Common\SCValue.cs" />
  520. <Compile Include="View\IBaseModel.cs" />
  521. <Compile Include="View\IBaseView.cs" />
  522. </ItemGroup>
  523. <ItemGroup>
  524. <Page Include="Accounts\AccountCreation.xaml">
  525. <Generator>MSBuild:Compile</Generator>
  526. <SubType>Designer</SubType>
  527. </Page>
  528. <Page Include="Accounts\AccountManagerView.xaml">
  529. <Generator>MSBuild:Compile</Generator>
  530. <SubType>Designer</SubType>
  531. </Page>
  532. <Page Include="Accounts\CurrentLogInUsers.xaml">
  533. <Generator>MSBuild:Compile</Generator>
  534. <SubType>Designer</SubType>
  535. </Page>
  536. <Page Include="Accounts\GonaMainLogin.xaml">
  537. <Generator>MSBuild:Compile</Generator>
  538. <SubType>Designer</SubType>
  539. </Page>
  540. <Page Include="Accounts\PasswordMsgBox.xaml">
  541. <Generator>MSBuild:Compile</Generator>
  542. <SubType>Designer</SubType>
  543. </Page>
  544. <Page Include="Accounts\MainLogin.xaml">
  545. <Generator>MSBuild:Compile</Generator>
  546. <SubType>Designer</SubType>
  547. </Page>
  548. <Page Include="Accounts\MyAccount.xaml">
  549. <Generator>MSBuild:Compile</Generator>
  550. <SubType>Designer</SubType>
  551. </Page>
  552. <Page Include="Accounts\RoleEditView.xaml">
  553. <Generator>MSBuild:Compile</Generator>
  554. <SubType>Designer</SubType>
  555. </Page>
  556. <Page Include="Accounts\RolePermissionEdit.xaml">
  557. <Generator>MSBuild:Compile</Generator>
  558. <SubType>Designer</SubType>
  559. </Page>
  560. <Page Include="Accounts\UserAccountEdit.xaml">
  561. <Generator>MSBuild:Compile</Generator>
  562. <SubType>Designer</SubType>
  563. </Page>
  564. <Page Include="Accounts\UserPwdChangeView.xaml">
  565. <Generator>MSBuild:Compile</Generator>
  566. <SubType>Designer</SubType>
  567. </Page>
  568. <Page Include="CommonControl\AITInterlockSensor.xaml">
  569. <Generator>MSBuild:Compile</Generator>
  570. <SubType>Designer</SubType>
  571. </Page>
  572. <Page Include="CommonControl\AITScBoolRow.xaml">
  573. <Generator>MSBuild:Compile</Generator>
  574. <SubType>Designer</SubType>
  575. </Page>
  576. <Page Include="CommonControl\AITScDoubleRow.xaml">
  577. <Generator>MSBuild:Compile</Generator>
  578. <SubType>Designer</SubType>
  579. </Page>
  580. <Page Include="CommonControl\AITScReadOnlyDoubleRow.xaml">
  581. <Generator>MSBuild:Compile</Generator>
  582. <SubType>Designer</SubType>
  583. </Page>
  584. <Page Include="CommonControl\AITScStringRow.xaml">
  585. <Generator>MSBuild:Compile</Generator>
  586. <SubType>Designer</SubType>
  587. </Page>
  588. <Page Include="Control\AnalogControl2Jet.xaml">
  589. <Generator>MSBuild:Compile</Generator>
  590. <SubType>Designer</SubType>
  591. </Page>
  592. <Page Include="Control\AnalogControl3Jet.xaml">
  593. <Generator>MSBuild:Compile</Generator>
  594. <SubType>Designer</SubType>
  595. </Page>
  596. <Page Include="Control\AnalogControl4Jet.xaml">
  597. <SubType>Designer</SubType>
  598. <Generator>MSBuild:Compile</Generator>
  599. </Page>
  600. <Page Include="Control\Annular.xaml">
  601. <SubType>Designer</SubType>
  602. <Generator>MSBuild:Compile</Generator>
  603. </Page>
  604. <Page Include="Control\BoatView.xaml">
  605. <SubType>Designer</SubType>
  606. <Generator>MSBuild:Compile</Generator>
  607. </Page>
  608. <Page Include="Control\CheckValue2.xaml">
  609. <SubType>Designer</SubType>
  610. <Generator>MSBuild:Compile</Generator>
  611. </Page>
  612. <Page Include="Control\BoatElevatorMap.xaml">
  613. <Generator>MSBuild:Compile</Generator>
  614. <SubType>Designer</SubType>
  615. </Page>
  616. <Page Include="Control\DoubleTriangle.xaml">
  617. <SubType>Designer</SubType>
  618. <Generator>MSBuild:Compile</Generator>
  619. </Page>
  620. <Page Include="Control\GasSplitterControl.xaml">
  621. <Generator>MSBuild:Compile</Generator>
  622. <SubType>Designer</SubType>
  623. </Page>
  624. <Page Include="Control\AnalogControl.xaml">
  625. <Generator>MSBuild:Compile</Generator>
  626. <SubType>Designer</SubType>
  627. </Page>
  628. <Page Include="Control\AnalogControl2.xaml">
  629. <SubType>Designer</SubType>
  630. <Generator>MSBuild:Compile</Generator>
  631. </Page>
  632. <Page Include="Control\Arrow.xaml">
  633. <Generator>MSBuild:Compile</Generator>
  634. <SubType>Designer</SubType>
  635. </Page>
  636. <Page Include="Control\Bath.xaml">
  637. <Generator>MSBuild:Compile</Generator>
  638. <SubType>Designer</SubType>
  639. </Page>
  640. <Page Include="Control\CheckValve.xaml">
  641. <Generator>MSBuild:Compile</Generator>
  642. <SubType>Designer</SubType>
  643. </Page>
  644. <Page Include="Control\AiItemEditor.xaml">
  645. <Generator>MSBuild:Compile</Generator>
  646. <SubType>Designer</SubType>
  647. </Page>
  648. <Page Include="Control\AoItemEditor.xaml">
  649. <Generator>MSBuild:Compile</Generator>
  650. <SubType>Designer</SubType>
  651. </Page>
  652. <Page Include="Control\DiItemEditor.xaml">
  653. <SubType>Designer</SubType>
  654. <Generator>MSBuild:Compile</Generator>
  655. </Page>
  656. <Page Include="Control\DoItemEditor.xaml">
  657. <SubType>Designer</SubType>
  658. <Generator>MSBuild:Compile</Generator>
  659. </Page>
  660. <Page Include="Control\Filter.xaml">
  661. <Generator>MSBuild:Compile</Generator>
  662. <SubType>Designer</SubType>
  663. </Page>
  664. <Page Include="Control\FlowPipe.xaml">
  665. <Generator>MSBuild:Compile</Generator>
  666. <SubType>Designer</SubType>
  667. </Page>
  668. <Page Include="Control\FlowPipeV2.xaml">
  669. <Generator>MSBuild:Compile</Generator>
  670. <SubType>Designer</SubType>
  671. </Page>
  672. <Page Include="Control\GasFlowButton.xaml">
  673. <Generator>MSBuild:Compile</Generator>
  674. <SubType>Designer</SubType>
  675. </Page>
  676. <Page Include="Control\GasFlowChart.xaml">
  677. <Generator>MSBuild:Compile</Generator>
  678. <SubType>Designer</SubType>
  679. </Page>
  680. <Page Include="Control\GasValve.xaml">
  681. <Generator>MSBuild:Compile</Generator>
  682. <SubType>Designer</SubType>
  683. </Page>
  684. <Page Include="Control\GasValveBig.xaml">
  685. <Generator>MSBuild:Compile</Generator>
  686. <SubType>Designer</SubType>
  687. </Page>
  688. <Page Include="Control\GasValveV2.xaml">
  689. <Generator>MSBuild:Compile</Generator>
  690. <SubType>Designer</SubType>
  691. </Page>
  692. <Page Include="Control\GasValveV3.xaml">
  693. <Generator>MSBuild:Compile</Generator>
  694. <SubType>Designer</SubType>
  695. </Page>
  696. <Page Include="Control\GasValveV6.xaml">
  697. <Generator>MSBuild:Compile</Generator>
  698. <SubType>Designer</SubType>
  699. </Page>
  700. <Page Include="Control\GateValve.xaml">
  701. <Generator>MSBuild:Compile</Generator>
  702. <SubType>Designer</SubType>
  703. </Page>
  704. <Page Include="Control\GaugeControl.xaml">
  705. <Generator>MSBuild:Compile</Generator>
  706. <SubType>Designer</SubType>
  707. </Page>
  708. <Page Include="Control\HandValve.xaml">
  709. <Generator>MSBuild:Compile</Generator>
  710. <SubType>Designer</SubType>
  711. </Page>
  712. <Page Include="Control\HydraulicControlOneWayValue.xaml">
  713. <SubType>Designer</SubType>
  714. <Generator>MSBuild:Compile</Generator>
  715. </Page>
  716. <Page Include="Control\Identifier.xaml">
  717. <Generator>MSBuild:Compile</Generator>
  718. <SubType>Designer</SubType>
  719. </Page>
  720. <Page Include="Control\InputDialogBox.xaml">
  721. <Generator>MSBuild:Compile</Generator>
  722. <SubType>Designer</SubType>
  723. </Page>
  724. <Page Include="Control\Knot.xaml">
  725. <Generator>MSBuild:Compile</Generator>
  726. <SubType>Designer</SubType>
  727. </Page>
  728. <Page Include="Control\MessageControl.xaml">
  729. <Generator>MSBuild:Compile</Generator>
  730. <SubType>Designer</SubType>
  731. </Page>
  732. <Page Include="Control\MfcControl.xaml">
  733. <Generator>MSBuild:Compile</Generator>
  734. <SubType>Designer</SubType>
  735. </Page>
  736. <Page Include="Control\NeedleValve.xaml">
  737. <SubType>Designer</SubType>
  738. <Generator>MSBuild:Compile</Generator>
  739. </Page>
  740. <Page Include="Control\PC.xaml">
  741. <Generator>MSBuild:Compile</Generator>
  742. <SubType>Designer</SubType>
  743. </Page>
  744. <Page Include="Control\PcControl.xaml">
  745. <Generator>MSBuild:Compile</Generator>
  746. <SubType>Designer</SubType>
  747. </Page>
  748. <Page Include="Control\PipeControl.xaml">
  749. <Generator>MSBuild:Compile</Generator>
  750. <SubType>Designer</SubType>
  751. </Page>
  752. <Page Include="Control\LineDataChart.xaml">
  753. <Generator>MSBuild:Compile</Generator>
  754. <SubType>Designer</SubType>
  755. </Page>
  756. <Page Include="Control\PolygonAngle90.xaml">
  757. <Generator>MSBuild:Compile</Generator>
  758. <SubType>Designer</SubType>
  759. </Page>
  760. <Page Include="Control\PressureRegulation.xaml">
  761. <SubType>Designer</SubType>
  762. <Generator>MSBuild:Compile</Generator>
  763. </Page>
  764. <Page Include="Control\PressureSwitch.xaml">
  765. <Generator>MSBuild:Compile</Generator>
  766. <SubType>Designer</SubType>
  767. </Page>
  768. <Page Include="Control\PressureSwitchBig.xaml">
  769. <Generator>MSBuild:Compile</Generator>
  770. <SubType>Designer</SubType>
  771. </Page>
  772. <Page Include="Control\PressureTransducer.xaml">
  773. <Generator>MSBuild:Compile</Generator>
  774. <SubType>Designer</SubType>
  775. </Page>
  776. <Page Include="Control\Pump.xaml">
  777. <Generator>MSBuild:Compile</Generator>
  778. <SubType>Designer</SubType>
  779. </Page>
  780. <Page Include="Control\RawDataChart.xaml">
  781. <Generator>MSBuild:Compile</Generator>
  782. <SubType>Designer</SubType>
  783. </Page>
  784. <Page Include="Control\ReadonlyGauge.xaml">
  785. <Generator>MSBuild:Compile</Generator>
  786. <SubType>Designer</SubType>
  787. </Page>
  788. <Page Include="Control\RFGenerator.xaml">
  789. <Generator>MSBuild:Compile</Generator>
  790. <SubType>Designer</SubType>
  791. </Page>
  792. <Page Include="Control\SCItemEditor.xaml">
  793. <SubType>Designer</SubType>
  794. <Generator>MSBuild:Compile</Generator>
  795. </Page>
  796. <Page Include="Control\SignalTower.xaml">
  797. <Generator>MSBuild:Compile</Generator>
  798. <SubType>Designer</SubType>
  799. </Page>
  800. <Page Include="Control\SimulatorAiItemEditor.xaml">
  801. <Generator>MSBuild:Compile</Generator>
  802. <SubType>Designer</SubType>
  803. </Page>
  804. <Page Include="Control\SimulatorDoItemEditor.xaml">
  805. <Generator>MSBuild:Compile</Generator>
  806. <SubType>Designer</SubType>
  807. </Page>
  808. <Page Include="Control\SimulatorDiItemEditor.xaml">
  809. <SubType>Designer</SubType>
  810. <Generator>MSBuild:Compile</Generator>
  811. </Page>
  812. <Page Include="Control\SwitchValueDialog2.xaml">
  813. <Generator>MSBuild:Compile</Generator>
  814. <SubType>Designer</SubType>
  815. </Page>
  816. <Page Include="Control\SwitchValueDialog.xaml">
  817. <Generator>MSBuild:Compile</Generator>
  818. <SubType>Designer</SubType>
  819. </Page>
  820. <Page Include="Control\SwitchDialog.xaml">
  821. <SubType>Designer</SubType>
  822. <Generator>MSBuild:Compile</Generator>
  823. </Page>
  824. <Page Include="Control\TcControl.xaml">
  825. <Generator>MSBuild:Compile</Generator>
  826. <SubType>Designer</SubType>
  827. </Page>
  828. <Page Include="Control\ThrottleValveBig.xaml">
  829. <Generator>MSBuild:Compile</Generator>
  830. <SubType>Designer</SubType>
  831. </Page>
  832. <Page Include="Control\ThrottleValveControl.xaml">
  833. <Generator>MSBuild:Compile</Generator>
  834. <SubType>Designer</SubType>
  835. </Page>
  836. <Page Include="Control\VacuumPump.xaml">
  837. <Generator>MSBuild:Compile</Generator>
  838. <SubType>Designer</SubType>
  839. </Page>
  840. <Page Include="Control\ValveBig.xaml">
  841. <Generator>MSBuild:Compile</Generator>
  842. <SubType>Designer</SubType>
  843. </Page>
  844. <Page Include="Control\Valve.xaml">
  845. <Generator>MSBuild:Compile</Generator>
  846. <SubType>Designer</SubType>
  847. </Page>
  848. <Page Include="Control\ValveRound.xaml">
  849. <Generator>MSBuild:Compile</Generator>
  850. <SubType>Designer</SubType>
  851. </Page>
  852. <Page Include="DeviceControl\AITBarcodeTextBox.xaml">
  853. <Generator>MSBuild:Compile</Generator>
  854. <SubType>Designer</SubType>
  855. </Page>
  856. <Page Include="DeviceControl\AITBoostPumpInputDialogBox.xaml">
  857. <Generator>MSBuild:Compile</Generator>
  858. <SubType>Designer</SubType>
  859. </Page>
  860. <Page Include="DeviceControl\AITFlowMeter.xaml">
  861. <Generator>MSBuild:Compile</Generator>
  862. <SubType>Designer</SubType>
  863. </Page>
  864. <Page Include="DeviceControl\AITGasIIIValve.xaml">
  865. <SubType>Designer</SubType>
  866. <Generator>MSBuild:Compile</Generator>
  867. </Page>
  868. <Page Include="DeviceControl\AITGasIIValve.xaml">
  869. <Generator>MSBuild:Compile</Generator>
  870. <SubType>Designer</SubType>
  871. </Page>
  872. <Page Include="DeviceControl\AITIsoGasValve.xaml">
  873. <Generator>MSBuild:Compile</Generator>
  874. <SubType>Designer</SubType>
  875. </Page>
  876. <Page Include="DeviceControl\AITGasValve.xaml">
  877. <Generator>MSBuild:Compile</Generator>
  878. <SubType>Designer</SubType>
  879. </Page>
  880. <Page Include="DeviceControl\AITHeaterControl.xaml">
  881. <Generator>MSBuild:Compile</Generator>
  882. <SubType>Designer</SubType>
  883. </Page>
  884. <Page Include="DeviceControl\AITHeaterInputDialogBox.xaml">
  885. <Generator>MSBuild:Compile</Generator>
  886. <SubType>Designer</SubType>
  887. </Page>
  888. <Page Include="DeviceControl\AITParameterCheckBox.xaml">
  889. <Generator>MSBuild:Compile</Generator>
  890. <SubType>Designer</SubType>
  891. </Page>
  892. <Page Include="DeviceControl\AITPressureMeter.xaml">
  893. <Generator>MSBuild:Compile</Generator>
  894. <SubType>Designer</SubType>
  895. </Page>
  896. <Page Include="DeviceControl\AITPressureSensor.xaml">
  897. <Generator>MSBuild:Compile</Generator>
  898. <SubType>Designer</SubType>
  899. </Page>
  900. <Page Include="DeviceControl\AITPump.xaml">
  901. <Generator>MSBuild:Compile</Generator>
  902. <SubType>Designer</SubType>
  903. </Page>
  904. <Page Include="DeviceControl\AITPump25.xaml">
  905. <SubType>Designer</SubType>
  906. <Generator>MSBuild:Compile</Generator>
  907. </Page>
  908. <Page Include="DeviceControl\AITRf.xaml">
  909. <Generator>MSBuild:Compile</Generator>
  910. <SubType>Designer</SubType>
  911. </Page>
  912. <Page Include="DeviceControl\AITRfGenerator.xaml">
  913. <Generator>MSBuild:Compile</Generator>
  914. <SubType>Designer</SubType>
  915. </Page>
  916. <Page Include="DeviceControl\AITRfInputDialogBox.xaml">
  917. <Generator>MSBuild:Compile</Generator>
  918. <SubType>Designer</SubType>
  919. </Page>
  920. <Page Include="DeviceControl\AITSensor.xaml">
  921. <Generator>MSBuild:Compile</Generator>
  922. <SubType>Designer</SubType>
  923. </Page>
  924. <Page Include="DeviceControl\AITSignalTower.xaml">
  925. <Generator>MSBuild:Compile</Generator>
  926. <SubType>Designer</SubType>
  927. </Page>
  928. <Page Include="DeviceControl\AITThermalCouple.xaml">
  929. <Generator>MSBuild:Compile</Generator>
  930. <SubType>Designer</SubType>
  931. </Page>
  932. <Page Include="DeviceControl\AITThrottleValve.xaml">
  933. <Generator>MSBuild:Compile</Generator>
  934. <SubType>Designer</SubType>
  935. </Page>
  936. <Page Include="DeviceControl\AITThrottleValve2.xaml">
  937. <Generator>MSBuild:Compile</Generator>
  938. <SubType>Designer</SubType>
  939. </Page>
  940. <Page Include="DeviceControl\AITThrottleValveInputDialogBox.xaml">
  941. <Generator>MSBuild:Compile</Generator>
  942. <SubType>Designer</SubType>
  943. </Page>
  944. <Page Include="DeviceControl\AITValve.xaml">
  945. <Generator>MSBuild:Compile</Generator>
  946. <SubType>Designer</SubType>
  947. </Page>
  948. <Page Include="DeviceControl\AITWaterFlowSensor.xaml">
  949. <Generator>MSBuild:Compile</Generator>
  950. <SubType>Designer</SubType>
  951. </Page>
  952. <Page Include="DeviceControl\EventLogComboView.xaml">
  953. <SubType>Designer</SubType>
  954. <Generator>MSBuild:Compile</Generator>
  955. </Page>
  956. <Page Include="DeviceControl\ModuleControl.xaml">
  957. <SubType>Designer</SubType>
  958. <Generator>MSBuild:Compile</Generator>
  959. </Page>
  960. <Page Include="Dialog\TerminalDialog.xaml">
  961. <Generator>MSBuild:Compile</Generator>
  962. <SubType>Designer</SubType>
  963. </Page>
  964. <Page Include="Dialog\NotificationDialog.xaml">
  965. <Generator>MSBuild:Compile</Generator>
  966. <SubType>Designer</SubType>
  967. </Page>
  968. <Page Include="Dialog\RecipeAlarmedDialog.xaml">
  969. <Generator>MSBuild:Compile</Generator>
  970. <SubType>Designer</SubType>
  971. </Page>
  972. <Page Include="Dialog\RecipeSelectDialog.xaml">
  973. <Generator>MSBuild:Compile</Generator>
  974. <SubType>Designer</SubType>
  975. </Page>
  976. <Page Include="E95Template\DefaultTopView.xaml">
  977. <SubType>Designer</SubType>
  978. <Generator>MSBuild:Compile</Generator>
  979. </Page>
  980. <Page Include="ExtendedControls\ObjectInTreeView.xaml">
  981. <Generator>MSBuild:Compile</Generator>
  982. <SubType>Designer</SubType>
  983. </Page>
  984. <Page Include="Resources\Language\StringResources.en-US.xaml">
  985. <Generator>MSBuild:Compile</Generator>
  986. <SubType>Designer</SubType>
  987. </Page>
  988. <Page Include="Resources\Language\StringResources.zh-CN.xaml">
  989. <Generator>MSBuild:Compile</Generator>
  990. <SubType>Designer</SubType>
  991. </Page>
  992. <Page Include="Style\ButtonStyle.xaml">
  993. <Generator>MSBuild:Compile</Generator>
  994. <SubType>Designer</SubType>
  995. </Page>
  996. <Page Include="Style\ComboBoxStyle.xaml">
  997. <Generator>MSBuild:Compile</Generator>
  998. <SubType>Designer</SubType>
  999. </Page>
  1000. <Page Include="Style\CommonStyle.xaml">
  1001. <Generator>MSBuild:Compile</Generator>
  1002. <SubType>Designer</SubType>
  1003. </Page>
  1004. <Page Include="Style\CadetBlue\ButtonStyle.xaml">
  1005. <Generator>MSBuild:Compile</Generator>
  1006. <SubType>Designer</SubType>
  1007. </Page>
  1008. <Page Include="Style\CadetBlue\ComboBoxStyle.xaml">
  1009. <Generator>MSBuild:Compile</Generator>
  1010. <SubType>Designer</SubType>
  1011. </Page>
  1012. <Page Include="Style\CadetBlue\CommonStyle.xaml">
  1013. <Generator>MSBuild:Compile</Generator>
  1014. <SubType>Designer</SubType>
  1015. </Page>
  1016. <Page Include="Style\CadetBlue\GroupBoxStyle.xaml">
  1017. <Generator>MSBuild:Compile</Generator>
  1018. <SubType>Designer</SubType>
  1019. </Page>
  1020. <Page Include="Style\CadetBlue\LabelStyle.xaml">
  1021. <Generator>MSBuild:Compile</Generator>
  1022. <SubType>Designer</SubType>
  1023. </Page>
  1024. <Page Include="Style\CadetBlue\ListBoxStyle.xaml">
  1025. <Generator>MSBuild:Compile</Generator>
  1026. <SubType>Designer</SubType>
  1027. </Page>
  1028. <Page Include="Style\CadetBlue\ListViewStyle.xaml">
  1029. <Generator>MSBuild:Compile</Generator>
  1030. <SubType>Designer</SubType>
  1031. </Page>
  1032. <Page Include="Style\CadetBlue\PasswordBoxStyle.xaml">
  1033. <Generator>MSBuild:Compile</Generator>
  1034. <SubType>Designer</SubType>
  1035. </Page>
  1036. <Page Include="Style\CadetBlue\StyleA.xaml">
  1037. <Generator>MSBuild:Compile</Generator>
  1038. <SubType>Designer</SubType>
  1039. </Page>
  1040. <Page Include="Style\CadetBlue\TabControlStyle.xaml">
  1041. <Generator>MSBuild:Compile</Generator>
  1042. <SubType>Designer</SubType>
  1043. </Page>
  1044. <Page Include="Style\CadetBlue\TextBlockStyle.xaml">
  1045. <Generator>MSBuild:Compile</Generator>
  1046. <SubType>Designer</SubType>
  1047. </Page>
  1048. <Page Include="Style\CadetBlue\TextBoxStyle.xaml">
  1049. <Generator>MSBuild:Compile</Generator>
  1050. <SubType>Designer</SubType>
  1051. </Page>
  1052. <Page Include="Style\CadetBlue\TreeViewStyle.xaml">
  1053. <Generator>MSBuild:Compile</Generator>
  1054. <SubType>Designer</SubType>
  1055. </Page>
  1056. <Page Include="Style\CadetBlue\WindowStyle.xaml">
  1057. <Generator>MSBuild:Compile</Generator>
  1058. <SubType>Designer</SubType>
  1059. </Page>
  1060. <Page Include="Style\NavyBlue\ButtonStyle.xaml">
  1061. <Generator>MSBuild:Compile</Generator>
  1062. <SubType>Designer</SubType>
  1063. </Page>
  1064. <Page Include="Style\NavyBlue\ComboBoxStyle.xaml">
  1065. <Generator>MSBuild:Compile</Generator>
  1066. <SubType>Designer</SubType>
  1067. </Page>
  1068. <Page Include="Style\NavyBlue\CommonStyle.xaml">
  1069. <Generator>MSBuild:Compile</Generator>
  1070. <SubType>Designer</SubType>
  1071. </Page>
  1072. <Page Include="Style\NavyBlue\DataGridStyle.xaml">
  1073. <Generator>MSBuild:Compile</Generator>
  1074. <SubType>Designer</SubType>
  1075. </Page>
  1076. <Page Include="Style\NavyBlue\GroupBoxStyle.xaml">
  1077. <Generator>MSBuild:Compile</Generator>
  1078. <SubType>Designer</SubType>
  1079. </Page>
  1080. <Page Include="Style\NavyBlue\LabelStyle.xaml">
  1081. <Generator>MSBuild:Compile</Generator>
  1082. <SubType>Designer</SubType>
  1083. </Page>
  1084. <Page Include="Style\NavyBlue\ListBoxStyle.xaml">
  1085. <Generator>MSBuild:Compile</Generator>
  1086. <SubType>Designer</SubType>
  1087. </Page>
  1088. <Page Include="Style\NavyBlue\ListViewStyle.xaml">
  1089. <Generator>MSBuild:Compile</Generator>
  1090. <SubType>Designer</SubType>
  1091. </Page>
  1092. <Page Include="Style\NavyBlue\PasswordBoxStyle.xaml">
  1093. <Generator>MSBuild:Compile</Generator>
  1094. <SubType>Designer</SubType>
  1095. </Page>
  1096. <Page Include="Style\NavyBlue\ScrollbarStyle.xaml">
  1097. <Generator>MSBuild:Compile</Generator>
  1098. <SubType>Designer</SubType>
  1099. </Page>
  1100. <Page Include="Style\NavyBlue\StyleA.xaml">
  1101. <Generator>MSBuild:Compile</Generator>
  1102. <SubType>Designer</SubType>
  1103. </Page>
  1104. <Page Include="Style\NavyBlue\TabControlStyle.xaml">
  1105. <Generator>MSBuild:Compile</Generator>
  1106. <SubType>Designer</SubType>
  1107. </Page>
  1108. <Page Include="Style\NavyBlue\TextBlockStyle.xaml">
  1109. <Generator>MSBuild:Compile</Generator>
  1110. <SubType>Designer</SubType>
  1111. </Page>
  1112. <Page Include="Style\NavyBlue\TextBoxStyle.xaml">
  1113. <Generator>MSBuild:Compile</Generator>
  1114. <SubType>Designer</SubType>
  1115. </Page>
  1116. <Page Include="Style\NavyBlue\TreeViewStyle.xaml">
  1117. <Generator>MSBuild:Compile</Generator>
  1118. <SubType>Designer</SubType>
  1119. </Page>
  1120. <Page Include="Style\NavyBlue\WindowStyle.xaml">
  1121. <Generator>MSBuild:Compile</Generator>
  1122. <SubType>Designer</SubType>
  1123. </Page>
  1124. <Page Include="Style\SeaBlue\ButtonStyle.xaml">
  1125. <Generator>MSBuild:Compile</Generator>
  1126. <SubType>Designer</SubType>
  1127. </Page>
  1128. <Page Include="Style\SeaBlue\ComboBoxStyle.xaml">
  1129. <Generator>MSBuild:Compile</Generator>
  1130. <SubType>Designer</SubType>
  1131. </Page>
  1132. <Page Include="Style\SeaBlue\CommonStyle.xaml">
  1133. <Generator>MSBuild:Compile</Generator>
  1134. <SubType>Designer</SubType>
  1135. </Page>
  1136. <Page Include="Style\SeaBlue\GroupBoxStyle.xaml">
  1137. <Generator>MSBuild:Compile</Generator>
  1138. <SubType>Designer</SubType>
  1139. </Page>
  1140. <Page Include="Style\SeaBlue\LabelStyle.xaml">
  1141. <Generator>MSBuild:Compile</Generator>
  1142. <SubType>Designer</SubType>
  1143. </Page>
  1144. <Page Include="Style\SeaBlue\ListBoxStyle.xaml">
  1145. <Generator>MSBuild:Compile</Generator>
  1146. <SubType>Designer</SubType>
  1147. </Page>
  1148. <Page Include="Style\SeaBlue\ListViewStyle.xaml">
  1149. <Generator>MSBuild:Compile</Generator>
  1150. <SubType>Designer</SubType>
  1151. </Page>
  1152. <Page Include="Style\SeaBlue\PasswordBoxStyle.xaml">
  1153. <Generator>MSBuild:Compile</Generator>
  1154. <SubType>Designer</SubType>
  1155. </Page>
  1156. <Page Include="Style\SeaBlue\StyleA.xaml">
  1157. <Generator>MSBuild:Compile</Generator>
  1158. <SubType>Designer</SubType>
  1159. </Page>
  1160. <Page Include="Style\SeaBlue\TabControlStyle.xaml">
  1161. <Generator>MSBuild:Compile</Generator>
  1162. <SubType>Designer</SubType>
  1163. </Page>
  1164. <Page Include="Style\SeaBlue\TextBlockStyle.xaml">
  1165. <Generator>MSBuild:Compile</Generator>
  1166. <SubType>Designer</SubType>
  1167. </Page>
  1168. <Page Include="Style\SeaBlue\TextBoxStyle.xaml">
  1169. <Generator>MSBuild:Compile</Generator>
  1170. <SubType>Designer</SubType>
  1171. </Page>
  1172. <Page Include="Style\SeaBlue\TreeViewStyle.xaml">
  1173. <Generator>MSBuild:Compile</Generator>
  1174. <SubType>Designer</SubType>
  1175. </Page>
  1176. <Page Include="Style\SeaBlue\WindowStyle.xaml">
  1177. <Generator>MSBuild:Compile</Generator>
  1178. <SubType>Designer</SubType>
  1179. </Page>
  1180. <Page Include="Style\DeepBlue\ButtonStyle.xaml">
  1181. <Generator>MSBuild:Compile</Generator>
  1182. <SubType>Designer</SubType>
  1183. </Page>
  1184. <Page Include="Style\DeepBlue\ComboBoxStyle.xaml">
  1185. <Generator>MSBuild:Compile</Generator>
  1186. <SubType>Designer</SubType>
  1187. </Page>
  1188. <Page Include="Style\DeepBlue\CommonStyle.xaml">
  1189. <Generator>MSBuild:Compile</Generator>
  1190. <SubType>Designer</SubType>
  1191. </Page>
  1192. <Page Include="Style\DeepBlue\GroupBoxStyle.xaml">
  1193. <Generator>MSBuild:Compile</Generator>
  1194. <SubType>Designer</SubType>
  1195. </Page>
  1196. <Page Include="Style\DeepBlue\LabelStyle.xaml">
  1197. <Generator>MSBuild:Compile</Generator>
  1198. <SubType>Designer</SubType>
  1199. </Page>
  1200. <Page Include="Style\DeepBlue\ListBoxStyle.xaml">
  1201. <Generator>MSBuild:Compile</Generator>
  1202. <SubType>Designer</SubType>
  1203. </Page>
  1204. <Page Include="Style\DeepBlue\ListViewStyle.xaml">
  1205. <Generator>MSBuild:Compile</Generator>
  1206. <SubType>Designer</SubType>
  1207. </Page>
  1208. <Page Include="Style\DeepBlue\PasswordBoxStyle.xaml">
  1209. <Generator>MSBuild:Compile</Generator>
  1210. <SubType>Designer</SubType>
  1211. </Page>
  1212. <Page Include="Style\DeepBlue\StyleA.xaml">
  1213. <Generator>MSBuild:Compile</Generator>
  1214. <SubType>Designer</SubType>
  1215. </Page>
  1216. <Page Include="Style\DeepBlue\TabControlStyle.xaml">
  1217. <Generator>MSBuild:Compile</Generator>
  1218. <SubType>Designer</SubType>
  1219. </Page>
  1220. <Page Include="Style\DeepBlue\TextBlockStyle.xaml">
  1221. <Generator>MSBuild:Compile</Generator>
  1222. <SubType>Designer</SubType>
  1223. </Page>
  1224. <Page Include="Style\DeepBlue\TextBoxStyle.xaml">
  1225. <Generator>MSBuild:Compile</Generator>
  1226. <SubType>Designer</SubType>
  1227. </Page>
  1228. <Page Include="Style\DeepBlue\TreeViewStyle.xaml">
  1229. <Generator>MSBuild:Compile</Generator>
  1230. <SubType>Designer</SubType>
  1231. </Page>
  1232. <Page Include="Style\DeepBlue\WindowStyle.xaml">
  1233. <Generator>MSBuild:Compile</Generator>
  1234. <SubType>Designer</SubType>
  1235. </Page>
  1236. <Page Include="Style\GroupBoxStyle.xaml">
  1237. <Generator>MSBuild:Compile</Generator>
  1238. <SubType>Designer</SubType>
  1239. </Page>
  1240. <Page Include="Style\LabelStyle.xaml">
  1241. <Generator>MSBuild:Compile</Generator>
  1242. <SubType>Designer</SubType>
  1243. </Page>
  1244. <Page Include="Style\ListBoxStyle.xaml">
  1245. <Generator>MSBuild:Compile</Generator>
  1246. <SubType>Designer</SubType>
  1247. </Page>
  1248. <Page Include="Style\ListViewStyle.xaml">
  1249. <Generator>MSBuild:Compile</Generator>
  1250. <SubType>Designer</SubType>
  1251. </Page>
  1252. <Page Include="Style\PasswordBoxStyle.xaml">
  1253. <Generator>MSBuild:Compile</Generator>
  1254. <SubType>Designer</SubType>
  1255. </Page>
  1256. <Page Include="Style\TabControlStyle.xaml">
  1257. <Generator>MSBuild:Compile</Generator>
  1258. <SubType>Designer</SubType>
  1259. </Page>
  1260. <Page Include="Style\TextBlockStyle.xaml">
  1261. <Generator>MSBuild:Compile</Generator>
  1262. <SubType>Designer</SubType>
  1263. </Page>
  1264. <Page Include="Style\TextBoxStyle.xaml">
  1265. <Generator>MSBuild:Compile</Generator>
  1266. <SubType>Designer</SubType>
  1267. </Page>
  1268. <Page Include="Style\TreeViewStyle.xaml">
  1269. <Generator>MSBuild:Compile</Generator>
  1270. <SubType>Designer</SubType>
  1271. </Page>
  1272. <Page Include="Style\StyleA.xaml">
  1273. <Generator>MSBuild:Compile</Generator>
  1274. <SubType>Designer</SubType>
  1275. </Page>
  1276. <Page Include="Style\WindowStyle.xaml">
  1277. <Generator>MSBuild:Compile</Generator>
  1278. <SubType>Designer</SubType>
  1279. </Page>
  1280. <Page Include="View\Common\EventView.xaml">
  1281. <Generator>MSBuild:Compile</Generator>
  1282. <SubType>Designer</SubType>
  1283. </Page>
  1284. <Page Include="View\Common\MonitorView.xaml">
  1285. <Generator>MSBuild:Compile</Generator>
  1286. <SubType>Designer</SubType>
  1287. </Page>
  1288. <Page Include="View\Common\ParameterView.xaml">
  1289. <Generator>MSBuild:Compile</Generator>
  1290. <SubType>Designer</SubType>
  1291. </Page>
  1292. <Page Include="E95Template\BottomView.xaml">
  1293. <Generator>MSBuild:Compile</Generator>
  1294. <SubType>Designer</SubType>
  1295. </Page>
  1296. <Page Include="E95Template\CenterTabView.xaml">
  1297. <Generator>MSBuild:Compile</Generator>
  1298. <SubType>Designer</SubType>
  1299. </Page>
  1300. <Page Include="E95Template\CenterView.xaml">
  1301. <Generator>MSBuild:Compile</Generator>
  1302. <SubType>Designer</SubType>
  1303. </Page>
  1304. <Page Include="E95Template\StandardFrameWindow.xaml">
  1305. <Generator>MSBuild:Compile</Generator>
  1306. <SubType>Designer</SubType>
  1307. </Page>
  1308. </ItemGroup>
  1309. <ItemGroup>
  1310. <Resource Include="Resources\barcode.png" />
  1311. <Resource Include="Resources\Blue.png" />
  1312. <Resource Include="Resources\cb.png" />
  1313. <Resource Include="Resources\closed.png" />
  1314. <Resource Include="Resources\CustomDialogInformation.png" />
  1315. <Resource Include="Resources\Exit.png" />
  1316. <Resource Include="Resources\Gasbox.png" />
  1317. <Resource Include="Resources\Heater.png" />
  1318. <Resource Include="Resources\HeaterShining.png" />
  1319. <Resource Include="Resources\lights.png" />
  1320. <Resource Include="Resources\Lime.png" />
  1321. <Content Include="Resources\default_ui.ico" />
  1322. <Resource Include="Resources\Loading1.gif" />
  1323. <Resource Include="Resources\Login\按钮.png" />
  1324. <Resource Include="Resources\Login\按钮_悬停.png" />
  1325. <Resource Include="Resources\Login\按钮_点击.png" />
  1326. <Resource Include="Resources\Login\输入框.png" />
  1327. <Resource Include="Resources\Login\输入框_选择.png" />
  1328. <Resource Include="Resources\Main\login.png" />
  1329. <Resource Include="Resources\Main\LogoEmpty.png" />
  1330. <Resource Include="Resources\Main\tab.png" />
  1331. <Resource Include="Resources\Main\tab_悬停.png" />
  1332. <Resource Include="Resources\Main\tab次级.png" />
  1333. <Resource Include="Resources\Main\tab次级_悬停.png" />
  1334. <Resource Include="Resources\Main\上一个.png" />
  1335. <Resource Include="Resources\Main\上一个_悬停.png" />
  1336. <Resource Include="Resources\Main\上一个_点击.png" />
  1337. <Resource Include="Resources\Main\下一个.png" />
  1338. <Resource Include="Resources\Main\下一个_悬停.png" />
  1339. <Resource Include="Resources\Main\下一个_点击.png" />
  1340. <Resource Include="Resources\Main\下拉框_底板.png" />
  1341. <Resource Include="Resources\Main\下拉框_底板150.png" />
  1342. <Resource Include="Resources\Main\下拉框_底板JETP.png" />
  1343. <Resource Include="Resources\Main\主界面_切片.png" />
  1344. <Resource Include="Resources\Main\主界面_切片SORTER.png" />
  1345. <Resource Include="Resources\Main\主菜单按钮.png" />
  1346. <Resource Include="Resources\Main\主菜单按钮150.png" />
  1347. <Resource Include="Resources\Main\主菜单按钮_悬停.png" />
  1348. <Resource Include="Resources\Main\主菜单按钮_悬停150.png" />
  1349. <Resource Include="Resources\Main\主菜单按钮_点击.png" />
  1350. <Resource Include="Resources\Main\主菜单按钮_点击150.png" />
  1351. <Resource Include="Resources\Main\主菜单按钮_选中.png" />
  1352. <Resource Include="Resources\Main\主菜单按钮_选中150.png" />
  1353. <Resource Include="Resources\Main\事件按钮.png" />
  1354. <Resource Include="Resources\Main\事件按钮_悬停.png" />
  1355. <Resource Include="Resources\Main\事件按钮_点击.png" />
  1356. <Resource Include="Resources\Main\拖动组件.png" />
  1357. <Resource Include="Resources\opened.png" />
  1358. <Resource Include="Resources\Pump\boost_pump_enabled.png" />
  1359. <Resource Include="Resources\Pump\boost_pump_error.png" />
  1360. <Resource Include="Resources\Pump\boost_pump_off.png" />
  1361. <Resource Include="Resources\Pump\boost_pump_on.png" />
  1362. <Resource Include="Resources\Pump\boost_pump_warning.png" />
  1363. <Resource Include="Resources\Pump\pump_error.png" />
  1364. <Resource Include="Resources\Pump\pump_off.png" />
  1365. <Resource Include="Resources\Pump\pump_on.png" />
  1366. <Resource Include="Resources\Pump\pump_warning.png" />
  1367. <Resource Include="Resources\RecipeFile.png" />
  1368. <Resource Include="Resources\RecipeFolder.png" />
  1369. <Resource Include="Resources\red.png" />
  1370. <Resource Include="Resources\SystemLog\Alarm.png" />
  1371. <Resource Include="Resources\SystemLog\EquipLog.png" />
  1372. <Resource Include="Resources\SystemLog\Information.png" />
  1373. <Resource Include="Resources\SystemLog\UserOperation.png" />
  1374. <Resource Include="Resources\SystemLog\Warning.png" />
  1375. <Content Include="Resources\Valve\FastPumpValve.png" />
  1376. <Content Include="Resources\Valve\PumpBlack.png" />
  1377. <Content Include="Resources\Valve\PumpGray.png" />
  1378. <Content Include="Resources\Valve\PumpGreen.png" />
  1379. <Content Include="Resources\Valve\PumpRed.png" />
  1380. <Content Include="Resources\Valve\SlowPumpValve.png" />
  1381. <Content Include="Resources\Valve\ValveClosed.png" />
  1382. <Content Include="Resources\Valve\valveCloseHorizontal.png" />
  1383. <Content Include="Resources\Valve\valveCloseVertical.png" />
  1384. <Content Include="Resources\Valve\valveOpenHorizontal.png" />
  1385. <Content Include="Resources\Valve\valveOpenVertical.png" />
  1386. <Resource Include="Resources\Yellow.png" />
  1387. <Resource Include="Resources\zoom_all.png" />
  1388. </ItemGroup>
  1389. <ItemGroup>
  1390. <EmbeddedResource Include="Properties\Resources.resx">
  1391. <Generator>ResXFileCodeGenerator</Generator>
  1392. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  1393. </EmbeddedResource>
  1394. </ItemGroup>
  1395. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1396. </Project>