UICore.csproj 53 KB

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