Venus_Themes.csproj 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693
  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>Venus_Themes</RootNamespace>
  11. <AssemblyName>Venus_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>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="Caliburn.Micro">
  35. <HintPath>..\ThirdParty\selfbuild\Caliburn.Micro.dll</HintPath>
  36. </Reference>
  37. <Reference Include="OpenSEMI.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  38. <SpecificVersion>False</SpecificVersion>
  39. <HintPath>..\ThirdParty\selfbuild\OpenSEMI.Core.dll</HintPath>
  40. </Reference>
  41. <Reference Include="PresentationCore" />
  42. <Reference Include="PresentationFramework" />
  43. <Reference Include="System" />
  44. <Reference Include="System.Core" />
  45. <Reference Include="System.Drawing" />
  46. <Reference Include="System.Xaml" />
  47. <Reference Include="System.Xml.Linq" />
  48. <Reference Include="System.Data.DataSetExtensions" />
  49. <Reference Include="Microsoft.CSharp" />
  50. <Reference Include="System.Data" />
  51. <Reference Include="System.Net.Http" />
  52. <Reference Include="System.Xml" />
  53. <Reference Include="WindowsBase" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="Converters\Bool2Not.cs" />
  57. <Compile Include="Converters\BoolToColor.cs" />
  58. <Compile Include="Converters\BoolToColor2.cs" />
  59. <Compile Include="Converters\BoolToColor3.cs" />
  60. <Compile Include="Converters\BoolToColor4.cs" />
  61. <Compile Include="Converters\BoolToColor5.cs" />
  62. <Compile Include="Converters\BoolToDirection.cs" />
  63. <Compile Include="Converters\BoolToDoubleConverter.cs" />
  64. <Compile Include="Converters\BoolToInt.cs" />
  65. <Compile Include="Converters\BoolToPath.cs" />
  66. <Compile Include="Converters\BoolToReverse.cs" />
  67. <Compile Include="Converters\BoolToUnitConverter.cs" />
  68. <Compile Include="Converters\BoolToValueConverter.cs" />
  69. <Compile Include="Converters\BoolToVisibility.cs" />
  70. <Compile Include="Converters\boolToVisibility2.cs" />
  71. <Compile Include="Converters\BooToBool.cs" />
  72. <Compile Include="Converters\DoubleToDoubleConverter.cs" />
  73. <Compile Include="Converters\Float2String.cs" />
  74. <Compile Include="Converters\FOUPStatusConverter.cs" />
  75. <Compile Include="Converters\IncludeIsEnableConverter.cs" />
  76. <Compile Include="Converters\IntPlusConverter.cs" />
  77. <Compile Include="Converters\IntToBoolConverter.cs" />
  78. <Compile Include="Converters\IntToBoolConverter2.cs" />
  79. <Compile Include="Converters\IntToIsEnableConverter.cs" />
  80. <Compile Include="Converters\IsLastItemConverter.cs" />
  81. <Compile Include="Converters\IsProgressedConverter.cs" />
  82. <Compile Include="Converters\Null2Bool.cs" />
  83. <Compile Include="Converters\PenValveColorConverter.cs" />
  84. <Compile Include="Converters\PenValveEndValueConverter.cs" />
  85. <Compile Include="Converters\PenValveStartValueConverter.cs" />
  86. <Compile Include="Converters\RingProgressArcConverter.cs" />
  87. <Compile Include="Converters\RingProgressValueConverter.cs" />
  88. <Compile Include="Converters\String2Double.cs" />
  89. <Compile Include="Converters\StringToColorConverter.cs" />
  90. <Compile Include="Converters\ToBoolMultiValueConverter.cs" />
  91. <Compile Include="Converters\ToBoolMultiValueConverter2.cs" />
  92. <Compile Include="Converters\ToBoolMultiValueConverter3.cs" />
  93. <Compile Include="Converters\ToBoolMultiValueConverter4.cs" />
  94. <Compile Include="Converters\ToBoolMultiValueConverter8.cs" />
  95. <Compile Include="Converters\ToBoolMultiValueConverter7.cs" />
  96. <Compile Include="Converters\ToBoolMultiValueConverter6.cs" />
  97. <Compile Include="Converters\ToBoolMutiValueConverter5.cs" />
  98. <Compile Include="Converters\TurboPumpBoolToPath.cs" />
  99. <Compile Include="Converters\VisibilityToReverse.cs" />
  100. <Compile Include="CustomControls\AduRadioButtonIcon.cs" />
  101. <Compile Include="CustomControls\Arc.cs" />
  102. <Compile Include="CustomControls\CommonValveControl.cs" />
  103. <Compile Include="CustomControls\Controls\Win32.cs" />
  104. <Compile Include="CustomControls\Controls\WindowButtonBase.cs" />
  105. <Compile Include="CustomControls\Controls\WindowButtonClose.cs" />
  106. <Compile Include="CustomControls\Controls\WindowButtonMax.cs" />
  107. <Compile Include="CustomControls\Controls\WindowButtonMin.cs" />
  108. <Compile Include="CustomControls\Controls\WindowButtonNormal.cs" />
  109. <Compile Include="CustomControls\Controls\WindowTopArea.cs" />
  110. <Compile Include="CustomControls\CustomComBobox.cs" />
  111. <Compile Include="CustomControls\CustomPasswordBox.cs" />
  112. <Compile Include="CustomControls\GuangChuanRobot.cs" />
  113. <Compile Include="CustomControls\CustomRobot.cs" />
  114. <Compile Include="CustomControls\MultiComboBox.cs" />
  115. <Compile Include="CustomControls\Pagination.cs" />
  116. <Compile Include="CustomControls\PathButton.cs" />
  117. <Compile Include="CustomControls\RingProgress.cs" />
  118. <Compile Include="CustomControls\SERobot.cs" />
  119. <Compile Include="CustomControls\SplitButton.cs" />
  120. <Compile Include="CustomControls\StepBar.cs" />
  121. <Compile Include="CustomControls\StepBarItem.cs" />
  122. <Compile Include="CustomControls\TextBoxMasked.cs" />
  123. <Compile Include="Properties\AssemblyInfo.cs" />
  124. <Compile Include="Themes\Attach\BorderElement.cs" />
  125. <Compile Include="Themes\Attach\ElementBackground.cs" />
  126. <Compile Include="Themes\Attach\ElementBrushBase.cs" />
  127. <Compile Include="Themes\Attach\ElementForeground.cs" />
  128. <Compile Include="Themes\Attach\IconElement.cs" />
  129. <Compile Include="unity\UIEvents.cs" />
  130. <Compile Include="UserControls\Axes2D.xaml.cs">
  131. <DependentUpon>Axes2D.xaml</DependentUpon>
  132. </Compile>
  133. <Compile Include="UserControls\ButterflyValve.xaml.cs">
  134. <DependentUpon>ButterflyValve.xaml</DependentUpon>
  135. </Compile>
  136. <Compile Include="UserControls\ButterflyValveMessageBox.xaml.cs">
  137. <DependentUpon>ButterflyValveMessageBox.xaml</DependentUpon>
  138. </Compile>
  139. <Compile Include="UserControls\ChamberWithHeater.xaml.cs">
  140. <DependentUpon>ChamberWithHeater.xaml</DependentUpon>
  141. </Compile>
  142. <Compile Include="UserControls\ChamberDE.xaml.cs">
  143. <DependentUpon>ChamberDE.xaml</DependentUpon>
  144. </Compile>
  145. <Compile Include="UserControls\Chamber.xaml.cs">
  146. <DependentUpon>Chamber.xaml</DependentUpon>
  147. </Compile>
  148. <Compile Include="UserControls\CustomSwitch.xaml.cs">
  149. <DependentUpon>CustomSwitch.xaml</DependentUpon>
  150. </Compile>
  151. <Compile Include="UserControls\Cylinder.xaml.cs">
  152. <DependentUpon>Cylinder.xaml</DependentUpon>
  153. </Compile>
  154. <Compile Include="UserControls\DEVceA.xaml.cs">
  155. <DependentUpon>DEVceA.xaml</DependentUpon>
  156. </Compile>
  157. <Compile Include="UserControls\DEVceB.xaml.cs">
  158. <DependentUpon>DEVceB.xaml</DependentUpon>
  159. </Compile>
  160. <Compile Include="UserControls\DrawGraphicsControl.xaml.cs">
  161. <DependentUpon>DrawGraphicsControl.xaml</DependentUpon>
  162. </Compile>
  163. <Compile Include="UserControls\EFEM.xaml.cs">
  164. <DependentUpon>EFEM.xaml</DependentUpon>
  165. </Compile>
  166. <Compile Include="UserControls\EFEMFrontView.xaml.cs">
  167. <DependentUpon>EFEMFrontView.xaml</DependentUpon>
  168. </Compile>
  169. <Compile Include="UserControls\FlowPipe.xaml.cs">
  170. <DependentUpon>FlowPipe.xaml</DependentUpon>
  171. </Compile>
  172. <Compile Include="UserControls\FlowPipeValve.xaml.cs">
  173. <DependentUpon>FlowPipeValve.xaml</DependentUpon>
  174. </Compile>
  175. <Compile Include="UserControls\Foup.xaml.cs">
  176. <DependentUpon>Foup.xaml</DependentUpon>
  177. </Compile>
  178. <Compile Include="UserControls\FOUPFrontView.xaml.cs">
  179. <DependentUpon>FOUPFrontView.xaml</DependentUpon>
  180. </Compile>
  181. <Compile Include="UserControls\GuangChuanRobot.xaml.cs">
  182. <DependentUpon>GuangChuanRobot.xaml</DependentUpon>
  183. </Compile>
  184. <Compile Include="UserControls\LoadLockLeft.xaml.cs">
  185. <DependentUpon>LoadLockLeft.xaml</DependentUpon>
  186. </Compile>
  187. <Compile Include="UserControls\LoadLockRight.xaml.cs">
  188. <DependentUpon>LoadLockRight.xaml</DependentUpon>
  189. </Compile>
  190. <Compile Include="UserControls\Loadport.xaml.cs">
  191. <DependentUpon>Loadport.xaml</DependentUpon>
  192. </Compile>
  193. <Compile Include="UserControls\MainTM.xaml.cs">
  194. <DependentUpon>MainTM.xaml</DependentUpon>
  195. </Compile>
  196. <Compile Include="UserControls\PathButton.xaml.cs">
  197. <DependentUpon>PathButton.xaml</DependentUpon>
  198. </Compile>
  199. <Compile Include="UserControls\PendulumValve.xaml.cs">
  200. <DependentUpon>PendulumValve.xaml</DependentUpon>
  201. </Compile>
  202. <Compile Include="UserControls\Pipe2.xaml.cs">
  203. <DependentUpon>Pipe2.xaml</DependentUpon>
  204. </Compile>
  205. <Compile Include="UserControls\Pipe3.xaml.cs">
  206. <DependentUpon>Pipe3.xaml</DependentUpon>
  207. </Compile>
  208. <Compile Include="UserControls\Pump.xaml.cs">
  209. <DependentUpon>Pump.xaml</DependentUpon>
  210. </Compile>
  211. <Compile Include="UserControls\purge.xaml.cs">
  212. <DependentUpon>purge.xaml</DependentUpon>
  213. </Compile>
  214. <Compile Include="UserControls\RecipeNameInputDlg.xaml.cs">
  215. <DependentUpon>RecipeNameInputDlg.xaml</DependentUpon>
  216. </Compile>
  217. <Compile Include="UserControls\SERobot.xaml.cs">
  218. <DependentUpon>SERobot.xaml</DependentUpon>
  219. </Compile>
  220. <Compile Include="UserControls\SERobot1.xaml.cs">
  221. <DependentUpon>SERobot1.xaml</DependentUpon>
  222. </Compile>
  223. <Compile Include="UserControls\SERobot2.xaml.cs">
  224. <DependentUpon>SERobot2.xaml</DependentUpon>
  225. </Compile>
  226. <Compile Include="UserControls\SERobot3.xaml.cs">
  227. <DependentUpon>SERobot3.xaml</DependentUpon>
  228. </Compile>
  229. <Compile Include="UserControls\SERobot4.xaml.cs">
  230. <DependentUpon>SERobot4.xaml</DependentUpon>
  231. </Compile>
  232. <Compile Include="UserControls\StateTitle.xaml.cs">
  233. <DependentUpon>StateTitle.xaml</DependentUpon>
  234. </Compile>
  235. <Compile Include="UserControls\TextboxWithLabel.xaml.cs">
  236. <DependentUpon>TextboxWithLabel.xaml</DependentUpon>
  237. </Compile>
  238. <Compile Include="UserControls\TMChamber.xaml.cs">
  239. <DependentUpon>TMChamber.xaml</DependentUpon>
  240. </Compile>
  241. <Compile Include="UserControls\TMDoor.xaml.cs">
  242. <DependentUpon>TMDoor.xaml</DependentUpon>
  243. </Compile>
  244. <Compile Include="UserControls\Turbo.xaml.cs">
  245. <DependentUpon>Turbo.xaml</DependentUpon>
  246. </Compile>
  247. <Compile Include="UserControls\TurboPump.xaml.cs">
  248. <DependentUpon>TurboPump.xaml</DependentUpon>
  249. </Compile>
  250. <Compile Include="UserControls\Vce.xaml.cs">
  251. <DependentUpon>Vce.xaml</DependentUpon>
  252. </Compile>
  253. <Compile Include="UserControls\VceControl.xaml.cs">
  254. <DependentUpon>VceControl.xaml</DependentUpon>
  255. </Compile>
  256. <Compile Include="UserControls\VenusDETM.xaml.cs">
  257. <DependentUpon>VenusDETM.xaml</DependentUpon>
  258. </Compile>
  259. <Compile Include="UserControls\VenusSETM.xaml.cs">
  260. <DependentUpon>VenusSETM.xaml</DependentUpon>
  261. </Compile>
  262. <Compile Include="UserControls\WaferCtrl.xaml.cs">
  263. <DependentUpon>WaferCtrl.xaml</DependentUpon>
  264. </Compile>
  265. <Compile Include="UserControls\WPFMessageBox.xaml.cs">
  266. <DependentUpon>WPFMessageBox.xaml</DependentUpon>
  267. </Compile>
  268. <Compile Include="UserControls\XinSongRobot.xaml.cs">
  269. <DependentUpon>XinSongRobot.xaml</DependentUpon>
  270. </Compile>
  271. <Compile Include="UserControls\ZhenValve.xaml.cs">
  272. <DependentUpon>ZhenValve.xaml</DependentUpon>
  273. </Compile>
  274. </ItemGroup>
  275. <ItemGroup>
  276. <Page Include="CustomControls\AduRadioButton.xaml">
  277. <Generator>MSBuild:Compile</Generator>
  278. <SubType>Designer</SubType>
  279. </Page>
  280. <Page Include="Styles\CustomWindowStyle.xaml">
  281. <Generator>MSBuild:Compile</Generator>
  282. <SubType>Designer</SubType>
  283. </Page>
  284. <Page Include="Styles\RadioButton.xaml">
  285. <Generator>MSBuild:Compile</Generator>
  286. <SubType>Designer</SubType>
  287. </Page>
  288. <Page Include="Styles\ToggleButton.xaml">
  289. <Generator>MSBuild:Compile</Generator>
  290. <SubType>Designer</SubType>
  291. </Page>
  292. <Page Include="Styles\Button.xaml">
  293. <Generator>MSBuild:Compile</Generator>
  294. <SubType>Designer</SubType>
  295. </Page>
  296. <Page Include="Styles\ComboBox.xaml">
  297. <Generator>MSBuild:Compile</Generator>
  298. <SubType>Designer</SubType>
  299. </Page>
  300. <Page Include="Styles\DataGrid.xaml">
  301. <Generator>MSBuild:Compile</Generator>
  302. <SubType>Designer</SubType>
  303. </Page>
  304. <Page Include="Styles\Expander.xaml">
  305. <Generator>MSBuild:Compile</Generator>
  306. <SubType>Designer</SubType>
  307. </Page>
  308. <Page Include="Styles\GroupBox.xaml">
  309. <Generator>MSBuild:Compile</Generator>
  310. <SubType>Designer</SubType>
  311. </Page>
  312. <Page Include="Styles\ListBox.xaml">
  313. <Generator>MSBuild:Compile</Generator>
  314. <SubType>Designer</SubType>
  315. </Page>
  316. <Page Include="Styles\Listview.xaml">
  317. <Generator>MSBuild:Compile</Generator>
  318. <SubType>Designer</SubType>
  319. </Page>
  320. <Page Include="Styles\MenuItem.xaml">
  321. <Generator>MSBuild:Compile</Generator>
  322. <SubType>Designer</SubType>
  323. </Page>
  324. <Page Include="Styles\Skin.xaml">
  325. <Generator>MSBuild:Compile</Generator>
  326. <SubType>Designer</SubType>
  327. </Page>
  328. <Page Include="Styles\Tab.xaml">
  329. <Generator>MSBuild:Compile</Generator>
  330. <SubType>Designer</SubType>
  331. </Page>
  332. <Page Include="Styles\TextBox.xaml">
  333. <Generator>MSBuild:Compile</Generator>
  334. <SubType>Designer</SubType>
  335. </Page>
  336. <Page Include="Styles\TreeView.xaml">
  337. <Generator>MSBuild:Compile</Generator>
  338. <SubType>Designer</SubType>
  339. </Page>
  340. <Page Include="Styles\WindowElementStyle.xaml">
  341. <Generator>MSBuild:Compile</Generator>
  342. <SubType>Designer</SubType>
  343. </Page>
  344. <Page Include="Themes\Generic.xaml">
  345. <Generator>MSBuild:Compile</Generator>
  346. <SubType>Designer</SubType>
  347. </Page>
  348. <Page Include="Languages\StringResources.en-US.xaml">
  349. <Generator>MSBuild:Compile</Generator>
  350. <SubType>Designer</SubType>
  351. </Page>
  352. <Page Include="Languages\StringResources.zh-CN.xaml">
  353. <Generator>MSBuild:Compile</Generator>
  354. <SubType>Designer</SubType>
  355. </Page>
  356. <Page Include="UserControls\Axes2D.xaml">
  357. <SubType>Designer</SubType>
  358. <Generator>MSBuild:Compile</Generator>
  359. </Page>
  360. <Page Include="UserControls\ButterflyValve.xaml">
  361. <SubType>Designer</SubType>
  362. <Generator>MSBuild:Compile</Generator>
  363. </Page>
  364. <Page Include="UserControls\ButterflyValveMessageBox.xaml">
  365. <SubType>Designer</SubType>
  366. <Generator>MSBuild:Compile</Generator>
  367. </Page>
  368. <Page Include="UserControls\ChamberWithHeater.xaml">
  369. <Generator>MSBuild:Compile</Generator>
  370. <SubType>Designer</SubType>
  371. </Page>
  372. <Page Include="UserControls\ChamberDE.xaml">
  373. <Generator>MSBuild:Compile</Generator>
  374. <SubType>Designer</SubType>
  375. </Page>
  376. <Page Include="UserControls\Chamber.xaml">
  377. <SubType>Designer</SubType>
  378. <Generator>MSBuild:Compile</Generator>
  379. </Page>
  380. <Page Include="UserControls\CustomSwitch.xaml">
  381. <SubType>Designer</SubType>
  382. <Generator>MSBuild:Compile</Generator>
  383. </Page>
  384. <Page Include="UserControls\Cylinder.xaml">
  385. <SubType>Designer</SubType>
  386. <Generator>MSBuild:Compile</Generator>
  387. </Page>
  388. <Page Include="UserControls\DEVceA.xaml">
  389. <Generator>MSBuild:Compile</Generator>
  390. <SubType>Designer</SubType>
  391. </Page>
  392. <Page Include="UserControls\DEVceB.xaml">
  393. <Generator>MSBuild:Compile</Generator>
  394. <SubType>Designer</SubType>
  395. </Page>
  396. <Page Include="UserControls\DrawGraphicsControl.xaml">
  397. <SubType>Designer</SubType>
  398. <Generator>MSBuild:Compile</Generator>
  399. </Page>
  400. <Page Include="UserControls\EFEM.xaml">
  401. <SubType>Designer</SubType>
  402. <Generator>MSBuild:Compile</Generator>
  403. </Page>
  404. <Page Include="UserControls\EFEMFrontView.xaml">
  405. <Generator>MSBuild:Compile</Generator>
  406. <SubType>Designer</SubType>
  407. </Page>
  408. <Page Include="UserControls\FlowPipe.xaml">
  409. <Generator>MSBuild:Compile</Generator>
  410. <SubType>Designer</SubType>
  411. </Page>
  412. <Page Include="UserControls\FlowPipeValve.xaml">
  413. <Generator>MSBuild:Compile</Generator>
  414. <SubType>Designer</SubType>
  415. </Page>
  416. <Page Include="UserControls\Foup.xaml">
  417. <SubType>Designer</SubType>
  418. <Generator>MSBuild:Compile</Generator>
  419. </Page>
  420. <Page Include="UserControls\FOUPFrontView.xaml">
  421. <Generator>MSBuild:Compile</Generator>
  422. <SubType>Designer</SubType>
  423. </Page>
  424. <Page Include="UserControls\GuangChuanRobot.xaml">
  425. <Generator>MSBuild:Compile</Generator>
  426. <SubType>Designer</SubType>
  427. </Page>
  428. <Page Include="UserControls\LoadLockLeft.xaml">
  429. <SubType>Designer</SubType>
  430. <Generator>MSBuild:Compile</Generator>
  431. </Page>
  432. <Page Include="UserControls\LoadLockRight.xaml">
  433. <SubType>Designer</SubType>
  434. <Generator>MSBuild:Compile</Generator>
  435. </Page>
  436. <Page Include="UserControls\Loadport.xaml">
  437. <SubType>Designer</SubType>
  438. <Generator>MSBuild:Compile</Generator>
  439. </Page>
  440. <Page Include="UserControls\MainTM.xaml">
  441. <SubType>Designer</SubType>
  442. <Generator>MSBuild:Compile</Generator>
  443. </Page>
  444. <Page Include="UserControls\PathButton.xaml">
  445. <SubType>Designer</SubType>
  446. <Generator>MSBuild:Compile</Generator>
  447. </Page>
  448. <Page Include="UserControls\PendulumValve.xaml">
  449. <SubType>Designer</SubType>
  450. <Generator>MSBuild:Compile</Generator>
  451. </Page>
  452. <Page Include="UserControls\Pipe2.xaml">
  453. <SubType>Designer</SubType>
  454. <Generator>MSBuild:Compile</Generator>
  455. </Page>
  456. <Page Include="UserControls\Pipe3.xaml">
  457. <SubType>Designer</SubType>
  458. <Generator>MSBuild:Compile</Generator>
  459. </Page>
  460. <Page Include="UserControls\Pump.xaml">
  461. <SubType>Designer</SubType>
  462. <Generator>MSBuild:Compile</Generator>
  463. </Page>
  464. <Page Include="UserControls\purge.xaml">
  465. <SubType>Designer</SubType>
  466. <Generator>MSBuild:Compile</Generator>
  467. </Page>
  468. <Page Include="UserControls\RecipeNameInputDlg.xaml">
  469. <SubType>Designer</SubType>
  470. <Generator>MSBuild:Compile</Generator>
  471. </Page>
  472. <Page Include="UserControls\SERobot.xaml">
  473. <Generator>MSBuild:Compile</Generator>
  474. <SubType>Designer</SubType>
  475. </Page>
  476. <Page Include="UserControls\SERobot1.xaml">
  477. <Generator>MSBuild:Compile</Generator>
  478. <SubType>Designer</SubType>
  479. </Page>
  480. <Page Include="UserControls\SERobot2.xaml">
  481. <Generator>MSBuild:Compile</Generator>
  482. <SubType>Designer</SubType>
  483. </Page>
  484. <Page Include="UserControls\SERobot3.xaml">
  485. <Generator>MSBuild:Compile</Generator>
  486. <SubType>Designer</SubType>
  487. </Page>
  488. <Page Include="UserControls\SERobot4.xaml">
  489. <Generator>MSBuild:Compile</Generator>
  490. <SubType>Designer</SubType>
  491. </Page>
  492. <Page Include="UserControls\StateTitle.xaml">
  493. <SubType>Designer</SubType>
  494. <Generator>MSBuild:Compile</Generator>
  495. </Page>
  496. <Page Include="UserControls\TextboxWithLabel.xaml">
  497. <SubType>Designer</SubType>
  498. <Generator>MSBuild:Compile</Generator>
  499. </Page>
  500. <Page Include="UserControls\TMChamber.xaml">
  501. <SubType>Designer</SubType>
  502. <Generator>MSBuild:Compile</Generator>
  503. </Page>
  504. <Page Include="UserControls\TMDoor.xaml">
  505. <SubType>Designer</SubType>
  506. <Generator>MSBuild:Compile</Generator>
  507. </Page>
  508. <Page Include="UserControls\Turbo.xaml">
  509. <SubType>Designer</SubType>
  510. <Generator>MSBuild:Compile</Generator>
  511. </Page>
  512. <Page Include="UserControls\TurboPump.xaml">
  513. <SubType>Designer</SubType>
  514. <Generator>MSBuild:Compile</Generator>
  515. </Page>
  516. <Page Include="UserControls\Vce.xaml">
  517. <SubType>Designer</SubType>
  518. <Generator>MSBuild:Compile</Generator>
  519. </Page>
  520. <Page Include="UserControls\VceControl.xaml">
  521. <Generator>MSBuild:Compile</Generator>
  522. <SubType>Designer</SubType>
  523. </Page>
  524. <Page Include="UserControls\VenusDETM.xaml">
  525. <Generator>MSBuild:Compile</Generator>
  526. <SubType>Designer</SubType>
  527. </Page>
  528. <Page Include="UserControls\VenusSETM.xaml">
  529. <SubType>Designer</SubType>
  530. <Generator>MSBuild:Compile</Generator>
  531. </Page>
  532. <Page Include="UserControls\WaferCtrl.xaml">
  533. <SubType>Designer</SubType>
  534. <Generator>MSBuild:Compile</Generator>
  535. </Page>
  536. <Page Include="UserControls\WPFMessageBox.xaml">
  537. <Generator>MSBuild:Compile</Generator>
  538. <SubType>Designer</SubType>
  539. </Page>
  540. <Page Include="UserControls\XinSongRobot.xaml">
  541. <Generator>MSBuild:Compile</Generator>
  542. <SubType>Designer</SubType>
  543. </Page>
  544. <Page Include="UserControls\ZhenValve.xaml">
  545. <SubType>Designer</SubType>
  546. <Generator>MSBuild:Compile</Generator>
  547. </Page>
  548. </ItemGroup>
  549. <ItemGroup>
  550. <Resource Include="Resources\Arrow.png">
  551. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  552. </Resource>
  553. <Resource Include="Resources\Buffer.png">
  554. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  555. </Resource>
  556. <Resource Include="Resources\Folder_Unable.png">
  557. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  558. </Resource>
  559. <Resource Include="Resources\Folder_Close.png">
  560. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  561. </Resource>
  562. <Resource Include="Resources\pump.png">
  563. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  564. </Resource>
  565. <Resource Include="Resources\pump_gray.png">
  566. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  567. </Resource>
  568. <Resource Include="Resources\LoadLock.png">
  569. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  570. </Resource>
  571. <Resource Include="Resources\Chamber.png">
  572. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  573. </Resource>
  574. <Resource Include="Resources\carrier.png">
  575. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  576. </Resource>
  577. <Resource Include="Resources\foup.png">
  578. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  579. </Resource>
  580. <Resource Include="Resources\foup2.png">
  581. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  582. </Resource>
  583. <Resource Include="Resources\cassette.png" />
  584. <Resource Include="Resources\Jet.png">
  585. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  586. </Resource>
  587. <Resource Include="Resources\pump2.png">
  588. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  589. </Resource>
  590. <Resource Include="Resources\pump2_gray.PNG">
  591. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  592. </Resource>
  593. <Resource Include="Resources\TurboPump_gray.png">
  594. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  595. </Resource>
  596. <Resource Include="Resources\TurboPump.png">
  597. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  598. </Resource>
  599. <Resource Include="Resources\Login.png">
  600. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  601. </Resource>
  602. <Resource Include="Resources\JetLogo.png">
  603. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  604. </Resource>
  605. <Content Include="Styles\Folder_Close.png" />
  606. <Content Include="Styles\Folder_Open.png" />
  607. <Content Include="Styles\Folder_Unable.png" />
  608. <Content Include="Themes\Images\parts\aligner.png" />
  609. <Content Include="Themes\Images\parts\atmrobot\arm1.png" />
  610. <Content Include="Themes\Images\parts\atmrobot\arm2.png" />
  611. <Content Include="Themes\Images\parts\atmrobot\dock.png" />
  612. <Content Include="Themes\Images\parts\atmrobot\hand.png" />
  613. <Content Include="Themes\Images\parts\chamber.png" />
  614. <Content Include="Themes\Images\parts\doorclose.png" />
  615. <Content Include="Themes\Images\parts\dooropen.png" />
  616. <Content Include="Themes\Images\parts\doorunknown.png" />
  617. <Content Include="Themes\Images\parts\efem.png" />
  618. <Content Include="Themes\Images\parts\efemtrack.png" />
  619. <Content Include="Themes\Images\parts\loadlock.png" />
  620. <Content Include="Themes\Images\parts\loadport.png" />
  621. <Resource Include="Themes\Images\parts\serobot\SERobot1.png" />
  622. <Resource Include="Themes\Images\parts\serobot\SERobot11.png" />
  623. <Resource Include="Themes\Images\parts\serobot\SERobot2.png" />
  624. <Resource Include="Themes\Images\parts\serobot\SERobot3.png" />
  625. <Resource Include="Themes\Images\parts\serobot\SERobot4.png" />
  626. <Content Include="Themes\Images\parts\tm.png" />
  627. <Content Include="Themes\Images\parts\tmdock.png" />
  628. <Content Include="Themes\Images\parts\vce\ButtomSupport1.png" />
  629. <Content Include="Themes\Images\parts\vce\ButtomSupport2.png" />
  630. <Resource Include="Themes\Images\parts\vce\Foup1.png" />
  631. <Resource Include="Themes\Images\parts\vce\Foup2.png" />
  632. <Resource Include="Themes\Images\parts\vce\Support.png" />
  633. <Resource Include="Themes\Images\parts\vce\vce1.png" />
  634. <Resource Include="Themes\Images\parts\vce\vce2.png" />
  635. <Resource Include="Themes\Images\parts\vce\vcebuttom.png" />
  636. <Resource Include="Themes\Images\parts\vce\vcedoor.png" />
  637. <Resource Include="Themes\Images\parts\vce\VceShell.png" />
  638. <Resource Include="Themes\Images\parts\vce\Wafer.png" />
  639. <Resource Include="Themes\Images\parts\vce\WaferSelected.png" />
  640. <Resource Include="Themes\Images\parts\vce\VceShell2.png" />
  641. <Content Include="Themes\Images\parts\vce\外框1.png" />
  642. <Content Include="Themes\Images\parts\venusde\detm.png" />
  643. <Content Include="Themes\Images\parts\venusde\VCEleft1.png" />
  644. <Content Include="Themes\Images\parts\venusde\VCEleft2.png" />
  645. <Content Include="Themes\Images\parts\venusde\VCEright1.png" />
  646. <Content Include="Themes\Images\parts\venusde\VCEright2.png" />
  647. <Content Include="Themes\Images\parts\vtmrobot\arm1.png" />
  648. <Content Include="Themes\Images\parts\vtmrobot\arm2.png" />
  649. <Content Include="Themes\Images\parts\vtmrobot\dock.png" />
  650. <Content Include="Themes\Images\parts\vtmrobot\hand.png" />
  651. <Content Include="Themes\Images\parts\wafer.png" />
  652. <Content Include="Themes\Images\pms\chamberplasmaon.png" />
  653. <Content Include="Themes\Images\pms\levelSensor.png" />
  654. <Content Include="Themes\Images\pms\mfcPipe.png" />
  655. <Content Include="Themes\Images\pms\overviewBackground.png" />
  656. <Content Include="Themes\Images\pms\overviewbak.png" />
  657. <Content Include="Themes\Images\pms\overviewbakHZv2.png" />
  658. <Content Include="Themes\Images\pms\overviewbak_heater.png" />
  659. <Content Include="Themes\Images\pms\overviewbak_hestiaplus_device.png" />
  660. <Content Include="Themes\Images\pms\overviewbak_patron.png" />
  661. <Content Include="Themes\Images\pms\overviewbak_tritoninline.png" />
  662. <Content Include="Themes\Images\pms\overviewbak_tritoninline_door_close.png" />
  663. <Content Include="Themes\Images\pms\overviewbak_tritoninline_door_open.png" />
  664. <Content Include="Themes\Images\pms\overviewbak_tritoninline_door_unknown.png" />
  665. <Content Include="Themes\Images\pms\overviewbak_tritoninline_rf_on.png" />
  666. <Content Include="Themes\Images\pms\overviewbak_tritoninline_sys.png" />
  667. <Content Include="Themes\Images\pms\overviewMain.png" />
  668. <Content Include="Themes\Images\pms\plasma.png" />
  669. <Content Include="Themes\Images\pms\pumpLine.png" />
  670. <Content Include="Themes\Images\pms\UiSystem.ico" />
  671. <Content Include="Themes\Images\pms\vaporMFCLine.png" />
  672. <Content Include="Themes\Images\pms\vaporPipe.png" />
  673. <Content Include="Themes\Images\pms\Virgo_D.ico" />
  674. </ItemGroup>
  675. <ItemGroup>
  676. <ProjectReference Include="..\Framework\ClientBase\OpenSEMI.ClientBase.csproj">
  677. <Project>{38ba4f71-e9c5-4266-9b72-1733cdb39311}</Project>
  678. <Name>OpenSEMI.ClientBase</Name>
  679. </ProjectReference>
  680. <ProjectReference Include="..\Framework\OpenControl\OpenSEMI.Ctrlib.csproj">
  681. <Project>{b55e8d4b-c4c8-4a6d-9fc4-609c52a56cac}</Project>
  682. <Name>OpenSEMI.Ctrlib</Name>
  683. </ProjectReference>
  684. <ProjectReference Include="..\Venus_Core\Venus_Core.csproj">
  685. <Project>{e40639dd-94a7-4ecd-8137-11496bd0bfa3}</Project>
  686. <Name>Venus_Core</Name>
  687. </ProjectReference>
  688. </ItemGroup>
  689. <ItemGroup>
  690. <Folder Include="Resources\NiceUI\" />
  691. </ItemGroup>
  692. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  693. </Project>