UAS-MES.csproj 68 KB

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