UAS-MES.csproj 62 KB

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