PunkHPX8_Themes.csproj 57 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330
  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>{FA46D7F1-463B-4457-93AF-760B409F9C7C}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>PunkHPX8_Themes</RootNamespace>
  11. <AssemblyName>PunkHPX8_Themes</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>TRACE;DEBUG</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="Caliburn.Micro">
  35. <HintPath>..\ThirdParty\selfbuild\Caliburn.Micro.dll</HintPath>
  36. </Reference>
  37. <Reference Include="LiveCharts">
  38. <HintPath>..\ThirdParty\LiveCharts.dll</HintPath>
  39. </Reference>
  40. <Reference Include="LiveCharts.Wpf">
  41. <HintPath>..\ThirdParty\LiveCharts.Wpf.dll</HintPath>
  42. </Reference>
  43. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  44. <SpecificVersion>False</SpecificVersion>
  45. <HintPath>..\ThirdParty\log4net.dll</HintPath>
  46. </Reference>
  47. <Reference Include="PresentationCore" />
  48. <Reference Include="PresentationFramework" />
  49. <Reference Include="System" />
  50. <Reference Include="System.Core" />
  51. <Reference Include="System.Drawing" />
  52. <Reference Include="System.Windows.Forms" />
  53. <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  54. <SpecificVersion>False</SpecificVersion>
  55. <HintPath>..\ThirdParty\System.Windows.Interactivity.dll</HintPath>
  56. </Reference>
  57. <Reference Include="System.Xaml" />
  58. <Reference Include="System.Xml.Linq" />
  59. <Reference Include="System.Data.DataSetExtensions" />
  60. <Reference Include="Microsoft.CSharp" />
  61. <Reference Include="System.Data" />
  62. <Reference Include="System.Net.Http" />
  63. <Reference Include="System.Xml" />
  64. <Reference Include="WindowsBase" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Compile Include="Converters\AlarmTypeConverter.cs" />
  68. <Compile Include="Converters\Bool2Not.cs" />
  69. <Compile Include="Converters\BoolReverseToColor.cs" />
  70. <Compile Include="Converters\BoolToColor6.cs" />
  71. <Compile Include="Converters\BoolToColor7.cs" />
  72. <Compile Include="Converters\BoolToGreenRedColor.cs" />
  73. <Compile Include="Converters\BoolToInverseBoolConverter.cs" />
  74. <Compile Include="Converters\BoolToOrientation.cs" />
  75. <Compile Include="Converters\BoolToOrientation2.cs" />
  76. <Compile Include="Converters\BoolToRedColor.cs" />
  77. <Compile Include="Converters\BoolToErrorColor.cs" />
  78. <Compile Include="Converters\boolToRedColor2.cs" />
  79. <Compile Include="Converters\BoolToRedGreenColor.cs" />
  80. <Compile Include="Converters\BoolToYellowColor2.cs" />
  81. <Compile Include="Converters\RoleDataConverter.cs" />
  82. <Compile Include="Converters\DecimalPrecisionConverter.cs" />
  83. <Compile Include="Converters\IntToColorConverter.cs" />
  84. <Compile Include="Converters\IntToTargetNumber.cs" />
  85. <Compile Include="Converters\MutiBoolToBool.cs" />
  86. <Compile Include="Converters\NumberStringToBool.cs" />
  87. <Compile Include="Converters\StringToString.cs" />
  88. <Compile Include="Converters\StringToVisibility.cs" />
  89. <Compile Include="Converters\BoolToYellowColor.cs" />
  90. <Compile Include="Converters\RecipeIconConverter.cs" />
  91. <Compile Include="Converters\BoolToColor.cs" />
  92. <Compile Include="Converters\BoolToColor2.cs" />
  93. <Compile Include="Converters\BoolToColor3.cs" />
  94. <Compile Include="Converters\BoolToColor4.cs" />
  95. <Compile Include="Converters\BoolToColor5.cs" />
  96. <Compile Include="Converters\BoolToDirection.cs" />
  97. <Compile Include="Converters\BoolToDoubleConverter.cs" />
  98. <Compile Include="Converters\BoolToInt.cs" />
  99. <Compile Include="Converters\BoolToPath.cs" />
  100. <Compile Include="Converters\BoolToReverse.cs" />
  101. <Compile Include="Converters\BoolToUnitConverter.cs" />
  102. <Compile Include="Converters\BoolToValueConverter.cs" />
  103. <Compile Include="Converters\BoolToVisibility.cs" />
  104. <Compile Include="Converters\boolToVisibility2.cs" />
  105. <Compile Include="Converters\BoolToBool.cs" />
  106. <Compile Include="Converters\DoubleToDoubleConverter.cs" />
  107. <Compile Include="Converters\Float2String.cs" />
  108. <Compile Include="Converters\FOUPStatusConverter.cs" />
  109. <Compile Include="Converters\IntPlusConverter.cs" />
  110. <Compile Include="Converters\IntToBoolConverter.cs" />
  111. <Compile Include="Converters\IntToBoolConverter2.cs" />
  112. <Compile Include="Converters\IntToIsEnableConverter.cs" />
  113. <Compile Include="Converters\IsLastItemConverter.cs" />
  114. <Compile Include="Converters\IsProgressedConverter.cs" />
  115. <Compile Include="Converters\Null2Bool.cs" />
  116. <Compile Include="Converters\String2Double.cs" />
  117. <Compile Include="Converters\StringToColorConverter.cs" />
  118. <Compile Include="Converters\StringToVisibility1.cs" />
  119. <Compile Include="Converters\ToBoolMultiValueConverter.cs" />
  120. <Compile Include="Converters\ToBoolMultiValueConverter2.cs" />
  121. <Compile Include="Converters\ToBoolMultiValueConverter3.cs" />
  122. <Compile Include="Converters\ToBoolMultiValueConverter4.cs" />
  123. <Compile Include="Converters\ToBoolMutiValueConverter5.cs" />
  124. <Compile Include="Converters\VisibilityToReverse.cs" />
  125. <Compile Include="CustomControls\AduRadioButtonIcon.cs" />
  126. <Compile Include="CustomControls\CommonValveControl.cs" />
  127. <Compile Include="CustomControls\Controls\Win32.cs" />
  128. <Compile Include="CustomControls\Controls\WindowButtonBase.cs" />
  129. <Compile Include="CustomControls\Controls\WindowButtonClose.cs" />
  130. <Compile Include="CustomControls\Controls\WindowButtonMax.cs" />
  131. <Compile Include="CustomControls\Controls\WindowButtonMin.cs" />
  132. <Compile Include="CustomControls\Controls\WindowButtonNormal.cs" />
  133. <Compile Include="CustomControls\Controls\WindowTopArea.cs" />
  134. <Compile Include="CustomControls\CustomPasswordBox.cs" />
  135. <Compile Include="CustomControls\GuangChuanRobot.cs" />
  136. <Compile Include="CustomControls\CustomRobot.cs" />
  137. <Compile Include="CustomControls\MultiComboBox.cs" />
  138. <Compile Include="CustomControls\PathButton.cs" />
  139. <Compile Include="CustomControls\PunkRobotControl.cs" />
  140. <Compile Include="CustomControls\SERobot.cs" />
  141. <Compile Include="CustomControls\SplitButton.cs" />
  142. <Compile Include="CustomControls\StepBar.cs" />
  143. <Compile Include="CustomControls\StepBarItem.cs" />
  144. <Compile Include="Properties\AssemblyInfo.cs" />
  145. <Compile Include="Themes\Attach\BorderElement.cs" />
  146. <Compile Include="Themes\Attach\ElementBackground.cs" />
  147. <Compile Include="Themes\Attach\ElementBrushBase.cs" />
  148. <Compile Include="Themes\Attach\ElementForeground.cs" />
  149. <Compile Include="Themes\Attach\IconElement.cs" />
  150. <Compile Include="unity\UIEvents.cs" />
  151. <Compile Include="UserControls\AnolyteGroove.xaml.cs">
  152. <DependentUpon>AnolyteGroove.xaml</DependentUpon>
  153. </Compile>
  154. <Compile Include="UserControls\AnolyteMetalControl.xaml.cs">
  155. <DependentUpon>AnolyteMetalControl.xaml</DependentUpon>
  156. </Compile>
  157. <Compile Include="UserControls\Axes2D.xaml.cs">
  158. <DependentUpon>Axes2D.xaml</DependentUpon>
  159. </Compile>
  160. <Compile Include="UserControls\Blower.xaml.cs">
  161. <DependentUpon>Blower.xaml</DependentUpon>
  162. </Compile>
  163. <Compile Include="UserControls\BottleReserveControl.xaml.cs">
  164. <DependentUpon>BottleReserveControl.xaml</DependentUpon>
  165. </Compile>
  166. <Compile Include="UserControls\BurnInControl.xaml.cs">
  167. <DependentUpon>BurnInControl.xaml</DependentUpon>
  168. </Compile>
  169. <Compile Include="UserControls\ButterflyValve.xaml.cs">
  170. <DependentUpon>ButterflyValve.xaml</DependentUpon>
  171. </Compile>
  172. <Compile Include="UserControls\ButterflyValveMessageBox.xaml.cs">
  173. <DependentUpon>ButterflyValveMessageBox.xaml</DependentUpon>
  174. </Compile>
  175. <Compile Include="UserControls\CalibrateControl.xaml.cs">
  176. <DependentUpon>CalibrateControl.xaml</DependentUpon>
  177. </Compile>
  178. <Compile Include="UserControls\CatholyteGroove.xaml.cs">
  179. <DependentUpon>CatholyteGroove.xaml</DependentUpon>
  180. </Compile>
  181. <Compile Include="UserControls\CellStatusControl.xaml.cs">
  182. <DependentUpon>CellStatusControl.xaml</DependentUpon>
  183. </Compile>
  184. <Compile Include="UserControls\Clamp.xaml.cs">
  185. <DependentUpon>Clamp.xaml</DependentUpon>
  186. </Compile>
  187. <Compile Include="UserControls\CountersControl.xaml.cs">
  188. <DependentUpon>CountersControl.xaml</DependentUpon>
  189. </Compile>
  190. <Compile Include="UserControls\CrossDoseControl.xaml.cs">
  191. <DependentUpon>CrossDoseControl.xaml</DependentUpon>
  192. </Compile>
  193. <Compile Include="UserControls\CustomSwitch.xaml.cs">
  194. <DependentUpon>CustomSwitch.xaml</DependentUpon>
  195. </Compile>
  196. <Compile Include="UserControls\Cylinder.xaml.cs">
  197. <DependentUpon>Cylinder.xaml</DependentUpon>
  198. </Compile>
  199. <Compile Include="UserControls\DMReservoirUIControl.xaml.cs">
  200. <DependentUpon>DMReservoirUIControl.xaml</DependentUpon>
  201. </Compile>
  202. <Compile Include="UserControls\DosingControl.xaml.cs">
  203. <DependentUpon>DosingControl.xaml</DependentUpon>
  204. </Compile>
  205. <Compile Include="UserControls\DrawGraphicsControl.xaml.cs">
  206. <DependentUpon>DrawGraphicsControl.xaml</DependentUpon>
  207. </Compile>
  208. <Compile Include="UserControls\DryerUIControl.xaml.cs">
  209. <DependentUpon>DryerUIControl.xaml</DependentUpon>
  210. </Compile>
  211. <Compile Include="UserControls\CellChamber.xaml.cs">
  212. <DependentUpon>CellChamber.xaml</DependentUpon>
  213. </Compile>
  214. <Compile Include="UserControls\EFEM.xaml.cs">
  215. <DependentUpon>EFEM.xaml</DependentUpon>
  216. </Compile>
  217. <Compile Include="UserControls\EFEMRight.xaml.cs">
  218. <DependentUpon>EFEMRight.xaml</DependentUpon>
  219. </Compile>
  220. <Compile Include="UserControls\EFEMFrontView.xaml.cs">
  221. <DependentUpon>EFEMFrontView.xaml</DependentUpon>
  222. </Compile>
  223. <Compile Include="UserControls\ExhaustPipe.xaml.cs">
  224. <DependentUpon>ExhaustPipe.xaml</DependentUpon>
  225. </Compile>
  226. <Compile Include="UserControls\Fan.xaml.cs">
  227. <DependentUpon>Fan.xaml</DependentUpon>
  228. </Compile>
  229. <Compile Include="UserControls\FlowPipe.xaml.cs">
  230. <DependentUpon>FlowPipe.xaml</DependentUpon>
  231. </Compile>
  232. <Compile Include="UserControls\FlowPipeValve.xaml.cs">
  233. <DependentUpon>FlowPipeValve.xaml</DependentUpon>
  234. </Compile>
  235. <Compile Include="UserControls\Foup.xaml.cs">
  236. <DependentUpon>Foup.xaml</DependentUpon>
  237. </Compile>
  238. <Compile Include="UserControls\FOUPFrontView.xaml.cs">
  239. <DependentUpon>FOUPFrontView.xaml</DependentUpon>
  240. </Compile>
  241. <Compile Include="UserControls\DummyCassete.xaml.cs">
  242. <DependentUpon>DummyCassete.xaml</DependentUpon>
  243. </Compile>
  244. <Compile Include="UserControls\GroupDigitalBoxControl.xaml.cs">
  245. <DependentUpon>GroupDigitalBoxControl.xaml</DependentUpon>
  246. </Compile>
  247. <Compile Include="UserControls\GroupTextBoxControl.xaml.cs">
  248. <DependentUpon>GroupTextBoxControl.xaml</DependentUpon>
  249. </Compile>
  250. <Compile Include="UserControls\GroupTextBoxControlDouble.xaml.cs">
  251. <DependentUpon>GroupTextBoxControlDouble.xaml</DependentUpon>
  252. </Compile>
  253. <Compile Include="UserControls\LinMotOtherControl.xaml.cs">
  254. <DependentUpon>LinMotOtherControl.xaml</DependentUpon>
  255. </Compile>
  256. <Compile Include="UserControls\LinMotControl.xaml.cs">
  257. <DependentUpon>LinMotControl.xaml</DependentUpon>
  258. </Compile>
  259. <Compile Include="UserControls\LockControl.xaml.cs">
  260. <DependentUpon>LockControl.xaml</DependentUpon>
  261. </Compile>
  262. <Compile Include="UserControls\MetalCMUIControl.xaml.cs">
  263. <DependentUpon>MetalCMUIControl.xaml</DependentUpon>
  264. </Compile>
  265. <Compile Include="UserControls\MetalSHUIControl.xaml.cs">
  266. <DependentUpon>MetalSHUIControl.xaml</DependentUpon>
  267. </Compile>
  268. <Compile Include="UserControls\MetalWaferSizeControl.xaml.cs">
  269. <DependentUpon>MetalWaferSizeControl.xaml</DependentUpon>
  270. </Compile>
  271. <Compile Include="UserControls\OperatingModeControl.xaml.cs">
  272. <DependentUpon>OperatingModeControl.xaml</DependentUpon>
  273. </Compile>
  274. <Compile Include="UserControls\PathButton.xaml.cs">
  275. <DependentUpon>PathButton.xaml</DependentUpon>
  276. </Compile>
  277. <Compile Include="UserControls\PlatingCellCCRControl.xaml.cs">
  278. <DependentUpon>PlatingCellCCRControl.xaml</DependentUpon>
  279. </Compile>
  280. <Compile Include="UserControls\PlatingCellStatusControl.xaml.cs">
  281. <DependentUpon>PlatingCellStatusControl.xaml</DependentUpon>
  282. </Compile>
  283. <Compile Include="UserControls\PlatingCellUIControl.xaml.cs">
  284. <DependentUpon>PlatingCellUIControl.xaml</DependentUpon>
  285. </Compile>
  286. <Compile Include="UserControls\PlatingPowerSupplyControl.xaml.cs">
  287. <DependentUpon>PlatingPowerSupplyControl.xaml</DependentUpon>
  288. </Compile>
  289. <Compile Include="UserControls\PowerSupplierStepControl.xaml.cs">
  290. <DependentUpon>PowerSupplierStepControl.xaml</DependentUpon>
  291. </Compile>
  292. <Compile Include="UserControls\PMCounterComponent.xaml.cs">
  293. <DependentUpon>PMCounterComponent.xaml</DependentUpon>
  294. </Compile>
  295. <Compile Include="UserControls\PrewetFLowControl.xaml.cs">
  296. <DependentUpon>PrewetFLowControl.xaml</DependentUpon>
  297. </Compile>
  298. <Compile Include="UserControls\PrewetLeftSideControl.xaml.cs">
  299. <DependentUpon>PrewetLeftSideControl.xaml</DependentUpon>
  300. </Compile>
  301. <Compile Include="UserControls\PrewetMotionPanel.xaml.cs">
  302. <DependentUpon>PrewetMotionPanel.xaml</DependentUpon>
  303. </Compile>
  304. <Compile Include="UserControls\PrewetTankControl.xaml.cs">
  305. <DependentUpon>PrewetTankControl.xaml</DependentUpon>
  306. </Compile>
  307. <Compile Include="UserControls\PrewetUIControl.xaml.cs">
  308. <DependentUpon>PrewetUIControl.xaml</DependentUpon>
  309. </Compile>
  310. <Compile Include="UserControls\PrewetValve.xaml.cs">
  311. <DependentUpon>PrewetValve.xaml</DependentUpon>
  312. </Compile>
  313. <Compile Include="UserControls\PufChuckControl.xaml.cs">
  314. <DependentUpon>PufChuckControl.xaml</DependentUpon>
  315. </Compile>
  316. <Compile Include="UserControls\RecipeLoadDose.xaml.cs">
  317. <DependentUpon>RecipeLoadDose.xaml</DependentUpon>
  318. </Compile>
  319. <Compile Include="UserControls\ReplenControl.xaml.cs">
  320. <DependentUpon>ReplenControl.xaml</DependentUpon>
  321. </Compile>
  322. <Compile Include="UserControls\ReservoirPump.xaml.cs">
  323. <DependentUpon>ReservoirPump.xaml</DependentUpon>
  324. </Compile>
  325. <Compile Include="UserControls\Pump1.xaml.cs">
  326. <DependentUpon>Pump1.xaml</DependentUpon>
  327. </Compile>
  328. <Compile Include="UserControls\PumpSpeedControl.xaml.cs">
  329. <DependentUpon>PumpSpeedControl.xaml</DependentUpon>
  330. </Compile>
  331. <Compile Include="UserControls\RecipeControl.xaml.cs">
  332. <DependentUpon>RecipeControl.xaml</DependentUpon>
  333. </Compile>
  334. <Compile Include="UserControls\RecipeControlMetal.xaml.cs">
  335. <DependentUpon>RecipeControlMetal.xaml</DependentUpon>
  336. </Compile>
  337. <Compile Include="UserControls\RecipeLoad.xaml.cs">
  338. <DependentUpon>RecipeLoad.xaml</DependentUpon>
  339. </Compile>
  340. <Compile Include="UserControls\RecipeLoadControl.xaml.cs">
  341. <DependentUpon>RecipeLoadControl.xaml</DependentUpon>
  342. </Compile>
  343. <Compile Include="UserControls\RecipeModeControl.xaml.cs">
  344. <DependentUpon>RecipeModeControl.xaml</DependentUpon>
  345. </Compile>
  346. <Compile Include="UserControls\ReservoirMetal.xaml.cs">
  347. <DependentUpon>ReservoirMetal.xaml</DependentUpon>
  348. </Compile>
  349. <Compile Include="UserControls\ReservoirsInformationPanel.xaml.cs">
  350. <DependentUpon>ReservoirsInformationPanel.xaml</DependentUpon>
  351. </Compile>
  352. <Compile Include="UserControls\ReservoirsRecipeParametersPanel.xaml.cs">
  353. <DependentUpon>ReservoirsRecipeParametersPanel.xaml</DependentUpon>
  354. </Compile>
  355. <Compile Include="UserControls\RinseUIControl.xaml.cs">
  356. <DependentUpon>RinseUIControl.xaml</DependentUpon>
  357. </Compile>
  358. <Compile Include="UserControls\RobotFrontView.xaml.cs">
  359. <DependentUpon>RobotFrontView.xaml</DependentUpon>
  360. </Compile>
  361. <Compile Include="UserControls\SchedulerControl.cs">
  362. <SubType>UserControl</SubType>
  363. </Compile>
  364. <Compile Include="UserControls\SchedulerControl.Designer.cs">
  365. <DependentUpon>SchedulerControl.cs</DependentUpon>
  366. </Compile>
  367. <Compile Include="UserControls\Screw.xaml.cs">
  368. <DependentUpon>Screw.xaml</DependentUpon>
  369. </Compile>
  370. <Compile Include="UserControls\SRD1.xaml.cs">
  371. <DependentUpon>SRD1.xaml</DependentUpon>
  372. </Compile>
  373. <Compile Include="UserControls\SRD2.xaml.cs">
  374. <DependentUpon>SRD2.xaml</DependentUpon>
  375. </Compile>
  376. <Compile Include="UserControls\SRDFlipperControl.xaml.cs">
  377. <DependentUpon>SRDFlipperControl.xaml</DependentUpon>
  378. </Compile>
  379. <Compile Include="UserControls\SRDFrontView.xaml.cs">
  380. <DependentUpon>SRDFrontView.xaml</DependentUpon>
  381. </Compile>
  382. <Compile Include="UserControls\SRDMotionControl.xaml.cs">
  383. <DependentUpon>SRDMotionControl.xaml</DependentUpon>
  384. </Compile>
  385. <Compile Include="UserControls\SRDMoveControl.xaml.cs">
  386. <DependentUpon>SRDMoveControl.xaml</DependentUpon>
  387. </Compile>
  388. <Compile Include="UserControls\SRDSideControl.xaml.cs">
  389. <DependentUpon>SRDSideControl.xaml</DependentUpon>
  390. </Compile>
  391. <Compile Include="UserControls\SrdAwcCycleControl.xaml.cs">
  392. <DependentUpon>SrdAwcCycleControl.xaml</DependentUpon>
  393. </Compile>
  394. <Compile Include="UserControls\SRDLeftInformation.xaml.cs">
  395. <DependentUpon>SRDLeftInformation.xaml</DependentUpon>
  396. </Compile>
  397. <Compile Include="UserControls\SrdOverviewInformationPanel.xaml.cs">
  398. <DependentUpon>SrdOverviewInformationPanel.xaml</DependentUpon>
  399. </Compile>
  400. <Compile Include="UserControls\SrdStationPositionControl.xaml.cs">
  401. <DependentUpon>SrdStationPositionControl.xaml</DependentUpon>
  402. </Compile>
  403. <Compile Include="UserControls\PowerSupplyChannelControl.xaml.cs">
  404. <DependentUpon>PowerSupplyChannelControl.xaml</DependentUpon>
  405. </Compile>
  406. <Compile Include="UserControls\PressureBlockControl.xaml.cs">
  407. <DependentUpon>PressureBlockControl.xaml</DependentUpon>
  408. </Compile>
  409. <Compile Include="UserControls\PufMotionCommandControl.xaml.cs">
  410. <DependentUpon>PufMotionCommandControl.xaml</DependentUpon>
  411. </Compile>
  412. <Compile Include="UserControls\PufStationCommandControl.xaml.cs">
  413. <DependentUpon>PufStationCommandControl.xaml</DependentUpon>
  414. </Compile>
  415. <Compile Include="UserControls\PufStationDistanceControl.xaml.cs">
  416. <DependentUpon>PufStationDistanceControl.xaml</DependentUpon>
  417. </Compile>
  418. <Compile Include="UserControls\SRDUIControl.xaml.cs">
  419. <DependentUpon>SRDUIControl.xaml</DependentUpon>
  420. </Compile>
  421. <Compile Include="UserControls\TempControl.xaml.cs">
  422. <DependentUpon>TempControl.xaml</DependentUpon>
  423. </Compile>
  424. <Compile Include="UserControls\PufStationPositionControl.xaml.cs">
  425. <DependentUpon>PufStationPositionControl.xaml</DependentUpon>
  426. </Compile>
  427. <Compile Include="UserControls\PufArmControl.xaml.cs">
  428. <DependentUpon>PufArmControl.xaml</DependentUpon>
  429. </Compile>
  430. <Compile Include="UserControls\LoadLockLeft.xaml.cs">
  431. <DependentUpon>LoadLockLeft.xaml</DependentUpon>
  432. </Compile>
  433. <Compile Include="UserControls\LoadLockRight.xaml.cs">
  434. <DependentUpon>LoadLockRight.xaml</DependentUpon>
  435. </Compile>
  436. <Compile Include="UserControls\Loadport.xaml.cs">
  437. <DependentUpon>Loadport.xaml</DependentUpon>
  438. </Compile>
  439. <Compile Include="UserControls\MotionControl.xaml.cs">
  440. <DependentUpon>MotionControl.xaml</DependentUpon>
  441. </Compile>
  442. <Compile Include="UserControls\Pipe2.xaml.cs">
  443. <DependentUpon>Pipe2.xaml</DependentUpon>
  444. </Compile>
  445. <Compile Include="UserControls\Pipe3.xaml.cs">
  446. <DependentUpon>Pipe3.xaml</DependentUpon>
  447. </Compile>
  448. <Compile Include="UserControls\PufControl.xaml.cs">
  449. <DependentUpon>PufControl.xaml</DependentUpon>
  450. </Compile>
  451. <Compile Include="UserControls\Pump.xaml.cs">
  452. <DependentUpon>Pump.xaml</DependentUpon>
  453. </Compile>
  454. <Compile Include="UserControls\purge.xaml.cs">
  455. <DependentUpon>purge.xaml</DependentUpon>
  456. </Compile>
  457. <Compile Include="UserControls\RecipeFileLoadControl.xaml.cs">
  458. <DependentUpon>RecipeFileLoadControl.xaml</DependentUpon>
  459. </Compile>
  460. <Compile Include="UserControls\RecipeNameDialog.xaml.cs">
  461. <DependentUpon>RecipeNameDialog.xaml</DependentUpon>
  462. </Compile>
  463. <Compile Include="UserControls\ReserviorControl.xaml.cs">
  464. <DependentUpon>ReserviorControl.xaml</DependentUpon>
  465. </Compile>
  466. <Compile Include="UserControls\ResistivityProbeControl.xaml.cs">
  467. <DependentUpon>ResistivityProbeControl.xaml</DependentUpon>
  468. </Compile>
  469. <Compile Include="UserControls\StateTitle.xaml.cs">
  470. <DependentUpon>StateTitle.xaml</DependentUpon>
  471. </Compile>
  472. <Compile Include="UserControls\TemperatureControllerControl.xaml.cs">
  473. <DependentUpon>TemperatureControllerControl.xaml</DependentUpon>
  474. </Compile>
  475. <Compile Include="UserControls\TextboxWithLabel.xaml.cs">
  476. <DependentUpon>TextboxWithLabel.xaml</DependentUpon>
  477. </Compile>
  478. <Compile Include="UserControls\SRD.xaml.cs">
  479. <DependentUpon>SRD.xaml</DependentUpon>
  480. </Compile>
  481. <Compile Include="UserControls\PUFChamber.xaml.cs">
  482. <DependentUpon>PUFChamber.xaml</DependentUpon>
  483. </Compile>
  484. <Compile Include="UserControls\DualChamber.xaml.cs">
  485. <DependentUpon>DualChamber.xaml</DependentUpon>
  486. </Compile>
  487. <Compile Include="UserControls\Turbo.xaml.cs">
  488. <DependentUpon>Turbo.xaml</DependentUpon>
  489. </Compile>
  490. <Compile Include="UserControls\ProcessControl.xaml.cs">
  491. <DependentUpon>ProcessControl.xaml</DependentUpon>
  492. </Compile>
  493. <Compile Include="UserControls\ProcessFurnace.xaml.cs">
  494. <DependentUpon>ProcessFurnace.xaml</DependentUpon>
  495. </Compile>
  496. <Compile Include="UserControls\ProcessSmallFurnace.xaml.cs">
  497. <DependentUpon>ProcessSmallFurnace.xaml</DependentUpon>
  498. </Compile>
  499. <Compile Include="UserControls\VPWBoosterPumpControl.xaml.cs">
  500. <DependentUpon>VPWBoosterPumpControl.xaml</DependentUpon>
  501. </Compile>
  502. <Compile Include="UserControls\VPWCellStatusControl.xaml.cs">
  503. <DependentUpon>VPWCellStatusControl.xaml</DependentUpon>
  504. </Compile>
  505. <Compile Include="UserControls\VPWCellUIControl.xaml.cs">
  506. <DependentUpon>VPWCellUIControl.xaml</DependentUpon>
  507. </Compile>
  508. <Compile Include="UserControls\VPWDegasControl.xaml.cs">
  509. <DependentUpon>VPWDegasControl.xaml</DependentUpon>
  510. </Compile>
  511. <Compile Include="UserControls\VPWMainPurgeControl.xaml.cs">
  512. <DependentUpon>VPWMainPurgeControl.xaml</DependentUpon>
  513. </Compile>
  514. <Compile Include="UserControls\VPWMainStateControl.xaml.cs">
  515. <DependentUpon>VPWMainStateControl.xaml</DependentUpon>
  516. </Compile>
  517. <Compile Include="UserControls\VPWMainUIControl.xaml.cs">
  518. <DependentUpon>VPWMainUIControl.xaml</DependentUpon>
  519. </Compile>
  520. <Compile Include="UserControls\VPWMainVacuumPumpControl.xaml.cs">
  521. <DependentUpon>VPWMainVacuumPumpControl.xaml</DependentUpon>
  522. </Compile>
  523. <Compile Include="UserControls\VPWMotionControl.xaml.cs">
  524. <DependentUpon>VPWMotionControl.xaml</DependentUpon>
  525. </Compile>
  526. <Compile Include="UserControls\VPWStationPositionControl.xaml.cs">
  527. <DependentUpon>VPWStationPositionControl.xaml</DependentUpon>
  528. </Compile>
  529. <Compile Include="UserControls\VPWWaferCtrl.xaml.cs">
  530. <DependentUpon>VPWWaferCtrl.xaml</DependentUpon>
  531. </Compile>
  532. <Compile Include="UserControls\WaferCtrl.xaml.cs">
  533. <DependentUpon>WaferCtrl.xaml</DependentUpon>
  534. </Compile>
  535. <Compile Include="UserControls\WaferOverviewPanel.xaml.cs">
  536. <DependentUpon>WaferOverviewPanel.xaml</DependentUpon>
  537. </Compile>
  538. <Compile Include="UserControls\WaferPresenceControl.xaml.cs">
  539. <DependentUpon>WaferPresenceControl.xaml</DependentUpon>
  540. </Compile>
  541. <Compile Include="UserControls\WaferStatus.xaml.cs">
  542. <DependentUpon>WaferStatus.xaml</DependentUpon>
  543. </Compile>
  544. <Compile Include="UserControls\WHClampControl.xaml.cs">
  545. <DependentUpon>WHClampControl.xaml</DependentUpon>
  546. </Compile>
  547. <Compile Include="UserControls\WPFMessageBox.xaml.cs">
  548. <DependentUpon>WPFMessageBox.xaml</DependentUpon>
  549. </Compile>
  550. <Compile Include="UserControls\ZhenValve.xaml.cs">
  551. <DependentUpon>ZhenValve.xaml</DependentUpon>
  552. </Compile>
  553. </ItemGroup>
  554. <ItemGroup>
  555. <Page Include="CustomControls\AduRadioButton.xaml">
  556. <Generator>MSBuild:Compile</Generator>
  557. <SubType>Designer</SubType>
  558. </Page>
  559. <Page Include="Styles\CustomWindowStyle.xaml">
  560. <Generator>MSBuild:Compile</Generator>
  561. <SubType>Designer</SubType>
  562. </Page>
  563. <Page Include="Styles\RadioButton.xaml">
  564. <Generator>MSBuild:Compile</Generator>
  565. <SubType>Designer</SubType>
  566. </Page>
  567. <Page Include="Styles\ToggleButton.xaml">
  568. <Generator>MSBuild:Compile</Generator>
  569. <SubType>Designer</SubType>
  570. </Page>
  571. <Page Include="Styles\Button.xaml">
  572. <Generator>MSBuild:Compile</Generator>
  573. <SubType>Designer</SubType>
  574. </Page>
  575. <Page Include="Styles\ComboBox.xaml">
  576. <Generator>MSBuild:Compile</Generator>
  577. <SubType>Designer</SubType>
  578. </Page>
  579. <Page Include="Styles\DataGrid.xaml">
  580. <Generator>MSBuild:Compile</Generator>
  581. <SubType>Designer</SubType>
  582. </Page>
  583. <Page Include="Styles\Expander.xaml">
  584. <Generator>MSBuild:Compile</Generator>
  585. <SubType>Designer</SubType>
  586. </Page>
  587. <Page Include="Styles\GroupBox.xaml">
  588. <Generator>MSBuild:Compile</Generator>
  589. <SubType>Designer</SubType>
  590. </Page>
  591. <Page Include="Styles\ListBox.xaml">
  592. <Generator>MSBuild:Compile</Generator>
  593. <SubType>Designer</SubType>
  594. </Page>
  595. <Page Include="Styles\Listview.xaml">
  596. <Generator>MSBuild:Compile</Generator>
  597. <SubType>Designer</SubType>
  598. </Page>
  599. <Page Include="Styles\MenuItem.xaml">
  600. <Generator>MSBuild:Compile</Generator>
  601. <SubType>Designer</SubType>
  602. </Page>
  603. <Page Include="Styles\Skin.xaml">
  604. <Generator>MSBuild:Compile</Generator>
  605. <SubType>Designer</SubType>
  606. </Page>
  607. <Page Include="Styles\Tab.xaml">
  608. <Generator>MSBuild:Compile</Generator>
  609. <SubType>Designer</SubType>
  610. </Page>
  611. <Page Include="Styles\TextBox.xaml">
  612. <Generator>MSBuild:Compile</Generator>
  613. <SubType>Designer</SubType>
  614. </Page>
  615. <Page Include="Styles\TreeView.xaml">
  616. <Generator>MSBuild:Compile</Generator>
  617. <SubType>Designer</SubType>
  618. </Page>
  619. <Page Include="Styles\WindowElementStyle.xaml">
  620. <Generator>MSBuild:Compile</Generator>
  621. <SubType>Designer</SubType>
  622. </Page>
  623. <Page Include="Themes\Generic.xaml">
  624. <Generator>MSBuild:Compile</Generator>
  625. <SubType>Designer</SubType>
  626. </Page>
  627. <Page Include="Languages\StringResources.en-US.xaml">
  628. <Generator>MSBuild:Compile</Generator>
  629. <SubType>Designer</SubType>
  630. </Page>
  631. <Page Include="Languages\StringResources.zh-CN.xaml">
  632. <Generator>MSBuild:Compile</Generator>
  633. <SubType>Designer</SubType>
  634. </Page>
  635. <Page Include="UserControls\AnolyteGroove.xaml">
  636. <SubType>Designer</SubType>
  637. <Generator>MSBuild:Compile</Generator>
  638. </Page>
  639. <Page Include="UserControls\AnolyteMetalControl.xaml">
  640. <SubType>Designer</SubType>
  641. <Generator>MSBuild:Compile</Generator>
  642. </Page>
  643. <Page Include="UserControls\Axes2D.xaml">
  644. <SubType>Designer</SubType>
  645. <Generator>MSBuild:Compile</Generator>
  646. </Page>
  647. <Page Include="UserControls\Blower.xaml">
  648. <SubType>Designer</SubType>
  649. <Generator>MSBuild:Compile</Generator>
  650. </Page>
  651. <Page Include="UserControls\BottleReserveControl.xaml">
  652. <SubType>Designer</SubType>
  653. <Generator>MSBuild:Compile</Generator>
  654. </Page>
  655. <Page Include="UserControls\BurnInControl.xaml">
  656. <SubType>Designer</SubType>
  657. <Generator>MSBuild:Compile</Generator>
  658. </Page>
  659. <Page Include="UserControls\ButterflyValve.xaml">
  660. <SubType>Designer</SubType>
  661. <Generator>MSBuild:Compile</Generator>
  662. </Page>
  663. <Page Include="UserControls\ButterflyValveMessageBox.xaml">
  664. <SubType>Designer</SubType>
  665. <Generator>MSBuild:Compile</Generator>
  666. </Page>
  667. <Page Include="UserControls\CalibrateControl.xaml">
  668. <SubType>Designer</SubType>
  669. <Generator>MSBuild:Compile</Generator>
  670. </Page>
  671. <Page Include="UserControls\CatholyteGroove.xaml">
  672. <SubType>Designer</SubType>
  673. <Generator>MSBuild:Compile</Generator>
  674. </Page>
  675. <Page Include="UserControls\CellStatusControl.xaml">
  676. <SubType>Designer</SubType>
  677. <Generator>MSBuild:Compile</Generator>
  678. </Page>
  679. <Page Include="UserControls\Clamp.xaml">
  680. <SubType>Designer</SubType>
  681. <Generator>MSBuild:Compile</Generator>
  682. </Page>
  683. <Page Include="UserControls\CountersControl.xaml">
  684. <SubType>Designer</SubType>
  685. <Generator>MSBuild:Compile</Generator>
  686. </Page>
  687. <Page Include="UserControls\CrossDoseControl.xaml">
  688. <SubType>Designer</SubType>
  689. <Generator>MSBuild:Compile</Generator>
  690. </Page>
  691. <Page Include="UserControls\CustomSwitch.xaml">
  692. <SubType>Designer</SubType>
  693. <Generator>MSBuild:Compile</Generator>
  694. </Page>
  695. <Page Include="UserControls\Cylinder.xaml">
  696. <SubType>Designer</SubType>
  697. <Generator>MSBuild:Compile</Generator>
  698. </Page>
  699. <Page Include="UserControls\DMReservoirUIControl.xaml">
  700. <SubType>Designer</SubType>
  701. <Generator>MSBuild:Compile</Generator>
  702. </Page>
  703. <Page Include="UserControls\DosingControl.xaml">
  704. <SubType>Designer</SubType>
  705. <Generator>MSBuild:Compile</Generator>
  706. </Page>
  707. <Page Include="UserControls\DrawGraphicsControl.xaml">
  708. <SubType>Designer</SubType>
  709. <Generator>MSBuild:Compile</Generator>
  710. </Page>
  711. <Page Include="UserControls\DryerUIControl.xaml">
  712. <SubType>Designer</SubType>
  713. <Generator>MSBuild:Compile</Generator>
  714. </Page>
  715. <Page Include="UserControls\CellChamber.xaml">
  716. <Generator>MSBuild:Compile</Generator>
  717. <SubType>Designer</SubType>
  718. </Page>
  719. <Page Include="UserControls\EFEM.xaml">
  720. <Generator>MSBuild:Compile</Generator>
  721. <SubType>Designer</SubType>
  722. </Page>
  723. <Page Include="UserControls\EFEMRight.xaml">
  724. <SubType>Designer</SubType>
  725. <Generator>MSBuild:Compile</Generator>
  726. </Page>
  727. <Page Include="UserControls\EFEMFrontView.xaml">
  728. <Generator>MSBuild:Compile</Generator>
  729. <SubType>Designer</SubType>
  730. </Page>
  731. <Page Include="UserControls\ExhaustPipe.xaml">
  732. <SubType>Designer</SubType>
  733. <Generator>MSBuild:Compile</Generator>
  734. </Page>
  735. <Page Include="UserControls\Fan.xaml">
  736. <SubType>Designer</SubType>
  737. <Generator>MSBuild:Compile</Generator>
  738. </Page>
  739. <Page Include="UserControls\FlowPipe.xaml">
  740. <Generator>MSBuild:Compile</Generator>
  741. <SubType>Designer</SubType>
  742. </Page>
  743. <Page Include="UserControls\FlowPipeValve.xaml">
  744. <Generator>MSBuild:Compile</Generator>
  745. <SubType>Designer</SubType>
  746. </Page>
  747. <Page Include="UserControls\Foup.xaml">
  748. <SubType>Designer</SubType>
  749. <Generator>MSBuild:Compile</Generator>
  750. </Page>
  751. <Page Include="UserControls\FOUPFrontView.xaml">
  752. <Generator>MSBuild:Compile</Generator>
  753. <SubType>Designer</SubType>
  754. </Page>
  755. <Page Include="UserControls\DummyCassete.xaml">
  756. <Generator>MSBuild:Compile</Generator>
  757. <SubType>Designer</SubType>
  758. </Page>
  759. <Page Include="UserControls\GroupDigitalBoxControl.xaml">
  760. <Generator>MSBuild:Compile</Generator>
  761. <SubType>Designer</SubType>
  762. </Page>
  763. <Page Include="UserControls\GroupTextBoxControl.xaml">
  764. <SubType>Designer</SubType>
  765. <Generator>MSBuild:Compile</Generator>
  766. </Page>
  767. <Page Include="UserControls\GroupTextBoxControlDouble.xaml">
  768. <SubType>Designer</SubType>
  769. <Generator>MSBuild:Compile</Generator>
  770. </Page>
  771. <Page Include="UserControls\LinMotOtherControl.xaml">
  772. <Generator>MSBuild:Compile</Generator>
  773. <SubType>Designer</SubType>
  774. </Page>
  775. <Page Include="UserControls\LinMotControl.xaml">
  776. <SubType>Designer</SubType>
  777. <Generator>MSBuild:Compile</Generator>
  778. </Page>
  779. <Page Include="UserControls\LockControl.xaml">
  780. <SubType>Designer</SubType>
  781. <Generator>MSBuild:Compile</Generator>
  782. </Page>
  783. <Page Include="UserControls\MetalCMUIControl.xaml">
  784. <SubType>Designer</SubType>
  785. <Generator>MSBuild:Compile</Generator>
  786. </Page>
  787. <Page Include="UserControls\MetalSHUIControl.xaml">
  788. <SubType>Designer</SubType>
  789. <Generator>MSBuild:Compile</Generator>
  790. </Page>
  791. <Page Include="UserControls\MetalWaferSizeControl.xaml">
  792. <SubType>Designer</SubType>
  793. <Generator>MSBuild:Compile</Generator>
  794. </Page>
  795. <Page Include="UserControls\OperatingModeControl.xaml">
  796. <SubType>Designer</SubType>
  797. <Generator>MSBuild:Compile</Generator>
  798. </Page>
  799. <Page Include="UserControls\PathButton.xaml">
  800. <SubType>Designer</SubType>
  801. <Generator>MSBuild:Compile</Generator>
  802. </Page>
  803. <Page Include="UserControls\PlatingCellCCRControl.xaml">
  804. <SubType>Designer</SubType>
  805. <Generator>MSBuild:Compile</Generator>
  806. </Page>
  807. <Page Include="UserControls\PlatingCellStatusControl.xaml">
  808. <SubType>Designer</SubType>
  809. <Generator>MSBuild:Compile</Generator>
  810. </Page>
  811. <Page Include="UserControls\PlatingCellUIControl.xaml">
  812. <SubType>Designer</SubType>
  813. <Generator>MSBuild:Compile</Generator>
  814. </Page>
  815. <Page Include="UserControls\PlatingPowerSupplyControl.xaml">
  816. <SubType>Designer</SubType>
  817. <Generator>MSBuild:Compile</Generator>
  818. </Page>
  819. <Page Include="UserControls\PowerSupplierStepControl.xaml">
  820. <SubType>Designer</SubType>
  821. <Generator>MSBuild:Compile</Generator>
  822. </Page>
  823. <Page Include="UserControls\PMCounterComponent.xaml">
  824. <SubType>Designer</SubType>
  825. <Generator>MSBuild:Compile</Generator>
  826. </Page>
  827. <Page Include="UserControls\PrewetFLowControl.xaml">
  828. <SubType>Designer</SubType>
  829. <Generator>MSBuild:Compile</Generator>
  830. </Page>
  831. <Page Include="UserControls\PrewetLeftSideControl.xaml">
  832. <SubType>Designer</SubType>
  833. <Generator>MSBuild:Compile</Generator>
  834. </Page>
  835. <Page Include="UserControls\PrewetMotionPanel.xaml">
  836. <SubType>Designer</SubType>
  837. <Generator>MSBuild:Compile</Generator>
  838. </Page>
  839. <Page Include="UserControls\PrewetTankControl.xaml">
  840. <Generator>MSBuild:Compile</Generator>
  841. <SubType>Designer</SubType>
  842. </Page>
  843. <Page Include="UserControls\PrewetUIControl.xaml">
  844. <Generator>MSBuild:Compile</Generator>
  845. <SubType>Designer</SubType>
  846. </Page>
  847. <Page Include="UserControls\PrewetValve.xaml">
  848. <Generator>MSBuild:Compile</Generator>
  849. <SubType>Designer</SubType>
  850. </Page>
  851. <Page Include="UserControls\PufChuckControl.xaml">
  852. <Generator>MSBuild:Compile</Generator>
  853. <SubType>Designer</SubType>
  854. </Page>
  855. <Page Include="UserControls\RecipeLoadDose.xaml">
  856. <SubType>Designer</SubType>
  857. <Generator>MSBuild:Compile</Generator>
  858. </Page>
  859. <Page Include="UserControls\ReplenControl.xaml">
  860. <SubType>Designer</SubType>
  861. <Generator>MSBuild:Compile</Generator>
  862. </Page>
  863. <Page Include="UserControls\ReservoirPump.xaml">
  864. <Generator>MSBuild:Compile</Generator>
  865. <SubType>Designer</SubType>
  866. </Page>
  867. <Page Include="UserControls\Pump1.xaml">
  868. <SubType>Designer</SubType>
  869. <Generator>MSBuild:Compile</Generator>
  870. </Page>
  871. <Page Include="UserControls\PumpSpeedControl.xaml">
  872. <SubType>Designer</SubType>
  873. <Generator>MSBuild:Compile</Generator>
  874. </Page>
  875. <Page Include="UserControls\RecipeControl.xaml">
  876. <SubType>Designer</SubType>
  877. <Generator>MSBuild:Compile</Generator>
  878. </Page>
  879. <Page Include="UserControls\RecipeControlMetal.xaml">
  880. <SubType>Designer</SubType>
  881. <Generator>MSBuild:Compile</Generator>
  882. </Page>
  883. <Page Include="UserControls\RecipeLoad.xaml">
  884. <SubType>Designer</SubType>
  885. <Generator>MSBuild:Compile</Generator>
  886. </Page>
  887. <Page Include="UserControls\RecipeLoadControl.xaml">
  888. <Generator>MSBuild:Compile</Generator>
  889. <SubType>Designer</SubType>
  890. </Page>
  891. <Page Include="UserControls\RecipeModeControl.xaml">
  892. <SubType>Designer</SubType>
  893. <Generator>MSBuild:Compile</Generator>
  894. </Page>
  895. <Page Include="UserControls\ReservoirMetal.xaml">
  896. <SubType>Designer</SubType>
  897. <Generator>MSBuild:Compile</Generator>
  898. </Page>
  899. <Page Include="UserControls\ReservoirsInformationPanel.xaml">
  900. <SubType>Designer</SubType>
  901. <Generator>MSBuild:Compile</Generator>
  902. </Page>
  903. <Page Include="UserControls\ReservoirsRecipeParametersPanel.xaml">
  904. <SubType>Designer</SubType>
  905. <Generator>MSBuild:Compile</Generator>
  906. </Page>
  907. <Page Include="UserControls\RinseUIControl.xaml">
  908. <SubType>Designer</SubType>
  909. <Generator>MSBuild:Compile</Generator>
  910. </Page>
  911. <Page Include="UserControls\RobotFrontView.xaml">
  912. <SubType>Designer</SubType>
  913. <Generator>MSBuild:Compile</Generator>
  914. </Page>
  915. <Page Include="UserControls\Screw.xaml">
  916. <Generator>MSBuild:Compile</Generator>
  917. <SubType>Designer</SubType>
  918. </Page>
  919. <Page Include="UserControls\SRD1.xaml">
  920. <SubType>Designer</SubType>
  921. <Generator>MSBuild:Compile</Generator>
  922. </Page>
  923. <Page Include="UserControls\SRD2.xaml">
  924. <SubType>Designer</SubType>
  925. <Generator>MSBuild:Compile</Generator>
  926. </Page>
  927. <Page Include="UserControls\SRDFlipperControl.xaml">
  928. <SubType>Designer</SubType>
  929. <Generator>MSBuild:Compile</Generator>
  930. </Page>
  931. <Page Include="UserControls\SRDFrontView.xaml">
  932. <SubType>Designer</SubType>
  933. <Generator>MSBuild:Compile</Generator>
  934. </Page>
  935. <Page Include="UserControls\SRDMotionControl.xaml">
  936. <SubType>Designer</SubType>
  937. <Generator>MSBuild:Compile</Generator>
  938. </Page>
  939. <Page Include="UserControls\SRDMoveControl.xaml">
  940. <SubType>Designer</SubType>
  941. <Generator>MSBuild:Compile</Generator>
  942. </Page>
  943. <Page Include="UserControls\SRDSideControl.xaml">
  944. <SubType>Designer</SubType>
  945. <Generator>MSBuild:Compile</Generator>
  946. </Page>
  947. <Page Include="UserControls\SrdAwcCycleControl.xaml">
  948. <SubType>Designer</SubType>
  949. <Generator>MSBuild:Compile</Generator>
  950. </Page>
  951. <Page Include="UserControls\SRDLeftInformation.xaml">
  952. <SubType>Designer</SubType>
  953. <Generator>MSBuild:Compile</Generator>
  954. </Page>
  955. <Page Include="UserControls\SrdOverviewInformationPanel.xaml">
  956. <SubType>Designer</SubType>
  957. <Generator>MSBuild:Compile</Generator>
  958. </Page>
  959. <Page Include="UserControls\SrdStationPositionControl.xaml">
  960. <Generator>MSBuild:Compile</Generator>
  961. <SubType>Designer</SubType>
  962. </Page>
  963. <Page Include="UserControls\PowerSupplyChannelControl.xaml">
  964. <SubType>Designer</SubType>
  965. <Generator>MSBuild:Compile</Generator>
  966. </Page>
  967. <Page Include="UserControls\PressureBlockControl.xaml">
  968. <SubType>Designer</SubType>
  969. <Generator>MSBuild:Compile</Generator>
  970. </Page>
  971. <Page Include="UserControls\PufMotionCommandControl.xaml">
  972. <Generator>MSBuild:Compile</Generator>
  973. <SubType>Designer</SubType>
  974. </Page>
  975. <Page Include="UserControls\PufStationCommandControl.xaml">
  976. <SubType>Designer</SubType>
  977. <Generator>MSBuild:Compile</Generator>
  978. </Page>
  979. <Page Include="UserControls\PufStationDistanceControl.xaml">
  980. <SubType>Designer</SubType>
  981. <Generator>MSBuild:Compile</Generator>
  982. </Page>
  983. <Page Include="UserControls\SRDUIControl.xaml">
  984. <SubType>Designer</SubType>
  985. <Generator>MSBuild:Compile</Generator>
  986. </Page>
  987. <Page Include="UserControls\TempControl.xaml">
  988. <SubType>Designer</SubType>
  989. <Generator>MSBuild:Compile</Generator>
  990. </Page>
  991. <Page Include="UserControls\PufStationPositionControl.xaml">
  992. <Generator>MSBuild:Compile</Generator>
  993. <SubType>Designer</SubType>
  994. </Page>
  995. <Page Include="UserControls\PufArmControl.xaml">
  996. <SubType>Designer</SubType>
  997. <Generator>MSBuild:Compile</Generator>
  998. </Page>
  999. <Page Include="UserControls\LoadLockLeft.xaml">
  1000. <SubType>Designer</SubType>
  1001. <Generator>MSBuild:Compile</Generator>
  1002. </Page>
  1003. <Page Include="UserControls\LoadLockRight.xaml">
  1004. <SubType>Designer</SubType>
  1005. <Generator>MSBuild:Compile</Generator>
  1006. </Page>
  1007. <Page Include="UserControls\Loadport.xaml">
  1008. <SubType>Designer</SubType>
  1009. <Generator>MSBuild:Compile</Generator>
  1010. </Page>
  1011. <Page Include="UserControls\MotionControl.xaml">
  1012. <SubType>Designer</SubType>
  1013. <Generator>XamlIntelliSenseFileGenerator</Generator>
  1014. </Page>
  1015. <Page Include="UserControls\Pipe2.xaml">
  1016. <SubType>Designer</SubType>
  1017. <Generator>MSBuild:Compile</Generator>
  1018. </Page>
  1019. <Page Include="UserControls\Pipe3.xaml">
  1020. <SubType>Designer</SubType>
  1021. <Generator>MSBuild:Compile</Generator>
  1022. </Page>
  1023. <Page Include="UserControls\PufControl.xaml">
  1024. <SubType>Designer</SubType>
  1025. <Generator>MSBuild:Compile</Generator>
  1026. </Page>
  1027. <Page Include="UserControls\Pump.xaml">
  1028. <SubType>Designer</SubType>
  1029. <Generator>MSBuild:Compile</Generator>
  1030. </Page>
  1031. <Page Include="UserControls\purge.xaml">
  1032. <SubType>Designer</SubType>
  1033. <Generator>MSBuild:Compile</Generator>
  1034. </Page>
  1035. <Page Include="UserControls\RecipeFileLoadControl.xaml">
  1036. <SubType>Designer</SubType>
  1037. <Generator>MSBuild:Compile</Generator>
  1038. </Page>
  1039. <Page Include="UserControls\RecipeNameDialog.xaml">
  1040. <SubType>Designer</SubType>
  1041. <Generator>MSBuild:Compile</Generator>
  1042. </Page>
  1043. <Page Include="UserControls\ReserviorControl.xaml">
  1044. <Generator>MSBuild:Compile</Generator>
  1045. <SubType>Designer</SubType>
  1046. </Page>
  1047. <Page Include="UserControls\ResistivityProbeControl.xaml">
  1048. <SubType>Designer</SubType>
  1049. <Generator>MSBuild:Compile</Generator>
  1050. </Page>
  1051. <Page Include="UserControls\StateTitle.xaml">
  1052. <SubType>Designer</SubType>
  1053. <Generator>MSBuild:Compile</Generator>
  1054. </Page>
  1055. <Page Include="UserControls\TemperatureControllerControl.xaml">
  1056. <SubType>Designer</SubType>
  1057. <Generator>MSBuild:Compile</Generator>
  1058. </Page>
  1059. <Page Include="UserControls\TextboxWithLabel.xaml">
  1060. <SubType>Designer</SubType>
  1061. <Generator>MSBuild:Compile</Generator>
  1062. </Page>
  1063. <Page Include="UserControls\SRD.xaml">
  1064. <Generator>MSBuild:Compile</Generator>
  1065. <SubType>Designer</SubType>
  1066. </Page>
  1067. <Page Include="UserControls\PUFChamber.xaml">
  1068. <Generator>MSBuild:Compile</Generator>
  1069. <SubType>Designer</SubType>
  1070. </Page>
  1071. <Page Include="UserControls\DualChamber.xaml">
  1072. <Generator>MSBuild:Compile</Generator>
  1073. <SubType>Designer</SubType>
  1074. </Page>
  1075. <Page Include="UserControls\Turbo.xaml">
  1076. <SubType>Designer</SubType>
  1077. <Generator>MSBuild:Compile</Generator>
  1078. </Page>
  1079. <Page Include="UserControls\ProcessControl.xaml">
  1080. <SubType>Designer</SubType>
  1081. <Generator>MSBuild:Compile</Generator>
  1082. </Page>
  1083. <Page Include="UserControls\ProcessFurnace.xaml">
  1084. <SubType>Designer</SubType>
  1085. <Generator>MSBuild:Compile</Generator>
  1086. </Page>
  1087. <Page Include="UserControls\ProcessSmallFurnace.xaml">
  1088. <SubType>Designer</SubType>
  1089. <Generator>MSBuild:Compile</Generator>
  1090. </Page>
  1091. <Page Include="UserControls\VPWBoosterPumpControl.xaml">
  1092. <SubType>Designer</SubType>
  1093. <Generator>MSBuild:Compile</Generator>
  1094. </Page>
  1095. <Page Include="UserControls\VPWCellStatusControl.xaml">
  1096. <SubType>Designer</SubType>
  1097. <Generator>MSBuild:Compile</Generator>
  1098. </Page>
  1099. <Page Include="UserControls\VPWCellUIControl.xaml">
  1100. <SubType>Designer</SubType>
  1101. <Generator>MSBuild:Compile</Generator>
  1102. </Page>
  1103. <Page Include="UserControls\VPWDegasControl.xaml">
  1104. <SubType>Designer</SubType>
  1105. <Generator>MSBuild:Compile</Generator>
  1106. </Page>
  1107. <Page Include="UserControls\VPWMainPurgeControl.xaml">
  1108. <SubType>Designer</SubType>
  1109. <Generator>MSBuild:Compile</Generator>
  1110. </Page>
  1111. <Page Include="UserControls\VPWMainStateControl.xaml">
  1112. <SubType>Designer</SubType>
  1113. <Generator>MSBuild:Compile</Generator>
  1114. </Page>
  1115. <Page Include="UserControls\VPWMainUIControl.xaml">
  1116. <SubType>Designer</SubType>
  1117. <Generator>MSBuild:Compile</Generator>
  1118. </Page>
  1119. <Page Include="UserControls\VPWMainVacuumPumpControl.xaml">
  1120. <SubType>Designer</SubType>
  1121. <Generator>MSBuild:Compile</Generator>
  1122. </Page>
  1123. <Page Include="UserControls\VPWMotionControl.xaml">
  1124. <SubType>Designer</SubType>
  1125. <Generator>MSBuild:Compile</Generator>
  1126. </Page>
  1127. <Page Include="UserControls\VPWStationPositionControl.xaml">
  1128. <SubType>Designer</SubType>
  1129. <Generator>MSBuild:Compile</Generator>
  1130. </Page>
  1131. <Page Include="UserControls\VPWWaferCtrl.xaml">
  1132. <SubType>Designer</SubType>
  1133. <Generator>MSBuild:Compile</Generator>
  1134. </Page>
  1135. <Page Include="UserControls\WaferCtrl.xaml">
  1136. <SubType>Designer</SubType>
  1137. <Generator>MSBuild:Compile</Generator>
  1138. </Page>
  1139. <Page Include="UserControls\WaferOverviewPanel.xaml">
  1140. <SubType>Designer</SubType>
  1141. <Generator>MSBuild:Compile</Generator>
  1142. </Page>
  1143. <Page Include="UserControls\WaferPresenceControl.xaml">
  1144. <SubType>Designer</SubType>
  1145. <Generator>MSBuild:Compile</Generator>
  1146. </Page>
  1147. <Page Include="UserControls\WaferStatus.xaml">
  1148. <SubType>Designer</SubType>
  1149. <Generator>MSBuild:Compile</Generator>
  1150. </Page>
  1151. <Page Include="UserControls\WHClampControl.xaml">
  1152. <SubType>Designer</SubType>
  1153. <Generator>MSBuild:Compile</Generator>
  1154. </Page>
  1155. <Page Include="UserControls\WPFMessageBox.xaml">
  1156. <Generator>MSBuild:Compile</Generator>
  1157. <SubType>Designer</SubType>
  1158. </Page>
  1159. <Page Include="UserControls\ZhenValve.xaml">
  1160. <SubType>Designer</SubType>
  1161. <Generator>MSBuild:Compile</Generator>
  1162. </Page>
  1163. </ItemGroup>
  1164. <ItemGroup>
  1165. <Resource Include="Resources\Arrow.png">
  1166. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1167. </Resource>
  1168. <Resource Include="Resources\Buffer.png">
  1169. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1170. </Resource>
  1171. <Resource Include="Resources\Folder_Unable.png">
  1172. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1173. </Resource>
  1174. <Resource Include="Resources\Folder_Close.png">
  1175. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1176. </Resource>
  1177. <Resource Include="Resources\pump.png">
  1178. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1179. </Resource>
  1180. <Resource Include="Resources\pump_gray.png">
  1181. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1182. </Resource>
  1183. <Resource Include="Resources\LoadLock.png">
  1184. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1185. </Resource>
  1186. <Resource Include="Resources\Chamber.png">
  1187. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1188. </Resource>
  1189. <Resource Include="Resources\carrier.png">
  1190. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1191. </Resource>
  1192. <Resource Include="Resources\foup.png">
  1193. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1194. </Resource>
  1195. <Resource Include="Resources\foup2.png">
  1196. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1197. </Resource>
  1198. <Resource Include="Resources\cassette.png" />
  1199. <Resource Include="Resources\file.png">
  1200. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1201. </Resource>
  1202. <Resource Include="Resources\PunkHPX8.png">
  1203. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1204. </Resource>
  1205. <Content Include="Resources\JetLogo.png" />
  1206. <Resource Include="Resources\LoadPort.png" />
  1207. <Content Include="Styles\Folder_Close.png" />
  1208. <Content Include="Styles\Folder_Open.png" />
  1209. <Content Include="Styles\Folder_Unable.png" />
  1210. <Content Include="Themes\Images\parts\aligner.png" />
  1211. <Resource Include="Themes\Images\parts\Anolyte.png" />
  1212. <Content Include="Themes\Images\parts\atmrobot\arm1.png" />
  1213. <Content Include="Themes\Images\parts\atmrobot\arm2.png" />
  1214. <Content Include="Themes\Images\parts\atmrobot\dock.png" />
  1215. <Content Include="Themes\Images\parts\atmrobot\hand.png" />
  1216. <Resource Include="Themes\Images\parts\atmrobot\hand2.png" />
  1217. <Resource Include="Themes\Images\parts\atmrobot\hand1.png" />
  1218. <Resource Include="Themes\Images\parts\atmrobot\hand3.png" />
  1219. <Resource Include="Themes\Images\parts\Catholyte.png" />
  1220. <Resource Include="Themes\Images\parts\bigairflow.png" />
  1221. <Resource Include="Themes\Images\parts\blower.png" />
  1222. <Content Include="Themes\Images\parts\chamber.png" />
  1223. <Resource Include="Themes\Images\parts\Clamp.png" />
  1224. <Resource Include="Themes\Images\parts\Clamp1.png" />
  1225. <Content Include="Themes\Images\parts\doorclose.png" />
  1226. <Content Include="Themes\Images\parts\dooropen.png" />
  1227. <Content Include="Themes\Images\parts\doorunknown.png" />
  1228. <Resource Include="Themes\Images\parts\DoubleChamber.png" />
  1229. <Content Include="Themes\Images\parts\efem.png" />
  1230. <Content Include="Themes\Images\parts\efemtrack.png" />
  1231. <Resource Include="Themes\Images\parts\Flipper.png" />
  1232. <Content Include="Themes\Images\parts\loadlock.png" />
  1233. <Content Include="Themes\Images\parts\loadport.png" />
  1234. <Resource Include="Themes\Images\parts\serobot\SERobot1.png" />
  1235. <Resource Include="Themes\Images\parts\serobot\SERobot11.png" />
  1236. <Resource Include="Themes\Images\parts\serobot\SERobot2.png" />
  1237. <Resource Include="Themes\Images\parts\serobot\SERobot3.png" />
  1238. <Resource Include="Themes\Images\parts\serobot\SERobot4.png" />
  1239. <Resource Include="Themes\Images\parts\Metal.png" />
  1240. <Resource Include="Themes\Images\parts\Pump.png" />
  1241. <Resource Include="Themes\Images\parts\Pump1.png" />
  1242. <Resource Include="Themes\Images\parts\Pump2.png" />
  1243. <Resource Include="Themes\Images\parts\MetalFence.png" />
  1244. <Content Include="Themes\Images\parts\myControl.png" />
  1245. <Resource Include="Themes\Images\parts\prewetMove.png" />
  1246. <Resource Include="Themes\Images\parts\prewetTank.png" />
  1247. <Resource Include="Themes\Images\parts\rinseBottomPool.png" />
  1248. <Resource Include="Themes\Images\parts\rinseMainFrame.png" />
  1249. <Resource Include="Themes\Images\parts\spray.png" />
  1250. <Resource Include="Themes\Images\parts\smallairflow.png" />
  1251. <Resource Include="Themes\Images\parts\SRDARM.png" />
  1252. <Resource Include="Themes\Images\parts\SRDDevice.png" />
  1253. <Resource Include="Themes\Images\parts\SRDWaterHead.png" />
  1254. <Resource Include="Themes\Images\parts\SRDChuck.png" />
  1255. <Content Include="Themes\Images\parts\tm.png" />
  1256. <Content Include="Themes\Images\parts\tmdock.png" />
  1257. <Resource Include="Themes\Images\parts\Valve1.png" />
  1258. <Content Include="Themes\Images\parts\vce\ButtomSupport1.png" />
  1259. <Content Include="Themes\Images\parts\vce\ButtomSupport2.png" />
  1260. <Resource Include="Themes\Images\parts\vce\Foup1.png" />
  1261. <Resource Include="Themes\Images\parts\vce\Foup2.png" />
  1262. <Resource Include="Themes\Images\parts\vce\Support.png" />
  1263. <Resource Include="Themes\Images\parts\vce\vce1.png" />
  1264. <Resource Include="Themes\Images\parts\vce\vce2.png" />
  1265. <Resource Include="Themes\Images\parts\vce\vcebuttom.png" />
  1266. <Resource Include="Themes\Images\parts\vce\vcedoor.png" />
  1267. <Resource Include="Themes\Images\parts\vce\VceShell.png" />
  1268. <Resource Include="Themes\Images\parts\vce\Wafer.png" />
  1269. <Resource Include="Themes\Images\parts\vce\WaferSelected.png" />
  1270. <Resource Include="Themes\Images\parts\vce\VceShell2.png" />
  1271. <Content Include="Themes\Images\parts\vce\外框1.png" />
  1272. <Content Include="Themes\Images\parts\vtmrobot\arm1.png" />
  1273. <Content Include="Themes\Images\parts\vtmrobot\arm2.png" />
  1274. <Content Include="Themes\Images\parts\vtmrobot\dock.png" />
  1275. <Content Include="Themes\Images\parts\vtmrobot\hand.png" />
  1276. <Content Include="Themes\Images\parts\wafer.png" />
  1277. <Resource Include="Themes\Images\parts\VpwUp.png" />
  1278. <Resource Include="Themes\Images\parts\VpwCell.png" />
  1279. <Resource Include="Themes\Images\parts\VpwShelf.png" />
  1280. <Content Include="Themes\Images\pms\chamberplasmaon.png" />
  1281. <Content Include="Themes\Images\pms\levelSensor.png" />
  1282. <Content Include="Themes\Images\pms\mfcPipe.png" />
  1283. <Content Include="Themes\Images\pms\overviewBackground.png" />
  1284. <Content Include="Themes\Images\pms\overviewbak.png" />
  1285. <Content Include="Themes\Images\pms\overviewbakHZv2.png" />
  1286. <Content Include="Themes\Images\pms\overviewbak_heater.png" />
  1287. <Content Include="Themes\Images\pms\overviewbak_hestiaplus_device.png" />
  1288. <Content Include="Themes\Images\pms\overviewbak_patron.png" />
  1289. <Content Include="Themes\Images\pms\overviewbak_tritoninline.png" />
  1290. <Content Include="Themes\Images\pms\overviewbak_tritoninline_door_close.png" />
  1291. <Content Include="Themes\Images\pms\overviewbak_tritoninline_door_open.png" />
  1292. <Content Include="Themes\Images\pms\overviewbak_tritoninline_door_unknown.png" />
  1293. <Content Include="Themes\Images\pms\overviewbak_tritoninline_rf_on.png" />
  1294. <Content Include="Themes\Images\pms\overviewbak_tritoninline_sys.png" />
  1295. <Content Include="Themes\Images\pms\overviewMain.png" />
  1296. <Content Include="Themes\Images\pms\plasma.png" />
  1297. <Content Include="Themes\Images\pms\pumpLine.png" />
  1298. <Content Include="Themes\Images\pms\UiSystem.ico" />
  1299. <Content Include="Themes\Images\pms\vaporMFCLine.png" />
  1300. <Content Include="Themes\Images\pms\vaporPipe.png" />
  1301. <Content Include="Themes\Images\pms\Virgo_D.ico" />
  1302. </ItemGroup>
  1303. <ItemGroup>
  1304. <ProjectReference Include="..\PunkHPX8_Core\PunkHPX8_Core.csproj">
  1305. <Project>{e40639dd-94a7-4ecd-8137-11496bd0bfa3}</Project>
  1306. <Name>PunkHPX8_Core</Name>
  1307. </ProjectReference>
  1308. <ProjectReference Include="..\Framework\ClientBase\OpenSEMI.ClientBase.csproj">
  1309. <Project>{38ba4f71-e9c5-4266-9b72-1733cdb39311}</Project>
  1310. <Name>OpenSEMI.ClientBase</Name>
  1311. </ProjectReference>
  1312. <ProjectReference Include="..\Framework\Common\Common.csproj">
  1313. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  1314. <Name>Common</Name>
  1315. </ProjectReference>
  1316. <ProjectReference Include="..\Framework\OpenControl\OpenSEMI.Ctrlib.csproj">
  1317. <Project>{b55e8d4b-c4c8-4a6d-9fc4-609c52a56cac}</Project>
  1318. <Name>OpenSEMI.Ctrlib</Name>
  1319. </ProjectReference>
  1320. <ProjectReference Include="..\Framework\OpenSEMICore\OpenSEMI.Core.csproj">
  1321. <Project>{c4cd3d7b-cb40-47d5-ab04-df05007e5b6a}</Project>
  1322. <Name>OpenSEMI.Core</Name>
  1323. </ProjectReference>
  1324. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  1325. <Project>{2C9E1DF3-1ABA-4972-BE60-41DD9B3C47A7}</Project>
  1326. <Name>UICore</Name>
  1327. </ProjectReference>
  1328. </ItemGroup>
  1329. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1330. </Project>