UICore.csproj 56 KB

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