UAS_SOP.csproj 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626
  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>{6ACEB66A-4FAE-4097-84F5-B5FD44C4D10A}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>UAS_SOP</RootNamespace>
  11. <AssemblyName>UAS_SOP</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="DevExpress.Data.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  37. <Reference Include="DevExpress.Printing.v15.2.Core, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  38. <Reference Include="DevExpress.Sparkline.v15.2.Core, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  39. <Reference Include="DevExpress.Utils.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  40. <Reference Include="DevExpress.XtraEditors.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  41. <Reference Include="Oracle.ManagedDataAccess">
  42. <HintPath>tool\Oracle.ManagedDataAccess.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Spire.Common">
  45. <HintPath>tool\Spire.Common.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Spire.License">
  48. <HintPath>tool\Spire.License.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Spire.Pdf">
  51. <HintPath>tool\Spire.Pdf.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Spire.XLS">
  54. <HintPath>tool\Spire.XLS.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System" />
  57. <Reference Include="System.ComponentModel.DataAnnotations" />
  58. <Reference Include="System.Core" />
  59. <Reference Include="System.Data.Linq" />
  60. <Reference Include="System.Xml.Linq" />
  61. <Reference Include="System.Data.DataSetExtensions" />
  62. <Reference Include="Microsoft.CSharp" />
  63. <Reference Include="System.Data" />
  64. <Reference Include="System.Deployment" />
  65. <Reference Include="System.Drawing" />
  66. <Reference Include="System.Net.Http" />
  67. <Reference Include="System.Windows.Forms" />
  68. <Reference Include="System.Xml" />
  69. <Reference Include="UMES.DLLService">
  70. <HintPath>tool\UMES.DLLService.dll</HintPath>
  71. </Reference>
  72. </ItemGroup>
  73. <ItemGroup>
  74. <Compile Include="CustomControl\BaseForm\BaseForm.cs">
  75. <SubType>Form</SubType>
  76. </Compile>
  77. <Compile Include="CustomControl\BaseForm\BaseForm.Designer.cs">
  78. <DependentUpon>BaseForm.cs</DependentUpon>
  79. </Compile>
  80. <Compile Include="CustomControl\ButtonUtil\ArrowLeftButton.cs">
  81. <SubType>Component</SubType>
  82. </Compile>
  83. <Compile Include="CustomControl\ButtonUtil\ArrowLeftButton.Designer.cs">
  84. <DependentUpon>ArrowLeftButton.cs</DependentUpon>
  85. </Compile>
  86. <Compile Include="CustomControl\ButtonUtil\ArrowRightButton.cs">
  87. <SubType>Component</SubType>
  88. </Compile>
  89. <Compile Include="CustomControl\ButtonUtil\ArrowRightButton.Designer.cs">
  90. <DependentUpon>ArrowRightButton.cs</DependentUpon>
  91. </Compile>
  92. <Compile Include="CustomControl\ButtonUtil\ChooseAllButton.cs">
  93. <SubType>Component</SubType>
  94. </Compile>
  95. <Compile Include="CustomControl\ButtonUtil\ChooseAllButton.Designer.cs">
  96. <DependentUpon>ChooseAllButton.cs</DependentUpon>
  97. </Compile>
  98. <Compile Include="CustomControl\ButtonUtil\CloseButton.cs">
  99. <SubType>Component</SubType>
  100. </Compile>
  101. <Compile Include="CustomControl\ButtonUtil\CloseButton.Designer.cs">
  102. <DependentUpon>CloseButton.cs</DependentUpon>
  103. </Compile>
  104. <Compile Include="CustomControl\ButtonUtil\DeleteButton.cs">
  105. <SubType>Component</SubType>
  106. </Compile>
  107. <Compile Include="CustomControl\ButtonUtil\DeleteButton.Designer.cs">
  108. <DependentUpon>DeleteButton.cs</DependentUpon>
  109. </Compile>
  110. <Compile Include="CustomControl\ButtonUtil\LockMakeCode.cs">
  111. <SubType>Component</SubType>
  112. </Compile>
  113. <Compile Include="CustomControl\ButtonUtil\LockMakeCode.Designer.cs">
  114. <DependentUpon>LockMakeCode.cs</DependentUpon>
  115. </Compile>
  116. <Compile Include="CustomControl\ButtonUtil\NormalButton.cs">
  117. <SubType>Component</SubType>
  118. </Compile>
  119. <Compile Include="CustomControl\ButtonUtil\NormalButton.Designer.cs">
  120. <DependentUpon>NormalButton.cs</DependentUpon>
  121. </Compile>
  122. <Compile Include="CustomControl\ClickPicBox\ClickPicBox.cs">
  123. <SubType>Component</SubType>
  124. </Compile>
  125. <Compile Include="CustomControl\ClickPicBox\ClickPicBox.Designer.cs">
  126. <DependentUpon>ClickPicBox.cs</DependentUpon>
  127. </Compile>
  128. <Compile Include="CustomControl\ClickPicBox\LockIcon.cs">
  129. <SubType>Component</SubType>
  130. </Compile>
  131. <Compile Include="CustomControl\ClickPicBox\LockIcon.Designer.cs">
  132. <DependentUpon>LockIcon.cs</DependentUpon>
  133. </Compile>
  134. <Compile Include="CustomControl\ComBoxWithFocus\ComBoxWithFocus.cs">
  135. <SubType>Component</SubType>
  136. </Compile>
  137. <Compile Include="CustomControl\ComBoxWithFocus\ComBoxWithFocus.Designer.cs">
  138. <DependentUpon>ComBoxWithFocus.cs</DependentUpon>
  139. </Compile>
  140. <Compile Include="CustomControl\ComBoxWithFocus\ComboxWithTip.cs">
  141. <SubType>Component</SubType>
  142. </Compile>
  143. <Compile Include="CustomControl\ComBoxWithFocus\ComboxWithTip.Designer.cs">
  144. <DependentUpon>ComboxWithTip.cs</DependentUpon>
  145. </Compile>
  146. <Compile Include="CustomControl\ComBoxWithFocus\PrinterCombox.cs">
  147. <SubType>UserControl</SubType>
  148. </Compile>
  149. <Compile Include="CustomControl\ComBoxWithFocus\PrinterCombox.Designer.cs">
  150. <DependentUpon>PrinterCombox.cs</DependentUpon>
  151. </Compile>
  152. <Compile Include="CustomControl\ComBoxWithFocus\SerialPortCombox.cs">
  153. <SubType>UserControl</SubType>
  154. </Compile>
  155. <Compile Include="CustomControl\ComBoxWithFocus\SerialPortCombox.Designer.cs">
  156. <DependentUpon>SerialPortCombox.cs</DependentUpon>
  157. </Compile>
  158. <Compile Include="CustomControl\CustomCheckBox\AutoPrintCheckBox.cs">
  159. <SubType>UserControl</SubType>
  160. </Compile>
  161. <Compile Include="CustomControl\CustomCheckBox\AutoPrintCheckBox.Designer.cs">
  162. <DependentUpon>AutoPrintCheckBox.cs</DependentUpon>
  163. </Compile>
  164. <Compile Include="CustomControl\CustomCheckBox\CustomCheckBox.cs">
  165. <SubType>Component</SubType>
  166. </Compile>
  167. <Compile Include="CustomControl\CustomCheckBox\CustomCheckBox.Designer.cs">
  168. <DependentUpon>CustomCheckBox.cs</DependentUpon>
  169. </Compile>
  170. <Compile Include="CustomControl\CustomCheckBox\LockCheckBox.cs">
  171. <SubType>Component</SubType>
  172. </Compile>
  173. <Compile Include="CustomControl\CustomCheckBox\LockCheckBox.Designer.cs">
  174. <DependentUpon>LockCheckBox.cs</DependentUpon>
  175. </Compile>
  176. <Compile Include="CustomControl\CustomCheckBox\ReSetCheckBox.cs">
  177. <SubType>Component</SubType>
  178. </Compile>
  179. <Compile Include="CustomControl\CustomCheckBox\ReSetCheckBox.Designer.cs">
  180. <DependentUpon>ReSetCheckBox.cs</DependentUpon>
  181. </Compile>
  182. <Compile Include="CustomControl\CustomTabControl\CustomTabControl.cs">
  183. <SubType>Component</SubType>
  184. </Compile>
  185. <Compile Include="CustomControl\CustomTabControl\CustomTabControl.Designer.cs">
  186. <DependentUpon>CustomTabControl.cs</DependentUpon>
  187. </Compile>
  188. <Compile Include="CustomControl\CustomTabControl\ThemedColors.cs" />
  189. <Compile Include="CustomControl\DataGrid_View\DataGridViewExpand.cs">
  190. <SubType>Component</SubType>
  191. </Compile>
  192. <Compile Include="CustomControl\DataGrid_View\DataGridViewExpand.Designer.cs">
  193. <DependentUpon>DataGridViewExpand.cs</DependentUpon>
  194. </Compile>
  195. <Compile Include="CustomControl\DataGrid_View\DataGridViewWithCheckBox.cs">
  196. <SubType>Component</SubType>
  197. </Compile>
  198. <Compile Include="CustomControl\DataGrid_View\DataGridViewWithCheckBox.Designer.cs">
  199. <DependentUpon>DataGridViewWithCheckBox.cs</DependentUpon>
  200. </Compile>
  201. <Compile Include="CustomControl\DataGrid_View\DataGridViewWithFilter.cs">
  202. <SubType>Component</SubType>
  203. </Compile>
  204. <Compile Include="CustomControl\DataGrid_View\DataGridViewWithFilter.Designer.cs">
  205. <DependentUpon>DataGridViewWithFilter.cs</DependentUpon>
  206. </Compile>
  207. <Compile Include="CustomControl\DataGrid_View\DataGridViewWithSerialNum.cs">
  208. <SubType>Component</SubType>
  209. </Compile>
  210. <Compile Include="CustomControl\DataGrid_View\DataGridViewWithSerialNum.Designer.cs">
  211. <DependentUpon>DataGridViewWithSerialNum.cs</DependentUpon>
  212. </Compile>
  213. <Compile Include="CustomControl\GroupBoxWithBorder\GroupBoxWithBorder.cs">
  214. <SubType>Component</SubType>
  215. </Compile>
  216. <Compile Include="CustomControl\GroupBoxWithBorder\GroupBoxWithBorder.Designer.cs">
  217. <DependentUpon>GroupBoxWithBorder.cs</DependentUpon>
  218. </Compile>
  219. <Compile Include="CustomControl\ListViewExpand\ListViewExpand.cs">
  220. <SubType>Component</SubType>
  221. </Compile>
  222. <Compile Include="CustomControl\ListViewExpand\ListViewExpand.Designer.cs">
  223. <DependentUpon>ListViewExpand.cs</DependentUpon>
  224. </Compile>
  225. <Compile Include="CustomControl\Pagination\Pagination.cs">
  226. <SubType>UserControl</SubType>
  227. </Compile>
  228. <Compile Include="CustomControl\Pagination\Pagination.Designer.cs">
  229. <DependentUpon>Pagination.cs</DependentUpon>
  230. </Compile>
  231. <Compile Include="CustomControl\Pagination\PaginationDbFind.cs">
  232. <SubType>UserControl</SubType>
  233. </Compile>
  234. <Compile Include="CustomControl\Pagination\PaginationDbFind.Designer.cs">
  235. <DependentUpon>PaginationDbFind.cs</DependentUpon>
  236. </Compile>
  237. <Compile Include="CustomControl\PowerControlForm\PowerControlForm.cs">
  238. <SubType>Form</SubType>
  239. </Compile>
  240. <Compile Include="CustomControl\PowerControlForm\PowerControlForm.Designer.cs">
  241. <DependentUpon>PowerControlForm.cs</DependentUpon>
  242. </Compile>
  243. <Compile Include="CustomControl\ProcessBar\ProcessBar.cs">
  244. <SubType>UserControl</SubType>
  245. </Compile>
  246. <Compile Include="CustomControl\ProcessBar\ProcessBar.Designer.cs">
  247. <DependentUpon>ProcessBar.cs</DependentUpon>
  248. </Compile>
  249. <Compile Include="CustomControl\RichText\RichTextAutoBottom.cs">
  250. <SubType>Component</SubType>
  251. </Compile>
  252. <Compile Include="CustomControl\RichText\RichTextAutoBottom.Designer.cs">
  253. <DependentUpon>RichTextAutoBottom.cs</DependentUpon>
  254. </Compile>
  255. <Compile Include="CustomControl\SetLoading\LoadingCircle.cs">
  256. <SubType>Component</SubType>
  257. </Compile>
  258. <Compile Include="CustomControl\SetLoading\LoadingCircle.Designer.cs">
  259. <DependentUpon>LoadingCircle.cs</DependentUpon>
  260. </Compile>
  261. <Compile Include="CustomControl\TextBoxWithIcon\EnterTextBox.cs">
  262. <SubType>Component</SubType>
  263. </Compile>
  264. <Compile Include="CustomControl\TextBoxWithIcon\EnterTextBox.Designer.cs">
  265. <DependentUpon>EnterTextBox.cs</DependentUpon>
  266. </Compile>
  267. <Compile Include="CustomControl\TextBoxWithIcon\MaCodeSearchTextBox.cs">
  268. <SubType>UserControl</SubType>
  269. </Compile>
  270. <Compile Include="CustomControl\TextBoxWithIcon\MaCodeSearchTextBox.Designer.cs">
  271. <DependentUpon>MaCodeSearchTextBox.cs</DependentUpon>
  272. </Compile>
  273. <Compile Include="CustomControl\TextBoxWithIcon\MaCodeTextBox.cs">
  274. <SubType>Component</SubType>
  275. </Compile>
  276. <Compile Include="CustomControl\TextBoxWithIcon\MaCodeTextBox.Designer.cs">
  277. <DependentUpon>MaCodeTextBox.cs</DependentUpon>
  278. </Compile>
  279. <Compile Include="CustomControl\TextBoxWithIcon\NumOnlyTextBox.cs">
  280. <SubType>Component</SubType>
  281. </Compile>
  282. <Compile Include="CustomControl\TextBoxWithIcon\NumOnlyTextBox.Designer.cs">
  283. <DependentUpon>NumOnlyTextBox.cs</DependentUpon>
  284. </Compile>
  285. <Compile Include="CustomControl\TextBoxWithIcon\RoundTextBox.cs">
  286. <SubType>UserControl</SubType>
  287. </Compile>
  288. <Compile Include="CustomControl\TextBoxWithIcon\RoundTextBox.Designer.cs">
  289. <DependentUpon>RoundTextBox.cs</DependentUpon>
  290. </Compile>
  291. <Compile Include="CustomControl\TextBoxWithIcon\SearchTextBox.cs">
  292. <SubType>UserControl</SubType>
  293. </Compile>
  294. <Compile Include="CustomControl\TextBoxWithIcon\SearchTextBox.Designer.cs">
  295. <DependentUpon>SearchTextBox.cs</DependentUpon>
  296. </Compile>
  297. <Compile Include="CustomControl\TextBoxWithIcon\SNCodeEnterTextBox.cs">
  298. <SubType>Component</SubType>
  299. </Compile>
  300. <Compile Include="CustomControl\TextBoxWithIcon\SNCodeEnterTextBox.Designer.cs">
  301. <DependentUpon>SNCodeEnterTextBox.cs</DependentUpon>
  302. </Compile>
  303. <Compile Include="CustomControl\TextBoxWithIcon\SourceStepCount.cs">
  304. <SubType>UserControl</SubType>
  305. </Compile>
  306. <Compile Include="CustomControl\TextBoxWithIcon\SourceStepCount.Designer.cs">
  307. <DependentUpon>SourceStepCount.cs</DependentUpon>
  308. </Compile>
  309. <Compile Include="CustomControl\TextBoxWithIcon\SourceStepCountPre.cs">
  310. <SubType>UserControl</SubType>
  311. </Compile>
  312. <Compile Include="CustomControl\TextBoxWithIcon\SourceStepCountPre.Designer.cs">
  313. <DependentUpon>SourceStepCountPre.cs</DependentUpon>
  314. </Compile>
  315. <Compile Include="CustomControl\TimePickerWithCombo\TimePickerWithCombo.cs">
  316. <SubType>UserControl</SubType>
  317. </Compile>
  318. <Compile Include="CustomControl\TimePickerWithCombo\TimePickerWithCombo.Designer.cs">
  319. <DependentUpon>TimePickerWithCombo.cs</DependentUpon>
  320. </Compile>
  321. <Compile Include="CustomControl\ValueLabel\ValueLabel.cs">
  322. <SubType>Component</SubType>
  323. </Compile>
  324. <Compile Include="CustomControl\ValueLabel\ValueLabel.Designer.cs">
  325. <DependentUpon>ValueLabel.cs</DependentUpon>
  326. </Compile>
  327. <Compile Include="CustomControl\ValueLabel\ValueNumLabel.cs">
  328. <SubType>Component</SubType>
  329. </Compile>
  330. <Compile Include="CustomControl\ValueLabel\ValueNumLabel.Designer.cs">
  331. <DependentUpon>ValueNumLabel.cs</DependentUpon>
  332. </Compile>
  333. <Compile Include="DataOperate\AccessDBHelper.cs" />
  334. <Compile Include="DataOperate\DataHelper.cs" />
  335. <Compile Include="DbFind.cs">
  336. <SubType>Form</SubType>
  337. </Compile>
  338. <Compile Include="DbFind.Designer.cs">
  339. <DependentUpon>DbFind.cs</DependentUpon>
  340. </Compile>
  341. <Compile Include="Entity\ItemObject.cs" />
  342. <Compile Include="Entity\SystemInf.cs" />
  343. <Compile Include="Entity\User.cs" />
  344. <Compile Include="Enum\EMouseState.cs" />
  345. <Compile Include="Form1.cs">
  346. <SubType>Form</SubType>
  347. </Compile>
  348. <Compile Include="Form1.Designer.cs">
  349. <DependentUpon>Form1.cs</DependentUpon>
  350. </Compile>
  351. <Compile Include="LoadingCircle.cs">
  352. <SubType>Component</SubType>
  353. </Compile>
  354. <Compile Include="LoadingCircle.Designer.cs">
  355. <DependentUpon>LoadingCircle.cs</DependentUpon>
  356. </Compile>
  357. <Compile Include="Program.cs" />
  358. <Compile Include="Properties\AssemblyInfo.cs" />
  359. <Compile Include="PublicMethod\AssemblyHelper.cs" />
  360. <Compile Include="PublicMethod\AutoSizeControl.cs" />
  361. <Compile Include="PublicMethod\AutoSizeFormClass.cs" />
  362. <Compile Include="PublicMethod\BaseUtil.cs" />
  363. <Compile Include="PublicMethod\DrawHelper.cs" />
  364. <Compile Include="PublicMethod\Encryption.cs" />
  365. <Compile Include="PublicMethod\ExceptionHandler.cs" />
  366. <Compile Include="PublicMethod\ftpOperater.cs" />
  367. <Compile Include="PublicMethod\GlobalEventsHandler.cs" />
  368. <Compile Include="PublicMethod\LogicHandler.cs" />
  369. <Compile Include="PublicMethod\LogManager.cs" />
  370. <Compile Include="PublicMethod\LogStringBuilder.cs" />
  371. <Compile Include="PublicMethod\ModeBusTCPServer.cs" />
  372. <Compile Include="PublicMethod\ReadDataFromSerialPort.cs" />
  373. <Compile Include="SetLoadingWindow.cs">
  374. <SubType>Form</SubType>
  375. </Compile>
  376. <Compile Include="SetLoadingWindow.Designer.cs">
  377. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  378. </Compile>
  379. <Compile Include="Status.cs" />
  380. <EmbeddedResource Include="CustomControl\BaseForm\BaseForm.resx">
  381. <DependentUpon>BaseForm.cs</DependentUpon>
  382. </EmbeddedResource>
  383. <EmbeddedResource Include="CustomControl\ClickPicBox\ClickPicBox.resx">
  384. <DependentUpon>ClickPicBox.cs</DependentUpon>
  385. </EmbeddedResource>
  386. <EmbeddedResource Include="CustomControl\ComBoxWithFocus\ComboxWithTip.resx">
  387. <DependentUpon>ComboxWithTip.cs</DependentUpon>
  388. </EmbeddedResource>
  389. <EmbeddedResource Include="CustomControl\ComBoxWithFocus\PrinterCombox.resx">
  390. <DependentUpon>PrinterCombox.cs</DependentUpon>
  391. </EmbeddedResource>
  392. <EmbeddedResource Include="CustomControl\ComBoxWithFocus\SerialPortCombox.resx">
  393. <DependentUpon>SerialPortCombox.cs</DependentUpon>
  394. </EmbeddedResource>
  395. <EmbeddedResource Include="CustomControl\CustomCheckBox\AutoPrintCheckBox.resx">
  396. <DependentUpon>AutoPrintCheckBox.cs</DependentUpon>
  397. </EmbeddedResource>
  398. <EmbeddedResource Include="CustomControl\CustomCheckBox\LockCheckBox.resx">
  399. <DependentUpon>LockCheckBox.cs</DependentUpon>
  400. </EmbeddedResource>
  401. <EmbeddedResource Include="CustomControl\CustomCheckBox\ReSetCheckBox.resx">
  402. <DependentUpon>ReSetCheckBox.cs</DependentUpon>
  403. </EmbeddedResource>
  404. <EmbeddedResource Include="CustomControl\CustomTabControl\CustomTabControl.resx">
  405. <DependentUpon>CustomTabControl.cs</DependentUpon>
  406. </EmbeddedResource>
  407. <EmbeddedResource Include="CustomControl\DataGrid_View\DataGridViewExpand.resx">
  408. <DependentUpon>DataGridViewExpand.cs</DependentUpon>
  409. </EmbeddedResource>
  410. <EmbeddedResource Include="CustomControl\DataGrid_View\DataGridViewWithCheckBox.resx">
  411. <DependentUpon>DataGridViewWithCheckBox.cs</DependentUpon>
  412. </EmbeddedResource>
  413. <EmbeddedResource Include="CustomControl\DataGrid_View\DataGridViewWithFilter.resx">
  414. <DependentUpon>DataGridViewWithFilter.cs</DependentUpon>
  415. </EmbeddedResource>
  416. <EmbeddedResource Include="CustomControl\DataGrid_View\DataGridViewWithSerialNum.resx">
  417. <DependentUpon>DataGridViewWithSerialNum.cs</DependentUpon>
  418. </EmbeddedResource>
  419. <EmbeddedResource Include="CustomControl\Pagination\Pagination.resx">
  420. <DependentUpon>Pagination.cs</DependentUpon>
  421. </EmbeddedResource>
  422. <EmbeddedResource Include="CustomControl\Pagination\PaginationDbFind.resx">
  423. <DependentUpon>PaginationDbFind.cs</DependentUpon>
  424. </EmbeddedResource>
  425. <EmbeddedResource Include="CustomControl\PowerControlForm\PowerControlForm.resx">
  426. <DependentUpon>PowerControlForm.cs</DependentUpon>
  427. </EmbeddedResource>
  428. <EmbeddedResource Include="CustomControl\ProcessBar\ProcessBar.resx">
  429. <DependentUpon>ProcessBar.cs</DependentUpon>
  430. </EmbeddedResource>
  431. <EmbeddedResource Include="CustomControl\TextBoxWithIcon\EnterTextBox.resx">
  432. <DependentUpon>EnterTextBox.cs</DependentUpon>
  433. </EmbeddedResource>
  434. <EmbeddedResource Include="CustomControl\TextBoxWithIcon\MaCodeSearchTextBox.resx">
  435. <DependentUpon>MaCodeSearchTextBox.cs</DependentUpon>
  436. </EmbeddedResource>
  437. <EmbeddedResource Include="CustomControl\TextBoxWithIcon\MaCodeTextBox.resx">
  438. <DependentUpon>MaCodeTextBox.cs</DependentUpon>
  439. </EmbeddedResource>
  440. <EmbeddedResource Include="CustomControl\TextBoxWithIcon\NumOnlyTextBox.resx">
  441. <DependentUpon>NumOnlyTextBox.cs</DependentUpon>
  442. </EmbeddedResource>
  443. <EmbeddedResource Include="CustomControl\TextBoxWithIcon\RoundTextBox.resx">
  444. <DependentUpon>RoundTextBox.cs</DependentUpon>
  445. </EmbeddedResource>
  446. <EmbeddedResource Include="CustomControl\TextBoxWithIcon\SearchTextBox.resx">
  447. <DependentUpon>SearchTextBox.cs</DependentUpon>
  448. </EmbeddedResource>
  449. <EmbeddedResource Include="CustomControl\TextBoxWithIcon\SNCodeEnterTextBox.resx">
  450. <DependentUpon>SNCodeEnterTextBox.cs</DependentUpon>
  451. </EmbeddedResource>
  452. <EmbeddedResource Include="CustomControl\TextBoxWithIcon\SourceStepCount.resx">
  453. <DependentUpon>SourceStepCount.cs</DependentUpon>
  454. </EmbeddedResource>
  455. <EmbeddedResource Include="CustomControl\TextBoxWithIcon\SourceStepCountPre.resx">
  456. <DependentUpon>SourceStepCountPre.cs</DependentUpon>
  457. </EmbeddedResource>
  458. <EmbeddedResource Include="CustomControl\TimePickerWithCombo\TimePickerWithCombo.resx">
  459. <DependentUpon>TimePickerWithCombo.cs</DependentUpon>
  460. </EmbeddedResource>
  461. <EmbeddedResource Include="CustomControl\ValueLabel\ValueLabel.resx">
  462. <DependentUpon>ValueLabel.cs</DependentUpon>
  463. </EmbeddedResource>
  464. <EmbeddedResource Include="DbFind.resx">
  465. <DependentUpon>DbFind.cs</DependentUpon>
  466. </EmbeddedResource>
  467. <EmbeddedResource Include="Form1.resx">
  468. <DependentUpon>Form1.cs</DependentUpon>
  469. </EmbeddedResource>
  470. <EmbeddedResource Include="Properties\Resources.resx">
  471. <Generator>ResXFileCodeGenerator</Generator>
  472. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  473. <SubType>Designer</SubType>
  474. </EmbeddedResource>
  475. <Compile Include="Properties\Resources.Designer.cs">
  476. <AutoGen>True</AutoGen>
  477. <DependentUpon>Resources.resx</DependentUpon>
  478. <DesignTime>True</DesignTime>
  479. </Compile>
  480. <EmbeddedResource Include="SetLoadingWindow.resx">
  481. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  482. </EmbeddedResource>
  483. <None Include="Properties\Settings.settings">
  484. <Generator>SettingsSingleFileGenerator</Generator>
  485. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  486. </None>
  487. <Compile Include="Properties\Settings.Designer.cs">
  488. <AutoGen>True</AutoGen>
  489. <DependentUpon>Settings.settings</DependentUpon>
  490. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  491. </Compile>
  492. </ItemGroup>
  493. <ItemGroup>
  494. <None Include="App.config" />
  495. </ItemGroup>
  496. <ItemGroup>
  497. <Content Include="Resources\07.gif" />
  498. <Content Include="Resources\0802192135.png" />
  499. <Content Include="Resources\2-0btn_04.png" />
  500. <Content Include="Resources\2-0btn_07.png" />
  501. <Content Include="Resources\2-0btn_36.png" />
  502. <Content Include="Resources\20130711113247276.png" />
  503. <Content Include="Resources\20170322091001575_easyicon_net_64.ico" />
  504. <Content Include="Resources\46.gif" />
  505. <Content Include="Resources\5600c803afc2d.png" />
  506. <Content Include="Resources\83.gif" />
  507. <Content Include="Resources\Barcode_48px_1072745_easyicon.net.png" />
  508. <Content Include="Resources\bindingNavigatorAddNewItem.Image.png" />
  509. <Content Include="Resources\bindingNavigatorDeleteItem.Image.png" />
  510. <Content Include="Resources\bindingNavigatorMoveFirstItem.Image.png" />
  511. <Content Include="Resources\bindingNavigatorMoveLastItem.Image.png" />
  512. <Content Include="Resources\bindingNavigatorMoveNextItem.Image.png" />
  513. <Content Include="Resources\bindingNavigatorMovePreviousItem.Image.png" />
  514. <Content Include="Resources\box_17.453077699294px_1191579_easyicon.net.png" />
  515. <Content Include="Resources\box_26.17961654894px_1191579_easyicon.net.png" />
  516. <Content Include="Resources\btncheckoff1.png" />
  517. <Content Include="Resources\btncheckoff2.png" />
  518. <Content Include="Resources\btncheckoff3.png" />
  519. <Content Include="Resources\btncheckoff4.png" />
  520. <Content Include="Resources\btncheckoff5.png" />
  521. <Content Include="Resources\btncheckoff6.png" />
  522. <Content Include="Resources\btncheckon1.png" />
  523. <Content Include="Resources\btncheckon2.png" />
  524. <Content Include="Resources\btncheckon3.png" />
  525. <Content Include="Resources\btncheckon4.png" />
  526. <Content Include="Resources\btncheckon5.png" />
  527. <Content Include="Resources\btncheckon6.png" />
  528. <Content Include="Resources\Button\down.png" />
  529. <Content Include="Resources\Button\focus.png" />
  530. <Content Include="Resources\Button\gray.png" />
  531. <Content Include="Resources\Button\highlight.png" />
  532. <Content Include="Resources\Button\Light.png" />
  533. <Content Include="Resources\Button\normal.png" />
  534. <Content Include="Resources\Button\White-side.png" />
  535. <Content Include="Resources\change_password.png" />
  536. <Content Include="Resources\close_16px_558195_easyicon.net.png" />
  537. <Content Include="Resources\CLOSE_24px_1115282_easyicon.net.png" />
  538. <Content Include="Resources\close_24px_1139093_easyicon.net.png" />
  539. <Content Include="Resources\close_32px_1181428_easyicon.net.png" />
  540. <Content Include="Resources\Close_up_32px_1181430_easyicon.net.png" />
  541. <Content Include="Resources\dialog_close_24px_1173781_easyicon.net.png" />
  542. <Content Include="Resources\dialog_error_5_48px_542794_easyicon.net.png" />
  543. <Content Include="Resources\download_14.926374650513px_1191613_easyicon.net.png" />
  544. <Content Include="Resources\download_17.519713261649px_1200629_easyicon.net %281%29.png" />
  545. <Content Include="Resources\download_17.519713261649px_1200629_easyicon.net.png" />
  546. <Content Include="Resources\excel.png" />
  547. <Content Include="Resources\Excel_2010_16px_1180011_easyicon.net.png" />
  548. <Content Include="Resources\Excel_2013_16px_1180012_easyicon.net.png" />
  549. <Content Include="Resources\file.png" />
  550. <Content Include="Resources\file_24px_1133611_easyicon.net.png" />
  551. <Content Include="Resources\file_24px_1175380_easyicon.net.png" />
  552. <Content Include="Resources\file_info_64px_1176626_easyicon.net.png" />
  553. <Content Include="Resources\file_manager_24px_1145241_easyicon.net.png" />
  554. <Content Include="Resources\icon_title.png" />
  555. <Content Include="Resources\Image1.bmp" />
  556. <Content Include="Resources\Internet_Explorer_Windows_8_Windows8_32px_566667_easyicon.net.ico" />
  557. <Content Include="Resources\LoadingError.gif" />
  558. <Content Include="Resources\LoadingFormat.gif" />
  559. <Content Include="Resources\Lock.ico" />
  560. <Content Include="Resources\Lock16px.ico" />
  561. <Content Include="Resources\Lock24px.ico" />
  562. <Content Include="Resources\Lock24px.png" />
  563. <Content Include="Resources\lock_lock_24px.png" />
  564. <Content Include="Resources\lock_open_24px.png" />
  565. <Content Include="Resources\LoginBG.jpg" />
  566. <Content Include="Resources\Logout_32px_581264_easyicon.net.png" />
  567. <Content Include="Resources\matte_white_square_icon_business_tool_hammer_128px_571061_easyicon.net.ico" />
  568. <Content Include="Resources\matte_white_square_icon_business_tool_hammer_96px_571061_easyicon.net.ico" />
  569. <Content Include="Resources\minus.gif" />
  570. <Content Include="Resources\notice_text_editor_16px_11373_easyicon.net.png" />
  571. <Content Include="Resources\People_48px_500819_easyicon.net.png" />
  572. <Content Include="Resources\plus.gif" />
  573. <Content Include="Resources\pluslogo.png" />
  574. <Content Include="Resources\preview_16px_25980_easyicon.net.png" />
  575. <Content Include="Resources\pwd.png" />
  576. <Content Include="Resources\refresh.png" />
  577. <Content Include="Resources\search_16px_1202802_easyicon.net.png" />
  578. <Content Include="Resources\Sound\3291.wav" />
  579. <Content Include="Resources\Sound\5185.wav" />
  580. <Content Include="Resources\Sound\8378.wav" />
  581. <Content Include="Resources\Sound\Windows Background.wav" />
  582. <Content Include="Resources\timg.jpg" />
  583. <Content Include="Resources\two_arrow_left.png" />
  584. <Content Include="Resources\two_arrow_right.png" />
  585. <Content Include="Resources\uas_blue.png" />
  586. <Content Include="Resources\updating.gif" />
  587. <Content Include="Resources\upload_17.459649122807px_1200703_easyicon.net %281%29.png" />
  588. <Content Include="Resources\upload_17.459649122807px_1200703_easyicon.net.png" />
  589. <Content Include="Resources\WhiteImage.png" />
  590. <Content Include="Resources\Windows_32px_1063981_easyicon.net.ico" />
  591. <Content Include="Resources\write_15.893687707641px_1181413_easyicon.net.png" />
  592. <Content Include="Resources\zxing_android_code_48px_1107946_easyicon.net.png" />
  593. <None Include="Resources\系统设置.png" />
  594. <None Include="Resources\特殊作业.png" />
  595. <None Include="Resources\人员管理.png" />
  596. <None Include="Resources\产线作业.png" />
  597. <None Include="Resources\查询分析.png" />
  598. <None Include="Resources\仓库作业.png" />
  599. <None Include="Resources\包装作业.png" />
  600. <None Include="Resources\upload_icon1.png" />
  601. <Content Include="Resources\U_Icon.ico" />
  602. <None Include="Resources\Sound\4082.wav" />
  603. <None Include="Resources\OQC作业.png" />
  604. <None Include="Resources\defaulticon.png" />
  605. <None Include="Resources\close_24px_1139293_easyicon.net.png" />
  606. <None Include="Resources\close.png" />
  607. <None Include="Resources\b473847f-a85b-400e-807a-4875c4c07ff1.png" />
  608. <None Include="Resources\b171f6bb-7e96-43f5-afa4-894151fa85b7.png" />
  609. <None Include="Resources\20167c1d-d027-4366-95fb-6733ecc9dd80.png" />
  610. <None Include="Resources\15aedb5b-a345-48b6-8b81-784e410d7fd1.png" />
  611. </ItemGroup>
  612. <ItemGroup>
  613. <ProjectReference Include="..\FileWatcher\FileWatcher.csproj">
  614. <Project>{DB114F68-6E53-4F84-9EF6-088419D1F9A2}</Project>
  615. <Name>FileWatcher</Name>
  616. </ProjectReference>
  617. </ItemGroup>
  618. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  619. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  620. Other similar extension points exist, see Microsoft.Common.targets.
  621. <Target Name="BeforeBuild">
  622. </Target>
  623. <Target Name="AfterBuild">
  624. </Target>
  625. -->
  626. </Project>