UAS-MES.csproj 61 KB

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