UAS-MES.csproj 63 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514
  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:\Python\</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://172.16.11.99/</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>284</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>5B3D94907A05B1AD2095911FAA702517121A1C03</ManifestCertificateThumbprint>
  73. </PropertyGroup>
  74. <PropertyGroup>
  75. <ManifestKeyFile>UAS-MES_TemporaryKey.pfx</ManifestKeyFile>
  76. </PropertyGroup>
  77. <PropertyGroup>
  78. <GenerateManifests>true</GenerateManifests>
  79. </PropertyGroup>
  80. <PropertyGroup>
  81. <SignManifests>true</SignManifests>
  82. </PropertyGroup>
  83. <PropertyGroup>
  84. <StartupObject />
  85. </PropertyGroup>
  86. <PropertyGroup />
  87. <PropertyGroup>
  88. <SignAssembly>false</SignAssembly>
  89. </PropertyGroup>
  90. <PropertyGroup>
  91. <ApplicationIcon>U_Icon.ico</ApplicationIcon>
  92. </PropertyGroup>
  93. <PropertyGroup />
  94. <PropertyGroup>
  95. <Win32Resource>
  96. </Win32Resource>
  97. </PropertyGroup>
  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\Status.cs" />
  401. <Compile Include="Entity\SystemInf.cs" />
  402. <Compile Include="Entity\User.cs" />
  403. <Compile Include="Enum\EMouseState.cs" />
  404. <Compile Include="Form1.cs">
  405. <SubType>Form</SubType>
  406. </Compile>
  407. <Compile Include="Form1.Designer.cs">
  408. <DependentUpon>Form1.cs</DependentUpon>
  409. </Compile>
  410. <Compile Include="FunctionCode\Make\Make_CollectBTMAC.cs">
  411. <SubType>Form</SubType>
  412. </Compile>
  413. <Compile Include="FunctionCode\Make\Make_CollectBTMAC.Designer.cs">
  414. <DependentUpon>Make_CollectBTMAC.cs</DependentUpon>
  415. </Compile>
  416. <Compile Include="FunctionCode\Make\Make_CollectNetCode.cs">
  417. <SubType>Form</SubType>
  418. </Compile>
  419. <Compile Include="FunctionCode\Make\Make_CollectNetCode.Designer.cs">
  420. <DependentUpon>Make_CollectNetCode.cs</DependentUpon>
  421. </Compile>
  422. <Compile Include="FunctionCode\Make\Make_ColorBoxLabelPrint.cs">
  423. <SubType>Form</SubType>
  424. </Compile>
  425. <Compile Include="FunctionCode\Make\Make_ColorBoxLabelPrint.Designer.cs">
  426. <DependentUpon>Make_ColorBoxLabelPrint.cs</DependentUpon>
  427. </Compile>
  428. <Compile Include="FunctionCode\Make\Make_FuselageLabelPrint.cs">
  429. <SubType>Form</SubType>
  430. </Compile>
  431. <Compile Include="FunctionCode\Make\Make_FuselageLabelPrint.Designer.cs">
  432. <DependentUpon>Make_FuselageLabelPrint.cs</DependentUpon>
  433. </Compile>
  434. <Compile Include="FunctionCode\Make\Make_NewBadCode.cs">
  435. <SubType>Form</SubType>
  436. </Compile>
  437. <Compile Include="FunctionCode\Make\Make_NewBadCode.Designer.cs">
  438. <DependentUpon>Make_NewBadCode.cs</DependentUpon>
  439. </Compile>
  440. <Compile Include="FunctionCode\Make\Make_NewMatainInf.cs">
  441. <SubType>Form</SubType>
  442. </Compile>
  443. <Compile Include="FunctionCode\Make\Make_NewMatainInf.Designer.cs">
  444. <DependentUpon>Make_NewMatainInf.cs</DependentUpon>
  445. </Compile>
  446. <Compile Include="FunctionCode\Make\Make_SeqProgramTransform.cs">
  447. <SubType>Form</SubType>
  448. </Compile>
  449. <Compile Include="FunctionCode\Make\Make_SeqProgramTransform.Designer.cs">
  450. <DependentUpon>Make_SeqProgramTransform.cs</DependentUpon>
  451. </Compile>
  452. <Compile Include="FunctionCode\Special\Special_MendLabel.cs">
  453. <SubType>Form</SubType>
  454. </Compile>
  455. <Compile Include="FunctionCode\Special\Special_MendLabel.Designer.cs">
  456. <DependentUpon>Special_MendLabel.cs</DependentUpon>
  457. </Compile>
  458. <Compile Include="Login.cs">
  459. <SubType>Form</SubType>
  460. </Compile>
  461. <Compile Include="Login.Designer.cs">
  462. <DependentUpon>Login.cs</DependentUpon>
  463. </Compile>
  464. <Compile Include="Main.cs">
  465. <SubType>Form</SubType>
  466. </Compile>
  467. <Compile Include="Main.Designer.cs">
  468. <DependentUpon>Main.cs</DependentUpon>
  469. </Compile>
  470. <Compile Include="FunctionCode\OQC\OQC_SamplingDataCollection.cs">
  471. <SubType>Form</SubType>
  472. </Compile>
  473. <Compile Include="FunctionCode\OQC\OQC_SamplingDataCollection.Designer.cs">
  474. <DependentUpon>OQC_SamplingDataCollection.cs</DependentUpon>
  475. </Compile>
  476. <Compile Include="FunctionCode\OQC\OQC_BatchResultJudge.cs">
  477. <SubType>Form</SubType>
  478. </Compile>
  479. <Compile Include="FunctionCode\OQC\OQC_BatchResultJudge.Designer.cs">
  480. <DependentUpon>OQC_BatchResultJudge.cs</DependentUpon>
  481. </Compile>
  482. <Compile Include="FunctionCode\OQC\OQC_PlanMaintain.cs">
  483. <SubType>Form</SubType>
  484. </Compile>
  485. <Compile Include="FunctionCode\OQC\OQC_PlanMaintain.designer.cs">
  486. <DependentUpon>OQC_PlanMaintain.cs</DependentUpon>
  487. </Compile>
  488. <Compile Include="FunctionCode\OQC\OQC_Inspection.cs">
  489. <SubType>Form</SubType>
  490. </Compile>
  491. <Compile Include="FunctionCode\OQC\OQC_Inspection.Designer.cs">
  492. <DependentUpon>OQC_Inspection.cs</DependentUpon>
  493. </Compile>
  494. <Compile Include="Program.cs" />
  495. <Compile Include="Properties\AssemblyInfo.cs" />
  496. <Compile Include="Properties\Resources.Designer.cs">
  497. <AutoGen>True</AutoGen>
  498. <DesignTime>True</DesignTime>
  499. <DependentUpon>Resources.resx</DependentUpon>
  500. </Compile>
  501. <Compile Include="PublicForm\ChangePwd.cs">
  502. <SubType>Form</SubType>
  503. </Compile>
  504. <Compile Include="PublicForm\ChangePwd.Designer.cs">
  505. <DependentUpon>ChangePwd.cs</DependentUpon>
  506. </Compile>
  507. <Compile Include="PublicForm\DataChooseForm.cs">
  508. <SubType>Form</SubType>
  509. </Compile>
  510. <Compile Include="PublicForm\DataChooseForm.Designer.cs">
  511. <DependentUpon>DataChooseForm.cs</DependentUpon>
  512. </Compile>
  513. <Compile Include="PublicForm\SetLoadingWindow.cs">
  514. <SubType>Form</SubType>
  515. </Compile>
  516. <Compile Include="PublicForm\SetLoadingWindow.Designer.cs">
  517. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  518. </Compile>
  519. <Compile Include="PublicMethod\AssemblyHelper.cs" />
  520. <Compile Include="PublicMethod\AutoSizeFormClass.cs" />
  521. <Compile Include="PublicMethod\BaseUtil.cs" />
  522. <Compile Include="PublicMethod\DrawHelper.cs" />
  523. <Compile Include="PublicMethod\Encryption.cs" />
  524. <Compile Include="PublicMethod\ftpOperater.cs" />
  525. <Compile Include="PublicMethod\GlobalEventsHandler.cs" />
  526. <Compile Include="PublicMethod\LogicHandler.cs" />
  527. <Compile Include="PublicMethod\ExceptionHandler.cs" />
  528. <Compile Include="PublicMethod\LogManager.cs" />
  529. <Compile Include="PublicMethod\LogStringBuilder.cs" />
  530. <Compile Include="PublicMethod\Print.cs" />
  531. <Compile Include="PublicMethod\ReadDataFromSerialPort.cs" />
  532. <Compile Include="FunctionCode\SMT\SMT_Feeding.cs">
  533. <SubType>Form</SubType>
  534. </Compile>
  535. <Compile Include="FunctionCode\SMT\SMT_Feeding.Designer.cs">
  536. <DependentUpon>SMT_Feeding.cs</DependentUpon>
  537. </Compile>
  538. <Compile Include="FunctionCode\SMT\SMT_MakeShift.cs">
  539. <SubType>Form</SubType>
  540. </Compile>
  541. <Compile Include="FunctionCode\SMT\SMT_MakeShift.Designer.cs">
  542. <DependentUpon>SMT_MakeShift.cs</DependentUpon>
  543. </Compile>
  544. <Compile Include="FunctionCode\SMT\SMT_PreMaterials.cs">
  545. <SubType>Form</SubType>
  546. </Compile>
  547. <Compile Include="FunctionCode\SMT\SMT_PreMaterials.Designer.cs">
  548. <DependentUpon>SMT_PreMaterials.cs</DependentUpon>
  549. </Compile>
  550. <Compile Include="FunctionCode\SMT\SMT_MaterialsWaring.cs">
  551. <SubType>Form</SubType>
  552. </Compile>
  553. <Compile Include="FunctionCode\SMT\SMT_MaterialsWaring.Designer.cs">
  554. <DependentUpon>SMT_MaterialsWaring.cs</DependentUpon>
  555. </Compile>
  556. <Compile Include="FunctionCode\SMT\SMT_WaringSetting.cs">
  557. <SubType>Form</SubType>
  558. </Compile>
  559. <Compile Include="FunctionCode\SMT\SMT_WaringSetting.Designer.cs">
  560. <DependentUpon>SMT_WaringSetting.cs</DependentUpon>
  561. </Compile>
  562. <Compile Include="FunctionCode\SMT\SMT_ChangeLine.cs">
  563. <SubType>Form</SubType>
  564. </Compile>
  565. <Compile Include="FunctionCode\SMT\SMT_ChangeLine.Designer.cs">
  566. <DependentUpon>SMT_ChangeLine.cs</DependentUpon>
  567. </Compile>
  568. <Compile Include="FunctionCode\Make\Make_FeedingCollection.cs">
  569. <SubType>Form</SubType>
  570. </Compile>
  571. <Compile Include="FunctionCode\Make\Make_FeedingCollection.Designer.cs">
  572. <DependentUpon>Make_FeedingCollection.cs</DependentUpon>
  573. </Compile>
  574. <Compile Include="FunctionCode\Make\Make_SplitBoard.cs">
  575. <SubType>Form</SubType>
  576. </Compile>
  577. <Compile Include="FunctionCode\Make\Make_SplitBoard.Designer.cs">
  578. <DependentUpon>Make_SplitBoard.cs</DependentUpon>
  579. </Compile>
  580. <Compile Include="FunctionCode\Make\Make_PackageCollection.cs">
  581. <SubType>Form</SubType>
  582. </Compile>
  583. <Compile Include="FunctionCode\Make\Make_PackageCollection.Designer.cs">
  584. <DependentUpon>Make_PackageCollection.cs</DependentUpon>
  585. </Compile>
  586. <Compile Include="FunctionCode\Make\Make_CartonBoxWeigh.cs">
  587. <SubType>Form</SubType>
  588. </Compile>
  589. <Compile Include="FunctionCode\Make\Make_CartonBoxWeigh.Designer.cs">
  590. <DependentUpon>Make_CartonBoxWeigh.cs</DependentUpon>
  591. </Compile>
  592. <Compile Include="FunctionCode\Make\Make_PositionStock.cs">
  593. <SubType>Form</SubType>
  594. </Compile>
  595. <Compile Include="FunctionCode\Make\Make_PositionStock.Designer.cs">
  596. <DependentUpon>Make_PositionStock.cs</DependentUpon>
  597. </Compile>
  598. <Compile Include="FunctionCode\Make\Make_CheckNoRelpace.cs">
  599. <SubType>Form</SubType>
  600. </Compile>
  601. <Compile Include="FunctionCode\Make\Make_CheckNoRelpace.Designer.cs">
  602. <DependentUpon>Make_CheckNoRelpace.cs</DependentUpon>
  603. </Compile>
  604. <Compile Include="FunctionCode\Make\Make_SeqTransform.cs">
  605. <SubType>Form</SubType>
  606. </Compile>
  607. <Compile Include="FunctionCode\Make\Make_SeqTransform.Designer.cs">
  608. <DependentUpon>Make_SeqTransform.cs</DependentUpon>
  609. </Compile>
  610. <Compile Include="FunctionCode\Make\Make_ColorBoxWeigh.cs">
  611. <SubType>Form</SubType>
  612. </Compile>
  613. <Compile Include="FunctionCode\Make\Make_ColorBoxWeigh.Designer.cs">
  614. <DependentUpon>Make_ColorBoxWeigh.cs</DependentUpon>
  615. </Compile>
  616. <Compile Include="FunctionCode\Make\Make_NewPallet.cs">
  617. <SubType>Form</SubType>
  618. </Compile>
  619. <Compile Include="FunctionCode\Make\Make_NewPallet.Designer.cs">
  620. <DependentUpon>Make_NewPallet.cs</DependentUpon>
  621. </Compile>
  622. <Compile Include="FunctionCode\Make\Make_ColorBoxLoadPrint.cs">
  623. <SubType>Form</SubType>
  624. </Compile>
  625. <Compile Include="FunctionCode\Make\Make_ColorBoxLoadPrint.Designer.cs">
  626. <DependentUpon>Make_ColorBoxLoadPrint.cs</DependentUpon>
  627. </Compile>
  628. <Compile Include="FunctionCode\Make\Make_PalletWeigh.cs">
  629. <SubType>Form</SubType>
  630. </Compile>
  631. <Compile Include="FunctionCode\Make\Make_PalletWeigh.Designer.cs">
  632. <DependentUpon>Make_PalletWeigh.cs</DependentUpon>
  633. </Compile>
  634. <Compile Include="FunctionCode\Make\Make_TestCollection.cs">
  635. <SubType>Form</SubType>
  636. </Compile>
  637. <Compile Include="FunctionCode\Make\Make_TestCollection.Designer.cs">
  638. <DependentUpon>Make_TestCollection.cs</DependentUpon>
  639. </Compile>
  640. <Compile Include="FunctionCode\Make\Make_Repair.cs">
  641. <SubType>Form</SubType>
  642. </Compile>
  643. <Compile Include="FunctionCode\Make\Make_Repair.Designer.cs">
  644. <DependentUpon>Make_Repair.cs</DependentUpon>
  645. </Compile>
  646. <Compile Include="FunctionCode\Employee\Employee_Data.cs">
  647. <SubType>Form</SubType>
  648. </Compile>
  649. <Compile Include="FunctionCode\Employee\Employee_Data.Designer.cs">
  650. <DependentUpon>Employee_Data.cs</DependentUpon>
  651. </Compile>
  652. <Compile Include="FunctionCode\Employee\Employee_Group.cs">
  653. <SubType>Form</SubType>
  654. </Compile>
  655. <Compile Include="FunctionCode\Employee\Employee_Group.Designer.cs">
  656. <DependentUpon>Employee_Group.cs</DependentUpon>
  657. </Compile>
  658. <Compile Include="FunctionCode\Employee\Employee_ChooseUserToGroup.cs">
  659. <SubType>Form</SubType>
  660. </Compile>
  661. <Compile Include="FunctionCode\Employee\Employee_ChooseUserToGroup.Designer.cs">
  662. <DependentUpon>Employee_ChooseUserToGroup.cs</DependentUpon>
  663. </Compile>
  664. <Compile Include="FunctionCode\Employee\Employee_NewGroup.cs">
  665. <SubType>Form</SubType>
  666. </Compile>
  667. <Compile Include="FunctionCode\Employee\Employee_NewGroup.Designer.cs">
  668. <DependentUpon>Employee_NewGroup.cs</DependentUpon>
  669. </Compile>
  670. <Compile Include="FunctionCode\Employee\Employee_PowerSarch.cs">
  671. <SubType>Form</SubType>
  672. </Compile>
  673. <Compile Include="FunctionCode\Employee\Employee_PowerSarch.Designer.cs">
  674. <DependentUpon>Employee_PowerSarch.cs</DependentUpon>
  675. </Compile>
  676. <Compile Include="FunctionCode\Employee\Employee_Power.cs">
  677. <SubType>Form</SubType>
  678. </Compile>
  679. <Compile Include="FunctionCode\Employee\Employee_Power.Designer.cs">
  680. <DependentUpon>Employee_Power.cs</DependentUpon>
  681. </Compile>
  682. <Compile Include="FunctionCode\Warehouse\Warehouse_FinishedProductIn.cs">
  683. <SubType>Form</SubType>
  684. </Compile>
  685. <Compile Include="FunctionCode\Warehouse\Warehouse_FinishedProductIn.Designer.cs">
  686. <DependentUpon>Warehouse_FinishedProductIn.cs</DependentUpon>
  687. </Compile>
  688. <Compile Include="FunctionCode\Warehouse\Warehouse_FinishedProductOut.cs">
  689. <SubType>Form</SubType>
  690. </Compile>
  691. <Compile Include="FunctionCode\Warehouse\Warehouse_FinishedProductOut.Designer.cs">
  692. <DependentUpon>Warehouse_FinishedProductOut.cs</DependentUpon>
  693. </Compile>
  694. <Compile Include="FunctionCode\Warehouse\Warehouse_In.cs">
  695. <SubType>Form</SubType>
  696. </Compile>
  697. <Compile Include="FunctionCode\Warehouse\Warehouse_In.Designer.cs">
  698. <DependentUpon>Warehouse_In.cs</DependentUpon>
  699. </Compile>
  700. <Compile Include="FunctionCode\Warehouse\Warehouse_Out.cs">
  701. <SubType>Form</SubType>
  702. </Compile>
  703. <Compile Include="FunctionCode\Warehouse\Warehouse_Out.Designer.cs">
  704. <DependentUpon>Warehouse_Out.cs</DependentUpon>
  705. </Compile>
  706. <Compile Include="FunctionCode\Stock\Stock_WarehouseTransform.cs">
  707. <SubType>Form</SubType>
  708. </Compile>
  709. <Compile Include="FunctionCode\Stock\Stock_WarehouseTransform.Designer.cs">
  710. <DependentUpon>Stock_WarehouseTransform.cs</DependentUpon>
  711. </Compile>
  712. <Compile Include="FunctionCode\Stock\Stock_Split.cs">
  713. <SubType>Form</SubType>
  714. </Compile>
  715. <Compile Include="FunctionCode\Stock\Stock_Split.Designer.cs">
  716. <DependentUpon>Stock_Split.cs</DependentUpon>
  717. </Compile>
  718. <Compile Include="FunctionCode\Stock\Stock_Combine.cs">
  719. <SubType>Form</SubType>
  720. </Compile>
  721. <Compile Include="FunctionCode\Stock\Stock_Combine.Designer.cs">
  722. <DependentUpon>Stock_Combine.cs</DependentUpon>
  723. </Compile>
  724. <Compile Include="FunctionCode\Stock\Sotck_StorageTransform.cs">
  725. <SubType>Form</SubType>
  726. </Compile>
  727. <Compile Include="FunctionCode\Stock\Sotck_StorageTransform.Designer.cs">
  728. <DependentUpon>Sotck_StorageTransform.cs</DependentUpon>
  729. </Compile>
  730. <Compile Include="FunctionCode\Stock\Stock_BarcodeInf.cs">
  731. <SubType>Form</SubType>
  732. </Compile>
  733. <Compile Include="FunctionCode\Stock\Stock_BarcodeInf.Designer.cs">
  734. <DependentUpon>Stock_BarcodeInf.cs</DependentUpon>
  735. </Compile>
  736. <Compile Include="FunctionCode\Query\Query_ProductTraceBack.cs">
  737. <SubType>Form</SubType>
  738. </Compile>
  739. <Compile Include="FunctionCode\Query\Query_ProductTraceBack.Designer.cs">
  740. <DependentUpon>Query_ProductTraceBack.cs</DependentUpon>
  741. </Compile>
  742. <Compile Include="FunctionCode\Query\Query_ExeProgress.cs">
  743. <SubType>Form</SubType>
  744. </Compile>
  745. <Compile Include="FunctionCode\Query\Query_ExeProgress.Designer.cs">
  746. <DependentUpon>Query_ExeProgress.cs</DependentUpon>
  747. </Compile>
  748. <Compile Include="FunctionCode\Query\Query_OnlineTraceBack.cs">
  749. <SubType>Form</SubType>
  750. </Compile>
  751. <Compile Include="FunctionCode\Query\Query_OnlineTraceBack.Designer.cs">
  752. <DependentUpon>Query_OnlineTraceBack.cs</DependentUpon>
  753. </Compile>
  754. <Compile Include="FunctionCode\Query\Quert_RealTime.cs">
  755. <SubType>Form</SubType>
  756. </Compile>
  757. <Compile Include="FunctionCode\Query\Quert_RealTime.Designer.cs">
  758. <DependentUpon>Quert_RealTime.cs</DependentUpon>
  759. </Compile>
  760. <Compile Include="FunctionCode\Special\Special_QCForce.cs">
  761. <SubType>Form</SubType>
  762. </Compile>
  763. <Compile Include="FunctionCode\Special\Special_QCForce.Designer.cs">
  764. <DependentUpon>Special_QCForce.cs</DependentUpon>
  765. </Compile>
  766. <Compile Include="FunctionCode\Special\Special_CancelCollection.cs">
  767. <SubType>Form</SubType>
  768. </Compile>
  769. <Compile Include="FunctionCode\Special\Special_CancelCollection.Designer.cs">
  770. <DependentUpon>Special_CancelCollection.cs</DependentUpon>
  771. </Compile>
  772. <Compile Include="FunctionCode\Special\Special_SeqTransform.cs">
  773. <SubType>Form</SubType>
  774. </Compile>
  775. <Compile Include="FunctionCode\Special\Special_SeqTransform.Designer.cs">
  776. <DependentUpon>Special_SeqTransform.cs</DependentUpon>
  777. </Compile>
  778. <Compile Include="FunctionCode\Special\Special_BoxSplit.cs">
  779. <SubType>Form</SubType>
  780. </Compile>
  781. <Compile Include="FunctionCode\Special\Special_BoxSplit.Designer.cs">
  782. <DependentUpon>Special_BoxSplit.cs</DependentUpon>
  783. </Compile>
  784. <Compile Include="FunctionCode\Special\Special_MixPackage.cs">
  785. <SubType>Form</SubType>
  786. </Compile>
  787. <Compile Include="FunctionCode\Special\Special_MixPackage.Designer.cs">
  788. <DependentUpon>Special_MixPackage.cs</DependentUpon>
  789. </Compile>
  790. <Compile Include="FunctionCode\SystemSetting\SystemSetting_LabelMaintain.cs">
  791. <SubType>Form</SubType>
  792. </Compile>
  793. <Compile Include="FunctionCode\SystemSetting\SystemSetting_LabelMaintain.Designer.cs">
  794. <DependentUpon>SystemSetting_LabelMaintain.cs</DependentUpon>
  795. </Compile>
  796. <Compile Include="FunctionCode\SystemSetting\SystemSetting_SysNav.cs">
  797. <SubType>Form</SubType>
  798. </Compile>
  799. <Compile Include="FunctionCode\SystemSetting\SystemSetting_SysNav.Designer.cs">
  800. <DependentUpon>SystemSetting_SysNav.cs</DependentUpon>
  801. </Compile>
  802. <Compile Include="FunctionCode\SystemSetting\SystemSetting_PrinterTest.cs">
  803. <SubType>Form</SubType>
  804. </Compile>
  805. <Compile Include="FunctionCode\SystemSetting\SystemSetting_PrinterTest.Designer.cs">
  806. <DependentUpon>SystemSetting_PrinterTest.cs</DependentUpon>
  807. </Compile>
  808. <Compile Include="FunctionCode\SystemSetting\SystemSetting_ScaleTest.cs">
  809. <SubType>Form</SubType>
  810. </Compile>
  811. <Compile Include="FunctionCode\SystemSetting\SystemSetting_ScaleTest.Designer.cs">
  812. <DependentUpon>SystemSetting_ScaleTest.cs</DependentUpon>
  813. </Compile>
  814. <Compile Include="Settings.cs" />
  815. <EmbeddedResource Include="CustomControl\AccordionMenu\AccordionMenu.resx">
  816. <DependentUpon>AccordionMenu.cs</DependentUpon>
  817. </EmbeddedResource>
  818. <EmbeddedResource Include="CustomControl\ClickPicBox\ClickPicBox.resx">
  819. <DependentUpon>ClickPicBox.cs</DependentUpon>
  820. </EmbeddedResource>
  821. <EmbeddedResource Include="CustomControl\ComBoxWithFocus\PrinterCombox.resx">
  822. <DependentUpon>PrinterCombox.cs</DependentUpon>
  823. </EmbeddedResource>
  824. <EmbeddedResource Include="CustomControl\ComBoxWithFocus\SerialPortCombox.resx">
  825. <DependentUpon>SerialPortCombox.cs</DependentUpon>
  826. </EmbeddedResource>
  827. <EmbeddedResource Include="CustomControl\CustomCheckBox\LockCheckBox.resx">
  828. <DependentUpon>LockCheckBox.cs</DependentUpon>
  829. </EmbeddedResource>
  830. <EmbeddedResource Include="CustomControl\CustomTabControl\CustomTabControl.resx">
  831. <DependentUpon>CustomTabControl.cs</DependentUpon>
  832. </EmbeddedResource>
  833. <EmbeddedResource Include="CustomControl\DataGrid_View\DataGridViewExpand.resx">
  834. <DependentUpon>DataGridViewExpand.cs</DependentUpon>
  835. </EmbeddedResource>
  836. <EmbeddedResource Include="CustomControl\HeadBar\HeadBar.resx">
  837. <DependentUpon>HeadBar.cs</DependentUpon>
  838. </EmbeddedResource>
  839. <EmbeddedResource Include="CustomControl\HeadBar\HeadBar.zu.resx">
  840. <DependentUpon>HeadBar.cs</DependentUpon>
  841. </EmbeddedResource>
  842. <EmbeddedResource Include="CustomControl\Pagination\Pagination.resx">
  843. <DependentUpon>Pagination.cs</DependentUpon>
  844. </EmbeddedResource>
  845. <EmbeddedResource Include="CustomControl\Pagination\PaginationDbFind.resx">
  846. <DependentUpon>PaginationDbFind.cs</DependentUpon>
  847. </EmbeddedResource>
  848. <EmbeddedResource Include="CustomControl\ProcessBar\ProcessBar.resx">
  849. <DependentUpon>ProcessBar.cs</DependentUpon>
  850. </EmbeddedResource>
  851. <EmbeddedResource Include="CustomControl\TextBoxWithIcon\BlurSearch.resx">
  852. <DependentUpon>BlurSearch.cs</DependentUpon>
  853. </EmbeddedResource>
  854. <EmbeddedResource Include="CustomControl\TextBoxWithIcon\EnterTextBox.resx">
  855. <DependentUpon>EnterTextBox.cs</DependentUpon>
  856. </EmbeddedResource>
  857. <EmbeddedResource Include="CustomControl\TextBoxWithIcon\MaCodeSearchTextBox.resx">
  858. <DependentUpon>MaCodeSearchTextBox.cs</DependentUpon>
  859. </EmbeddedResource>
  860. <EmbeddedResource Include="CustomControl\TextBoxWithIcon\MaCodeTextBox.resx">
  861. <DependentUpon>MaCodeTextBox.cs</DependentUpon>
  862. </EmbeddedResource>
  863. <EmbeddedResource Include="CustomControl\TextBoxWithIcon\NumOnlyTextBox.resx">
  864. <DependentUpon>NumOnlyTextBox.cs</DependentUpon>
  865. </EmbeddedResource>
  866. <EmbeddedResource Include="CustomControl\TextBoxWithIcon\SearchTextBox.resx">
  867. <DependentUpon>SearchTextBox.cs</DependentUpon>
  868. </EmbeddedResource>
  869. <EmbeddedResource Include="CustomControl\TextBoxWithIcon\TextAreaForm.resx">
  870. <DependentUpon>TextAreaForm.cs</DependentUpon>
  871. </EmbeddedResource>
  872. <EmbeddedResource Include="CustomControl\TextBoxWithIcon\TextBoxGeneratePaCode.resx">
  873. <DependentUpon>TextBoxGeneratePaCode.cs</DependentUpon>
  874. </EmbeddedResource>
  875. <EmbeddedResource Include="CustomControl\TextBoxWithIcon\TextBoxWithPlaceHolder.resx">
  876. <DependentUpon>TextBoxWithPlaceHolder.cs</DependentUpon>
  877. </EmbeddedResource>
  878. <EmbeddedResource Include="CustomControl\TextBoxWithIcon\TextBoxWithTextArea.resx">
  879. <DependentUpon>TextBoxWithTextArea.cs</DependentUpon>
  880. </EmbeddedResource>
  881. <EmbeddedResource Include="CustomControl\TimePickerWithCombo\TimePickerWithCombo.resx">
  882. <DependentUpon>TimePickerWithCombo.cs</DependentUpon>
  883. </EmbeddedResource>
  884. <EmbeddedResource Include="DbFind.resx">
  885. <DependentUpon>DbFind.cs</DependentUpon>
  886. </EmbeddedResource>
  887. <EmbeddedResource Include="Form1.resx">
  888. <DependentUpon>Form1.cs</DependentUpon>
  889. </EmbeddedResource>
  890. <EmbeddedResource Include="FunctionCode\Make\Make_CollectBTMAC.resx">
  891. <DependentUpon>Make_CollectBTMAC.cs</DependentUpon>
  892. </EmbeddedResource>
  893. <EmbeddedResource Include="FunctionCode\Make\Make_CollectNetCode.resx">
  894. <DependentUpon>Make_CollectNetCode.cs</DependentUpon>
  895. </EmbeddedResource>
  896. <EmbeddedResource Include="FunctionCode\Make\Make_ColorBoxLabelPrint.resx">
  897. <DependentUpon>Make_ColorBoxLabelPrint.cs</DependentUpon>
  898. </EmbeddedResource>
  899. <EmbeddedResource Include="FunctionCode\Make\Make_FuselageLabelPrint.resx">
  900. <DependentUpon>Make_FuselageLabelPrint.cs</DependentUpon>
  901. </EmbeddedResource>
  902. <EmbeddedResource Include="FunctionCode\Make\Make_NewBadCode.resx">
  903. <DependentUpon>Make_NewBadCode.cs</DependentUpon>
  904. </EmbeddedResource>
  905. <EmbeddedResource Include="FunctionCode\Make\Make_NewMatainInf.resx">
  906. <DependentUpon>Make_NewMatainInf.cs</DependentUpon>
  907. </EmbeddedResource>
  908. <EmbeddedResource Include="FunctionCode\Make\Make_SeqProgramTransform.resx">
  909. <DependentUpon>Make_SeqProgramTransform.cs</DependentUpon>
  910. </EmbeddedResource>
  911. <EmbeddedResource Include="FunctionCode\Special\Special_MendLabel.resx">
  912. <DependentUpon>Special_MendLabel.cs</DependentUpon>
  913. </EmbeddedResource>
  914. <EmbeddedResource Include="Login.resx">
  915. <DependentUpon>Login.cs</DependentUpon>
  916. </EmbeddedResource>
  917. <EmbeddedResource Include="Main.resx">
  918. <DependentUpon>Main.cs</DependentUpon>
  919. </EmbeddedResource>
  920. <EmbeddedResource Include="FunctionCode\OQC\OQC_SamplingDataCollection.resx">
  921. <DependentUpon>OQC_SamplingDataCollection.cs</DependentUpon>
  922. </EmbeddedResource>
  923. <EmbeddedResource Include="FunctionCode\OQC\OQC_BatchResultJudge.resx">
  924. <DependentUpon>OQC_BatchResultJudge.cs</DependentUpon>
  925. </EmbeddedResource>
  926. <EmbeddedResource Include="FunctionCode\OQC\OQC_PlanMaintain.resx">
  927. <DependentUpon>OQC_PlanMaintain.cs</DependentUpon>
  928. </EmbeddedResource>
  929. <EmbeddedResource Include="FunctionCode\OQC\OQC_Inspection.resx">
  930. <DependentUpon>OQC_Inspection.cs</DependentUpon>
  931. </EmbeddedResource>
  932. <EmbeddedResource Include="Properties\Resources.resx">
  933. <Generator>ResXFileCodeGenerator</Generator>
  934. <SubType>Designer</SubType>
  935. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  936. </EmbeddedResource>
  937. <EmbeddedResource Include="PublicForm\ChangePwd.resx">
  938. <DependentUpon>ChangePwd.cs</DependentUpon>
  939. </EmbeddedResource>
  940. <EmbeddedResource Include="PublicForm\DataChooseForm.resx">
  941. <DependentUpon>DataChooseForm.cs</DependentUpon>
  942. </EmbeddedResource>
  943. <EmbeddedResource Include="PublicForm\SetLoadingWindow.resx">
  944. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  945. </EmbeddedResource>
  946. <EmbeddedResource Include="FunctionCode\SMT\SMT_Feeding.resx">
  947. <DependentUpon>SMT_Feeding.cs</DependentUpon>
  948. </EmbeddedResource>
  949. <EmbeddedResource Include="FunctionCode\SMT\SMT_MakeShift.resx">
  950. <DependentUpon>SMT_MakeShift.cs</DependentUpon>
  951. </EmbeddedResource>
  952. <EmbeddedResource Include="FunctionCode\SMT\SMT_PreMaterials.resx">
  953. <DependentUpon>SMT_PreMaterials.cs</DependentUpon>
  954. </EmbeddedResource>
  955. <EmbeddedResource Include="FunctionCode\SMT\SMT_MaterialsWaring.resx">
  956. <DependentUpon>SMT_MaterialsWaring.cs</DependentUpon>
  957. </EmbeddedResource>
  958. <EmbeddedResource Include="FunctionCode\SMT\SMT_WaringSetting.resx">
  959. <DependentUpon>SMT_WaringSetting.cs</DependentUpon>
  960. </EmbeddedResource>
  961. <EmbeddedResource Include="FunctionCode\SMT\SMT_ChangeLine.resx">
  962. <DependentUpon>SMT_ChangeLine.cs</DependentUpon>
  963. </EmbeddedResource>
  964. <EmbeddedResource Include="FunctionCode\Make\Make_FeedingCollection.resx">
  965. <DependentUpon>Make_FeedingCollection.cs</DependentUpon>
  966. </EmbeddedResource>
  967. <EmbeddedResource Include="FunctionCode\Make\Make_SplitBoard.resx">
  968. <DependentUpon>Make_SplitBoard.cs</DependentUpon>
  969. </EmbeddedResource>
  970. <EmbeddedResource Include="FunctionCode\Make\Make_PackageCollection.resx">
  971. <DependentUpon>Make_PackageCollection.cs</DependentUpon>
  972. </EmbeddedResource>
  973. <EmbeddedResource Include="FunctionCode\Make\Make_CartonBoxWeigh.resx">
  974. <DependentUpon>Make_CartonBoxWeigh.cs</DependentUpon>
  975. </EmbeddedResource>
  976. <EmbeddedResource Include="FunctionCode\Make\Make_PositionStock.resx">
  977. <DependentUpon>Make_PositionStock.cs</DependentUpon>
  978. </EmbeddedResource>
  979. <EmbeddedResource Include="FunctionCode\Make\Make_CheckNoRelpace.resx">
  980. <DependentUpon>Make_CheckNoRelpace.cs</DependentUpon>
  981. </EmbeddedResource>
  982. <EmbeddedResource Include="FunctionCode\Make\Make_SeqTransform.resx">
  983. <DependentUpon>Make_SeqTransform.cs</DependentUpon>
  984. </EmbeddedResource>
  985. <EmbeddedResource Include="FunctionCode\Make\Make_ColorBoxWeigh.resx">
  986. <DependentUpon>Make_ColorBoxWeigh.cs</DependentUpon>
  987. </EmbeddedResource>
  988. <EmbeddedResource Include="FunctionCode\Make\Make_NewPallet.resx">
  989. <DependentUpon>Make_NewPallet.cs</DependentUpon>
  990. </EmbeddedResource>
  991. <EmbeddedResource Include="FunctionCode\Make\Make_ColorBoxLoadPrint.resx">
  992. <DependentUpon>Make_ColorBoxLoadPrint.cs</DependentUpon>
  993. </EmbeddedResource>
  994. <EmbeddedResource Include="FunctionCode\Make\Make_PalletWeigh.resx">
  995. <DependentUpon>Make_PalletWeigh.cs</DependentUpon>
  996. </EmbeddedResource>
  997. <EmbeddedResource Include="FunctionCode\Make\Make_TestCollection.resx">
  998. <DependentUpon>Make_TestCollection.cs</DependentUpon>
  999. </EmbeddedResource>
  1000. <EmbeddedResource Include="FunctionCode\Make\Make_Repair.resx">
  1001. <DependentUpon>Make_Repair.cs</DependentUpon>
  1002. </EmbeddedResource>
  1003. <EmbeddedResource Include="FunctionCode\Employee\Employee_NewGroup.resx">
  1004. <DependentUpon>Employee_NewGroup.cs</DependentUpon>
  1005. </EmbeddedResource>
  1006. <EmbeddedResource Include="FunctionCode\Employee\Employee_PowerSarch.resx">
  1007. <DependentUpon>Employee_PowerSarch.cs</DependentUpon>
  1008. </EmbeddedResource>
  1009. <EmbeddedResource Include="FunctionCode\Employee\Employee_Data.resx">
  1010. <DependentUpon>Employee_Data.cs</DependentUpon>
  1011. </EmbeddedResource>
  1012. <EmbeddedResource Include="FunctionCode\Employee\Employee_Group.resx">
  1013. <DependentUpon>Employee_Group.cs</DependentUpon>
  1014. </EmbeddedResource>
  1015. <EmbeddedResource Include="FunctionCode\Employee\Employee_ChooseUserToGroup.resx">
  1016. <DependentUpon>Employee_ChooseUserToGroup.cs</DependentUpon>
  1017. </EmbeddedResource>
  1018. <EmbeddedResource Include="FunctionCode\Employee\Employee_Power.resx">
  1019. <DependentUpon>Employee_Power.cs</DependentUpon>
  1020. </EmbeddedResource>
  1021. <EmbeddedResource Include="FunctionCode\Warehouse\Warehouse_FinishedProductIn.resx">
  1022. <DependentUpon>Warehouse_FinishedProductIn.cs</DependentUpon>
  1023. </EmbeddedResource>
  1024. <EmbeddedResource Include="FunctionCode\Warehouse\Warehouse_FinishedProductOut.resx">
  1025. <DependentUpon>Warehouse_FinishedProductOut.cs</DependentUpon>
  1026. </EmbeddedResource>
  1027. <EmbeddedResource Include="FunctionCode\Warehouse\Warehouse_In.resx">
  1028. <DependentUpon>Warehouse_In.cs</DependentUpon>
  1029. </EmbeddedResource>
  1030. <EmbeddedResource Include="FunctionCode\Warehouse\Warehouse_Out.resx">
  1031. <DependentUpon>Warehouse_Out.cs</DependentUpon>
  1032. </EmbeddedResource>
  1033. <EmbeddedResource Include="FunctionCode\Stock\Stock_WarehouseTransform.resx">
  1034. <DependentUpon>Stock_WarehouseTransform.cs</DependentUpon>
  1035. </EmbeddedResource>
  1036. <EmbeddedResource Include="FunctionCode\Stock\Stock_Split.resx">
  1037. <DependentUpon>Stock_Split.cs</DependentUpon>
  1038. </EmbeddedResource>
  1039. <EmbeddedResource Include="FunctionCode\Query\Query_ProductTraceBack.resx">
  1040. <DependentUpon>Query_ProductTraceBack.cs</DependentUpon>
  1041. </EmbeddedResource>
  1042. <EmbeddedResource Include="FunctionCode\Query\Query_ExeProgress.resx">
  1043. <DependentUpon>Query_ExeProgress.cs</DependentUpon>
  1044. </EmbeddedResource>
  1045. <EmbeddedResource Include="FunctionCode\Query\Query_OnlineTraceBack.resx">
  1046. <DependentUpon>Query_OnlineTraceBack.cs</DependentUpon>
  1047. </EmbeddedResource>
  1048. <EmbeddedResource Include="FunctionCode\Query\Quert_RealTime.resx">
  1049. <DependentUpon>Quert_RealTime.cs</DependentUpon>
  1050. </EmbeddedResource>
  1051. <EmbeddedResource Include="FunctionCode\Special\Special_QCForce.resx">
  1052. <DependentUpon>Special_QCForce.cs</DependentUpon>
  1053. </EmbeddedResource>
  1054. <EmbeddedResource Include="FunctionCode\Special\Special_CancelCollection.resx">
  1055. <DependentUpon>Special_CancelCollection.cs</DependentUpon>
  1056. </EmbeddedResource>
  1057. <EmbeddedResource Include="FunctionCode\Special\Special_SeqTransform.resx">
  1058. <DependentUpon>Special_SeqTransform.cs</DependentUpon>
  1059. </EmbeddedResource>
  1060. <EmbeddedResource Include="FunctionCode\Special\Special_BoxSplit.resx">
  1061. <DependentUpon>Special_BoxSplit.cs</DependentUpon>
  1062. </EmbeddedResource>
  1063. <EmbeddedResource Include="FunctionCode\Special\Special_MixPackage.resx">
  1064. <DependentUpon>Special_MixPackage.cs</DependentUpon>
  1065. </EmbeddedResource>
  1066. <EmbeddedResource Include="FunctionCode\SystemSetting\SystemSetting_LabelMaintain.resx">
  1067. <DependentUpon>SystemSetting_LabelMaintain.cs</DependentUpon>
  1068. </EmbeddedResource>
  1069. <EmbeddedResource Include="FunctionCode\SystemSetting\SystemSetting_SysNav.resx">
  1070. <DependentUpon>SystemSetting_SysNav.cs</DependentUpon>
  1071. </EmbeddedResource>
  1072. <EmbeddedResource Include="FunctionCode\SystemSetting\SystemSetting_PrinterTest.resx">
  1073. <DependentUpon>SystemSetting_PrinterTest.cs</DependentUpon>
  1074. </EmbeddedResource>
  1075. <EmbeddedResource Include="FunctionCode\SystemSetting\SystemSetting_ScaleTest.resx">
  1076. <DependentUpon>SystemSetting_ScaleTest.cs</DependentUpon>
  1077. </EmbeddedResource>
  1078. <None Include="Cert\深圳市优软科技有限公司.pfx" />
  1079. <None Include="Properties\app.manifest" />
  1080. <None Include="Properties\Settings.settings">
  1081. <Generator>SettingsSingleFileGenerator</Generator>
  1082. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  1083. </None>
  1084. <Compile Include="Properties\Settings.Designer.cs">
  1085. <AutoGen>True</AutoGen>
  1086. <DependentUpon>Settings.settings</DependentUpon>
  1087. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  1088. </Compile>
  1089. <None Include="UAS-MES_TemporaryKey.pfx" />
  1090. </ItemGroup>
  1091. <ItemGroup>
  1092. <None Include="App.config">
  1093. <SubType>Designer</SubType>
  1094. </None>
  1095. </ItemGroup>
  1096. <ItemGroup>
  1097. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  1098. <Visible>False</Visible>
  1099. <ProductName>.NET Framework 3.5 SP1</ProductName>
  1100. <Install>false</Install>
  1101. </BootstrapperPackage>
  1102. </ItemGroup>
  1103. <ItemGroup>
  1104. <None Include="Resources\mailattachment.zip" />
  1105. </ItemGroup>
  1106. <ItemGroup>
  1107. <Content Include="Resources\Sound\3291.wav" />
  1108. <Content Include="Resources\Sound\5185.wav" />
  1109. <Content Include="U_Icon.ico" />
  1110. <None Include="Resources\timg.jpg" />
  1111. <None Include="Resources\matte_white_square_icon_business_tool_hammer_128px_571061_easyicon.net.ico" />
  1112. <None Include="Resources\Image1.bmp" />
  1113. <Content Include="Resources\07.gif" />
  1114. <Content Include="Resources\2-0btn_04.png" />
  1115. <Content Include="Resources\2-0btn_07.png" />
  1116. <Content Include="Resources\2-0btn_36.png" />
  1117. <Content Include="Resources\20130711113247276.png" />
  1118. <Content Include="Resources\46.gif" />
  1119. <Content Include="Resources\83.gif" />
  1120. <Content Include="Resources\Barcode_48px_1072745_easyicon.net.png" />
  1121. <Content Include="Resources\bindingNavigatorAddNewItem.Image.png" />
  1122. <Content Include="Resources\bindingNavigatorDeleteItem.Image.png" />
  1123. <Content Include="Resources\bindingNavigatorMoveFirstItem.Image.png" />
  1124. <Content Include="Resources\bindingNavigatorMoveLastItem.Image.png" />
  1125. <Content Include="Resources\bindingNavigatorMoveNextItem.Image.png" />
  1126. <Content Include="Resources\bindingNavigatorMovePreviousItem.Image.png" />
  1127. <Content Include="Resources\box_17.453077699294px_1191579_easyicon.net.png" />
  1128. <Content Include="Resources\box_26.17961654894px_1191579_easyicon.net.png" />
  1129. <Content Include="Resources\btncheckoff1.png" />
  1130. <Content Include="Resources\btncheckoff2.png" />
  1131. <Content Include="Resources\btncheckoff3.png" />
  1132. <Content Include="Resources\btncheckoff4.png" />
  1133. <Content Include="Resources\btncheckoff5.png" />
  1134. <Content Include="Resources\btncheckoff6.png" />
  1135. <Content Include="Resources\btncheckon1.png" />
  1136. <Content Include="Resources\btncheckon2.png" />
  1137. <Content Include="Resources\btncheckon3.png" />
  1138. <Content Include="Resources\btncheckon4.png" />
  1139. <Content Include="Resources\btncheckon5.png" />
  1140. <Content Include="Resources\btncheckon6.png" />
  1141. <Content Include="Resources\Button\down.png" />
  1142. <Content Include="Resources\Button\focus.png" />
  1143. <Content Include="Resources\Button\gray.png" />
  1144. <Content Include="Resources\Button\highlight.png" />
  1145. <Content Include="Resources\Button\Light.png" />
  1146. <Content Include="Resources\Button\normal.png" />
  1147. <Content Include="Resources\Button\White-side.png" />
  1148. <Content Include="Resources\close_16px_558195_easyicon.net.png" />
  1149. <Content Include="Resources\CLOSE_24px_1115282_easyicon.net.png" />
  1150. <Content Include="Resources\close_24px_1139093_easyicon.net.png" />
  1151. <Content Include="Resources\close_24px_1139293_easyicon.net.png" />
  1152. <Content Include="Resources\close_32px_1181428_easyicon.net.png" />
  1153. <Content Include="Resources\Close_up_32px_1181430_easyicon.net.png" />
  1154. <Content Include="Resources\dialog_error_5_48px_542794_easyicon.net.png" />
  1155. <Content Include="Resources\download_14.926374650513px_1191613_easyicon.net.png" />
  1156. <Content Include="Resources\download_17.519713261649px_1200629_easyicon.net %281%29.png" />
  1157. <Content Include="Resources\download_17.519713261649px_1200629_easyicon.net.png" />
  1158. <Content Include="Resources\excel.png" />
  1159. <Content Include="Resources\Excel_2010_16px_1180011_easyicon.net.png" />
  1160. <Content Include="Resources\Excel_2013_16px_1180012_easyicon.net.png" />
  1161. <Content Include="Resources\file.png" />
  1162. <Content Include="Resources\file_24px_1133611_easyicon.net.png" />
  1163. <Content Include="Resources\file_24px_1175380_easyicon.net.png" />
  1164. <Content Include="Resources\file_info_64px_1176626_easyicon.net.png" />
  1165. <Content Include="Resources\file_manager_24px_1145241_easyicon.net.png" />
  1166. <Content Include="Resources\icon_title.png" />
  1167. <Content Include="Resources\Internet_Explorer_Windows_8_Windows8_32px_566667_easyicon.net.ico" />
  1168. <Content Include="Resources\LoadingError.gif" />
  1169. <Content Include="Resources\LoadingFormat.gif" />
  1170. <Content Include="Resources\LoginBG.jpg" />
  1171. <Content Include="Resources\minus.gif" />
  1172. <Content Include="Resources\notice_text_editor_16px_11373_easyicon.net.png" />
  1173. <Content Include="Resources\People_48px_500819_easyicon.net.png" />
  1174. <Content Include="Resources\plus.gif" />
  1175. <Content Include="Resources\preview_16px_25980_easyicon.net.png" />
  1176. <None Include="Resources\refresh.png" />
  1177. <Content Include="Resources\search_16px_1202802_easyicon.net.png" />
  1178. <Content Include="Resources\Sound\Windows Background.wav" />
  1179. <Content Include="Resources\two_arrow_left.png" />
  1180. <Content Include="Resources\two_arrow_right.png" />
  1181. <Content Include="Resources\uas_blue.png" />
  1182. <Content Include="Resources\updating.gif" />
  1183. <Content Include="Resources\upload_14.788550323176px_1191624_easyicon.net.png" />
  1184. <Content Include="Resources\upload_17.459649122807px_1200703_easyicon.net %281%29.png" />
  1185. <Content Include="Resources\upload_17.459649122807px_1200703_easyicon.net.png" />
  1186. <None Include="Resources\U_Icon.ico" />
  1187. <Content Include="Resources\Windows_32px_1063981_easyicon.net.ico" />
  1188. <Content Include="Resources\write_15.893687707641px_1181413_easyicon.net.png" />
  1189. <Content Include="Resources\zxing_android_code_48px_1107946_easyicon.net.png" />
  1190. </ItemGroup>
  1191. <ItemGroup>
  1192. <COMReference Include="LabelManager2">
  1193. <Guid>{3624B9C2-9E5D-11D3-A896-00C04F324E22}</Guid>
  1194. <VersionMajor>6</VersionMajor>
  1195. <VersionMinor>0</VersionMinor>
  1196. <Lcid>0</Lcid>
  1197. <WrapperTool>tlbimp</WrapperTool>
  1198. <Isolated>False</Isolated>
  1199. <EmbedInteropTypes>False</EmbedInteropTypes>
  1200. </COMReference>
  1201. <COMReference Include="stdole">
  1202. <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
  1203. <VersionMajor>2</VersionMajor>
  1204. <VersionMinor>0</VersionMinor>
  1205. <Lcid>0</Lcid>
  1206. <WrapperTool>primary</WrapperTool>
  1207. <Isolated>False</Isolated>
  1208. <EmbedInteropTypes>True</EmbedInteropTypes>
  1209. </COMReference>
  1210. </ItemGroup>
  1211. <ItemGroup>
  1212. <PublishFile Include="BtSystem.Client">
  1213. <Visible>False</Visible>
  1214. <Group>
  1215. </Group>
  1216. <TargetPath>
  1217. </TargetPath>
  1218. <PublishState>Exclude</PublishState>
  1219. <IncludeHash>True</IncludeHash>
  1220. <FileType>Assembly</FileType>
  1221. </PublishFile>
  1222. <PublishFile Include="BtSystem.Client.Reader">
  1223. <Visible>False</Visible>
  1224. <Group>
  1225. </Group>
  1226. <TargetPath>
  1227. </TargetPath>
  1228. <PublishState>Exclude</PublishState>
  1229. <IncludeHash>True</IncludeHash>
  1230. <FileType>Assembly</FileType>
  1231. </PublishFile>
  1232. <PublishFile Include="BtSystem.Interfaces">
  1233. <Visible>False</Visible>
  1234. <Group>
  1235. </Group>
  1236. <TargetPath>
  1237. </TargetPath>
  1238. <PublishState>Exclude</PublishState>
  1239. <IncludeHash>True</IncludeHash>
  1240. <FileType>Assembly</FileType>
  1241. </PublishFile>
  1242. <PublishFile Include="BtSystem.Network">
  1243. <Visible>False</Visible>
  1244. <Group>
  1245. </Group>
  1246. <TargetPath>
  1247. </TargetPath>
  1248. <PublishState>Exclude</PublishState>
  1249. <IncludeHash>True</IncludeHash>
  1250. <FileType>Assembly</FileType>
  1251. </PublishFile>
  1252. <PublishFile Include="BtSystem.Reprint.Support">
  1253. <Visible>False</Visible>
  1254. <Group>
  1255. </Group>
  1256. <TargetPath>
  1257. </TargetPath>
  1258. <PublishState>Exclude</PublishState>
  1259. <IncludeHash>True</IncludeHash>
  1260. <FileType>Assembly</FileType>
  1261. </PublishFile>
  1262. <PublishFile Include="BtSystem.Strings">
  1263. <Visible>False</Visible>
  1264. <Group>
  1265. </Group>
  1266. <TargetPath>
  1267. </TargetPath>
  1268. <PublishState>Exclude</PublishState>
  1269. <IncludeHash>True</IncludeHash>
  1270. <FileType>Assembly</FileType>
  1271. </PublishFile>
  1272. <PublishFile Include="BtSystem.Support">
  1273. <Visible>False</Visible>
  1274. <Group>
  1275. </Group>
  1276. <TargetPath>
  1277. </TargetPath>
  1278. <PublishState>Exclude</PublishState>
  1279. <IncludeHash>True</IncludeHash>
  1280. <FileType>Assembly</FileType>
  1281. </PublishFile>
  1282. <PublishFile Include="BtSystem.UI">
  1283. <Visible>False</Visible>
  1284. <Group>
  1285. </Group>
  1286. <TargetPath>
  1287. </TargetPath>
  1288. <PublishState>Exclude</PublishState>
  1289. <IncludeHash>True</IncludeHash>
  1290. <FileType>Assembly</FileType>
  1291. </PublishFile>
  1292. <PublishFile Include="DevComponents.DotNetBar2">
  1293. <Visible>False</Visible>
  1294. <Group>
  1295. </Group>
  1296. <TargetPath>
  1297. </TargetPath>
  1298. <PublishState>Exclude</PublishState>
  1299. <IncludeHash>True</IncludeHash>
  1300. <FileType>Assembly</FileType>
  1301. </PublishFile>
  1302. <PublishFile Include="DevExpress.Data.v11.1">
  1303. <Visible>False</Visible>
  1304. <Group>
  1305. </Group>
  1306. <TargetPath>
  1307. </TargetPath>
  1308. <PublishState>Exclude</PublishState>
  1309. <IncludeHash>True</IncludeHash>
  1310. <FileType>Assembly</FileType>
  1311. </PublishFile>
  1312. <PublishFile Include="DevExpress.Printing.v11.1.Core">
  1313. <Visible>False</Visible>
  1314. <Group>
  1315. </Group>
  1316. <TargetPath>
  1317. </TargetPath>
  1318. <PublishState>Exclude</PublishState>
  1319. <IncludeHash>True</IncludeHash>
  1320. <FileType>Assembly</FileType>
  1321. </PublishFile>
  1322. <PublishFile Include="DevExpress.Utils.v11.1">
  1323. <Visible>False</Visible>
  1324. <Group>
  1325. </Group>
  1326. <TargetPath>
  1327. </TargetPath>
  1328. <PublishState>Exclude</PublishState>
  1329. <IncludeHash>True</IncludeHash>
  1330. <FileType>Assembly</FileType>
  1331. </PublishFile>
  1332. <PublishFile Include="DevExpress.Xpo.v11.1">
  1333. <Visible>False</Visible>
  1334. <Group>
  1335. </Group>
  1336. <TargetPath>
  1337. </TargetPath>
  1338. <PublishState>Exclude</PublishState>
  1339. <IncludeHash>True</IncludeHash>
  1340. <FileType>Assembly</FileType>
  1341. </PublishFile>
  1342. <PublishFile Include="DevExpress.XtraBars.v11.1">
  1343. <Visible>False</Visible>
  1344. <Group>
  1345. </Group>
  1346. <TargetPath>
  1347. </TargetPath>
  1348. <PublishState>Exclude</PublishState>
  1349. <IncludeHash>True</IncludeHash>
  1350. <FileType>Assembly</FileType>
  1351. </PublishFile>
  1352. <PublishFile Include="DevExpress.XtraEditors.v11.1">
  1353. <Visible>False</Visible>
  1354. <Group>
  1355. </Group>
  1356. <TargetPath>
  1357. </TargetPath>
  1358. <PublishState>Exclude</PublishState>
  1359. <IncludeHash>True</IncludeHash>
  1360. <FileType>Assembly</FileType>
  1361. </PublishFile>
  1362. <PublishFile Include="DevExpress.XtraGrid.v11.1">
  1363. <Visible>False</Visible>
  1364. <Group>
  1365. </Group>
  1366. <TargetPath>
  1367. </TargetPath>
  1368. <PublishState>Exclude</PublishState>
  1369. <IncludeHash>True</IncludeHash>
  1370. <FileType>Assembly</FileType>
  1371. </PublishFile>
  1372. <PublishFile Include="DevExpress.XtraLayout.v11.1">
  1373. <Visible>False</Visible>
  1374. <Group>
  1375. </Group>
  1376. <TargetPath>
  1377. </TargetPath>
  1378. <PublishState>Exclude</PublishState>
  1379. <IncludeHash>True</IncludeHash>
  1380. <FileType>Assembly</FileType>
  1381. </PublishFile>
  1382. <PublishFile Include="Interop.BarTender">
  1383. <Visible>False</Visible>
  1384. <Group>
  1385. </Group>
  1386. <TargetPath>
  1387. </TargetPath>
  1388. <PublishState>Include</PublishState>
  1389. <IncludeHash>True</IncludeHash>
  1390. <FileType>Assembly</FileType>
  1391. </PublishFile>
  1392. <PublishFile Include="Interop.DriverAutomationLibrary">
  1393. <Visible>False</Visible>
  1394. <Group>
  1395. </Group>
  1396. <TargetPath>
  1397. </TargetPath>
  1398. <PublishState>Include</PublishState>
  1399. <IncludeHash>True</IncludeHash>
  1400. <FileType>Assembly</FileType>
  1401. </PublishFile>
  1402. <PublishFile Include="Interop.NetFwTypeLib">
  1403. <Visible>False</Visible>
  1404. <Group>
  1405. </Group>
  1406. <TargetPath>
  1407. </TargetPath>
  1408. <PublishState>Exclude</PublishState>
  1409. <IncludeHash>True</IncludeHash>
  1410. <FileType>Assembly</FileType>
  1411. </PublishFile>
  1412. <PublishFile Include="Maestro.Interface">
  1413. <Visible>False</Visible>
  1414. <Group>
  1415. </Group>
  1416. <TargetPath>
  1417. </TargetPath>
  1418. <PublishState>Exclude</PublishState>
  1419. <IncludeHash>True</IncludeHash>
  1420. <FileType>Assembly</FileType>
  1421. </PublishFile>
  1422. <PublishFile Include="Maestro.Library">
  1423. <Visible>False</Visible>
  1424. <Group>
  1425. </Group>
  1426. <TargetPath>
  1427. </TargetPath>
  1428. <PublishState>Exclude</PublishState>
  1429. <IncludeHash>True</IncludeHash>
  1430. <FileType>Assembly</FileType>
  1431. </PublishFile>
  1432. <PublishFile Include="Seagull.Framework">
  1433. <Visible>False</Visible>
  1434. <Group>
  1435. </Group>
  1436. <TargetPath>
  1437. </TargetPath>
  1438. <PublishState>Exclude</PublishState>
  1439. <IncludeHash>True</IncludeHash>
  1440. <FileType>Assembly</FileType>
  1441. </PublishFile>
  1442. <PublishFile Include="Seagull.Framework.Interop">
  1443. <Visible>False</Visible>
  1444. <Group>
  1445. </Group>
  1446. <TargetPath>
  1447. </TargetPath>
  1448. <PublishState>Exclude</PublishState>
  1449. <IncludeHash>True</IncludeHash>
  1450. <FileType>Assembly</FileType>
  1451. </PublishFile>
  1452. <PublishFile Include="Seagull.Interop">
  1453. <Visible>False</Visible>
  1454. <Group>
  1455. </Group>
  1456. <TargetPath>
  1457. </TargetPath>
  1458. <PublishState>Exclude</PublishState>
  1459. <IncludeHash>True</IncludeHash>
  1460. <FileType>Assembly</FileType>
  1461. </PublishFile>
  1462. <PublishFile Include="Seagull.Librarian.Core">
  1463. <Visible>False</Visible>
  1464. <Group>
  1465. </Group>
  1466. <TargetPath>
  1467. </TargetPath>
  1468. <PublishState>Exclude</PublishState>
  1469. <IncludeHash>True</IncludeHash>
  1470. <FileType>Assembly</FileType>
  1471. </PublishFile>
  1472. <PublishFile Include="Seagull.Security">
  1473. <Visible>False</Visible>
  1474. <Group>
  1475. </Group>
  1476. <TargetPath>
  1477. </TargetPath>
  1478. <PublishState>Exclude</PublishState>
  1479. <IncludeHash>True</IncludeHash>
  1480. <FileType>Assembly</FileType>
  1481. </PublishFile>
  1482. <PublishFile Include="Seagull.Security.Interop">
  1483. <Visible>False</Visible>
  1484. <Group>
  1485. </Group>
  1486. <TargetPath>
  1487. </TargetPath>
  1488. <PublishState>Exclude</PublishState>
  1489. <IncludeHash>True</IncludeHash>
  1490. <FileType>Assembly</FileType>
  1491. </PublishFile>
  1492. <PublishFile Include="Seagull.XpoDataAccess">
  1493. <Visible>False</Visible>
  1494. <Group>
  1495. </Group>
  1496. <TargetPath>
  1497. </TargetPath>
  1498. <PublishState>Exclude</PublishState>
  1499. <IncludeHash>True</IncludeHash>
  1500. <FileType>Assembly</FileType>
  1501. </PublishFile>
  1502. </ItemGroup>
  1503. <ItemGroup>
  1504. <Folder Include="Properties\DataSources\" />
  1505. </ItemGroup>
  1506. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1507. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  1508. Other similar extension points exist, see Microsoft.Common.targets.
  1509. <Target Name="BeforeBuild">
  1510. </Target>
  1511. <Target Name="AfterBuild">
  1512. </Target>
  1513. -->
  1514. </Project>