PunkHPX8_Themes.csproj 55 KB

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