BaseControls.csproj 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{7590DCAC-F66D-4230-B713-268C865A7BB1}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Dongke.IBOSS.PRD.Basics.BaseControls</RootNamespace>
  11. <AssemblyName>BaseControls</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SccProjectName>
  15. </SccProjectName>
  16. <SccLocalPath>
  17. </SccLocalPath>
  18. <SccAuxPath>
  19. </SccAuxPath>
  20. <SccProvider>
  21. </SccProvider>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Debug\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. <PlatformTarget>x86</PlatformTarget>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup>
  42. <StartupObject />
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  45. <DebugSymbols>true</DebugSymbols>
  46. <OutputPath>bin\x86\Debug\</OutputPath>
  47. <DefineConstants>DEBUG;TRACE</DefineConstants>
  48. <DebugType>full</DebugType>
  49. <PlatformTarget>x86</PlatformTarget>
  50. <ErrorReport>prompt</ErrorReport>
  51. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  54. <OutputPath>bin\x86\Release\</OutputPath>
  55. <DefineConstants>TRACE</DefineConstants>
  56. <Optimize>true</Optimize>
  57. <DebugType>pdbonly</DebugType>
  58. <PlatformTarget>x86</PlatformTarget>
  59. <ErrorReport>prompt</ErrorReport>
  60. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  63. <DebugSymbols>true</DebugSymbols>
  64. <OutputPath>bin\x64\Debug\</OutputPath>
  65. <DefineConstants>DEBUG;TRACE</DefineConstants>
  66. <DebugType>full</DebugType>
  67. <PlatformTarget>x64</PlatformTarget>
  68. <ErrorReport>prompt</ErrorReport>
  69. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  70. </PropertyGroup>
  71. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  72. <OutputPath>bin\x64\Release\</OutputPath>
  73. <DefineConstants>TRACE</DefineConstants>
  74. <Optimize>true</Optimize>
  75. <DebugType>pdbonly</DebugType>
  76. <PlatformTarget>x64</PlatformTarget>
  77. <ErrorReport>prompt</ErrorReport>
  78. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  79. </PropertyGroup>
  80. <ItemGroup>
  81. <Compile Include="Base\DKListBox.cs">
  82. <SubType>Component</SubType>
  83. </Compile>
  84. <Compile Include="Base\DKListBox.Designer.cs">
  85. <DependentUpon>DKListBox.cs</DependentUpon>
  86. </Compile>
  87. <Compile Include="CheckedListBox\C_CheckedListBoxEx.cs">
  88. <SubType>Component</SubType>
  89. </Compile>
  90. <Compile Include="CheckedListBox\C_CheckedListBoxEx.Designer.cs">
  91. <DependentUpon>C_CheckedListBoxEx.cs</DependentUpon>
  92. </Compile>
  93. <Compile Include="DataGridView\C_DGV_BarCode\C_DGV_BarCode.cs">
  94. <SubType>Component</SubType>
  95. </Compile>
  96. <Compile Include="DataGridView\C_DGV_BarCode\C_DGV_Cell_BarCode.cs" />
  97. <Compile Include="DataGridView\C_DGV_BarCode\C_DGV_Column_BarCode.cs" />
  98. <Compile Include="DataGridView\C_DGV_CheckBox\C_DGV_Column_CheckBox.cs" />
  99. <Compile Include="DataGridView\C_DGV_DateTimePicker\C_DGV_Cell_DateTimePicker.cs" />
  100. <Compile Include="DataGridView\C_DGV_DateTimePicker\C_DGV_Column_DateTimePicker.cs" />
  101. <Compile Include="DataGridView\C_DGV_DateTimePicker\C_DGV_DateTimePicker.cs">
  102. <SubType>Component</SubType>
  103. </Compile>
  104. <Compile Include="DataGridView\C_DGV_ListBoxComboBox\C_DGV_Cell_ListBoxComboBox.cs" />
  105. <Compile Include="DataGridView\C_DGV_ListBoxComboBox\C_DGV_Column_ListBoxComboBox.cs" />
  106. <Compile Include="DataGridView\C_DGV_ListBoxComboBox\C_DGV_ListBoxComboBox.cs">
  107. <SubType>Component</SubType>
  108. </Compile>
  109. <Compile Include="DataGridView\C_DGV_ListBoxComboBox\C_DGV_ListBoxComboBox.Designer.cs">
  110. <DependentUpon>C_DGV_ListBoxComboBox.cs</DependentUpon>
  111. </Compile>
  112. <Compile Include="DataGridView\TreeGridCell.cs" />
  113. <Compile Include="DataGridView\TreeGridEvents.cs" />
  114. <Compile Include="DataGridView\TreeGridNode.cs" />
  115. <Compile Include="DataGridView\TreeGridNodeCollection.cs" />
  116. <Compile Include="ExportExcel\MES_Common.cs" />
  117. <Compile Include="ExportExcel\MES_Common2003.cs" />
  118. <Compile Include="ExportExcel\UPOI\AboutBox1.cs">
  119. <SubType>Form</SubType>
  120. </Compile>
  121. <Compile Include="ExportExcel\UPOI\definepaper.cs" />
  122. <Compile Include="ExportExcel\UPOI\DGVtoExcel2003.cs" />
  123. <Compile Include="ExportExcel\UPOI\DGVtoExcel.cs" />
  124. <Compile Include="ExportExcel\UPOI\IControl.cs" />
  125. <Compile Include="ExportExcel\UPOI\mbsjmodule.cs" />
  126. <Compile Include="ExportExcel\UPOI\Module1.cs" />
  127. <Compile Include="ExportExcel\UPOI\MyComputer.cs" />
  128. <Compile Include="ExportExcel\UPOI\mymerge.cs" />
  129. <Compile Include="ExportExcel\UPOI\MyProject.cs" />
  130. <Compile Include="ExportExcel\UPOI\mytree.cs" />
  131. <Compile Include="ExportExcel\UPOI\mywait.cs">
  132. <SubType>Form</SubType>
  133. </Compile>
  134. <Compile Include="ExportExcel\UPOI\newDGVtoExcel.cs" />
  135. <Compile Include="ExportExcel\UPOI\progress.cs">
  136. <SubType>Form</SubType>
  137. </Compile>
  138. <Compile Include="ExportExcel\UPOI\progress2.cs">
  139. <SubType>Form</SubType>
  140. </Compile>
  141. <Compile Include="ExportExcel\UPOI\progressexcel.cs">
  142. <SubType>Form</SubType>
  143. </Compile>
  144. <Compile Include="ExportExcel\UPOI\Ruler.cs">
  145. <SubType>UserControl</SubType>
  146. </Compile>
  147. <Compile Include="ExportExcel\UPOI\TextEdit.cs">
  148. <SubType>Form</SubType>
  149. </Compile>
  150. <Compile Include="ExportExcel\UPOI\TextEdit_Express.cs">
  151. <SubType>Form</SubType>
  152. </Compile>
  153. <Compile Include="ExportExcel\UPOI\U_Bar.cs">
  154. <SubType>UserControl</SubType>
  155. </Compile>
  156. <Compile Include="ExportExcel\UPOI\U_Bias.cs">
  157. <SubType>UserControl</SubType>
  158. </Compile>
  159. <Compile Include="ExportExcel\UPOI\U_Comput.cs">
  160. <SubType>UserControl</SubType>
  161. </Compile>
  162. <Compile Include="ExportExcel\UPOI\U_Editor.cs" />
  163. <Compile Include="ExportExcel\UPOI\U_Editor_express.cs" />
  164. <Compile Include="ExportExcel\UPOI\U_Ellipse.cs">
  165. <SubType>UserControl</SubType>
  166. </Compile>
  167. <Compile Include="ExportExcel\UPOI\U_Express.cs">
  168. <SubType>UserControl</SubType>
  169. </Compile>
  170. <Compile Include="ExportExcel\UPOI\U_fBias.cs">
  171. <SubType>UserControl</SubType>
  172. </Compile>
  173. <Compile Include="ExportExcel\UPOI\U_Field.cs">
  174. <SubType>UserControl</SubType>
  175. </Compile>
  176. <Compile Include="ExportExcel\UPOI\U_HLine.cs">
  177. <SubType>UserControl</SubType>
  178. </Compile>
  179. <Compile Include="ExportExcel\UPOI\U_Image.cs">
  180. <SubType>UserControl</SubType>
  181. </Compile>
  182. <Compile Include="ExportExcel\UPOI\U_QC.cs">
  183. <SubType>UserControl</SubType>
  184. </Compile>
  185. <Compile Include="ExportExcel\UPOI\U_Rect.cs">
  186. <SubType>UserControl</SubType>
  187. </Compile>
  188. <Compile Include="ExportExcel\UPOI\U_Text.cs">
  189. <SubType>UserControl</SubType>
  190. </Compile>
  191. <Compile Include="ExportExcel\UPOI\U_VLine.cs">
  192. <SubType>UserControl</SubType>
  193. </Compile>
  194. <Compile Include="ListBox\C_ListBox.cs">
  195. <SubType>Component</SubType>
  196. </Compile>
  197. <Compile Include="ListBox\C_ListBox.Designer.cs">
  198. <DependentUpon>C_ListBox.cs</DependentUpon>
  199. </Compile>
  200. <Compile Include="MessageBox\DKMessageBox.cs" />
  201. <Compile Include="TextBox\C_TXT_BarCode.cs">
  202. <SubType>Component</SubType>
  203. </Compile>
  204. <Compile Include="TextBox\C_TXT_BarCode.Designer.cs">
  205. <DependentUpon>C_TXT_BarCode.cs</DependentUpon>
  206. </Compile>
  207. <Compile Include="TextBox\C_TXT_CodeEx.cs">
  208. <SubType>Component</SubType>
  209. </Compile>
  210. <Compile Include="TextBox\C_TXT_CodeEx.Designer.cs">
  211. <DependentUpon>C_TXT_CodeEx.cs</DependentUpon>
  212. </Compile>
  213. <Compile Include="TextBox\DKTextBoxBase.cs">
  214. <SubType>Component</SubType>
  215. </Compile>
  216. <Compile Include="TextBox\DKTextBoxBase.Designer.cs">
  217. <DependentUpon>DKTextBoxBase.cs</DependentUpon>
  218. </Compile>
  219. <Compile Include="UserControls\DKCheckBoxComboBox\DKListBoxComboBox.cs">
  220. <SubType>Component</SubType>
  221. </Compile>
  222. <Compile Include="UserControls\DKCheckBoxComboBox\DKListBoxComboBox.Designer.cs">
  223. <DependentUpon>DKListBoxComboBox.cs</DependentUpon>
  224. </Compile>
  225. <Compile Include="UserControls\DKCheckBoxComboBox\DKCheckedListBoxComboBox.cs">
  226. <SubType>Component</SubType>
  227. </Compile>
  228. <Compile Include="UserControls\DKCheckBoxComboBox\DKCheckedListBoxComboBox.Designer.cs">
  229. <DependentUpon>DKCheckedListBoxComboBox.cs</DependentUpon>
  230. </Compile>
  231. <Compile Include="UserControls\DKCheckBoxComboBox\DKCheckBoxComboBox.cs">
  232. <SubType>Component</SubType>
  233. </Compile>
  234. <Compile Include="UserControls\DKCheckBoxComboBox\DKCheckBoxComboBox.Designer.cs">
  235. <DependentUpon>DKCheckBoxComboBox.cs</DependentUpon>
  236. </Compile>
  237. <Compile Include="UserControls\DKCheckBoxComboBox\GripBounds.cs" />
  238. <Compile Include="UserControls\DKCheckBoxComboBox\ListControlContainer.cs">
  239. <SubType>UserControl</SubType>
  240. </Compile>
  241. <Compile Include="UserControls\DKCheckBoxComboBox\ListControlContainer.Designer.cs">
  242. <DependentUpon>ListControlContainer.cs</DependentUpon>
  243. </Compile>
  244. <Compile Include="UserControls\DKCheckBoxComboBox\NativeMethods.cs" />
  245. <Compile Include="UserControls\DKCheckBoxComboBox\Popup.cs">
  246. <SubType>Component</SubType>
  247. </Compile>
  248. <Compile Include="UserControls\DKCheckBoxComboBox\Popup.Designer.cs">
  249. <DependentUpon>Popup.cs</DependentUpon>
  250. </Compile>
  251. <Compile Include="UserControls\DKCheckBoxComboBox\PopupComboBox.cs">
  252. <SubType>Component</SubType>
  253. </Compile>
  254. <Compile Include="UserControls\DKCheckBoxComboBox\PopupComboBox.Designer.cs">
  255. <DependentUpon>PopupComboBox.cs</DependentUpon>
  256. </Compile>
  257. <Compile Include="UserControls\DKCheckBoxComboBox\Selection Wrappers\DataTableWrappers.cs" />
  258. <Compile Include="UserControls\DKCheckBoxComboBox\Selection Wrappers\ListSelectionWrapper.cs" />
  259. <Compile Include="UserControls\DKCheckBoxComboBox\Selection Wrappers\ObjectSelectionWrapper.cs" />
  260. <Compile Include="UserControls\DKButtonTreeView.cs">
  261. <SubType>UserControl</SubType>
  262. </Compile>
  263. <Compile Include="UserControls\DKButtonTreeView.Designer.cs">
  264. <DependentUpon>DKButtonTreeView.cs</DependentUpon>
  265. </Compile>
  266. <Compile Include="Base\DKCheckBox.cs">
  267. <SubType>Component</SubType>
  268. </Compile>
  269. <Compile Include="Base\DKCheckBox.Designer.cs">
  270. <DependentUpon>DKCheckBox.cs</DependentUpon>
  271. </Compile>
  272. <Compile Include="Base\DKCheckedListBox.cs">
  273. <SubType>Component</SubType>
  274. </Compile>
  275. <Compile Include="Base\DKCheckedListBox.Designer.cs">
  276. <DependentUpon>DKCheckedListBox.cs</DependentUpon>
  277. </Compile>
  278. <Compile Include="Base\DKComboBox.cs">
  279. <SubType>Component</SubType>
  280. </Compile>
  281. <Compile Include="Base\DKComboBox.Designer.cs">
  282. <DependentUpon>DKComboBox.cs</DependentUpon>
  283. </Compile>
  284. <Compile Include="Base\ControlsConst.cs" />
  285. <Compile Include="Base\DKButton.cs">
  286. <SubType>Component</SubType>
  287. </Compile>
  288. <Compile Include="Base\DKButton.Designer.cs">
  289. <DependentUpon>DKButton.cs</DependentUpon>
  290. </Compile>
  291. <Compile Include="Base\DKDataGridView.cs">
  292. <SubType>Component</SubType>
  293. </Compile>
  294. <Compile Include="Base\DKDataGridView.Designer.cs">
  295. <DependentUpon>DKDataGridView.cs</DependentUpon>
  296. </Compile>
  297. <Compile Include="Base\DKDateTimePicker.cs">
  298. <SubType>Component</SubType>
  299. </Compile>
  300. <Compile Include="Base\DKDateTimePicker.Designer.cs">
  301. <DependentUpon>DKDateTimePicker.cs</DependentUpon>
  302. </Compile>
  303. <Compile Include="Base\DKForm.cs">
  304. <SubType>Form</SubType>
  305. </Compile>
  306. <Compile Include="Base\DKForm.Designer.cs">
  307. <DependentUpon>DKForm.cs</DependentUpon>
  308. </Compile>
  309. <Compile Include="Base\DKGroupBox.cs">
  310. <SubType>Component</SubType>
  311. </Compile>
  312. <Compile Include="Base\DKGroupBox.Designer.cs">
  313. <DependentUpon>DKGroupBox.cs</DependentUpon>
  314. </Compile>
  315. <Compile Include="Base\DKLabel.cs">
  316. <SubType>Component</SubType>
  317. </Compile>
  318. <Compile Include="Base\DKLabel.Designer.cs">
  319. <DependentUpon>DKLabel.cs</DependentUpon>
  320. </Compile>
  321. <Compile Include="Base\DKRadioButton.cs">
  322. <SubType>Component</SubType>
  323. </Compile>
  324. <Compile Include="Base\DKRadioButton.Designer.cs">
  325. <DependentUpon>DKRadioButton.cs</DependentUpon>
  326. </Compile>
  327. <Compile Include="Base\DKTextBox.cs">
  328. <SubType>Component</SubType>
  329. </Compile>
  330. <Compile Include="Base\DKTextBox.Designer.cs">
  331. <DependentUpon>DKTextBox.cs</DependentUpon>
  332. </Compile>
  333. <Compile Include="Base\DKToolStrip.cs">
  334. <SubType>Component</SubType>
  335. </Compile>
  336. <Compile Include="Base\DKToolStrip.Designer.cs">
  337. <DependentUpon>DKToolStrip.cs</DependentUpon>
  338. </Compile>
  339. <Compile Include="Base\IDKControl.cs" />
  340. <Compile Include="Button\C_Button.cs">
  341. <SubType>Component</SubType>
  342. </Compile>
  343. <Compile Include="Button\C_Button.designer.cs">
  344. <DependentUpon>C_Button.cs</DependentUpon>
  345. </Compile>
  346. <Compile Include="CheckBox\C_CheckBox.cs">
  347. <SubType>Component</SubType>
  348. </Compile>
  349. <Compile Include="CheckBox\C_CheckBox.Designer.cs">
  350. <DependentUpon>C_CheckBox.cs</DependentUpon>
  351. </Compile>
  352. <Compile Include="CheckedListBox\CheckedBoxListEx.cs">
  353. <SubType>UserControl</SubType>
  354. </Compile>
  355. <Compile Include="CheckedListBox\CheckedBoxListEx.Designer.cs">
  356. <DependentUpon>CheckedBoxListEx.cs</DependentUpon>
  357. </Compile>
  358. <Compile Include="CheckedListBox\C_CheckedListBox.cs">
  359. <SubType>Component</SubType>
  360. </Compile>
  361. <Compile Include="CheckedListBox\C_CheckedListBox.Designer.cs">
  362. <DependentUpon>C_CheckedListBox.cs</DependentUpon>
  363. </Compile>
  364. <Compile Include="CheckedListBox\C_StatusCheckBox.cs">
  365. <SubType>UserControl</SubType>
  366. </Compile>
  367. <Compile Include="CheckedListBox\C_StatusCheckBox.Designer.cs">
  368. <DependentUpon>C_StatusCheckBox.cs</DependentUpon>
  369. </Compile>
  370. <Compile Include="CheckedListBox\C_ValidCheckedBoxList.cs">
  371. <SubType>UserControl</SubType>
  372. </Compile>
  373. <Compile Include="CheckedListBox\C_ValidCheckedBoxList.Designer.cs">
  374. <DependentUpon>C_ValidCheckedBoxList.cs</DependentUpon>
  375. </Compile>
  376. <Compile Include="ComboBox\C_ComboBox.cs">
  377. <SubType>Component</SubType>
  378. </Compile>
  379. <Compile Include="ComboBox\C_ComboBox.Designer.cs">
  380. <DependentUpon>C_ComboBox.cs</DependentUpon>
  381. </Compile>
  382. <Compile Include="DataGridView\C_DataGridView.cs">
  383. <SubType>Component</SubType>
  384. </Compile>
  385. <Compile Include="DataGridView\C_DataGridView.Designer.cs">
  386. <DependentUpon>C_DataGridView.cs</DependentUpon>
  387. </Compile>
  388. <Compile Include="DataGridView\C_DGV_Code\C_DGV_Cell_Code.cs" />
  389. <Compile Include="DataGridView\C_DGV_Code\C_DGV_Code.cs">
  390. <SubType>Component</SubType>
  391. </Compile>
  392. <Compile Include="DataGridView\C_DGV_Code\C_DGV_Column_Code.cs" />
  393. <Compile Include="DataGridView\C_DGV_Digital\C_DGV_Cell_Digital.cs" />
  394. <Compile Include="DataGridView\C_DGV_Digital\C_DGV_Column_Digital.cs" />
  395. <Compile Include="DataGridView\C_DGV_Digital\C_DGV_Digital.cs">
  396. <SubType>Component</SubType>
  397. </Compile>
  398. <Compile Include="DataGridView\C_DGV_DropDownList\C_DGV_Cell_DropDownList.cs" />
  399. <Compile Include="DataGridView\C_DGV_DropDownList\C_DGV_Column_DropDownList.cs" />
  400. <Compile Include="DataGridView\C_DGV_DropDownList\C_DGV_DropDownList.cs">
  401. <SubType>Component</SubType>
  402. </Compile>
  403. <Compile Include="DateTime\C_DateTimePicker.cs">
  404. <SubType>Component</SubType>
  405. </Compile>
  406. <Compile Include="DateTime\C_DateTimePicker.Designer.cs">
  407. <DependentUpon>C_DateTimePicker.cs</DependentUpon>
  408. </Compile>
  409. <Compile Include="Form\dkStatusStrip.cs">
  410. <SubType>Component</SubType>
  411. </Compile>
  412. <Compile Include="Form\dkStatusStrip.Designer.cs">
  413. <DependentUpon>dkStatusStrip.cs</DependentUpon>
  414. </Compile>
  415. <Compile Include="Form\FormBase.cs">
  416. <SubType>Form</SubType>
  417. </Compile>
  418. <Compile Include="Form\FormBase.Designer.cs">
  419. <DependentUpon>FormBase.cs</DependentUpon>
  420. </Compile>
  421. <Compile Include="GroupBox\C_GroupBox.cs">
  422. <SubType>Component</SubType>
  423. </Compile>
  424. <Compile Include="GroupBox\C_GroupBox.Designer.cs">
  425. <DependentUpon>C_GroupBox.cs</DependentUpon>
  426. </Compile>
  427. <Compile Include="Label\C_Label.cs">
  428. <SubType>Component</SubType>
  429. </Compile>
  430. <Compile Include="Label\C_Label.Designer.cs">
  431. <DependentUpon>C_Label.cs</DependentUpon>
  432. </Compile>
  433. <Compile Include="Properties\AssemblyInfo.cs" />
  434. <Compile Include="RadioButton\C_RadioButton.cs">
  435. <SubType>Component</SubType>
  436. </Compile>
  437. <Compile Include="RadioButton\C_RadioButton.Designer.cs">
  438. <DependentUpon>C_RadioButton.cs</DependentUpon>
  439. </Compile>
  440. <Compile Include="Resource.Designer.cs">
  441. <AutoGen>True</AutoGen>
  442. <DesignTime>True</DesignTime>
  443. <DependentUpon>Resource.resx</DependentUpon>
  444. </Compile>
  445. <Compile Include="TextBox\C_TextBox.cs">
  446. <SubType>Component</SubType>
  447. </Compile>
  448. <Compile Include="TextBox\C_TextBox.Designer.cs">
  449. <DependentUpon>C_TextBox.cs</DependentUpon>
  450. </Compile>
  451. <Compile Include="TextBox\C_TXT_Code.cs">
  452. <SubType>Component</SubType>
  453. </Compile>
  454. <Compile Include="TextBox\C_TXT_Code.Designer.cs">
  455. <DependentUpon>C_TXT_Code.cs</DependentUpon>
  456. </Compile>
  457. <Compile Include="TextBox\C_TXT_Digital.cs">
  458. <SubType>Component</SubType>
  459. </Compile>
  460. <Compile Include="TextBox\C_TXT_Digital.Designer.cs">
  461. <DependentUpon>C_TXT_Digital.cs</DependentUpon>
  462. </Compile>
  463. <Compile Include="TextBox\C_TXT_DropDownList.cs">
  464. <SubType>Component</SubType>
  465. </Compile>
  466. <Compile Include="TextBox\C_TXT_DropDownList.Designer.cs">
  467. <DependentUpon>C_TXT_DropDownList.cs</DependentUpon>
  468. </Compile>
  469. <Compile Include="TextBox\C_TXT_Email.cs">
  470. <SubType>Component</SubType>
  471. </Compile>
  472. <Compile Include="TextBox\C_TXT_Email.Designer.cs">
  473. <DependentUpon>C_TXT_Email.cs</DependentUpon>
  474. </Compile>
  475. <Compile Include="TextBox\C_TXT_IDCard.cs">
  476. <SubType>Component</SubType>
  477. </Compile>
  478. <Compile Include="TextBox\C_TXT_IDCard.Designer.cs">
  479. <DependentUpon>C_TXT_IDCard.cs</DependentUpon>
  480. </Compile>
  481. <Compile Include="TextBox\C_TXT_PostalCode.cs">
  482. <SubType>Component</SubType>
  483. </Compile>
  484. <Compile Include="TextBox\C_TXT_PostalCode.Designer.cs">
  485. <DependentUpon>C_TXT_PostalCode.cs</DependentUpon>
  486. </Compile>
  487. <Compile Include="TextBox\C_TXT_Tel.cs">
  488. <SubType>Component</SubType>
  489. </Compile>
  490. <Compile Include="TextBox\C_TXT_Tel.Designer.cs">
  491. <DependentUpon>C_TXT_Tel.cs</DependentUpon>
  492. </Compile>
  493. <Compile Include="ToolStrip\C_ToolStrip.cs">
  494. <SubType>Component</SubType>
  495. </Compile>
  496. <Compile Include="ToolStrip\C_ToolStrip.Designer.cs">
  497. <DependentUpon>C_ToolStrip.cs</DependentUpon>
  498. </Compile>
  499. </ItemGroup>
  500. <ItemGroup>
  501. <ProjectReference Include="..\BaseResources\BaseResources.csproj">
  502. <Project>{61710211-9b80-45c1-b338-fdf984c9ae43}</Project>
  503. <Name>BaseResources</Name>
  504. </ProjectReference>
  505. <ProjectReference Include="..\Library\Library.csproj">
  506. <Project>{922d0f0f-01c2-4fa5-a4ad-00064232f455}</Project>
  507. <Name>Library</Name>
  508. </ProjectReference>
  509. </ItemGroup>
  510. <ItemGroup>
  511. <Reference Include="Curtain.Core.net4">
  512. <HintPath>..\..\DLL\Curtain.Core.net4.dll</HintPath>
  513. </Reference>
  514. <Reference Include="ExportExcel, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
  515. <SpecificVersion>False</SpecificVersion>
  516. <HintPath>DLL\ExportExcel.dll</HintPath>
  517. </Reference>
  518. <Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  519. <SpecificVersion>False</SpecificVersion>
  520. <HintPath>DLL\ICSharpCode.SharpZipLib.dll</HintPath>
  521. </Reference>
  522. <Reference Include="Microsoft.VisualBasic" />
  523. <Reference Include="NPOI, Version=2.4.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  524. <SpecificVersion>False</SpecificVersion>
  525. <HintPath>DLL\NPOI.dll</HintPath>
  526. </Reference>
  527. <Reference Include="NPOI.OOXML">
  528. <HintPath>DLL\NPOI.OOXML.dll</HintPath>
  529. </Reference>
  530. <Reference Include="NPOI.OpenXml4Net">
  531. <HintPath>DLL\NPOI.OpenXml4Net.dll</HintPath>
  532. </Reference>
  533. <Reference Include="NPOI.OpenXmlFormats">
  534. <HintPath>DLL\NPOI.OpenXmlFormats.dll</HintPath>
  535. </Reference>
  536. <Reference Include="System" />
  537. <Reference Include="System.Data" />
  538. <Reference Include="System.Drawing" />
  539. <Reference Include="System.Windows.Forms" />
  540. <Reference Include="System.Xml" />
  541. </ItemGroup>
  542. <ItemGroup>
  543. <EmbeddedResource Include="Base\DKForm.resx">
  544. <DependentUpon>DKForm.cs</DependentUpon>
  545. </EmbeddedResource>
  546. <EmbeddedResource Include="CheckedListBox\C_ValidCheckedBoxList.resx">
  547. <DependentUpon>C_ValidCheckedBoxList.cs</DependentUpon>
  548. </EmbeddedResource>
  549. <EmbeddedResource Include="UserControls\DKCheckBoxComboBox\PopupComboBox.resx">
  550. <DependentUpon>PopupComboBox.cs</DependentUpon>
  551. </EmbeddedResource>
  552. <EmbeddedResource Include="UserControls\DKButtonTreeView.resx">
  553. <DependentUpon>DKButtonTreeView.cs</DependentUpon>
  554. </EmbeddedResource>
  555. <EmbeddedResource Include="Button\C_Button.resx">
  556. <DependentUpon>C_Button.cs</DependentUpon>
  557. </EmbeddedResource>
  558. <EmbeddedResource Include="CheckedListBox\C_StatusCheckBox.resx">
  559. <DependentUpon>C_StatusCheckBox.cs</DependentUpon>
  560. </EmbeddedResource>
  561. <EmbeddedResource Include="Form\dkStatusStrip.resx">
  562. <DependentUpon>dkStatusStrip.cs</DependentUpon>
  563. </EmbeddedResource>
  564. <EmbeddedResource Include="Form\FormBase.resx">
  565. <DependentUpon>FormBase.cs</DependentUpon>
  566. </EmbeddedResource>
  567. <EmbeddedResource Include="Resource.resx">
  568. <Generator>ResXFileCodeGenerator</Generator>
  569. <LastGenOutput>Resource.Designer.cs</LastGenOutput>
  570. </EmbeddedResource>
  571. </ItemGroup>
  572. <ItemGroup>
  573. <None Include="Resources\bg.png" />
  574. </ItemGroup>
  575. <ItemGroup>
  576. <None Include="Resources\searchButton.png" />
  577. </ItemGroup>
  578. <ItemGroup>
  579. <Content Include="DLL\ExportExcel.dll" />
  580. <Content Include="DLL\ICSharpCode.SharpZipLib.dll" />
  581. <Content Include="DLL\NPOI.dll" />
  582. <Content Include="DLL\NPOI.OOXML.dll" />
  583. <Content Include="DLL\NPOI.OpenXml4Net.dll" />
  584. <Content Include="DLL\NPOI.OpenXmlFormats.dll" />
  585. </ItemGroup>
  586. <ItemGroup />
  587. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  588. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  589. Other similar extension points exist, see Microsoft.Common.targets.
  590. <Target Name="BeforeBuild">
  591. </Target>
  592. <Target Name="AfterBuild">
  593. </Target>
  594. -->
  595. </Project>