UAS-MES.csproj 60 KB

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