UAS-MES.csproj 68 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629
  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="Properties\app.manifest" />
  1193. <None Include="Properties\Settings.settings">
  1194. <Generator>SettingsSingleFileGenerator</Generator>
  1195. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  1196. </None>
  1197. <Compile Include="Properties\Settings.Designer.cs">
  1198. <AutoGen>True</AutoGen>
  1199. <DependentUpon>Settings.settings</DependentUpon>
  1200. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  1201. </Compile>
  1202. </ItemGroup>
  1203. <ItemGroup>
  1204. <None Include="App.config">
  1205. <SubType>Designer</SubType>
  1206. </None>
  1207. </ItemGroup>
  1208. <ItemGroup>
  1209. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  1210. <Visible>False</Visible>
  1211. <ProductName>.NET Framework 3.5 SP1</ProductName>
  1212. <Install>false</Install>
  1213. </BootstrapperPackage>
  1214. </ItemGroup>
  1215. <ItemGroup>
  1216. <None Include="Resources\mailattachment.zip" />
  1217. </ItemGroup>
  1218. <ItemGroup>
  1219. <None Include="Resources\0802192135.png" />
  1220. <Content Include="Resources\Sound\3291.wav" />
  1221. <Content Include="Resources\Sound\5185.wav" />
  1222. <Content Include="Resources\Sound\8378.wav" />
  1223. <None Include="Resources\WhiteImage.png" />
  1224. <Content Include="U_Icon.ico" />
  1225. <None Include="Resources\timg.jpg" />
  1226. <None Include="Resources\matte_white_square_icon_business_tool_hammer_128px_571061_easyicon.net.ico" />
  1227. <None Include="Resources\Image1.bmp" />
  1228. <Content Include="Resources\07.gif" />
  1229. <Content Include="Resources\2-0btn_04.png" />
  1230. <Content Include="Resources\2-0btn_07.png" />
  1231. <Content Include="Resources\2-0btn_36.png" />
  1232. <Content Include="Resources\20130711113247276.png" />
  1233. <Content Include="Resources\46.gif" />
  1234. <Content Include="Resources\83.gif" />
  1235. <Content Include="Resources\Barcode_48px_1072745_easyicon.net.png" />
  1236. <Content Include="Resources\bindingNavigatorAddNewItem.Image.png" />
  1237. <Content Include="Resources\bindingNavigatorDeleteItem.Image.png" />
  1238. <Content Include="Resources\bindingNavigatorMoveFirstItem.Image.png" />
  1239. <Content Include="Resources\bindingNavigatorMoveLastItem.Image.png" />
  1240. <Content Include="Resources\bindingNavigatorMoveNextItem.Image.png" />
  1241. <Content Include="Resources\bindingNavigatorMovePreviousItem.Image.png" />
  1242. <Content Include="Resources\box_17.453077699294px_1191579_easyicon.net.png" />
  1243. <Content Include="Resources\box_26.17961654894px_1191579_easyicon.net.png" />
  1244. <Content Include="Resources\btncheckoff1.png" />
  1245. <Content Include="Resources\btncheckoff2.png" />
  1246. <Content Include="Resources\btncheckoff3.png" />
  1247. <Content Include="Resources\btncheckoff4.png" />
  1248. <Content Include="Resources\btncheckoff5.png" />
  1249. <Content Include="Resources\btncheckoff6.png" />
  1250. <Content Include="Resources\btncheckon1.png" />
  1251. <Content Include="Resources\btncheckon2.png" />
  1252. <Content Include="Resources\btncheckon3.png" />
  1253. <Content Include="Resources\btncheckon4.png" />
  1254. <Content Include="Resources\btncheckon5.png" />
  1255. <Content Include="Resources\btncheckon6.png" />
  1256. <Content Include="Resources\Button\down.png" />
  1257. <Content Include="Resources\Button\focus.png" />
  1258. <Content Include="Resources\Button\gray.png" />
  1259. <Content Include="Resources\Button\highlight.png" />
  1260. <Content Include="Resources\Button\Light.png" />
  1261. <Content Include="Resources\Button\normal.png" />
  1262. <Content Include="Resources\Button\White-side.png" />
  1263. <Content Include="Resources\close_16px_558195_easyicon.net.png" />
  1264. <Content Include="Resources\CLOSE_24px_1115282_easyicon.net.png" />
  1265. <Content Include="Resources\close_24px_1139093_easyicon.net.png" />
  1266. <Content Include="Resources\close_24px_1139293_easyicon.net.png" />
  1267. <Content Include="Resources\close_32px_1181428_easyicon.net.png" />
  1268. <Content Include="Resources\Close_up_32px_1181430_easyicon.net.png" />
  1269. <Content Include="Resources\dialog_error_5_48px_542794_easyicon.net.png" />
  1270. <Content Include="Resources\download_14.926374650513px_1191613_easyicon.net.png" />
  1271. <Content Include="Resources\download_17.519713261649px_1200629_easyicon.net %281%29.png" />
  1272. <Content Include="Resources\download_17.519713261649px_1200629_easyicon.net.png" />
  1273. <Content Include="Resources\excel.png" />
  1274. <Content Include="Resources\Excel_2010_16px_1180011_easyicon.net.png" />
  1275. <Content Include="Resources\Excel_2013_16px_1180012_easyicon.net.png" />
  1276. <Content Include="Resources\file.png" />
  1277. <Content Include="Resources\file_24px_1133611_easyicon.net.png" />
  1278. <Content Include="Resources\file_24px_1175380_easyicon.net.png" />
  1279. <Content Include="Resources\file_info_64px_1176626_easyicon.net.png" />
  1280. <Content Include="Resources\file_manager_24px_1145241_easyicon.net.png" />
  1281. <Content Include="Resources\icon_title.png" />
  1282. <Content Include="Resources\Internet_Explorer_Windows_8_Windows8_32px_566667_easyicon.net.ico" />
  1283. <Content Include="Resources\LoadingError.gif" />
  1284. <Content Include="Resources\LoadingFormat.gif" />
  1285. <Content Include="Resources\LoginBG.jpg" />
  1286. <Content Include="Resources\minus.gif" />
  1287. <Content Include="Resources\notice_text_editor_16px_11373_easyicon.net.png" />
  1288. <Content Include="Resources\People_48px_500819_easyicon.net.png" />
  1289. <Content Include="Resources\plus.gif" />
  1290. <Content Include="Resources\preview_16px_25980_easyicon.net.png" />
  1291. <None Include="Resources\refresh.png" />
  1292. <Content Include="Resources\search_16px_1202802_easyicon.net.png" />
  1293. <Content Include="Resources\Sound\Windows Background.wav" />
  1294. <Content Include="Resources\two_arrow_left.png" />
  1295. <Content Include="Resources\two_arrow_right.png" />
  1296. <Content Include="Resources\uas_blue.png" />
  1297. <Content Include="Resources\updating.gif" />
  1298. <Content Include="Resources\upload_14.788550323176px_1191624_easyicon.net.png" />
  1299. <Content Include="Resources\upload_17.459649122807px_1200703_easyicon.net %281%29.png" />
  1300. <Content Include="Resources\upload_17.459649122807px_1200703_easyicon.net.png" />
  1301. <None Include="Resources\U_Icon.ico" />
  1302. <Content Include="Resources\Windows_32px_1063981_easyicon.net.ico" />
  1303. <Content Include="Resources\write_15.893687707641px_1181413_easyicon.net.png" />
  1304. <Content Include="Resources\zxing_android_code_48px_1107946_easyicon.net.png" />
  1305. </ItemGroup>
  1306. <ItemGroup>
  1307. <COMReference Include="LabelManager2">
  1308. <Guid>{3624B9C2-9E5D-11D3-A896-00C04F324E22}</Guid>
  1309. <VersionMajor>6</VersionMajor>
  1310. <VersionMinor>0</VersionMinor>
  1311. <Lcid>0</Lcid>
  1312. <WrapperTool>tlbimp</WrapperTool>
  1313. <Isolated>False</Isolated>
  1314. <EmbedInteropTypes>False</EmbedInteropTypes>
  1315. </COMReference>
  1316. <COMReference Include="stdole">
  1317. <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
  1318. <VersionMajor>2</VersionMajor>
  1319. <VersionMinor>0</VersionMinor>
  1320. <Lcid>0</Lcid>
  1321. <WrapperTool>primary</WrapperTool>
  1322. <Isolated>False</Isolated>
  1323. <EmbedInteropTypes>True</EmbedInteropTypes>
  1324. </COMReference>
  1325. </ItemGroup>
  1326. <ItemGroup>
  1327. <PublishFile Include="BtSystem.Client">
  1328. <Visible>False</Visible>
  1329. <Group>
  1330. </Group>
  1331. <TargetPath>
  1332. </TargetPath>
  1333. <PublishState>Exclude</PublishState>
  1334. <IncludeHash>True</IncludeHash>
  1335. <FileType>Assembly</FileType>
  1336. </PublishFile>
  1337. <PublishFile Include="BtSystem.Client.Reader">
  1338. <Visible>False</Visible>
  1339. <Group>
  1340. </Group>
  1341. <TargetPath>
  1342. </TargetPath>
  1343. <PublishState>Exclude</PublishState>
  1344. <IncludeHash>True</IncludeHash>
  1345. <FileType>Assembly</FileType>
  1346. </PublishFile>
  1347. <PublishFile Include="BtSystem.Interfaces">
  1348. <Visible>False</Visible>
  1349. <Group>
  1350. </Group>
  1351. <TargetPath>
  1352. </TargetPath>
  1353. <PublishState>Exclude</PublishState>
  1354. <IncludeHash>True</IncludeHash>
  1355. <FileType>Assembly</FileType>
  1356. </PublishFile>
  1357. <PublishFile Include="BtSystem.Network">
  1358. <Visible>False</Visible>
  1359. <Group>
  1360. </Group>
  1361. <TargetPath>
  1362. </TargetPath>
  1363. <PublishState>Exclude</PublishState>
  1364. <IncludeHash>True</IncludeHash>
  1365. <FileType>Assembly</FileType>
  1366. </PublishFile>
  1367. <PublishFile Include="BtSystem.Reprint.Support">
  1368. <Visible>False</Visible>
  1369. <Group>
  1370. </Group>
  1371. <TargetPath>
  1372. </TargetPath>
  1373. <PublishState>Exclude</PublishState>
  1374. <IncludeHash>True</IncludeHash>
  1375. <FileType>Assembly</FileType>
  1376. </PublishFile>
  1377. <PublishFile Include="BtSystem.Strings">
  1378. <Visible>False</Visible>
  1379. <Group>
  1380. </Group>
  1381. <TargetPath>
  1382. </TargetPath>
  1383. <PublishState>Exclude</PublishState>
  1384. <IncludeHash>True</IncludeHash>
  1385. <FileType>Assembly</FileType>
  1386. </PublishFile>
  1387. <PublishFile Include="BtSystem.Support">
  1388. <Visible>False</Visible>
  1389. <Group>
  1390. </Group>
  1391. <TargetPath>
  1392. </TargetPath>
  1393. <PublishState>Exclude</PublishState>
  1394. <IncludeHash>True</IncludeHash>
  1395. <FileType>Assembly</FileType>
  1396. </PublishFile>
  1397. <PublishFile Include="BtSystem.UI">
  1398. <Visible>False</Visible>
  1399. <Group>
  1400. </Group>
  1401. <TargetPath>
  1402. </TargetPath>
  1403. <PublishState>Exclude</PublishState>
  1404. <IncludeHash>True</IncludeHash>
  1405. <FileType>Assembly</FileType>
  1406. </PublishFile>
  1407. <PublishFile Include="DevComponents.DotNetBar2">
  1408. <Visible>False</Visible>
  1409. <Group>
  1410. </Group>
  1411. <TargetPath>
  1412. </TargetPath>
  1413. <PublishState>Exclude</PublishState>
  1414. <IncludeHash>True</IncludeHash>
  1415. <FileType>Assembly</FileType>
  1416. </PublishFile>
  1417. <PublishFile Include="DevExpress.Data.v11.1">
  1418. <Visible>False</Visible>
  1419. <Group>
  1420. </Group>
  1421. <TargetPath>
  1422. </TargetPath>
  1423. <PublishState>Exclude</PublishState>
  1424. <IncludeHash>True</IncludeHash>
  1425. <FileType>Assembly</FileType>
  1426. </PublishFile>
  1427. <PublishFile Include="DevExpress.Printing.v11.1.Core">
  1428. <Visible>False</Visible>
  1429. <Group>
  1430. </Group>
  1431. <TargetPath>
  1432. </TargetPath>
  1433. <PublishState>Exclude</PublishState>
  1434. <IncludeHash>True</IncludeHash>
  1435. <FileType>Assembly</FileType>
  1436. </PublishFile>
  1437. <PublishFile Include="DevExpress.Utils.v11.1">
  1438. <Visible>False</Visible>
  1439. <Group>
  1440. </Group>
  1441. <TargetPath>
  1442. </TargetPath>
  1443. <PublishState>Exclude</PublishState>
  1444. <IncludeHash>True</IncludeHash>
  1445. <FileType>Assembly</FileType>
  1446. </PublishFile>
  1447. <PublishFile Include="DevExpress.Xpo.v11.1">
  1448. <Visible>False</Visible>
  1449. <Group>
  1450. </Group>
  1451. <TargetPath>
  1452. </TargetPath>
  1453. <PublishState>Exclude</PublishState>
  1454. <IncludeHash>True</IncludeHash>
  1455. <FileType>Assembly</FileType>
  1456. </PublishFile>
  1457. <PublishFile Include="DevExpress.XtraBars.v11.1">
  1458. <Visible>False</Visible>
  1459. <Group>
  1460. </Group>
  1461. <TargetPath>
  1462. </TargetPath>
  1463. <PublishState>Exclude</PublishState>
  1464. <IncludeHash>True</IncludeHash>
  1465. <FileType>Assembly</FileType>
  1466. </PublishFile>
  1467. <PublishFile Include="DevExpress.XtraEditors.v11.1">
  1468. <Visible>False</Visible>
  1469. <Group>
  1470. </Group>
  1471. <TargetPath>
  1472. </TargetPath>
  1473. <PublishState>Exclude</PublishState>
  1474. <IncludeHash>True</IncludeHash>
  1475. <FileType>Assembly</FileType>
  1476. </PublishFile>
  1477. <PublishFile Include="DevExpress.XtraGrid.v11.1">
  1478. <Visible>False</Visible>
  1479. <Group>
  1480. </Group>
  1481. <TargetPath>
  1482. </TargetPath>
  1483. <PublishState>Exclude</PublishState>
  1484. <IncludeHash>True</IncludeHash>
  1485. <FileType>Assembly</FileType>
  1486. </PublishFile>
  1487. <PublishFile Include="DevExpress.XtraLayout.v11.1">
  1488. <Visible>False</Visible>
  1489. <Group>
  1490. </Group>
  1491. <TargetPath>
  1492. </TargetPath>
  1493. <PublishState>Exclude</PublishState>
  1494. <IncludeHash>True</IncludeHash>
  1495. <FileType>Assembly</FileType>
  1496. </PublishFile>
  1497. <PublishFile Include="Interop.BarTender">
  1498. <Visible>False</Visible>
  1499. <Group>
  1500. </Group>
  1501. <TargetPath>
  1502. </TargetPath>
  1503. <PublishState>Include</PublishState>
  1504. <IncludeHash>True</IncludeHash>
  1505. <FileType>Assembly</FileType>
  1506. </PublishFile>
  1507. <PublishFile Include="Interop.DriverAutomationLibrary">
  1508. <Visible>False</Visible>
  1509. <Group>
  1510. </Group>
  1511. <TargetPath>
  1512. </TargetPath>
  1513. <PublishState>Include</PublishState>
  1514. <IncludeHash>True</IncludeHash>
  1515. <FileType>Assembly</FileType>
  1516. </PublishFile>
  1517. <PublishFile Include="Interop.NetFwTypeLib">
  1518. <Visible>False</Visible>
  1519. <Group>
  1520. </Group>
  1521. <TargetPath>
  1522. </TargetPath>
  1523. <PublishState>Exclude</PublishState>
  1524. <IncludeHash>True</IncludeHash>
  1525. <FileType>Assembly</FileType>
  1526. </PublishFile>
  1527. <PublishFile Include="Maestro.Interface">
  1528. <Visible>False</Visible>
  1529. <Group>
  1530. </Group>
  1531. <TargetPath>
  1532. </TargetPath>
  1533. <PublishState>Exclude</PublishState>
  1534. <IncludeHash>True</IncludeHash>
  1535. <FileType>Assembly</FileType>
  1536. </PublishFile>
  1537. <PublishFile Include="Maestro.Library">
  1538. <Visible>False</Visible>
  1539. <Group>
  1540. </Group>
  1541. <TargetPath>
  1542. </TargetPath>
  1543. <PublishState>Exclude</PublishState>
  1544. <IncludeHash>True</IncludeHash>
  1545. <FileType>Assembly</FileType>
  1546. </PublishFile>
  1547. <PublishFile Include="Seagull.Framework">
  1548. <Visible>False</Visible>
  1549. <Group>
  1550. </Group>
  1551. <TargetPath>
  1552. </TargetPath>
  1553. <PublishState>Exclude</PublishState>
  1554. <IncludeHash>True</IncludeHash>
  1555. <FileType>Assembly</FileType>
  1556. </PublishFile>
  1557. <PublishFile Include="Seagull.Framework.Interop">
  1558. <Visible>False</Visible>
  1559. <Group>
  1560. </Group>
  1561. <TargetPath>
  1562. </TargetPath>
  1563. <PublishState>Exclude</PublishState>
  1564. <IncludeHash>True</IncludeHash>
  1565. <FileType>Assembly</FileType>
  1566. </PublishFile>
  1567. <PublishFile Include="Seagull.Interop">
  1568. <Visible>False</Visible>
  1569. <Group>
  1570. </Group>
  1571. <TargetPath>
  1572. </TargetPath>
  1573. <PublishState>Exclude</PublishState>
  1574. <IncludeHash>True</IncludeHash>
  1575. <FileType>Assembly</FileType>
  1576. </PublishFile>
  1577. <PublishFile Include="Seagull.Librarian.Core">
  1578. <Visible>False</Visible>
  1579. <Group>
  1580. </Group>
  1581. <TargetPath>
  1582. </TargetPath>
  1583. <PublishState>Exclude</PublishState>
  1584. <IncludeHash>True</IncludeHash>
  1585. <FileType>Assembly</FileType>
  1586. </PublishFile>
  1587. <PublishFile Include="Seagull.Security">
  1588. <Visible>False</Visible>
  1589. <Group>
  1590. </Group>
  1591. <TargetPath>
  1592. </TargetPath>
  1593. <PublishState>Exclude</PublishState>
  1594. <IncludeHash>True</IncludeHash>
  1595. <FileType>Assembly</FileType>
  1596. </PublishFile>
  1597. <PublishFile Include="Seagull.Security.Interop">
  1598. <Visible>False</Visible>
  1599. <Group>
  1600. </Group>
  1601. <TargetPath>
  1602. </TargetPath>
  1603. <PublishState>Exclude</PublishState>
  1604. <IncludeHash>True</IncludeHash>
  1605. <FileType>Assembly</FileType>
  1606. </PublishFile>
  1607. <PublishFile Include="Seagull.XpoDataAccess">
  1608. <Visible>False</Visible>
  1609. <Group>
  1610. </Group>
  1611. <TargetPath>
  1612. </TargetPath>
  1613. <PublishState>Exclude</PublishState>
  1614. <IncludeHash>True</IncludeHash>
  1615. <FileType>Assembly</FileType>
  1616. </PublishFile>
  1617. </ItemGroup>
  1618. <ItemGroup>
  1619. <Folder Include="Properties\DataSources\" />
  1620. </ItemGroup>
  1621. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1622. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  1623. Other similar extension points exist, see Microsoft.Common.targets.
  1624. <Target Name="BeforeBuild">
  1625. </Target>
  1626. <Target Name="AfterBuild">
  1627. </Target>
  1628. -->
  1629. </Project>