UAS-MES.csproj 75 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" 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>{411DEE44-B893-47E0-A0C2-797A3DAE2466}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>UAS_MES</RootNamespace>
  11. <AssemblyName>UAS_MES</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <IsWebBootstrapper>true</IsWebBootstrapper>
  16. <TargetFrameworkProfile />
  17. <SccProjectName>
  18. </SccProjectName>
  19. <SccLocalPath>
  20. </SccLocalPath>
  21. <SccAuxPath>
  22. </SccAuxPath>
  23. <SccProvider>
  24. </SccProvider>
  25. <PublishUrl>E:\s_user_site\</PublishUrl>
  26. <Install>true</Install>
  27. <InstallFrom>Web</InstallFrom>
  28. <UpdateEnabled>true</UpdateEnabled>
  29. <UpdateMode>Foreground</UpdateMode>
  30. <UpdateInterval>7</UpdateInterval>
  31. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  32. <UpdatePeriodically>false</UpdatePeriodically>
  33. <UpdateRequired>true</UpdateRequired>
  34. <MapFileExtensions>true</MapFileExtensions>
  35. <InstallUrl>http://172.16.11.99/</InstallUrl>
  36. <UpdateUrl>http://172.16.11.99/</UpdateUrl>
  37. <TargetCulture>zh</TargetCulture>
  38. <ProductName>优软MES系统</ProductName>
  39. <PublisherName>深圳市优软科技有限公司</PublisherName>
  40. <SuiteName>优软MES系统</SuiteName>
  41. <MinimumRequiredVersion>1.0.0.465</MinimumRequiredVersion>
  42. <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
  43. <WebPage>publish.htm</WebPage>
  44. <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
  45. <ApplicationRevision>466</ApplicationRevision>
  46. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  47. <UseApplicationTrust>true</UseApplicationTrust>
  48. <CreateDesktopShortcut>true</CreateDesktopShortcut>
  49. <ExcludeDeploymentUrl>true</ExcludeDeploymentUrl>
  50. <PublishWizardCompleted>true</PublishWizardCompleted>
  51. <BootstrapperEnabled>true</BootstrapperEnabled>
  52. </PropertyGroup>
  53. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  54. <PlatformTarget>AnyCPU</PlatformTarget>
  55. <DebugSymbols>true</DebugSymbols>
  56. <DebugType>full</DebugType>
  57. <Optimize>false</Optimize>
  58. <OutputPath>bin\Debug\</OutputPath>
  59. <DefineConstants>DEBUG;TRACE</DefineConstants>
  60. <ErrorReport>prompt</ErrorReport>
  61. <WarningLevel>0</WarningLevel>
  62. <UseVSHostingProcess>true</UseVSHostingProcess>
  63. </PropertyGroup>
  64. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  65. <PlatformTarget>AnyCPU</PlatformTarget>
  66. <DebugType>pdbonly</DebugType>
  67. <Optimize>true</Optimize>
  68. <OutputPath>bin\Release\</OutputPath>
  69. <DefineConstants>TRACE</DefineConstants>
  70. <ErrorReport>prompt</ErrorReport>
  71. <WarningLevel>4</WarningLevel>
  72. </PropertyGroup>
  73. <PropertyGroup>
  74. <ManifestCertificateThumbprint>0702B5BD480611CA32663309A8FD3717B722E307</ManifestCertificateThumbprint>
  75. </PropertyGroup>
  76. <PropertyGroup>
  77. <ManifestKeyFile>
  78. </ManifestKeyFile>
  79. </PropertyGroup>
  80. <PropertyGroup>
  81. <GenerateManifests>true</GenerateManifests>
  82. </PropertyGroup>
  83. <PropertyGroup>
  84. <SignManifests>true</SignManifests>
  85. </PropertyGroup>
  86. <PropertyGroup>
  87. <StartupObject>UAS_MES.Program</StartupObject>
  88. </PropertyGroup>
  89. <PropertyGroup />
  90. <PropertyGroup>
  91. <SignAssembly>false</SignAssembly>
  92. </PropertyGroup>
  93. <PropertyGroup>
  94. <ApplicationIcon>U_Icon.ico</ApplicationIcon>
  95. </PropertyGroup>
  96. <PropertyGroup />
  97. <PropertyGroup>
  98. <Win32Resource>
  99. </Win32Resource>
  100. </PropertyGroup>
  101. <PropertyGroup />
  102. <PropertyGroup />
  103. <PropertyGroup />
  104. <PropertyGroup />
  105. <PropertyGroup />
  106. <PropertyGroup />
  107. <PropertyGroup />
  108. <PropertyGroup />
  109. <PropertyGroup />
  110. <PropertyGroup />
  111. <PropertyGroup />
  112. <PropertyGroup>
  113. <NoWin32Manifest>true</NoWin32Manifest>
  114. </PropertyGroup>
  115. <ItemGroup>
  116. <Reference Include="DevComponents.DotNetBar2">
  117. <HintPath>Tool\DevComponents.DotNetBar2.dll</HintPath>
  118. </Reference>
  119. <Reference Include="ExcelHelper">
  120. <HintPath>Tool\ExcelHelper.dll</HintPath>
  121. </Reference>
  122. <Reference Include="ICSharpCode.SharpZipLib">
  123. <HintPath>Tool\ICSharpCode.SharpZipLib.dll</HintPath>
  124. </Reference>
  125. <Reference Include="Interop.SpeechLib">
  126. <HintPath>Tool\Interop.SpeechLib.dll</HintPath>
  127. <EmbedInteropTypes>False</EmbedInteropTypes>
  128. </Reference>
  129. <Reference Include="log4net">
  130. <HintPath>Tool\log4net.dll</HintPath>
  131. </Reference>
  132. <Reference Include="Microsoft.Office.Interop.Excel, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  133. <SpecificVersion>False</SpecificVersion>
  134. <EmbedInteropTypes>True</EmbedInteropTypes>
  135. <HintPath>Tool\Microsoft.Office.Interop.Excel.dll</HintPath>
  136. </Reference>
  137. <Reference Include="NPOI">
  138. <HintPath>Tool\NPOI.dll</HintPath>
  139. </Reference>
  140. <Reference Include="Oracle.ManagedDataAccess">
  141. <HintPath>Tool\Oracle.ManagedDataAccess.dll</HintPath>
  142. </Reference>
  143. <Reference Include="PresentationCore" />
  144. <Reference Include="PresentationFramework" />
  145. <Reference Include="System" />
  146. <Reference Include="System.Configuration" />
  147. <Reference Include="System.Core" />
  148. <Reference Include="System.Data.OracleClient" />
  149. <Reference Include="System.Web.Extensions" />
  150. <Reference Include="System.Windows.Forms.DataVisualization" />
  151. <Reference Include="System.Xml.Linq" />
  152. <Reference Include="System.Data.DataSetExtensions" />
  153. <Reference Include="Microsoft.CSharp" />
  154. <Reference Include="System.Data" />
  155. <Reference Include="System.Deployment" />
  156. <Reference Include="System.Drawing" />
  157. <Reference Include="System.Windows.Forms" />
  158. <Reference Include="System.Xml" />
  159. <Reference Include="WindowsBase" />
  160. </ItemGroup>
  161. <ItemGroup>
  162. <Compile Include="CustomControl\AccordionMenu\AccordionMenu.cs">
  163. <SubType>UserControl</SubType>
  164. </Compile>
  165. <Compile Include="CustomControl\AccordionMenu\AccordionMenu.Designer.cs">
  166. <DependentUpon>AccordionMenu.cs</DependentUpon>
  167. </Compile>
  168. <Compile Include="CustomControl\ButtonUtil\ArrowLeftButton.cs">
  169. <SubType>Component</SubType>
  170. </Compile>
  171. <Compile Include="CustomControl\ButtonUtil\ArrowLeftButton.Designer.cs">
  172. <DependentUpon>ArrowLeftButton.cs</DependentUpon>
  173. </Compile>
  174. <Compile Include="CustomControl\ButtonUtil\ArrowRightButton.cs">
  175. <SubType>Component</SubType>
  176. </Compile>
  177. <Compile Include="CustomControl\ButtonUtil\ArrowRightButton.Designer.cs">
  178. <DependentUpon>ArrowRightButton.cs</DependentUpon>
  179. </Compile>
  180. <Compile Include="CustomControl\ButtonUtil\ChooseAllButton.cs">
  181. <SubType>Component</SubType>
  182. </Compile>
  183. <Compile Include="CustomControl\ButtonUtil\ChooseAllButton.Designer.cs">
  184. <DependentUpon>ChooseAllButton.cs</DependentUpon>
  185. </Compile>
  186. <Compile Include="CustomControl\ButtonUtil\CloseButton.cs">
  187. <SubType>Component</SubType>
  188. </Compile>
  189. <Compile Include="CustomControl\ButtonUtil\CloseButton.Designer.cs">
  190. <DependentUpon>CloseButton.cs</DependentUpon>
  191. </Compile>
  192. <Compile Include="CustomControl\ButtonUtil\DeleteButton.cs">
  193. <SubType>Component</SubType>
  194. </Compile>
  195. <Compile Include="CustomControl\ButtonUtil\DeleteButton.Designer.cs">
  196. <DependentUpon>DeleteButton.cs</DependentUpon>
  197. </Compile>
  198. <Compile Include="CustomControl\ButtonUtil\NormalButton.cs">
  199. <SubType>Component</SubType>
  200. </Compile>
  201. <Compile Include="CustomControl\ButtonUtil\NormalButton.Designer.cs">
  202. <DependentUpon>NormalButton.cs</DependentUpon>
  203. </Compile>
  204. <Compile Include="CustomControl\ClickPicBox\ClickPicBox.cs">
  205. <SubType>Component</SubType>
  206. </Compile>
  207. <Compile Include="CustomControl\ClickPicBox\ClickPicBox.Designer.cs">
  208. <DependentUpon>ClickPicBox.cs</DependentUpon>
  209. </Compile>
  210. <Compile Include="CustomControl\ComBoxWithFocus\ComBoxWithFocus.cs">
  211. <SubType>Component</SubType>
  212. </Compile>
  213. <Compile Include="CustomControl\ComBoxWithFocus\ComBoxWithFocus.Designer.cs">
  214. <DependentUpon>ComBoxWithFocus.cs</DependentUpon>
  215. </Compile>
  216. <Compile Include="CustomControl\ComBoxWithFocus\PrinterCombox.cs">
  217. <SubType>UserControl</SubType>
  218. </Compile>
  219. <Compile Include="CustomControl\ComBoxWithFocus\PrinterCombox.Designer.cs">
  220. <DependentUpon>PrinterCombox.cs</DependentUpon>
  221. </Compile>
  222. <Compile Include="CustomControl\ComBoxWithFocus\SerialPortCombox.cs">
  223. <SubType>UserControl</SubType>
  224. </Compile>
  225. <Compile Include="CustomControl\ComBoxWithFocus\SerialPortCombox.Designer.cs">
  226. <DependentUpon>SerialPortCombox.cs</DependentUpon>
  227. </Compile>
  228. <Compile Include="CustomControl\CustomCheckBox\AutoPrintCheckBox.cs">
  229. <SubType>UserControl</SubType>
  230. </Compile>
  231. <Compile Include="CustomControl\CustomCheckBox\AutoPrintCheckBox.Designer.cs">
  232. <DependentUpon>AutoPrintCheckBox.cs</DependentUpon>
  233. </Compile>
  234. <Compile Include="CustomControl\CustomCheckBox\CustomCheckBox.cs">
  235. <SubType>Component</SubType>
  236. </Compile>
  237. <Compile Include="CustomControl\CustomCheckBox\CustomCheckBox.Designer.cs">
  238. <DependentUpon>CustomCheckBox.cs</DependentUpon>
  239. </Compile>
  240. <Compile Include="CustomControl\CustomCheckBox\LockCheckBox.cs">
  241. <SubType>Component</SubType>
  242. </Compile>
  243. <Compile Include="CustomControl\CustomCheckBox\LockCheckBox.Designer.cs">
  244. <DependentUpon>LockCheckBox.cs</DependentUpon>
  245. </Compile>
  246. <Compile Include="CustomControl\CustomTabControl\CustomTabControl.cs">
  247. <SubType>Component</SubType>
  248. </Compile>
  249. <Compile Include="CustomControl\CustomTabControl\CustomTabControl.Designer.cs">
  250. <DependentUpon>CustomTabControl.cs</DependentUpon>
  251. </Compile>
  252. <Compile Include="CustomControl\CustomTabControl\ThemedColors.cs" />
  253. <Compile Include="CustomControl\DataGrid_View\DataGridViewExpand.cs">
  254. <SubType>Component</SubType>
  255. </Compile>
  256. <Compile Include="CustomControl\DataGrid_View\DataGridViewExpand.Designer.cs">
  257. <DependentUpon>DataGridViewExpand.cs</DependentUpon>
  258. </Compile>
  259. <Compile Include="CustomControl\DataGrid_View\DataGridViewWithCheckBox.cs">
  260. <SubType>Component</SubType>
  261. </Compile>
  262. <Compile Include="CustomControl\DataGrid_View\DataGridViewWithCheckBox.Designer.cs">
  263. <DependentUpon>DataGridViewWithCheckBox.cs</DependentUpon>
  264. </Compile>
  265. <Compile Include="CustomControl\DataGrid_View\DataGridViewWithSerialNum.cs">
  266. <SubType>Component</SubType>
  267. </Compile>
  268. <Compile Include="CustomControl\DataGrid_View\DataGridViewWithSerialNum.Designer.cs">
  269. <DependentUpon>DataGridViewWithSerialNum.cs</DependentUpon>
  270. </Compile>
  271. <Compile Include="CustomControl\GroupBoxWithBorder\GroupBoxWithBorder.cs">
  272. <SubType>Component</SubType>
  273. </Compile>
  274. <Compile Include="CustomControl\GroupBoxWithBorder\GroupBoxWithBorder.Designer.cs">
  275. <DependentUpon>GroupBoxWithBorder.cs</DependentUpon>
  276. </Compile>
  277. <Compile Include="CustomControl\HeadBar\HeadBar.cs">
  278. <SubType>UserControl</SubType>
  279. </Compile>
  280. <Compile Include="CustomControl\HeadBar\HeadBar.Designer.cs">
  281. <DependentUpon>HeadBar.cs</DependentUpon>
  282. </Compile>
  283. <Compile Include="CustomControl\ListViewExpand\ListViewExpand.cs">
  284. <SubType>Component</SubType>
  285. </Compile>
  286. <Compile Include="CustomControl\ListViewExpand\ListViewExpand.Designer.cs">
  287. <DependentUpon>ListViewExpand.cs</DependentUpon>
  288. </Compile>
  289. <Compile Include="CustomControl\Pagination\Pagination.cs">
  290. <SubType>UserControl</SubType>
  291. </Compile>
  292. <Compile Include="CustomControl\Pagination\Pagination.Designer.cs">
  293. <DependentUpon>Pagination.cs</DependentUpon>
  294. </Compile>
  295. <Compile Include="CustomControl\Pagination\PaginationDbFind.cs">
  296. <SubType>UserControl</SubType>
  297. </Compile>
  298. <Compile Include="CustomControl\Pagination\PaginationDbFind.Designer.cs">
  299. <DependentUpon>PaginationDbFind.cs</DependentUpon>
  300. </Compile>
  301. <Compile Include="CustomControl\PowerControlForm\PowerControlForm.cs">
  302. <SubType>Form</SubType>
  303. </Compile>
  304. <Compile Include="CustomControl\PowerControlForm\PowerControlForm.Designer.cs">
  305. <DependentUpon>PowerControlForm.cs</DependentUpon>
  306. </Compile>
  307. <Compile Include="CustomControl\ProcessBar\ProcessBar.cs">
  308. <SubType>UserControl</SubType>
  309. </Compile>
  310. <Compile Include="CustomControl\ProcessBar\ProcessBar.Designer.cs">
  311. <DependentUpon>ProcessBar.cs</DependentUpon>
  312. </Compile>
  313. <Compile Include="CustomControl\RichText\RichTextAutoBottom.cs">
  314. <SubType>Component</SubType>
  315. </Compile>
  316. <Compile Include="CustomControl\RichText\RichTextAutoBottom.Designer.cs">
  317. <DependentUpon>RichTextAutoBottom.cs</DependentUpon>
  318. </Compile>
  319. <Compile Include="CustomControl\SetLoading\LoadingCircle.cs">
  320. <SubType>Component</SubType>
  321. </Compile>
  322. <Compile Include="CustomControl\SetLoading\LoadingCircle.Designer.cs">
  323. <DependentUpon>LoadingCircle.cs</DependentUpon>
  324. </Compile>
  325. <Compile Include="CustomControl\TextBoxWithIcon\BlurSearch.cs">
  326. <SubType>UserControl</SubType>
  327. </Compile>
  328. <Compile Include="CustomControl\TextBoxWithIcon\BlurSearch.Designer.cs">
  329. <DependentUpon>BlurSearch.cs</DependentUpon>
  330. </Compile>
  331. <Compile Include="CustomControl\TextBoxWithIcon\EnterTextBox.cs">
  332. <SubType>Component</SubType>
  333. </Compile>
  334. <Compile Include="CustomControl\TextBoxWithIcon\EnterTextBox.Designer.cs">
  335. <DependentUpon>EnterTextBox.cs</DependentUpon>
  336. </Compile>
  337. <Compile Include="CustomControl\TextBoxWithIcon\MaCodeSearchTextBox.cs">
  338. <SubType>UserControl</SubType>
  339. </Compile>
  340. <Compile Include="CustomControl\TextBoxWithIcon\MaCodeSearchTextBox.Designer.cs">
  341. <DependentUpon>MaCodeSearchTextBox.cs</DependentUpon>
  342. </Compile>
  343. <Compile Include="CustomControl\TextBoxWithIcon\MaCodeTextBox.cs">
  344. <SubType>Component</SubType>
  345. </Compile>
  346. <Compile Include="CustomControl\TextBoxWithIcon\MaCodeTextBox.Designer.cs">
  347. <DependentUpon>MaCodeTextBox.cs</DependentUpon>
  348. </Compile>
  349. <Compile Include="CustomControl\TextBoxWithIcon\NumOnlyTextBox.cs">
  350. <SubType>Component</SubType>
  351. </Compile>
  352. <Compile Include="CustomControl\TextBoxWithIcon\NumOnlyTextBox.Designer.cs">
  353. <DependentUpon>NumOnlyTextBox.cs</DependentUpon>
  354. </Compile>
  355. <Compile Include="CustomControl\TextBoxWithIcon\SearchTextBox.cs">
  356. <SubType>UserControl</SubType>
  357. </Compile>
  358. <Compile Include="CustomControl\TextBoxWithIcon\SearchTextBox.Designer.cs">
  359. <DependentUpon>SearchTextBox.cs</DependentUpon>
  360. </Compile>
  361. <Compile Include="CustomControl\TextBoxWithIcon\SNCodeEnterTextBox.cs">
  362. <SubType>Component</SubType>
  363. </Compile>
  364. <Compile Include="CustomControl\TextBoxWithIcon\SNCodeEnterTextBox.Designer.cs">
  365. <DependentUpon>SNCodeEnterTextBox.cs</DependentUpon>
  366. </Compile>
  367. <Compile Include="CustomControl\TextBoxWithIcon\SnCollectionBox.cs">
  368. <SubType>Component</SubType>
  369. </Compile>
  370. <Compile Include="CustomControl\TextBoxWithIcon\SnCollectionBox.Designer.cs">
  371. <DependentUpon>SnCollectionBox.cs</DependentUpon>
  372. </Compile>
  373. <Compile Include="CustomControl\TextBoxWithIcon\TextAreaForm.cs">
  374. <SubType>Form</SubType>
  375. </Compile>
  376. <Compile Include="CustomControl\TextBoxWithIcon\TextAreaForm.Designer.cs">
  377. <DependentUpon>TextAreaForm.cs</DependentUpon>
  378. </Compile>
  379. <Compile Include="CustomControl\TextBoxWithIcon\TextBoxGeneratePaCode.cs">
  380. <SubType>UserControl</SubType>
  381. </Compile>
  382. <Compile Include="CustomControl\TextBoxWithIcon\TextBoxGeneratePaCode.Designer.cs">
  383. <DependentUpon>TextBoxGeneratePaCode.cs</DependentUpon>
  384. </Compile>
  385. <Compile Include="CustomControl\TextBoxWithIcon\TextBoxNumOnly.cs">
  386. <SubType>Component</SubType>
  387. </Compile>
  388. <Compile Include="CustomControl\TextBoxWithIcon\TextBoxNumOnly.Designer.cs">
  389. <DependentUpon>TextBoxNumOnly.cs</DependentUpon>
  390. </Compile>
  391. <Compile Include="CustomControl\TextBoxWithIcon\TextBoxWithPlaceHolder.cs">
  392. <SubType>UserControl</SubType>
  393. </Compile>
  394. <Compile Include="CustomControl\TextBoxWithIcon\TextBoxWithPlaceHolder.Designer.cs">
  395. <DependentUpon>TextBoxWithPlaceHolder.cs</DependentUpon>
  396. </Compile>
  397. <Compile Include="CustomControl\TextBoxWithIcon\TextBoxWithTextArea.cs">
  398. <SubType>UserControl</SubType>
  399. </Compile>
  400. <Compile Include="CustomControl\TextBoxWithIcon\TextBoxWithTextArea.Designer.cs">
  401. <DependentUpon>TextBoxWithTextArea.cs</DependentUpon>
  402. </Compile>
  403. <Compile Include="CustomControl\TimePickerWithCombo\TimePickerWithCombo.cs">
  404. <SubType>UserControl</SubType>
  405. </Compile>
  406. <Compile Include="CustomControl\TimePickerWithCombo\TimePickerWithCombo.Designer.cs">
  407. <DependentUpon>TimePickerWithCombo.cs</DependentUpon>
  408. </Compile>
  409. <Compile Include="CustomControl\ValueLabel\ValueLabel.cs">
  410. <SubType>Component</SubType>
  411. </Compile>
  412. <Compile Include="CustomControl\ValueLabel\ValueLabel.Designer.cs">
  413. <DependentUpon>ValueLabel.cs</DependentUpon>
  414. </Compile>
  415. <Compile Include="CustomControl\ValueLabel\ValueNumLabel.cs">
  416. <SubType>Component</SubType>
  417. </Compile>
  418. <Compile Include="CustomControl\ValueLabel\ValueNumLabel.Designer.cs">
  419. <DependentUpon>ValueNumLabel.cs</DependentUpon>
  420. </Compile>
  421. <Compile Include="DataOperate\DataHelper.cs" />
  422. <Compile Include="DataOperate\ExcelHandler.cs" />
  423. <Compile Include="DbFind.cs">
  424. <SubType>Form</SubType>
  425. </Compile>
  426. <Compile Include="DbFind.Designer.cs">
  427. <DependentUpon>DbFind.cs</DependentUpon>
  428. </Compile>
  429. <Compile Include="Entity\ItemObject.cs" />
  430. <Compile Include="Entity\Status.cs" />
  431. <Compile Include="Entity\SystemInf.cs" />
  432. <Compile Include="Entity\User.cs" />
  433. <Compile Include="Enum\EMouseState.cs" />
  434. <Compile Include="Form1.cs">
  435. <SubType>Form</SubType>
  436. </Compile>
  437. <Compile Include="Form1.Designer.cs">
  438. <DependentUpon>Form1.cs</DependentUpon>
  439. </Compile>
  440. <Compile Include="FunctionCode\Make\Make_BigBoxCollection.cs">
  441. <SubType>Form</SubType>
  442. </Compile>
  443. <Compile Include="FunctionCode\Make\Make_BigBoxCollection.Designer.cs">
  444. <DependentUpon>Make_BigBoxCollection.cs</DependentUpon>
  445. </Compile>
  446. <Compile Include="FunctionCode\Make\Make_BigBoxWeight.cs">
  447. <SubType>Form</SubType>
  448. </Compile>
  449. <Compile Include="FunctionCode\Make\Make_BigBoxWeight.Designer.cs">
  450. <DependentUpon>Make_BigBoxWeight.cs</DependentUpon>
  451. </Compile>
  452. <Compile Include="FunctionCode\Make\Make_CollectBTMAC.cs">
  453. <SubType>Form</SubType>
  454. </Compile>
  455. <Compile Include="FunctionCode\Make\Make_CollectBTMAC.Designer.cs">
  456. <DependentUpon>Make_CollectBTMAC.cs</DependentUpon>
  457. </Compile>
  458. <Compile Include="FunctionCode\Make\Make_CollectNetCode.cs">
  459. <SubType>Form</SubType>
  460. </Compile>
  461. <Compile Include="FunctionCode\Make\Make_CollectNetCode.Designer.cs">
  462. <DependentUpon>Make_CollectNetCode.cs</DependentUpon>
  463. </Compile>
  464. <Compile Include="FunctionCode\Make\Make_ColorBoxLabelPrint.cs">
  465. <SubType>Form</SubType>
  466. </Compile>
  467. <Compile Include="FunctionCode\Make\Make_ColorBoxLabelPrint.Designer.cs">
  468. <DependentUpon>Make_ColorBoxLabelPrint.cs</DependentUpon>
  469. </Compile>
  470. <Compile Include="FunctionCode\Make\Make_CustomLabelPrint.cs">
  471. <SubType>Form</SubType>
  472. </Compile>
  473. <Compile Include="FunctionCode\Make\Make_CustomLabelPrint.Designer.cs">
  474. <DependentUpon>Make_CustomLabelPrint.cs</DependentUpon>
  475. </Compile>
  476. <Compile Include="FunctionCode\Make\Make_Decompose.cs">
  477. <SubType>Form</SubType>
  478. </Compile>
  479. <Compile Include="FunctionCode\Make\Make_Decompose.Designer.cs">
  480. <DependentUpon>Make_Decompose.cs</DependentUpon>
  481. </Compile>
  482. <Compile Include="FunctionCode\Make\Make_FuselageLabelPrint.cs">
  483. <SubType>Form</SubType>
  484. </Compile>
  485. <Compile Include="FunctionCode\Make\Make_FuselageLabelPrint.Designer.cs">
  486. <DependentUpon>Make_FuselageLabelPrint.cs</DependentUpon>
  487. </Compile>
  488. <Compile Include="FunctionCode\Make\Make_GetReMakeSN.cs">
  489. <SubType>Form</SubType>
  490. </Compile>
  491. <Compile Include="FunctionCode\Make\Make_GetReMakeSN.Designer.cs">
  492. <DependentUpon>Make_GetReMakeSN.cs</DependentUpon>
  493. </Compile>
  494. <Compile Include="FunctionCode\Make\Make_ImeiCheck.cs">
  495. <SubType>Form</SubType>
  496. </Compile>
  497. <Compile Include="FunctionCode\Make\Make_ImeiCheck.Designer.cs">
  498. <DependentUpon>Make_ImeiCheck.cs</DependentUpon>
  499. </Compile>
  500. <Compile Include="FunctionCode\Make\Make_LabelCheck.cs">
  501. <SubType>Form</SubType>
  502. </Compile>
  503. <Compile Include="FunctionCode\Make\Make_LabelCheck.Designer.cs">
  504. <DependentUpon>Make_LabelCheck.cs</DependentUpon>
  505. </Compile>
  506. <Compile Include="FunctionCode\Make\Make_MakeCancelDown.cs">
  507. <SubType>Form</SubType>
  508. </Compile>
  509. <Compile Include="FunctionCode\Make\Make_MakeCancelDown.Designer.cs">
  510. <DependentUpon>Make_MakeCancelDown.cs</DependentUpon>
  511. </Compile>
  512. <Compile Include="FunctionCode\Make\Make_MakeDown.cs">
  513. <SubType>Form</SubType>
  514. </Compile>
  515. <Compile Include="FunctionCode\Make\Make_MakeDown.Designer.cs">
  516. <DependentUpon>Make_MakeDown.cs</DependentUpon>
  517. </Compile>
  518. <Compile Include="FunctionCode\Make\Make_NewBadCode.cs">
  519. <SubType>Form</SubType>
  520. </Compile>
  521. <Compile Include="FunctionCode\Make\Make_NewBadCode.Designer.cs">
  522. <DependentUpon>Make_NewBadCode.cs</DependentUpon>
  523. </Compile>
  524. <Compile Include="FunctionCode\Make\Make_NewBadCode_DE.cs">
  525. <SubType>Form</SubType>
  526. </Compile>
  527. <Compile Include="FunctionCode\Make\Make_NewBadCode_DE.Designer.cs">
  528. <DependentUpon>Make_NewBadCode_DE.cs</DependentUpon>
  529. </Compile>
  530. <Compile Include="FunctionCode\Make\Make_NewBigBox.cs">
  531. <SubType>Form</SubType>
  532. </Compile>
  533. <Compile Include="FunctionCode\Make\Make_NewBigBox.Designer.cs">
  534. <DependentUpon>Make_NewBigBox.cs</DependentUpon>
  535. </Compile>
  536. <Compile Include="FunctionCode\Make\Make_NewMatainInf.cs">
  537. <SubType>Form</SubType>
  538. </Compile>
  539. <Compile Include="FunctionCode\Make\Make_NewMatainInf.Designer.cs">
  540. <DependentUpon>Make_NewMatainInf.cs</DependentUpon>
  541. </Compile>
  542. <Compile Include="FunctionCode\Make\Make_PackageCollectionWeigh.cs">
  543. <SubType>Form</SubType>
  544. </Compile>
  545. <Compile Include="FunctionCode\Make\Make_PackageCollectionWeigh.Designer.cs">
  546. <DependentUpon>Make_PackageCollectionWeigh.cs</DependentUpon>
  547. </Compile>
  548. <Compile Include="FunctionCode\Make\Make_PalletCollection.cs">
  549. <SubType>Form</SubType>
  550. </Compile>
  551. <Compile Include="FunctionCode\Make\Make_PalletCollection.Designer.cs">
  552. <DependentUpon>Make_PalletCollection.cs</DependentUpon>
  553. </Compile>
  554. <Compile Include="FunctionCode\Make\Make_PalletWeightRecord.cs">
  555. <SubType>Form</SubType>
  556. </Compile>
  557. <Compile Include="FunctionCode\Make\Make_PalletWeightRecord.Designer.cs">
  558. <DependentUpon>Make_PalletWeightRecord.cs</DependentUpon>
  559. </Compile>
  560. <Compile Include="FunctionCode\Make\Make_RePrintLabel.cs">
  561. <SubType>Form</SubType>
  562. </Compile>
  563. <Compile Include="FunctionCode\Make\Make_RePrintLabel.Designer.cs">
  564. <DependentUpon>Make_RePrintLabel.cs</DependentUpon>
  565. </Compile>
  566. <Compile Include="FunctionCode\Make\Make_SeqProgramTransform.cs">
  567. <SubType>Form</SubType>
  568. </Compile>
  569. <Compile Include="FunctionCode\Make\Make_SeqProgramTransform.Designer.cs">
  570. <DependentUpon>Make_SeqProgramTransform.cs</DependentUpon>
  571. </Compile>
  572. <Compile Include="FunctionCode\Make\Make_SpecialCartonPack.cs">
  573. <SubType>Form</SubType>
  574. </Compile>
  575. <Compile Include="FunctionCode\Make\Make_SpecialCartonPack.Designer.cs">
  576. <DependentUpon>Make_SpecialCartonPack.cs</DependentUpon>
  577. </Compile>
  578. <Compile Include="FunctionCode\Make\Make_UpdateCollectCode.cs">
  579. <SubType>Form</SubType>
  580. </Compile>
  581. <Compile Include="FunctionCode\Make\Make_UpdateCollectCode.Designer.cs">
  582. <DependentUpon>Make_UpdateCollectCode.cs</DependentUpon>
  583. </Compile>
  584. <Compile Include="FunctionCode\OQC\OQC_CheckNoSplit.cs">
  585. <SubType>Form</SubType>
  586. </Compile>
  587. <Compile Include="FunctionCode\OQC\OQC_CheckNoSplit.Designer.cs">
  588. <DependentUpon>OQC_CheckNoSplit.cs</DependentUpon>
  589. </Compile>
  590. <Compile Include="FunctionCode\Packing\Packing_CartonSplit.cs">
  591. <SubType>Form</SubType>
  592. </Compile>
  593. <Compile Include="FunctionCode\Packing\Packing_CartonSplit.Designer.cs">
  594. <DependentUpon>Packing_CartonSplit.cs</DependentUpon>
  595. </Compile>
  596. <Compile Include="FunctionCode\Packing\Packing_CartonTransfer.cs">
  597. <SubType>Form</SubType>
  598. </Compile>
  599. <Compile Include="FunctionCode\Packing\Packing_CartonTransfer.Designer.cs">
  600. <DependentUpon>Packing_CartonTransfer.cs</DependentUpon>
  601. </Compile>
  602. <Compile Include="FunctionCode\Packing\Packing_ProdWeightSet.cs">
  603. <SubType>Form</SubType>
  604. </Compile>
  605. <Compile Include="FunctionCode\Packing\Packing_ProdWeightSet.Designer.cs">
  606. <DependentUpon>Packing_ProdWeightSet.cs</DependentUpon>
  607. </Compile>
  608. <Compile Include="FunctionCode\Special\Special_MendLabel.cs">
  609. <SubType>Form</SubType>
  610. </Compile>
  611. <Compile Include="FunctionCode\Special\Special_MendLabel.Designer.cs">
  612. <DependentUpon>Special_MendLabel.cs</DependentUpon>
  613. </Compile>
  614. <Compile Include="FunctionCode\Warehouse\Warehouse_NewPiInOut.cs">
  615. <SubType>Form</SubType>
  616. </Compile>
  617. <Compile Include="FunctionCode\Warehouse\Warehouse_NewPiInOut.Designer.cs">
  618. <DependentUpon>Warehouse_NewPiInOut.cs</DependentUpon>
  619. </Compile>
  620. <Compile Include="FunctionCode\Warehouse\Warehouse_ProdDetail.cs">
  621. <SubType>Form</SubType>
  622. </Compile>
  623. <Compile Include="FunctionCode\Warehouse\Warehouse_ProdDetail.Designer.cs">
  624. <DependentUpon>Warehouse_ProdDetail.cs</DependentUpon>
  625. </Compile>
  626. <Compile Include="FunctionCode\Warehouse\Warehouse_ProductMakeIn.cs">
  627. <SubType>Form</SubType>
  628. </Compile>
  629. <Compile Include="FunctionCode\Warehouse\Warehouse_ProductMakeIn.Designer.cs">
  630. <DependentUpon>Warehouse_ProductMakeIn.cs</DependentUpon>
  631. </Compile>
  632. <Compile Include="Login.cs">
  633. <SubType>Form</SubType>
  634. </Compile>
  635. <Compile Include="Login.Designer.cs">
  636. <DependentUpon>Login.cs</DependentUpon>
  637. </Compile>
  638. <Compile Include="Main.cs">
  639. <SubType>Form</SubType>
  640. </Compile>
  641. <Compile Include="Main.Designer.cs">
  642. <DependentUpon>Main.cs</DependentUpon>
  643. </Compile>
  644. <Compile Include="FunctionCode\OQC\OQC_SamplingDataCollection.cs">
  645. <SubType>Form</SubType>
  646. </Compile>
  647. <Compile Include="FunctionCode\OQC\OQC_SamplingDataCollection.Designer.cs">
  648. <DependentUpon>OQC_SamplingDataCollection.cs</DependentUpon>
  649. </Compile>
  650. <Compile Include="FunctionCode\OQC\OQC_BatchResultJudge.cs">
  651. <SubType>Form</SubType>
  652. </Compile>
  653. <Compile Include="FunctionCode\OQC\OQC_BatchResultJudge.Designer.cs">
  654. <DependentUpon>OQC_BatchResultJudge.cs</DependentUpon>
  655. </Compile>
  656. <Compile Include="FunctionCode\OQC\OQC_PlanMaintain.cs">
  657. <SubType>Form</SubType>
  658. </Compile>
  659. <Compile Include="FunctionCode\OQC\OQC_PlanMaintain.designer.cs">
  660. <DependentUpon>OQC_PlanMaintain.cs</DependentUpon>
  661. </Compile>
  662. <Compile Include="FunctionCode\OQC\OQC_Inspection.cs">
  663. <SubType>Form</SubType>
  664. </Compile>
  665. <Compile Include="FunctionCode\OQC\OQC_Inspection.Designer.cs">
  666. <DependentUpon>OQC_Inspection.cs</DependentUpon>
  667. </Compile>
  668. <Compile Include="Program.cs" />
  669. <Compile Include="Properties\AssemblyInfo.cs" />
  670. <Compile Include="Properties\Resources.Designer.cs">
  671. <AutoGen>True</AutoGen>
  672. <DesignTime>True</DesignTime>
  673. <DependentUpon>Resources.resx</DependentUpon>
  674. </Compile>
  675. <Compile Include="PublicForm\ChangePwd.cs">
  676. <SubType>Form</SubType>
  677. </Compile>
  678. <Compile Include="PublicForm\ChangePwd.Designer.cs">
  679. <DependentUpon>ChangePwd.cs</DependentUpon>
  680. </Compile>
  681. <Compile Include="PublicForm\DataChooseForm.cs">
  682. <SubType>Form</SubType>
  683. </Compile>
  684. <Compile Include="PublicForm\DataChooseForm.Designer.cs">
  685. <DependentUpon>DataChooseForm.cs</DependentUpon>
  686. </Compile>
  687. <Compile Include="PublicForm\SetLoadingWindow.cs">
  688. <SubType>Form</SubType>
  689. </Compile>
  690. <Compile Include="PublicForm\SetLoadingWindow.Designer.cs">
  691. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  692. </Compile>
  693. <Compile Include="PublicMethod\AssemblyHelper.cs" />
  694. <Compile Include="PublicMethod\AutoSizeControl.cs" />
  695. <Compile Include="PublicMethod\AutoSizeFormClass.cs" />
  696. <Compile Include="PublicMethod\BaseUtil.cs" />
  697. <Compile Include="PublicMethod\DrawHelper.cs" />
  698. <Compile Include="PublicMethod\Encryption.cs" />
  699. <Compile Include="PublicMethod\ftpOperater.cs" />
  700. <Compile Include="PublicMethod\GlobalEventsHandler.cs" />
  701. <Compile Include="PublicMethod\LogicHandler.cs" />
  702. <Compile Include="PublicMethod\ExceptionHandler.cs" />
  703. <Compile Include="PublicMethod\LogManager.cs" />
  704. <Compile Include="PublicMethod\LogStringBuilder.cs" />
  705. <Compile Include="PublicMethod\Print.cs" />
  706. <Compile Include="PublicMethod\ReadDataFromSerialPort.cs" />
  707. <Compile Include="FunctionCode\SMT\SMT_Feeding.cs">
  708. <SubType>Form</SubType>
  709. </Compile>
  710. <Compile Include="FunctionCode\SMT\SMT_Feeding.Designer.cs">
  711. <DependentUpon>SMT_Feeding.cs</DependentUpon>
  712. </Compile>
  713. <Compile Include="FunctionCode\SMT\SMT_MakeShift.cs">
  714. <SubType>Form</SubType>
  715. </Compile>
  716. <Compile Include="FunctionCode\SMT\SMT_MakeShift.Designer.cs">
  717. <DependentUpon>SMT_MakeShift.cs</DependentUpon>
  718. </Compile>
  719. <Compile Include="FunctionCode\SMT\SMT_PreMaterials.cs">
  720. <SubType>Form</SubType>
  721. </Compile>
  722. <Compile Include="FunctionCode\SMT\SMT_PreMaterials.Designer.cs">
  723. <DependentUpon>SMT_PreMaterials.cs</DependentUpon>
  724. </Compile>
  725. <Compile Include="FunctionCode\SMT\SMT_MaterialsWaring.cs">
  726. <SubType>Form</SubType>
  727. </Compile>
  728. <Compile Include="FunctionCode\SMT\SMT_MaterialsWaring.Designer.cs">
  729. <DependentUpon>SMT_MaterialsWaring.cs</DependentUpon>
  730. </Compile>
  731. <Compile Include="FunctionCode\SMT\SMT_WaringSetting.cs">
  732. <SubType>Form</SubType>
  733. </Compile>
  734. <Compile Include="FunctionCode\SMT\SMT_WaringSetting.Designer.cs">
  735. <DependentUpon>SMT_WaringSetting.cs</DependentUpon>
  736. </Compile>
  737. <Compile Include="FunctionCode\SMT\SMT_ChangeLine.cs">
  738. <SubType>Form</SubType>
  739. </Compile>
  740. <Compile Include="FunctionCode\SMT\SMT_ChangeLine.Designer.cs">
  741. <DependentUpon>SMT_ChangeLine.cs</DependentUpon>
  742. </Compile>
  743. <Compile Include="FunctionCode\Make\Make_FeedingCollection.cs">
  744. <SubType>Form</SubType>
  745. </Compile>
  746. <Compile Include="FunctionCode\Make\Make_FeedingCollection.Designer.cs">
  747. <DependentUpon>Make_FeedingCollection.cs</DependentUpon>
  748. </Compile>
  749. <Compile Include="FunctionCode\Make\Make_SplitBoard.cs">
  750. <SubType>Form</SubType>
  751. </Compile>
  752. <Compile Include="FunctionCode\Make\Make_SplitBoard.Designer.cs">
  753. <DependentUpon>Make_SplitBoard.cs</DependentUpon>
  754. </Compile>
  755. <Compile Include="FunctionCode\Make\Make_PackageCollection.cs">
  756. <SubType>Form</SubType>
  757. </Compile>
  758. <Compile Include="FunctionCode\Make\Make_PackageCollection.Designer.cs">
  759. <DependentUpon>Make_PackageCollection.cs</DependentUpon>
  760. </Compile>
  761. <Compile Include="FunctionCode\Make\Make_CartonBoxWeigh.cs">
  762. <SubType>Form</SubType>
  763. </Compile>
  764. <Compile Include="FunctionCode\Make\Make_CartonBoxWeigh.Designer.cs">
  765. <DependentUpon>Make_CartonBoxWeigh.cs</DependentUpon>
  766. </Compile>
  767. <Compile Include="FunctionCode\Make\Make_PositionStock.cs">
  768. <SubType>Form</SubType>
  769. </Compile>
  770. <Compile Include="FunctionCode\Make\Make_PositionStock.Designer.cs">
  771. <DependentUpon>Make_PositionStock.cs</DependentUpon>
  772. </Compile>
  773. <Compile Include="FunctionCode\Make\Make_CheckNoRelpace.cs">
  774. <SubType>Form</SubType>
  775. </Compile>
  776. <Compile Include="FunctionCode\Make\Make_CheckNoRelpace.Designer.cs">
  777. <DependentUpon>Make_CheckNoRelpace.cs</DependentUpon>
  778. </Compile>
  779. <Compile Include="FunctionCode\Make\Make_SeqTransform.cs">
  780. <SubType>Form</SubType>
  781. </Compile>
  782. <Compile Include="FunctionCode\Make\Make_SeqTransform.Designer.cs">
  783. <DependentUpon>Make_SeqTransform.cs</DependentUpon>
  784. </Compile>
  785. <Compile Include="FunctionCode\Make\Make_ColorBoxWeigh.cs">
  786. <SubType>Form</SubType>
  787. </Compile>
  788. <Compile Include="FunctionCode\Make\Make_ColorBoxWeigh.Designer.cs">
  789. <DependentUpon>Make_ColorBoxWeigh.cs</DependentUpon>
  790. </Compile>
  791. <Compile Include="FunctionCode\Make\Make_NewPallet.cs">
  792. <SubType>Form</SubType>
  793. </Compile>
  794. <Compile Include="FunctionCode\Make\Make_NewPallet.Designer.cs">
  795. <DependentUpon>Make_NewPallet.cs</DependentUpon>
  796. </Compile>
  797. <Compile Include="FunctionCode\Make\Make_ColorBoxLoadPrint.cs">
  798. <SubType>Form</SubType>
  799. </Compile>
  800. <Compile Include="FunctionCode\Make\Make_ColorBoxLoadPrint.Designer.cs">
  801. <DependentUpon>Make_ColorBoxLoadPrint.cs</DependentUpon>
  802. </Compile>
  803. <Compile Include="FunctionCode\Make\Make_PalletWeigh.cs">
  804. <SubType>Form</SubType>
  805. </Compile>
  806. <Compile Include="FunctionCode\Make\Make_PalletWeigh.Designer.cs">
  807. <DependentUpon>Make_PalletWeigh.cs</DependentUpon>
  808. </Compile>
  809. <Compile Include="FunctionCode\Make\Make_TestCollection.cs">
  810. <SubType>Form</SubType>
  811. </Compile>
  812. <Compile Include="FunctionCode\Make\Make_TestCollection.Designer.cs">
  813. <DependentUpon>Make_TestCollection.cs</DependentUpon>
  814. </Compile>
  815. <Compile Include="FunctionCode\Make\Make_Repair.cs">
  816. <SubType>Form</SubType>
  817. </Compile>
  818. <Compile Include="FunctionCode\Make\Make_Repair.Designer.cs">
  819. <DependentUpon>Make_Repair.cs</DependentUpon>
  820. </Compile>
  821. <Compile Include="FunctionCode\Employee\Employee_Data.cs">
  822. <SubType>Form</SubType>
  823. </Compile>
  824. <Compile Include="FunctionCode\Employee\Employee_Data.Designer.cs">
  825. <DependentUpon>Employee_Data.cs</DependentUpon>
  826. </Compile>
  827. <Compile Include="FunctionCode\Employee\Employee_Group.cs">
  828. <SubType>Form</SubType>
  829. </Compile>
  830. <Compile Include="FunctionCode\Employee\Employee_Group.Designer.cs">
  831. <DependentUpon>Employee_Group.cs</DependentUpon>
  832. </Compile>
  833. <Compile Include="FunctionCode\Employee\Employee_ChooseUserToGroup.cs">
  834. <SubType>Form</SubType>
  835. </Compile>
  836. <Compile Include="FunctionCode\Employee\Employee_ChooseUserToGroup.Designer.cs">
  837. <DependentUpon>Employee_ChooseUserToGroup.cs</DependentUpon>
  838. </Compile>
  839. <Compile Include="FunctionCode\Employee\Employee_NewGroup.cs">
  840. <SubType>Form</SubType>
  841. </Compile>
  842. <Compile Include="FunctionCode\Employee\Employee_NewGroup.Designer.cs">
  843. <DependentUpon>Employee_NewGroup.cs</DependentUpon>
  844. </Compile>
  845. <Compile Include="FunctionCode\Employee\Employee_PowerSarch.cs">
  846. <SubType>Form</SubType>
  847. </Compile>
  848. <Compile Include="FunctionCode\Employee\Employee_PowerSarch.Designer.cs">
  849. <DependentUpon>Employee_PowerSarch.cs</DependentUpon>
  850. </Compile>
  851. <Compile Include="FunctionCode\Employee\Employee_Power.cs">
  852. <SubType>Form</SubType>
  853. </Compile>
  854. <Compile Include="FunctionCode\Employee\Employee_Power.Designer.cs">
  855. <DependentUpon>Employee_Power.cs</DependentUpon>
  856. </Compile>
  857. <Compile Include="FunctionCode\Warehouse\Warehouse_FinishedProductIn.cs">
  858. <SubType>Form</SubType>
  859. </Compile>
  860. <Compile Include="FunctionCode\Warehouse\Warehouse_FinishedProductIn.Designer.cs">
  861. <DependentUpon>Warehouse_FinishedProductIn.cs</DependentUpon>
  862. </Compile>
  863. <Compile Include="FunctionCode\Warehouse\Warehouse_FinishedProductOut.cs">
  864. <SubType>Form</SubType>
  865. </Compile>
  866. <Compile Include="FunctionCode\Warehouse\Warehouse_FinishedProductOut.Designer.cs">
  867. <DependentUpon>Warehouse_FinishedProductOut.cs</DependentUpon>
  868. </Compile>
  869. <Compile Include="FunctionCode\Warehouse\Warehouse_In.cs">
  870. <SubType>Form</SubType>
  871. </Compile>
  872. <Compile Include="FunctionCode\Warehouse\Warehouse_In.Designer.cs">
  873. <DependentUpon>Warehouse_In.cs</DependentUpon>
  874. </Compile>
  875. <Compile Include="FunctionCode\Warehouse\Warehouse_Out.cs">
  876. <SubType>Form</SubType>
  877. </Compile>
  878. <Compile Include="FunctionCode\Warehouse\Warehouse_Out.Designer.cs">
  879. <DependentUpon>Warehouse_Out.cs</DependentUpon>
  880. </Compile>
  881. <Compile Include="FunctionCode\Stock\Stock_WarehouseTransform.cs">
  882. <SubType>Form</SubType>
  883. </Compile>
  884. <Compile Include="FunctionCode\Stock\Stock_WarehouseTransform.Designer.cs">
  885. <DependentUpon>Stock_WarehouseTransform.cs</DependentUpon>
  886. </Compile>
  887. <Compile Include="FunctionCode\Stock\Stock_Split.cs">
  888. <SubType>Form</SubType>
  889. </Compile>
  890. <Compile Include="FunctionCode\Stock\Stock_Split.Designer.cs">
  891. <DependentUpon>Stock_Split.cs</DependentUpon>
  892. </Compile>
  893. <Compile Include="FunctionCode\Stock\Stock_Combine.cs">
  894. <SubType>Form</SubType>
  895. </Compile>
  896. <Compile Include="FunctionCode\Stock\Stock_Combine.Designer.cs">
  897. <DependentUpon>Stock_Combine.cs</DependentUpon>
  898. </Compile>
  899. <Compile Include="FunctionCode\Stock\Sotck_StorageTransform.cs">
  900. <SubType>Form</SubType>
  901. </Compile>
  902. <Compile Include="FunctionCode\Stock\Sotck_StorageTransform.Designer.cs">
  903. <DependentUpon>Sotck_StorageTransform.cs</DependentUpon>
  904. </Compile>
  905. <Compile Include="FunctionCode\Stock\Stock_BarcodeInf.cs">
  906. <SubType>Form</SubType>
  907. </Compile>
  908. <Compile Include="FunctionCode\Stock\Stock_BarcodeInf.Designer.cs">
  909. <DependentUpon>Stock_BarcodeInf.cs</DependentUpon>
  910. </Compile>
  911. <Compile Include="FunctionCode\Query\Query_ProductTraceBack.cs">
  912. <SubType>Form</SubType>
  913. </Compile>
  914. <Compile Include="FunctionCode\Query\Query_ProductTraceBack.Designer.cs">
  915. <DependentUpon>Query_ProductTraceBack.cs</DependentUpon>
  916. </Compile>
  917. <Compile Include="FunctionCode\Query\Query_ExeProgress.cs">
  918. <SubType>Form</SubType>
  919. </Compile>
  920. <Compile Include="FunctionCode\Query\Query_ExeProgress.Designer.cs">
  921. <DependentUpon>Query_ExeProgress.cs</DependentUpon>
  922. </Compile>
  923. <Compile Include="FunctionCode\Query\Query_OnlineTraceBack.cs">
  924. <SubType>Form</SubType>
  925. </Compile>
  926. <Compile Include="FunctionCode\Query\Query_OnlineTraceBack.Designer.cs">
  927. <DependentUpon>Query_OnlineTraceBack.cs</DependentUpon>
  928. </Compile>
  929. <Compile Include="FunctionCode\Query\Quert_RealTime.cs">
  930. <SubType>Form</SubType>
  931. </Compile>
  932. <Compile Include="FunctionCode\Query\Quert_RealTime.Designer.cs">
  933. <DependentUpon>Quert_RealTime.cs</DependentUpon>
  934. </Compile>
  935. <Compile Include="FunctionCode\Special\Special_QCForce.cs">
  936. <SubType>Form</SubType>
  937. </Compile>
  938. <Compile Include="FunctionCode\Special\Special_QCForce.Designer.cs">
  939. <DependentUpon>Special_QCForce.cs</DependentUpon>
  940. </Compile>
  941. <Compile Include="FunctionCode\Special\Special_CancelCollection.cs">
  942. <SubType>Form</SubType>
  943. </Compile>
  944. <Compile Include="FunctionCode\Special\Special_CancelCollection.Designer.cs">
  945. <DependentUpon>Special_CancelCollection.cs</DependentUpon>
  946. </Compile>
  947. <Compile Include="FunctionCode\Special\Special_SeqTransform.cs">
  948. <SubType>Form</SubType>
  949. </Compile>
  950. <Compile Include="FunctionCode\Special\Special_SeqTransform.Designer.cs">
  951. <DependentUpon>Special_SeqTransform.cs</DependentUpon>
  952. </Compile>
  953. <Compile Include="FunctionCode\Special\Special_BoxSplit.cs">
  954. <SubType>Form</SubType>
  955. </Compile>
  956. <Compile Include="FunctionCode\Special\Special_BoxSplit.Designer.cs">
  957. <DependentUpon>Special_BoxSplit.cs</DependentUpon>
  958. </Compile>
  959. <Compile Include="FunctionCode\Special\Special_MixPackage.cs">
  960. <SubType>Form</SubType>
  961. </Compile>
  962. <Compile Include="FunctionCode\Special\Special_MixPackage.Designer.cs">
  963. <DependentUpon>Special_MixPackage.cs</DependentUpon>
  964. </Compile>
  965. <Compile Include="FunctionCode\SystemSetting\SystemSetting_LabelMaintain.cs">
  966. <SubType>Form</SubType>
  967. </Compile>
  968. <Compile Include="FunctionCode\SystemSetting\SystemSetting_LabelMaintain.Designer.cs">
  969. <DependentUpon>SystemSetting_LabelMaintain.cs</DependentUpon>
  970. </Compile>
  971. <Compile Include="FunctionCode\SystemSetting\SystemSetting_SysNav.cs">
  972. <SubType>Form</SubType>
  973. </Compile>
  974. <Compile Include="FunctionCode\SystemSetting\SystemSetting_SysNav.Designer.cs">
  975. <DependentUpon>SystemSetting_SysNav.cs</DependentUpon>
  976. </Compile>
  977. <Compile Include="FunctionCode\SystemSetting\SystemSetting_PrinterTest.cs">
  978. <SubType>Form</SubType>
  979. </Compile>
  980. <Compile Include="FunctionCode\SystemSetting\SystemSetting_PrinterTest.Designer.cs">
  981. <DependentUpon>SystemSetting_PrinterTest.cs</DependentUpon>
  982. </Compile>
  983. <Compile Include="FunctionCode\SystemSetting\SystemSetting_ScaleTest.cs">
  984. <SubType>Form</SubType>
  985. </Compile>
  986. <Compile Include="FunctionCode\SystemSetting\SystemSetting_ScaleTest.Designer.cs">
  987. <DependentUpon>SystemSetting_ScaleTest.cs</DependentUpon>
  988. </Compile>
  989. <Compile Include="PublicMethod\ZipHelper.cs" />
  990. <Compile Include="Settings.cs" />
  991. <EmbeddedResource Include="CustomControl\AccordionMenu\AccordionMenu.resx">
  992. <DependentUpon>AccordionMenu.cs</DependentUpon>
  993. </EmbeddedResource>
  994. <EmbeddedResource Include="CustomControl\ClickPicBox\ClickPicBox.resx">
  995. <DependentUpon>ClickPicBox.cs</DependentUpon>
  996. </EmbeddedResource>
  997. <EmbeddedResource Include="CustomControl\ComBoxWithFocus\PrinterCombox.resx">
  998. <DependentUpon>PrinterCombox.cs</DependentUpon>
  999. </EmbeddedResource>
  1000. <EmbeddedResource Include="CustomControl\ComBoxWithFocus\SerialPortCombox.resx">
  1001. <DependentUpon>SerialPortCombox.cs</DependentUpon>
  1002. </EmbeddedResource>
  1003. <EmbeddedResource Include="CustomControl\CustomCheckBox\AutoPrintCheckBox.resx">
  1004. <DependentUpon>AutoPrintCheckBox.cs</DependentUpon>
  1005. </EmbeddedResource>
  1006. <EmbeddedResource Include="CustomControl\CustomCheckBox\LockCheckBox.resx">
  1007. <DependentUpon>LockCheckBox.cs</DependentUpon>
  1008. </EmbeddedResource>
  1009. <EmbeddedResource Include="CustomControl\CustomTabControl\CustomTabControl.resx">
  1010. <DependentUpon>CustomTabControl.cs</DependentUpon>
  1011. </EmbeddedResource>
  1012. <EmbeddedResource Include="CustomControl\DataGrid_View\DataGridViewExpand.resx">
  1013. <DependentUpon>DataGridViewExpand.cs</DependentUpon>
  1014. </EmbeddedResource>
  1015. <EmbeddedResource Include="CustomControl\HeadBar\HeadBar.resx">
  1016. <DependentUpon>HeadBar.cs</DependentUpon>
  1017. </EmbeddedResource>
  1018. <EmbeddedResource Include="CustomControl\HeadBar\HeadBar.zu.resx">
  1019. <DependentUpon>HeadBar.cs</DependentUpon>
  1020. </EmbeddedResource>
  1021. <EmbeddedResource Include="CustomControl\Pagination\Pagination.resx">
  1022. <DependentUpon>Pagination.cs</DependentUpon>
  1023. </EmbeddedResource>
  1024. <EmbeddedResource Include="CustomControl\Pagination\PaginationDbFind.resx">
  1025. <DependentUpon>PaginationDbFind.cs</DependentUpon>
  1026. </EmbeddedResource>
  1027. <EmbeddedResource Include="CustomControl\ProcessBar\ProcessBar.resx">
  1028. <DependentUpon>ProcessBar.cs</DependentUpon>
  1029. </EmbeddedResource>
  1030. <EmbeddedResource Include="CustomControl\TextBoxWithIcon\BlurSearch.resx">
  1031. <DependentUpon>BlurSearch.cs</DependentUpon>
  1032. </EmbeddedResource>
  1033. <EmbeddedResource Include="CustomControl\TextBoxWithIcon\EnterTextBox.resx">
  1034. <DependentUpon>EnterTextBox.cs</DependentUpon>
  1035. </EmbeddedResource>
  1036. <EmbeddedResource Include="CustomControl\TextBoxWithIcon\MaCodeSearchTextBox.resx">
  1037. <DependentUpon>MaCodeSearchTextBox.cs</DependentUpon>
  1038. </EmbeddedResource>
  1039. <EmbeddedResource Include="CustomControl\TextBoxWithIcon\MaCodeTextBox.resx">
  1040. <DependentUpon>MaCodeTextBox.cs</DependentUpon>
  1041. </EmbeddedResource>
  1042. <EmbeddedResource Include="CustomControl\TextBoxWithIcon\NumOnlyTextBox.resx">
  1043. <DependentUpon>NumOnlyTextBox.cs</DependentUpon>
  1044. </EmbeddedResource>
  1045. <EmbeddedResource Include="CustomControl\TextBoxWithIcon\SearchTextBox.resx">
  1046. <DependentUpon>SearchTextBox.cs</DependentUpon>
  1047. </EmbeddedResource>
  1048. <EmbeddedResource Include="CustomControl\TextBoxWithIcon\SNCodeEnterTextBox.resx">
  1049. <DependentUpon>SNCodeEnterTextBox.cs</DependentUpon>
  1050. </EmbeddedResource>
  1051. <EmbeddedResource Include="CustomControl\TextBoxWithIcon\TextAreaForm.resx">
  1052. <DependentUpon>TextAreaForm.cs</DependentUpon>
  1053. </EmbeddedResource>
  1054. <EmbeddedResource Include="CustomControl\TextBoxWithIcon\TextBoxGeneratePaCode.resx">
  1055. <DependentUpon>TextBoxGeneratePaCode.cs</DependentUpon>
  1056. </EmbeddedResource>
  1057. <EmbeddedResource Include="CustomControl\TextBoxWithIcon\TextBoxWithPlaceHolder.resx">
  1058. <DependentUpon>TextBoxWithPlaceHolder.cs</DependentUpon>
  1059. </EmbeddedResource>
  1060. <EmbeddedResource Include="CustomControl\TextBoxWithIcon\TextBoxWithTextArea.resx">
  1061. <DependentUpon>TextBoxWithTextArea.cs</DependentUpon>
  1062. </EmbeddedResource>
  1063. <EmbeddedResource Include="CustomControl\TimePickerWithCombo\TimePickerWithCombo.resx">
  1064. <DependentUpon>TimePickerWithCombo.cs</DependentUpon>
  1065. </EmbeddedResource>
  1066. <EmbeddedResource Include="CustomControl\ValueLabel\ValueLabel.resx">
  1067. <DependentUpon>ValueLabel.cs</DependentUpon>
  1068. </EmbeddedResource>
  1069. <EmbeddedResource Include="DbFind.resx">
  1070. <DependentUpon>DbFind.cs</DependentUpon>
  1071. </EmbeddedResource>
  1072. <EmbeddedResource Include="Form1.resx">
  1073. <DependentUpon>Form1.cs</DependentUpon>
  1074. </EmbeddedResource>
  1075. <EmbeddedResource Include="FunctionCode\Make\Make_BigBoxCollection.resx">
  1076. <DependentUpon>Make_BigBoxCollection.cs</DependentUpon>
  1077. </EmbeddedResource>
  1078. <EmbeddedResource Include="FunctionCode\Make\Make_BigBoxWeight.resx">
  1079. <DependentUpon>Make_BigBoxWeight.cs</DependentUpon>
  1080. </EmbeddedResource>
  1081. <EmbeddedResource Include="FunctionCode\Make\Make_CollectBTMAC.resx">
  1082. <DependentUpon>Make_CollectBTMAC.cs</DependentUpon>
  1083. </EmbeddedResource>
  1084. <EmbeddedResource Include="FunctionCode\Make\Make_CollectNetCode.resx">
  1085. <DependentUpon>Make_CollectNetCode.cs</DependentUpon>
  1086. </EmbeddedResource>
  1087. <EmbeddedResource Include="FunctionCode\Make\Make_ColorBoxLabelPrint.resx">
  1088. <DependentUpon>Make_ColorBoxLabelPrint.cs</DependentUpon>
  1089. </EmbeddedResource>
  1090. <EmbeddedResource Include="FunctionCode\Make\Make_CustomLabelPrint.resx">
  1091. <DependentUpon>Make_CustomLabelPrint.cs</DependentUpon>
  1092. </EmbeddedResource>
  1093. <EmbeddedResource Include="FunctionCode\Make\Make_Decompose.resx">
  1094. <DependentUpon>Make_Decompose.cs</DependentUpon>
  1095. </EmbeddedResource>
  1096. <EmbeddedResource Include="FunctionCode\Make\Make_FuselageLabelPrint.resx">
  1097. <DependentUpon>Make_FuselageLabelPrint.cs</DependentUpon>
  1098. </EmbeddedResource>
  1099. <EmbeddedResource Include="FunctionCode\Make\Make_GetReMakeSN.resx">
  1100. <DependentUpon>Make_GetReMakeSN.cs</DependentUpon>
  1101. </EmbeddedResource>
  1102. <EmbeddedResource Include="FunctionCode\Make\Make_ImeiCheck.resx">
  1103. <DependentUpon>Make_ImeiCheck.cs</DependentUpon>
  1104. </EmbeddedResource>
  1105. <EmbeddedResource Include="FunctionCode\Make\Make_LabelCheck.resx">
  1106. <DependentUpon>Make_LabelCheck.cs</DependentUpon>
  1107. </EmbeddedResource>
  1108. <EmbeddedResource Include="FunctionCode\Make\Make_MakeCancelDown.resx">
  1109. <DependentUpon>Make_MakeCancelDown.cs</DependentUpon>
  1110. </EmbeddedResource>
  1111. <EmbeddedResource Include="FunctionCode\Make\Make_MakeDown.resx">
  1112. <DependentUpon>Make_MakeDown.cs</DependentUpon>
  1113. </EmbeddedResource>
  1114. <EmbeddedResource Include="FunctionCode\Make\Make_NewBadCode.resx">
  1115. <DependentUpon>Make_NewBadCode.cs</DependentUpon>
  1116. </EmbeddedResource>
  1117. <EmbeddedResource Include="FunctionCode\Make\Make_NewBadCode_DE.resx">
  1118. <DependentUpon>Make_NewBadCode_DE.cs</DependentUpon>
  1119. </EmbeddedResource>
  1120. <EmbeddedResource Include="FunctionCode\Make\Make_NewBigBox.resx">
  1121. <DependentUpon>Make_NewBigBox.cs</DependentUpon>
  1122. </EmbeddedResource>
  1123. <EmbeddedResource Include="FunctionCode\Make\Make_NewMatainInf.resx">
  1124. <DependentUpon>Make_NewMatainInf.cs</DependentUpon>
  1125. </EmbeddedResource>
  1126. <EmbeddedResource Include="FunctionCode\Make\Make_PackageCollectionWeigh.resx">
  1127. <DependentUpon>Make_PackageCollectionWeigh.cs</DependentUpon>
  1128. </EmbeddedResource>
  1129. <EmbeddedResource Include="FunctionCode\Make\Make_PalletCollection.resx">
  1130. <DependentUpon>Make_PalletCollection.cs</DependentUpon>
  1131. </EmbeddedResource>
  1132. <EmbeddedResource Include="FunctionCode\Make\Make_PalletWeightRecord.resx">
  1133. <DependentUpon>Make_PalletWeightRecord.cs</DependentUpon>
  1134. </EmbeddedResource>
  1135. <EmbeddedResource Include="FunctionCode\Make\Make_RePrintLabel.resx">
  1136. <DependentUpon>Make_RePrintLabel.cs</DependentUpon>
  1137. </EmbeddedResource>
  1138. <EmbeddedResource Include="FunctionCode\Make\Make_SeqProgramTransform.resx">
  1139. <DependentUpon>Make_SeqProgramTransform.cs</DependentUpon>
  1140. </EmbeddedResource>
  1141. <EmbeddedResource Include="FunctionCode\Make\Make_SpecialCartonPack.resx">
  1142. <DependentUpon>Make_SpecialCartonPack.cs</DependentUpon>
  1143. </EmbeddedResource>
  1144. <EmbeddedResource Include="FunctionCode\Make\Make_UpdateCollectCode.resx">
  1145. <DependentUpon>Make_UpdateCollectCode.cs</DependentUpon>
  1146. </EmbeddedResource>
  1147. <EmbeddedResource Include="FunctionCode\OQC\OQC_CheckNoSplit.resx">
  1148. <DependentUpon>OQC_CheckNoSplit.cs</DependentUpon>
  1149. </EmbeddedResource>
  1150. <EmbeddedResource Include="FunctionCode\Packing\Packing_CartonSplit.resx">
  1151. <DependentUpon>Packing_CartonSplit.cs</DependentUpon>
  1152. </EmbeddedResource>
  1153. <EmbeddedResource Include="FunctionCode\Packing\Packing_CartonTransfer.resx">
  1154. <DependentUpon>Packing_CartonTransfer.cs</DependentUpon>
  1155. </EmbeddedResource>
  1156. <EmbeddedResource Include="FunctionCode\Packing\Packing_ProdWeightSet.resx">
  1157. <DependentUpon>Packing_ProdWeightSet.cs</DependentUpon>
  1158. </EmbeddedResource>
  1159. <EmbeddedResource Include="FunctionCode\Special\Special_MendLabel.resx">
  1160. <DependentUpon>Special_MendLabel.cs</DependentUpon>
  1161. </EmbeddedResource>
  1162. <EmbeddedResource Include="FunctionCode\Warehouse\Warehouse_NewPiInOut.resx">
  1163. <DependentUpon>Warehouse_NewPiInOut.cs</DependentUpon>
  1164. </EmbeddedResource>
  1165. <EmbeddedResource Include="FunctionCode\Warehouse\Warehouse_ProductMakeIn.resx">
  1166. <DependentUpon>Warehouse_ProductMakeIn.cs</DependentUpon>
  1167. </EmbeddedResource>
  1168. <EmbeddedResource Include="Login.resx">
  1169. <DependentUpon>Login.cs</DependentUpon>
  1170. </EmbeddedResource>
  1171. <EmbeddedResource Include="Main.resx">
  1172. <DependentUpon>Main.cs</DependentUpon>
  1173. </EmbeddedResource>
  1174. <EmbeddedResource Include="FunctionCode\OQC\OQC_SamplingDataCollection.resx">
  1175. <DependentUpon>OQC_SamplingDataCollection.cs</DependentUpon>
  1176. </EmbeddedResource>
  1177. <EmbeddedResource Include="FunctionCode\OQC\OQC_BatchResultJudge.resx">
  1178. <DependentUpon>OQC_BatchResultJudge.cs</DependentUpon>
  1179. </EmbeddedResource>
  1180. <EmbeddedResource Include="FunctionCode\OQC\OQC_PlanMaintain.resx">
  1181. <DependentUpon>OQC_PlanMaintain.cs</DependentUpon>
  1182. </EmbeddedResource>
  1183. <EmbeddedResource Include="FunctionCode\OQC\OQC_Inspection.resx">
  1184. <DependentUpon>OQC_Inspection.cs</DependentUpon>
  1185. </EmbeddedResource>
  1186. <EmbeddedResource Include="Properties\Resources.resx">
  1187. <Generator>ResXFileCodeGenerator</Generator>
  1188. <SubType>Designer</SubType>
  1189. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  1190. </EmbeddedResource>
  1191. <EmbeddedResource Include="PublicForm\ChangePwd.resx">
  1192. <DependentUpon>ChangePwd.cs</DependentUpon>
  1193. </EmbeddedResource>
  1194. <EmbeddedResource Include="PublicForm\DataChooseForm.resx">
  1195. <DependentUpon>DataChooseForm.cs</DependentUpon>
  1196. </EmbeddedResource>
  1197. <EmbeddedResource Include="PublicForm\SetLoadingWindow.resx">
  1198. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  1199. </EmbeddedResource>
  1200. <EmbeddedResource Include="FunctionCode\SMT\SMT_Feeding.resx">
  1201. <DependentUpon>SMT_Feeding.cs</DependentUpon>
  1202. </EmbeddedResource>
  1203. <EmbeddedResource Include="FunctionCode\SMT\SMT_MakeShift.resx">
  1204. <DependentUpon>SMT_MakeShift.cs</DependentUpon>
  1205. </EmbeddedResource>
  1206. <EmbeddedResource Include="FunctionCode\SMT\SMT_PreMaterials.resx">
  1207. <DependentUpon>SMT_PreMaterials.cs</DependentUpon>
  1208. </EmbeddedResource>
  1209. <EmbeddedResource Include="FunctionCode\SMT\SMT_MaterialsWaring.resx">
  1210. <DependentUpon>SMT_MaterialsWaring.cs</DependentUpon>
  1211. </EmbeddedResource>
  1212. <EmbeddedResource Include="FunctionCode\SMT\SMT_WaringSetting.resx">
  1213. <DependentUpon>SMT_WaringSetting.cs</DependentUpon>
  1214. </EmbeddedResource>
  1215. <EmbeddedResource Include="FunctionCode\SMT\SMT_ChangeLine.resx">
  1216. <DependentUpon>SMT_ChangeLine.cs</DependentUpon>
  1217. </EmbeddedResource>
  1218. <EmbeddedResource Include="FunctionCode\Make\Make_FeedingCollection.resx">
  1219. <DependentUpon>Make_FeedingCollection.cs</DependentUpon>
  1220. </EmbeddedResource>
  1221. <EmbeddedResource Include="FunctionCode\Make\Make_SplitBoard.resx">
  1222. <DependentUpon>Make_SplitBoard.cs</DependentUpon>
  1223. </EmbeddedResource>
  1224. <EmbeddedResource Include="FunctionCode\Make\Make_PackageCollection.resx">
  1225. <DependentUpon>Make_PackageCollection.cs</DependentUpon>
  1226. </EmbeddedResource>
  1227. <EmbeddedResource Include="FunctionCode\Make\Make_CartonBoxWeigh.resx">
  1228. <DependentUpon>Make_CartonBoxWeigh.cs</DependentUpon>
  1229. </EmbeddedResource>
  1230. <EmbeddedResource Include="FunctionCode\Make\Make_PositionStock.resx">
  1231. <DependentUpon>Make_PositionStock.cs</DependentUpon>
  1232. </EmbeddedResource>
  1233. <EmbeddedResource Include="FunctionCode\Make\Make_CheckNoRelpace.resx">
  1234. <DependentUpon>Make_CheckNoRelpace.cs</DependentUpon>
  1235. </EmbeddedResource>
  1236. <EmbeddedResource Include="FunctionCode\Make\Make_SeqTransform.resx">
  1237. <DependentUpon>Make_SeqTransform.cs</DependentUpon>
  1238. </EmbeddedResource>
  1239. <EmbeddedResource Include="FunctionCode\Make\Make_ColorBoxWeigh.resx">
  1240. <DependentUpon>Make_ColorBoxWeigh.cs</DependentUpon>
  1241. </EmbeddedResource>
  1242. <EmbeddedResource Include="FunctionCode\Make\Make_NewPallet.resx">
  1243. <DependentUpon>Make_NewPallet.cs</DependentUpon>
  1244. </EmbeddedResource>
  1245. <EmbeddedResource Include="FunctionCode\Make\Make_ColorBoxLoadPrint.resx">
  1246. <DependentUpon>Make_ColorBoxLoadPrint.cs</DependentUpon>
  1247. </EmbeddedResource>
  1248. <EmbeddedResource Include="FunctionCode\Make\Make_PalletWeigh.resx">
  1249. <DependentUpon>Make_PalletWeigh.cs</DependentUpon>
  1250. </EmbeddedResource>
  1251. <EmbeddedResource Include="FunctionCode\Make\Make_TestCollection.resx">
  1252. <DependentUpon>Make_TestCollection.cs</DependentUpon>
  1253. </EmbeddedResource>
  1254. <EmbeddedResource Include="FunctionCode\Make\Make_Repair.resx">
  1255. <DependentUpon>Make_Repair.cs</DependentUpon>
  1256. </EmbeddedResource>
  1257. <EmbeddedResource Include="FunctionCode\Employee\Employee_NewGroup.resx">
  1258. <DependentUpon>Employee_NewGroup.cs</DependentUpon>
  1259. </EmbeddedResource>
  1260. <EmbeddedResource Include="FunctionCode\Employee\Employee_PowerSarch.resx">
  1261. <DependentUpon>Employee_PowerSarch.cs</DependentUpon>
  1262. </EmbeddedResource>
  1263. <EmbeddedResource Include="FunctionCode\Employee\Employee_Data.resx">
  1264. <DependentUpon>Employee_Data.cs</DependentUpon>
  1265. </EmbeddedResource>
  1266. <EmbeddedResource Include="FunctionCode\Employee\Employee_Group.resx">
  1267. <DependentUpon>Employee_Group.cs</DependentUpon>
  1268. </EmbeddedResource>
  1269. <EmbeddedResource Include="FunctionCode\Employee\Employee_ChooseUserToGroup.resx">
  1270. <DependentUpon>Employee_ChooseUserToGroup.cs</DependentUpon>
  1271. </EmbeddedResource>
  1272. <EmbeddedResource Include="FunctionCode\Employee\Employee_Power.resx">
  1273. <DependentUpon>Employee_Power.cs</DependentUpon>
  1274. </EmbeddedResource>
  1275. <EmbeddedResource Include="FunctionCode\Warehouse\Warehouse_FinishedProductIn.resx">
  1276. <DependentUpon>Warehouse_FinishedProductIn.cs</DependentUpon>
  1277. </EmbeddedResource>
  1278. <EmbeddedResource Include="FunctionCode\Warehouse\Warehouse_FinishedProductOut.resx">
  1279. <DependentUpon>Warehouse_FinishedProductOut.cs</DependentUpon>
  1280. </EmbeddedResource>
  1281. <EmbeddedResource Include="FunctionCode\Warehouse\Warehouse_In.resx">
  1282. <DependentUpon>Warehouse_In.cs</DependentUpon>
  1283. </EmbeddedResource>
  1284. <EmbeddedResource Include="FunctionCode\Warehouse\Warehouse_Out.resx">
  1285. <DependentUpon>Warehouse_Out.cs</DependentUpon>
  1286. </EmbeddedResource>
  1287. <EmbeddedResource Include="FunctionCode\Stock\Stock_WarehouseTransform.resx">
  1288. <DependentUpon>Stock_WarehouseTransform.cs</DependentUpon>
  1289. </EmbeddedResource>
  1290. <EmbeddedResource Include="FunctionCode\Stock\Stock_Split.resx">
  1291. <DependentUpon>Stock_Split.cs</DependentUpon>
  1292. </EmbeddedResource>
  1293. <EmbeddedResource Include="FunctionCode\Query\Query_ProductTraceBack.resx">
  1294. <DependentUpon>Query_ProductTraceBack.cs</DependentUpon>
  1295. </EmbeddedResource>
  1296. <EmbeddedResource Include="FunctionCode\Query\Query_ExeProgress.resx">
  1297. <DependentUpon>Query_ExeProgress.cs</DependentUpon>
  1298. </EmbeddedResource>
  1299. <EmbeddedResource Include="FunctionCode\Query\Query_OnlineTraceBack.resx">
  1300. <DependentUpon>Query_OnlineTraceBack.cs</DependentUpon>
  1301. </EmbeddedResource>
  1302. <EmbeddedResource Include="FunctionCode\Query\Quert_RealTime.resx">
  1303. <DependentUpon>Quert_RealTime.cs</DependentUpon>
  1304. </EmbeddedResource>
  1305. <EmbeddedResource Include="FunctionCode\Special\Special_QCForce.resx">
  1306. <DependentUpon>Special_QCForce.cs</DependentUpon>
  1307. </EmbeddedResource>
  1308. <EmbeddedResource Include="FunctionCode\Special\Special_CancelCollection.resx">
  1309. <DependentUpon>Special_CancelCollection.cs</DependentUpon>
  1310. </EmbeddedResource>
  1311. <EmbeddedResource Include="FunctionCode\Special\Special_SeqTransform.resx">
  1312. <DependentUpon>Special_SeqTransform.cs</DependentUpon>
  1313. </EmbeddedResource>
  1314. <EmbeddedResource Include="FunctionCode\Special\Special_BoxSplit.resx">
  1315. <DependentUpon>Special_BoxSplit.cs</DependentUpon>
  1316. </EmbeddedResource>
  1317. <EmbeddedResource Include="FunctionCode\Special\Special_MixPackage.resx">
  1318. <DependentUpon>Special_MixPackage.cs</DependentUpon>
  1319. </EmbeddedResource>
  1320. <EmbeddedResource Include="FunctionCode\SystemSetting\SystemSetting_LabelMaintain.resx">
  1321. <DependentUpon>SystemSetting_LabelMaintain.cs</DependentUpon>
  1322. </EmbeddedResource>
  1323. <EmbeddedResource Include="FunctionCode\SystemSetting\SystemSetting_SysNav.resx">
  1324. <DependentUpon>SystemSetting_SysNav.cs</DependentUpon>
  1325. </EmbeddedResource>
  1326. <EmbeddedResource Include="FunctionCode\SystemSetting\SystemSetting_PrinterTest.resx">
  1327. <DependentUpon>SystemSetting_PrinterTest.cs</DependentUpon>
  1328. </EmbeddedResource>
  1329. <EmbeddedResource Include="FunctionCode\SystemSetting\SystemSetting_ScaleTest.resx">
  1330. <DependentUpon>SystemSetting_ScaleTest.cs</DependentUpon>
  1331. </EmbeddedResource>
  1332. <None Include="Cert\深圳市优软科技有限公司.pfx" />
  1333. <None Include="Properties\app.manifest" />
  1334. <None Include="Properties\Settings.settings">
  1335. <Generator>SettingsSingleFileGenerator</Generator>
  1336. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  1337. </None>
  1338. <Compile Include="Properties\Settings.Designer.cs">
  1339. <AutoGen>True</AutoGen>
  1340. <DependentUpon>Settings.settings</DependentUpon>
  1341. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  1342. </Compile>
  1343. </ItemGroup>
  1344. <ItemGroup>
  1345. <None Include="App.config">
  1346. <SubType>Designer</SubType>
  1347. </None>
  1348. </ItemGroup>
  1349. <ItemGroup>
  1350. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  1351. <Visible>False</Visible>
  1352. <ProductName>.NET Framework 3.5 SP1</ProductName>
  1353. <Install>false</Install>
  1354. </BootstrapperPackage>
  1355. </ItemGroup>
  1356. <ItemGroup>
  1357. <None Include="Resources\mailattachment.zip" />
  1358. </ItemGroup>
  1359. <ItemGroup>
  1360. <None Include="Resources\0802192135.png" />
  1361. <Content Include="Resources\Sound\3291.wav" />
  1362. <Content Include="Resources\Sound\5185.wav" />
  1363. <Content Include="Resources\Sound\8378.wav" />
  1364. <Content Include="U_Icon.ico" />
  1365. <None Include="Resources\timg.jpg" />
  1366. <None Include="Resources\matte_white_square_icon_business_tool_hammer_128px_571061_easyicon.net.ico" />
  1367. <None Include="Resources\Image1.bmp" />
  1368. <Content Include="Resources\07.gif" />
  1369. <Content Include="Resources\2-0btn_04.png" />
  1370. <Content Include="Resources\2-0btn_07.png" />
  1371. <Content Include="Resources\2-0btn_36.png" />
  1372. <Content Include="Resources\20130711113247276.png" />
  1373. <Content Include="Resources\46.gif" />
  1374. <Content Include="Resources\83.gif" />
  1375. <Content Include="Resources\Barcode_48px_1072745_easyicon.net.png" />
  1376. <Content Include="Resources\bindingNavigatorAddNewItem.Image.png" />
  1377. <Content Include="Resources\bindingNavigatorDeleteItem.Image.png" />
  1378. <Content Include="Resources\bindingNavigatorMoveFirstItem.Image.png" />
  1379. <Content Include="Resources\bindingNavigatorMoveLastItem.Image.png" />
  1380. <Content Include="Resources\bindingNavigatorMoveNextItem.Image.png" />
  1381. <Content Include="Resources\bindingNavigatorMovePreviousItem.Image.png" />
  1382. <Content Include="Resources\box_17.453077699294px_1191579_easyicon.net.png" />
  1383. <Content Include="Resources\box_26.17961654894px_1191579_easyicon.net.png" />
  1384. <Content Include="Resources\btncheckoff1.png" />
  1385. <Content Include="Resources\btncheckoff2.png" />
  1386. <Content Include="Resources\btncheckoff3.png" />
  1387. <Content Include="Resources\btncheckoff4.png" />
  1388. <Content Include="Resources\btncheckoff5.png" />
  1389. <Content Include="Resources\btncheckoff6.png" />
  1390. <Content Include="Resources\btncheckon1.png" />
  1391. <Content Include="Resources\btncheckon2.png" />
  1392. <Content Include="Resources\btncheckon3.png" />
  1393. <Content Include="Resources\btncheckon4.png" />
  1394. <Content Include="Resources\btncheckon5.png" />
  1395. <Content Include="Resources\btncheckon6.png" />
  1396. <Content Include="Resources\Button\down.png" />
  1397. <Content Include="Resources\Button\focus.png" />
  1398. <Content Include="Resources\Button\gray.png" />
  1399. <Content Include="Resources\Button\highlight.png" />
  1400. <Content Include="Resources\Button\Light.png" />
  1401. <Content Include="Resources\Button\normal.png" />
  1402. <Content Include="Resources\Button\White-side.png" />
  1403. <Content Include="Resources\close_16px_558195_easyicon.net.png" />
  1404. <Content Include="Resources\CLOSE_24px_1115282_easyicon.net.png" />
  1405. <Content Include="Resources\close_24px_1139093_easyicon.net.png" />
  1406. <Content Include="Resources\close_24px_1139293_easyicon.net.png" />
  1407. <Content Include="Resources\close_32px_1181428_easyicon.net.png" />
  1408. <Content Include="Resources\Close_up_32px_1181430_easyicon.net.png" />
  1409. <Content Include="Resources\dialog_error_5_48px_542794_easyicon.net.png" />
  1410. <Content Include="Resources\download_14.926374650513px_1191613_easyicon.net.png" />
  1411. <Content Include="Resources\download_17.519713261649px_1200629_easyicon.net %281%29.png" />
  1412. <Content Include="Resources\download_17.519713261649px_1200629_easyicon.net.png" />
  1413. <Content Include="Resources\excel.png" />
  1414. <Content Include="Resources\Excel_2010_16px_1180011_easyicon.net.png" />
  1415. <Content Include="Resources\Excel_2013_16px_1180012_easyicon.net.png" />
  1416. <Content Include="Resources\file.png" />
  1417. <Content Include="Resources\file_24px_1133611_easyicon.net.png" />
  1418. <Content Include="Resources\file_24px_1175380_easyicon.net.png" />
  1419. <Content Include="Resources\file_info_64px_1176626_easyicon.net.png" />
  1420. <Content Include="Resources\file_manager_24px_1145241_easyicon.net.png" />
  1421. <Content Include="Resources\icon_title.png" />
  1422. <Content Include="Resources\Internet_Explorer_Windows_8_Windows8_32px_566667_easyicon.net.ico" />
  1423. <Content Include="Resources\LoadingError.gif" />
  1424. <Content Include="Resources\LoadingFormat.gif" />
  1425. <Content Include="Resources\LoginBG.jpg" />
  1426. <Content Include="Resources\minus.gif" />
  1427. <Content Include="Resources\notice_text_editor_16px_11373_easyicon.net.png" />
  1428. <Content Include="Resources\People_48px_500819_easyicon.net.png" />
  1429. <Content Include="Resources\plus.gif" />
  1430. <Content Include="Resources\preview_16px_25980_easyicon.net.png" />
  1431. <None Include="Resources\refresh.png" />
  1432. <Content Include="Resources\search_16px_1202802_easyicon.net.png" />
  1433. <Content Include="Resources\Sound\Windows Background.wav" />
  1434. <Content Include="Resources\two_arrow_left.png" />
  1435. <Content Include="Resources\two_arrow_right.png" />
  1436. <Content Include="Resources\uas_blue.png" />
  1437. <Content Include="Resources\updating.gif" />
  1438. <Content Include="Resources\upload_14.788550323176px_1191624_easyicon.net.png" />
  1439. <Content Include="Resources\upload_17.459649122807px_1200703_easyicon.net %281%29.png" />
  1440. <Content Include="Resources\upload_17.459649122807px_1200703_easyicon.net.png" />
  1441. <None Include="Resources\U_Icon.ico" />
  1442. <Content Include="Resources\Windows_32px_1063981_easyicon.net.ico" />
  1443. <Content Include="Resources\write_15.893687707641px_1181413_easyicon.net.png" />
  1444. <Content Include="Resources\zxing_android_code_48px_1107946_easyicon.net.png" />
  1445. </ItemGroup>
  1446. <ItemGroup>
  1447. <COMReference Include="LabelManager2">
  1448. <Guid>{3624B9C2-9E5D-11D3-A896-00C04F324E22}</Guid>
  1449. <VersionMajor>6</VersionMajor>
  1450. <VersionMinor>0</VersionMinor>
  1451. <Lcid>0</Lcid>
  1452. <WrapperTool>tlbimp</WrapperTool>
  1453. <Isolated>False</Isolated>
  1454. <EmbedInteropTypes>False</EmbedInteropTypes>
  1455. </COMReference>
  1456. <COMReference Include="stdole">
  1457. <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
  1458. <VersionMajor>2</VersionMajor>
  1459. <VersionMinor>0</VersionMinor>
  1460. <Lcid>0</Lcid>
  1461. <WrapperTool>primary</WrapperTool>
  1462. <Isolated>False</Isolated>
  1463. <EmbedInteropTypes>True</EmbedInteropTypes>
  1464. </COMReference>
  1465. </ItemGroup>
  1466. <ItemGroup>
  1467. <PublishFile Include="BtSystem.Client">
  1468. <Visible>False</Visible>
  1469. <Group>
  1470. </Group>
  1471. <TargetPath>
  1472. </TargetPath>
  1473. <PublishState>Exclude</PublishState>
  1474. <IncludeHash>True</IncludeHash>
  1475. <FileType>Assembly</FileType>
  1476. </PublishFile>
  1477. <PublishFile Include="BtSystem.Client.Reader">
  1478. <Visible>False</Visible>
  1479. <Group>
  1480. </Group>
  1481. <TargetPath>
  1482. </TargetPath>
  1483. <PublishState>Exclude</PublishState>
  1484. <IncludeHash>True</IncludeHash>
  1485. <FileType>Assembly</FileType>
  1486. </PublishFile>
  1487. <PublishFile Include="BtSystem.Interfaces">
  1488. <Visible>False</Visible>
  1489. <Group>
  1490. </Group>
  1491. <TargetPath>
  1492. </TargetPath>
  1493. <PublishState>Exclude</PublishState>
  1494. <IncludeHash>True</IncludeHash>
  1495. <FileType>Assembly</FileType>
  1496. </PublishFile>
  1497. <PublishFile Include="BtSystem.Network">
  1498. <Visible>False</Visible>
  1499. <Group>
  1500. </Group>
  1501. <TargetPath>
  1502. </TargetPath>
  1503. <PublishState>Exclude</PublishState>
  1504. <IncludeHash>True</IncludeHash>
  1505. <FileType>Assembly</FileType>
  1506. </PublishFile>
  1507. <PublishFile Include="BtSystem.Reprint.Support">
  1508. <Visible>False</Visible>
  1509. <Group>
  1510. </Group>
  1511. <TargetPath>
  1512. </TargetPath>
  1513. <PublishState>Exclude</PublishState>
  1514. <IncludeHash>True</IncludeHash>
  1515. <FileType>Assembly</FileType>
  1516. </PublishFile>
  1517. <PublishFile Include="BtSystem.Strings">
  1518. <Visible>False</Visible>
  1519. <Group>
  1520. </Group>
  1521. <TargetPath>
  1522. </TargetPath>
  1523. <PublishState>Exclude</PublishState>
  1524. <IncludeHash>True</IncludeHash>
  1525. <FileType>Assembly</FileType>
  1526. </PublishFile>
  1527. <PublishFile Include="BtSystem.Support">
  1528. <Visible>False</Visible>
  1529. <Group>
  1530. </Group>
  1531. <TargetPath>
  1532. </TargetPath>
  1533. <PublishState>Exclude</PublishState>
  1534. <IncludeHash>True</IncludeHash>
  1535. <FileType>Assembly</FileType>
  1536. </PublishFile>
  1537. <PublishFile Include="BtSystem.UI">
  1538. <Visible>False</Visible>
  1539. <Group>
  1540. </Group>
  1541. <TargetPath>
  1542. </TargetPath>
  1543. <PublishState>Exclude</PublishState>
  1544. <IncludeHash>True</IncludeHash>
  1545. <FileType>Assembly</FileType>
  1546. </PublishFile>
  1547. <PublishFile Include="DevComponents.DotNetBar2">
  1548. <Visible>False</Visible>
  1549. <Group>
  1550. </Group>
  1551. <TargetPath>
  1552. </TargetPath>
  1553. <PublishState>Exclude</PublishState>
  1554. <IncludeHash>True</IncludeHash>
  1555. <FileType>Assembly</FileType>
  1556. </PublishFile>
  1557. <PublishFile Include="DevExpress.Data.v11.1">
  1558. <Visible>False</Visible>
  1559. <Group>
  1560. </Group>
  1561. <TargetPath>
  1562. </TargetPath>
  1563. <PublishState>Exclude</PublishState>
  1564. <IncludeHash>True</IncludeHash>
  1565. <FileType>Assembly</FileType>
  1566. </PublishFile>
  1567. <PublishFile Include="DevExpress.Printing.v11.1.Core">
  1568. <Visible>False</Visible>
  1569. <Group>
  1570. </Group>
  1571. <TargetPath>
  1572. </TargetPath>
  1573. <PublishState>Exclude</PublishState>
  1574. <IncludeHash>True</IncludeHash>
  1575. <FileType>Assembly</FileType>
  1576. </PublishFile>
  1577. <PublishFile Include="DevExpress.Utils.v11.1">
  1578. <Visible>False</Visible>
  1579. <Group>
  1580. </Group>
  1581. <TargetPath>
  1582. </TargetPath>
  1583. <PublishState>Exclude</PublishState>
  1584. <IncludeHash>True</IncludeHash>
  1585. <FileType>Assembly</FileType>
  1586. </PublishFile>
  1587. <PublishFile Include="DevExpress.Xpo.v11.1">
  1588. <Visible>False</Visible>
  1589. <Group>
  1590. </Group>
  1591. <TargetPath>
  1592. </TargetPath>
  1593. <PublishState>Exclude</PublishState>
  1594. <IncludeHash>True</IncludeHash>
  1595. <FileType>Assembly</FileType>
  1596. </PublishFile>
  1597. <PublishFile Include="DevExpress.XtraBars.v11.1">
  1598. <Visible>False</Visible>
  1599. <Group>
  1600. </Group>
  1601. <TargetPath>
  1602. </TargetPath>
  1603. <PublishState>Exclude</PublishState>
  1604. <IncludeHash>True</IncludeHash>
  1605. <FileType>Assembly</FileType>
  1606. </PublishFile>
  1607. <PublishFile Include="DevExpress.XtraEditors.v11.1">
  1608. <Visible>False</Visible>
  1609. <Group>
  1610. </Group>
  1611. <TargetPath>
  1612. </TargetPath>
  1613. <PublishState>Exclude</PublishState>
  1614. <IncludeHash>True</IncludeHash>
  1615. <FileType>Assembly</FileType>
  1616. </PublishFile>
  1617. <PublishFile Include="DevExpress.XtraGrid.v11.1">
  1618. <Visible>False</Visible>
  1619. <Group>
  1620. </Group>
  1621. <TargetPath>
  1622. </TargetPath>
  1623. <PublishState>Exclude</PublishState>
  1624. <IncludeHash>True</IncludeHash>
  1625. <FileType>Assembly</FileType>
  1626. </PublishFile>
  1627. <PublishFile Include="DevExpress.XtraLayout.v11.1">
  1628. <Visible>False</Visible>
  1629. <Group>
  1630. </Group>
  1631. <TargetPath>
  1632. </TargetPath>
  1633. <PublishState>Exclude</PublishState>
  1634. <IncludeHash>True</IncludeHash>
  1635. <FileType>Assembly</FileType>
  1636. </PublishFile>
  1637. <PublishFile Include="Interop.BarTender">
  1638. <Visible>False</Visible>
  1639. <Group>
  1640. </Group>
  1641. <TargetPath>
  1642. </TargetPath>
  1643. <PublishState>Include</PublishState>
  1644. <IncludeHash>True</IncludeHash>
  1645. <FileType>Assembly</FileType>
  1646. </PublishFile>
  1647. <PublishFile Include="Interop.DriverAutomationLibrary">
  1648. <Visible>False</Visible>
  1649. <Group>
  1650. </Group>
  1651. <TargetPath>
  1652. </TargetPath>
  1653. <PublishState>Include</PublishState>
  1654. <IncludeHash>True</IncludeHash>
  1655. <FileType>Assembly</FileType>
  1656. </PublishFile>
  1657. <PublishFile Include="Interop.NetFwTypeLib">
  1658. <Visible>False</Visible>
  1659. <Group>
  1660. </Group>
  1661. <TargetPath>
  1662. </TargetPath>
  1663. <PublishState>Exclude</PublishState>
  1664. <IncludeHash>True</IncludeHash>
  1665. <FileType>Assembly</FileType>
  1666. </PublishFile>
  1667. <PublishFile Include="Maestro.Interface">
  1668. <Visible>False</Visible>
  1669. <Group>
  1670. </Group>
  1671. <TargetPath>
  1672. </TargetPath>
  1673. <PublishState>Exclude</PublishState>
  1674. <IncludeHash>True</IncludeHash>
  1675. <FileType>Assembly</FileType>
  1676. </PublishFile>
  1677. <PublishFile Include="Maestro.Library">
  1678. <Visible>False</Visible>
  1679. <Group>
  1680. </Group>
  1681. <TargetPath>
  1682. </TargetPath>
  1683. <PublishState>Exclude</PublishState>
  1684. <IncludeHash>True</IncludeHash>
  1685. <FileType>Assembly</FileType>
  1686. </PublishFile>
  1687. <PublishFile Include="Seagull.Framework">
  1688. <Visible>False</Visible>
  1689. <Group>
  1690. </Group>
  1691. <TargetPath>
  1692. </TargetPath>
  1693. <PublishState>Exclude</PublishState>
  1694. <IncludeHash>True</IncludeHash>
  1695. <FileType>Assembly</FileType>
  1696. </PublishFile>
  1697. <PublishFile Include="Seagull.Framework.Interop">
  1698. <Visible>False</Visible>
  1699. <Group>
  1700. </Group>
  1701. <TargetPath>
  1702. </TargetPath>
  1703. <PublishState>Exclude</PublishState>
  1704. <IncludeHash>True</IncludeHash>
  1705. <FileType>Assembly</FileType>
  1706. </PublishFile>
  1707. <PublishFile Include="Seagull.Interop">
  1708. <Visible>False</Visible>
  1709. <Group>
  1710. </Group>
  1711. <TargetPath>
  1712. </TargetPath>
  1713. <PublishState>Exclude</PublishState>
  1714. <IncludeHash>True</IncludeHash>
  1715. <FileType>Assembly</FileType>
  1716. </PublishFile>
  1717. <PublishFile Include="Seagull.Librarian.Core">
  1718. <Visible>False</Visible>
  1719. <Group>
  1720. </Group>
  1721. <TargetPath>
  1722. </TargetPath>
  1723. <PublishState>Exclude</PublishState>
  1724. <IncludeHash>True</IncludeHash>
  1725. <FileType>Assembly</FileType>
  1726. </PublishFile>
  1727. <PublishFile Include="Seagull.Security">
  1728. <Visible>False</Visible>
  1729. <Group>
  1730. </Group>
  1731. <TargetPath>
  1732. </TargetPath>
  1733. <PublishState>Exclude</PublishState>
  1734. <IncludeHash>True</IncludeHash>
  1735. <FileType>Assembly</FileType>
  1736. </PublishFile>
  1737. <PublishFile Include="Seagull.Security.Interop">
  1738. <Visible>False</Visible>
  1739. <Group>
  1740. </Group>
  1741. <TargetPath>
  1742. </TargetPath>
  1743. <PublishState>Exclude</PublishState>
  1744. <IncludeHash>True</IncludeHash>
  1745. <FileType>Assembly</FileType>
  1746. </PublishFile>
  1747. <PublishFile Include="Seagull.XpoDataAccess">
  1748. <Visible>False</Visible>
  1749. <Group>
  1750. </Group>
  1751. <TargetPath>
  1752. </TargetPath>
  1753. <PublishState>Exclude</PublishState>
  1754. <IncludeHash>True</IncludeHash>
  1755. <FileType>Assembly</FileType>
  1756. </PublishFile>
  1757. </ItemGroup>
  1758. <ItemGroup>
  1759. <Folder Include="Properties\DataSources\" />
  1760. </ItemGroup>
  1761. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1762. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  1763. Other similar extension points exist, see Microsoft.Common.targets.
  1764. <Target Name="BeforeBuild">
  1765. </Target>
  1766. <Target Name="AfterBuild">
  1767. </Target>
  1768. -->
  1769. </Project>