BaseControls.csproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498
  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\dkDataGridView.designer.cs">
  113. <DependentUpon>dkDataGridView.cs</DependentUpon>
  114. </Compile>
  115. <Compile Include="DataGridView\TreeGridCell.cs" />
  116. <Compile Include="DataGridView\TreeGridEvents.cs" />
  117. <Compile Include="DataGridView\TreeGridNode.cs" />
  118. <Compile Include="DataGridView\TreeGridNodeCollection.cs" />
  119. <Compile Include="ListBox\C_ListBox.cs">
  120. <SubType>Component</SubType>
  121. </Compile>
  122. <Compile Include="ListBox\C_ListBox.Designer.cs">
  123. <DependentUpon>C_ListBox.cs</DependentUpon>
  124. </Compile>
  125. <Compile Include="MessageBox\DKMessageBox.cs" />
  126. <Compile Include="TextBox\C_TXT_BarCode.cs">
  127. <SubType>Component</SubType>
  128. </Compile>
  129. <Compile Include="TextBox\C_TXT_BarCode.Designer.cs">
  130. <DependentUpon>C_TXT_BarCode.cs</DependentUpon>
  131. </Compile>
  132. <Compile Include="TextBox\C_TXT_CodeEx.cs">
  133. <SubType>Component</SubType>
  134. </Compile>
  135. <Compile Include="TextBox\C_TXT_CodeEx.Designer.cs">
  136. <DependentUpon>C_TXT_CodeEx.cs</DependentUpon>
  137. </Compile>
  138. <Compile Include="TextBox\DKTextBoxBase.cs">
  139. <SubType>Component</SubType>
  140. </Compile>
  141. <Compile Include="TextBox\DKTextBoxBase.Designer.cs">
  142. <DependentUpon>DKTextBoxBase.cs</DependentUpon>
  143. </Compile>
  144. <Compile Include="UserControls\DKCheckBoxComboBox\DKListBoxComboBox.cs">
  145. <SubType>Component</SubType>
  146. </Compile>
  147. <Compile Include="UserControls\DKCheckBoxComboBox\DKListBoxComboBox.Designer.cs">
  148. <DependentUpon>DKListBoxComboBox.cs</DependentUpon>
  149. </Compile>
  150. <Compile Include="UserControls\DKCheckBoxComboBox\DKCheckedListBoxComboBox.cs">
  151. <SubType>Component</SubType>
  152. </Compile>
  153. <Compile Include="UserControls\DKCheckBoxComboBox\DKCheckedListBoxComboBox.Designer.cs">
  154. <DependentUpon>DKCheckedListBoxComboBox.cs</DependentUpon>
  155. </Compile>
  156. <Compile Include="UserControls\DKCheckBoxComboBox\DKCheckBoxComboBox.cs">
  157. <SubType>Component</SubType>
  158. </Compile>
  159. <Compile Include="UserControls\DKCheckBoxComboBox\DKCheckBoxComboBox.Designer.cs">
  160. <DependentUpon>DKCheckBoxComboBox.cs</DependentUpon>
  161. </Compile>
  162. <Compile Include="UserControls\DKCheckBoxComboBox\GripBounds.cs" />
  163. <Compile Include="UserControls\DKCheckBoxComboBox\ListControlContainer.cs">
  164. <SubType>UserControl</SubType>
  165. </Compile>
  166. <Compile Include="UserControls\DKCheckBoxComboBox\ListControlContainer.Designer.cs">
  167. <DependentUpon>ListControlContainer.cs</DependentUpon>
  168. </Compile>
  169. <Compile Include="UserControls\DKCheckBoxComboBox\NativeMethods.cs" />
  170. <Compile Include="UserControls\DKCheckBoxComboBox\Popup.cs">
  171. <SubType>Component</SubType>
  172. </Compile>
  173. <Compile Include="UserControls\DKCheckBoxComboBox\Popup.Designer.cs">
  174. <DependentUpon>Popup.cs</DependentUpon>
  175. </Compile>
  176. <Compile Include="UserControls\DKCheckBoxComboBox\PopupComboBox.cs">
  177. <SubType>Component</SubType>
  178. </Compile>
  179. <Compile Include="UserControls\DKCheckBoxComboBox\PopupComboBox.Designer.cs">
  180. <DependentUpon>PopupComboBox.cs</DependentUpon>
  181. </Compile>
  182. <Compile Include="UserControls\DKCheckBoxComboBox\Selection Wrappers\DataTableWrappers.cs" />
  183. <Compile Include="UserControls\DKCheckBoxComboBox\Selection Wrappers\ListSelectionWrapper.cs" />
  184. <Compile Include="UserControls\DKCheckBoxComboBox\Selection Wrappers\ObjectSelectionWrapper.cs" />
  185. <Compile Include="UserControls\DKButtonTreeView.cs">
  186. <SubType>UserControl</SubType>
  187. </Compile>
  188. <Compile Include="UserControls\DKButtonTreeView.Designer.cs">
  189. <DependentUpon>DKButtonTreeView.cs</DependentUpon>
  190. </Compile>
  191. <Compile Include="Base\DKCheckBox.cs">
  192. <SubType>Component</SubType>
  193. </Compile>
  194. <Compile Include="Base\DKCheckBox.Designer.cs">
  195. <DependentUpon>DKCheckBox.cs</DependentUpon>
  196. </Compile>
  197. <Compile Include="Base\DKCheckedListBox.cs">
  198. <SubType>Component</SubType>
  199. </Compile>
  200. <Compile Include="Base\DKCheckedListBox.Designer.cs">
  201. <DependentUpon>DKCheckedListBox.cs</DependentUpon>
  202. </Compile>
  203. <Compile Include="Base\DKComboBox.cs">
  204. <SubType>Component</SubType>
  205. </Compile>
  206. <Compile Include="Base\DKComboBox.Designer.cs">
  207. <DependentUpon>DKComboBox.cs</DependentUpon>
  208. </Compile>
  209. <Compile Include="Base\ControlsConst.cs" />
  210. <Compile Include="Base\DKButton.cs">
  211. <SubType>Component</SubType>
  212. </Compile>
  213. <Compile Include="Base\DKButton.Designer.cs">
  214. <DependentUpon>DKButton.cs</DependentUpon>
  215. </Compile>
  216. <Compile Include="Base\DKDataGridView.cs">
  217. <SubType>Component</SubType>
  218. </Compile>
  219. <Compile Include="Base\DKDataGridView.Designer.cs">
  220. <DependentUpon>DKDataGridView.cs</DependentUpon>
  221. </Compile>
  222. <Compile Include="Base\DKDateTimePicker.cs">
  223. <SubType>Component</SubType>
  224. </Compile>
  225. <Compile Include="Base\DKDateTimePicker.Designer.cs">
  226. <DependentUpon>DKDateTimePicker.cs</DependentUpon>
  227. </Compile>
  228. <Compile Include="Base\DKForm.cs">
  229. <SubType>Form</SubType>
  230. </Compile>
  231. <Compile Include="Base\DKForm.Designer.cs">
  232. <DependentUpon>DKForm.cs</DependentUpon>
  233. </Compile>
  234. <Compile Include="Base\DKGroupBox.cs">
  235. <SubType>Component</SubType>
  236. </Compile>
  237. <Compile Include="Base\DKGroupBox.Designer.cs">
  238. <DependentUpon>DKGroupBox.cs</DependentUpon>
  239. </Compile>
  240. <Compile Include="Base\DKLabel.cs">
  241. <SubType>Component</SubType>
  242. </Compile>
  243. <Compile Include="Base\DKLabel.Designer.cs">
  244. <DependentUpon>DKLabel.cs</DependentUpon>
  245. </Compile>
  246. <Compile Include="Base\DKRadioButton.cs">
  247. <SubType>Component</SubType>
  248. </Compile>
  249. <Compile Include="Base\DKRadioButton.Designer.cs">
  250. <DependentUpon>DKRadioButton.cs</DependentUpon>
  251. </Compile>
  252. <Compile Include="Base\DKTextBox.cs">
  253. <SubType>Component</SubType>
  254. </Compile>
  255. <Compile Include="Base\DKTextBox.Designer.cs">
  256. <DependentUpon>DKTextBox.cs</DependentUpon>
  257. </Compile>
  258. <Compile Include="Base\DKToolStrip.cs">
  259. <SubType>Component</SubType>
  260. </Compile>
  261. <Compile Include="Base\DKToolStrip.Designer.cs">
  262. <DependentUpon>DKToolStrip.cs</DependentUpon>
  263. </Compile>
  264. <Compile Include="Base\IDKControl.cs" />
  265. <Compile Include="Button\C_Button.cs">
  266. <SubType>Component</SubType>
  267. </Compile>
  268. <Compile Include="Button\C_Button.designer.cs">
  269. <DependentUpon>C_Button.cs</DependentUpon>
  270. </Compile>
  271. <Compile Include="CheckBox\C_CheckBox.cs">
  272. <SubType>Component</SubType>
  273. </Compile>
  274. <Compile Include="CheckBox\C_CheckBox.Designer.cs">
  275. <DependentUpon>C_CheckBox.cs</DependentUpon>
  276. </Compile>
  277. <Compile Include="CheckedListBox\CheckedBoxListEx.cs">
  278. <SubType>UserControl</SubType>
  279. </Compile>
  280. <Compile Include="CheckedListBox\CheckedBoxListEx.Designer.cs">
  281. <DependentUpon>CheckedBoxListEx.cs</DependentUpon>
  282. </Compile>
  283. <Compile Include="CheckedListBox\C_CheckedListBox.cs">
  284. <SubType>Component</SubType>
  285. </Compile>
  286. <Compile Include="CheckedListBox\C_CheckedListBox.Designer.cs">
  287. <DependentUpon>C_CheckedListBox.cs</DependentUpon>
  288. </Compile>
  289. <Compile Include="CheckedListBox\C_StatusCheckBox.cs">
  290. <SubType>UserControl</SubType>
  291. </Compile>
  292. <Compile Include="CheckedListBox\C_StatusCheckBox.Designer.cs">
  293. <DependentUpon>C_StatusCheckBox.cs</DependentUpon>
  294. </Compile>
  295. <Compile Include="CheckedListBox\C_ValidCheckedBoxList.cs">
  296. <SubType>UserControl</SubType>
  297. </Compile>
  298. <Compile Include="CheckedListBox\C_ValidCheckedBoxList.Designer.cs">
  299. <DependentUpon>C_ValidCheckedBoxList.cs</DependentUpon>
  300. </Compile>
  301. <Compile Include="ComboBox\C_ComboBox.cs">
  302. <SubType>Component</SubType>
  303. </Compile>
  304. <Compile Include="ComboBox\C_ComboBox.Designer.cs">
  305. <DependentUpon>C_ComboBox.cs</DependentUpon>
  306. </Compile>
  307. <Compile Include="DataGridView\C_DataGridView.cs">
  308. <SubType>Component</SubType>
  309. </Compile>
  310. <Compile Include="DataGridView\C_DataGridView.Designer.cs">
  311. <DependentUpon>C_DataGridView.cs</DependentUpon>
  312. </Compile>
  313. <Compile Include="DataGridView\C_DGV_Code\C_DGV_Cell_Code.cs" />
  314. <Compile Include="DataGridView\C_DGV_Code\C_DGV_Code.cs">
  315. <SubType>Component</SubType>
  316. </Compile>
  317. <Compile Include="DataGridView\C_DGV_Code\C_DGV_Column_Code.cs" />
  318. <Compile Include="DataGridView\C_DGV_Digital\C_DGV_Cell_Digital.cs" />
  319. <Compile Include="DataGridView\C_DGV_Digital\C_DGV_Column_Digital.cs" />
  320. <Compile Include="DataGridView\C_DGV_Digital\C_DGV_Digital.cs">
  321. <SubType>Component</SubType>
  322. </Compile>
  323. <Compile Include="DataGridView\C_DGV_DropDownList\C_DGV_Cell_DropDownList.cs" />
  324. <Compile Include="DataGridView\C_DGV_DropDownList\C_DGV_Column_DropDownList.cs" />
  325. <Compile Include="DataGridView\C_DGV_DropDownList\C_DGV_DropDownList.cs">
  326. <SubType>Component</SubType>
  327. </Compile>
  328. <Compile Include="DateTime\C_DateTimePicker.cs">
  329. <SubType>Component</SubType>
  330. </Compile>
  331. <Compile Include="DateTime\C_DateTimePicker.Designer.cs">
  332. <DependentUpon>C_DateTimePicker.cs</DependentUpon>
  333. </Compile>
  334. <Compile Include="Form\dkStatusStrip.cs">
  335. <SubType>Component</SubType>
  336. </Compile>
  337. <Compile Include="Form\dkStatusStrip.Designer.cs">
  338. <DependentUpon>dkStatusStrip.cs</DependentUpon>
  339. </Compile>
  340. <Compile Include="Form\FormBase.cs">
  341. <SubType>Form</SubType>
  342. </Compile>
  343. <Compile Include="Form\FormBase.Designer.cs">
  344. <DependentUpon>FormBase.cs</DependentUpon>
  345. </Compile>
  346. <Compile Include="GroupBox\C_GroupBox.cs">
  347. <SubType>Component</SubType>
  348. </Compile>
  349. <Compile Include="GroupBox\C_GroupBox.Designer.cs">
  350. <DependentUpon>C_GroupBox.cs</DependentUpon>
  351. </Compile>
  352. <Compile Include="Label\C_Label.cs">
  353. <SubType>Component</SubType>
  354. </Compile>
  355. <Compile Include="Label\C_Label.Designer.cs">
  356. <DependentUpon>C_Label.cs</DependentUpon>
  357. </Compile>
  358. <Compile Include="Properties\AssemblyInfo.cs" />
  359. <Compile Include="RadioButton\C_RadioButton.cs">
  360. <SubType>Component</SubType>
  361. </Compile>
  362. <Compile Include="RadioButton\C_RadioButton.Designer.cs">
  363. <DependentUpon>C_RadioButton.cs</DependentUpon>
  364. </Compile>
  365. <Compile Include="Resource.Designer.cs">
  366. <AutoGen>True</AutoGen>
  367. <DesignTime>True</DesignTime>
  368. <DependentUpon>Resource.resx</DependentUpon>
  369. </Compile>
  370. <Compile Include="TextBox\C_TextBox.cs">
  371. <SubType>Component</SubType>
  372. </Compile>
  373. <Compile Include="TextBox\C_TextBox.Designer.cs">
  374. <DependentUpon>C_TextBox.cs</DependentUpon>
  375. </Compile>
  376. <Compile Include="TextBox\C_TXT_Code.cs">
  377. <SubType>Component</SubType>
  378. </Compile>
  379. <Compile Include="TextBox\C_TXT_Code.Designer.cs">
  380. <DependentUpon>C_TXT_Code.cs</DependentUpon>
  381. </Compile>
  382. <Compile Include="TextBox\C_TXT_Digital.cs">
  383. <SubType>Component</SubType>
  384. </Compile>
  385. <Compile Include="TextBox\C_TXT_Digital.Designer.cs">
  386. <DependentUpon>C_TXT_Digital.cs</DependentUpon>
  387. </Compile>
  388. <Compile Include="TextBox\C_TXT_DropDownList.cs">
  389. <SubType>Component</SubType>
  390. </Compile>
  391. <Compile Include="TextBox\C_TXT_DropDownList.Designer.cs">
  392. <DependentUpon>C_TXT_DropDownList.cs</DependentUpon>
  393. </Compile>
  394. <Compile Include="TextBox\C_TXT_Email.cs">
  395. <SubType>Component</SubType>
  396. </Compile>
  397. <Compile Include="TextBox\C_TXT_Email.Designer.cs">
  398. <DependentUpon>C_TXT_Email.cs</DependentUpon>
  399. </Compile>
  400. <Compile Include="TextBox\C_TXT_IDCard.cs">
  401. <SubType>Component</SubType>
  402. </Compile>
  403. <Compile Include="TextBox\C_TXT_IDCard.Designer.cs">
  404. <DependentUpon>C_TXT_IDCard.cs</DependentUpon>
  405. </Compile>
  406. <Compile Include="TextBox\C_TXT_PostalCode.cs">
  407. <SubType>Component</SubType>
  408. </Compile>
  409. <Compile Include="TextBox\C_TXT_PostalCode.Designer.cs">
  410. <DependentUpon>C_TXT_PostalCode.cs</DependentUpon>
  411. </Compile>
  412. <Compile Include="TextBox\C_TXT_Tel.cs">
  413. <SubType>Component</SubType>
  414. </Compile>
  415. <Compile Include="TextBox\C_TXT_Tel.Designer.cs">
  416. <DependentUpon>C_TXT_Tel.cs</DependentUpon>
  417. </Compile>
  418. <Compile Include="ToolStrip\C_ToolStrip.cs">
  419. <SubType>Component</SubType>
  420. </Compile>
  421. <Compile Include="ToolStrip\C_ToolStrip.Designer.cs">
  422. <DependentUpon>C_ToolStrip.cs</DependentUpon>
  423. </Compile>
  424. </ItemGroup>
  425. <ItemGroup>
  426. <ProjectReference Include="..\BaseResources\BaseResources.csproj">
  427. <Project>{61710211-9b80-45c1-b338-fdf984c9ae43}</Project>
  428. <Name>BaseResources</Name>
  429. </ProjectReference>
  430. <ProjectReference Include="..\Library\Library.csproj">
  431. <Project>{922d0f0f-01c2-4fa5-a4ad-00064232f455}</Project>
  432. <Name>Library</Name>
  433. </ProjectReference>
  434. </ItemGroup>
  435. <ItemGroup>
  436. <Reference Include="ExportExcel, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
  437. <SpecificVersion>False</SpecificVersion>
  438. <HintPath>DLL\ExportExcel.dll</HintPath>
  439. </Reference>
  440. <Reference Include="NPOI, Version=2.1.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  441. <SpecificVersion>False</SpecificVersion>
  442. <HintPath>DLL\NPOI.dll</HintPath>
  443. </Reference>
  444. <Reference Include="System" />
  445. <Reference Include="System.Data" />
  446. <Reference Include="System.Drawing" />
  447. <Reference Include="System.Windows.Forms" />
  448. <Reference Include="System.Xml" />
  449. </ItemGroup>
  450. <ItemGroup>
  451. <EmbeddedResource Include="Base\DKForm.resx">
  452. <DependentUpon>DKForm.cs</DependentUpon>
  453. </EmbeddedResource>
  454. <EmbeddedResource Include="CheckedListBox\C_ValidCheckedBoxList.resx">
  455. <DependentUpon>C_ValidCheckedBoxList.cs</DependentUpon>
  456. </EmbeddedResource>
  457. <EmbeddedResource Include="UserControls\DKCheckBoxComboBox\PopupComboBox.resx">
  458. <DependentUpon>PopupComboBox.cs</DependentUpon>
  459. </EmbeddedResource>
  460. <EmbeddedResource Include="UserControls\DKButtonTreeView.resx">
  461. <DependentUpon>DKButtonTreeView.cs</DependentUpon>
  462. </EmbeddedResource>
  463. <EmbeddedResource Include="Button\C_Button.resx">
  464. <DependentUpon>C_Button.cs</DependentUpon>
  465. </EmbeddedResource>
  466. <EmbeddedResource Include="CheckedListBox\C_StatusCheckBox.resx">
  467. <DependentUpon>C_StatusCheckBox.cs</DependentUpon>
  468. </EmbeddedResource>
  469. <EmbeddedResource Include="Form\dkStatusStrip.resx">
  470. <DependentUpon>dkStatusStrip.cs</DependentUpon>
  471. </EmbeddedResource>
  472. <EmbeddedResource Include="Form\FormBase.resx">
  473. <DependentUpon>FormBase.cs</DependentUpon>
  474. </EmbeddedResource>
  475. <EmbeddedResource Include="Resource.resx">
  476. <Generator>ResXFileCodeGenerator</Generator>
  477. <LastGenOutput>Resource.Designer.cs</LastGenOutput>
  478. </EmbeddedResource>
  479. </ItemGroup>
  480. <ItemGroup>
  481. <None Include="Resources\bg.png" />
  482. </ItemGroup>
  483. <ItemGroup>
  484. <None Include="Resources\searchButton.png" />
  485. </ItemGroup>
  486. <ItemGroup>
  487. <Content Include="DLL\ExportExcel.dll" />
  488. <Content Include="DLL\NPOI.dll" />
  489. </ItemGroup>
  490. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  491. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  492. Other similar extension points exist, see Microsoft.Common.targets.
  493. <Target Name="BeforeBuild">
  494. </Target>
  495. <Target Name="AfterBuild">
  496. </Target>
  497. -->
  498. </Project>