LYFZ.ComponentLibrary.csproj 49 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{D4C2D4C1-1CF6-4116-8BF2-6DE55F518B2A}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>LYFZ.ComponentLibrary</RootNamespace>
  12. <AssemblyName>LYFZ.ComponentLibrary</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <IsWebBootstrapper>false</IsWebBootstrapper>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  34. <PlatformTarget>x86</PlatformTarget>
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>bin\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  44. <PlatformTarget>x86</PlatformTarget>
  45. <DebugType>pdbonly</DebugType>
  46. <Optimize>true</Optimize>
  47. <OutputPath>bin\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. </PropertyGroup>
  52. <PropertyGroup>
  53. <StartupObject />
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  56. <DebugSymbols>true</DebugSymbols>
  57. <OutputPath>..\bin\Debug\</OutputPath>
  58. <DefineConstants>DEBUG;TRACE</DefineConstants>
  59. <DebugType>full</DebugType>
  60. <PlatformTarget>AnyCPU</PlatformTarget>
  61. <ErrorReport>prompt</ErrorReport>
  62. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  63. </PropertyGroup>
  64. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  65. <OutputPath>..\bin\Release\</OutputPath>
  66. <DefineConstants>TRACE</DefineConstants>
  67. <Optimize>true</Optimize>
  68. <DebugType>pdbonly</DebugType>
  69. <PlatformTarget>AnyCPU</PlatformTarget>
  70. <ErrorReport>prompt</ErrorReport>
  71. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  72. </PropertyGroup>
  73. <ItemGroup>
  74. <Reference Include="LYFZ.StandardInterface">
  75. <HintPath>..\..\NewERPSoftware\LYFZSoftwareDLL\Release\LYFZ.StandardInterface.dll</HintPath>
  76. </Reference>
  77. <Reference Include="System" />
  78. <Reference Include="System.Core" />
  79. <Reference Include="System.Design" />
  80. <Reference Include="System.Xml.Linq" />
  81. <Reference Include="System.Data.DataSetExtensions" />
  82. <Reference Include="Microsoft.CSharp" />
  83. <Reference Include="System.Data" />
  84. <Reference Include="System.Deployment" />
  85. <Reference Include="System.Drawing" />
  86. <Reference Include="System.Windows.Forms" />
  87. <Reference Include="System.Xml" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Compile Include="BaseContainer.cs">
  91. <SubType>Component</SubType>
  92. </Compile>
  93. <Compile Include="BaseContentsFormMain.cs">
  94. <SubType>Form</SubType>
  95. </Compile>
  96. <Compile Include="BaseContentsFormMain.Designer.cs">
  97. <DependentUpon>BaseContentsFormMain.cs</DependentUpon>
  98. </Compile>
  99. <Compile Include="BaseForm360.cs">
  100. <SubType>Form</SubType>
  101. </Compile>
  102. <Compile Include="BaseForm360.Designer.cs">
  103. <DependentUpon>BaseForm360.cs</DependentUpon>
  104. </Compile>
  105. <Compile Include="BaseFormRelease.cs">
  106. <SubType>Form</SubType>
  107. </Compile>
  108. <Compile Include="BaseFormRelease.Designer.cs">
  109. <DependentUpon>BaseFormRelease.cs</DependentUpon>
  110. </Compile>
  111. <Compile Include="BaseMotherForm.cs">
  112. <SubType>Form</SubType>
  113. </Compile>
  114. <Compile Include="BaseMotherForm.Designer.cs">
  115. <DependentUpon>BaseMotherForm.cs</DependentUpon>
  116. </Compile>
  117. <Compile Include="BaseShadowForm.cs">
  118. <SubType>Form</SubType>
  119. </Compile>
  120. <Compile Include="BaseShadowForm.Designer.cs">
  121. <DependentUpon>BaseShadowForm.cs</DependentUpon>
  122. </Compile>
  123. <Compile Include="BaseFormSimple.cs">
  124. <SubType>Form</SubType>
  125. </Compile>
  126. <Compile Include="BaseFormSimple.Designer.cs">
  127. <DependentUpon>BaseFormSimple.cs</DependentUpon>
  128. </Compile>
  129. <Compile Include="BorderedTableLayoutPanel.cs">
  130. <SubType>Component</SubType>
  131. </Compile>
  132. <Compile Include="ButtonUpperArrow.cs">
  133. <SubType>Component</SubType>
  134. </Compile>
  135. <Compile Include="ButtonDownArrow.cs">
  136. <SubType>Component</SubType>
  137. </Compile>
  138. <Compile Include="ButtonForm.cs">
  139. <SubType>Component</SubType>
  140. </Compile>
  141. <Compile Include="ButtonEx.cs">
  142. <SubType>Component</SubType>
  143. </Compile>
  144. <Compile Include="ButtonTel.cs">
  145. <SubType>Component</SubType>
  146. </Compile>
  147. <Compile Include="ButtonQQ.cs">
  148. <SubType>Component</SubType>
  149. </Compile>
  150. <Compile Include="Camera.cs">
  151. <SubType>UserControl</SubType>
  152. </Compile>
  153. <Compile Include="Camera.Designer.cs">
  154. <DependentUpon>Camera.cs</DependentUpon>
  155. </Compile>
  156. <Compile Include="ChatListControl\ChatListBox.cs">
  157. <SubType>Component</SubType>
  158. </Compile>
  159. <Compile Include="ChatListControl\ChatListEventArgs.cs" />
  160. <Compile Include="ChatListControl\ChatListItem.cs" />
  161. <Compile Include="ChatListControl\ChatListItemCollection.cs" />
  162. <Compile Include="ChatListControl\ChatListItemConverter.cs" />
  163. <Compile Include="ChatListControl\ChatListItemIcon.cs" />
  164. <Compile Include="ChatListControl\ChatListSubItem.cs" />
  165. <Compile Include="ChatListControl\ChatListSubItemConverter.cs" />
  166. <Compile Include="ChatListControl\ChatListVScroll.cs" />
  167. <Compile Include="ChatListControl\CLIPFORMAT.cs" />
  168. <Compile Include="ChatListControl\DragListEventArgs.cs" />
  169. <Compile Include="ChatListControl\ToolsChatListControl.cs">
  170. <SubType>Component</SubType>
  171. </Compile>
  172. <Compile Include="CheckBoxEx.cs">
  173. <SubType>Component</SubType>
  174. </Compile>
  175. <Compile Include="ColorScheme.cs" />
  176. <Compile Include="ComboBoxTextEx.cs">
  177. <SubType>UserControl</SubType>
  178. </Compile>
  179. <Compile Include="ComboBoxTextEx.Designer.cs">
  180. <DependentUpon>ComboBoxTextEx.cs</DependentUpon>
  181. </Compile>
  182. <Compile Include="ComboBoxTreeViewEx.cs">
  183. <SubType>Component</SubType>
  184. </Compile>
  185. <Compile Include="ComboBoxTreeViewEx.Designer.cs">
  186. <DependentUpon>ComboBoxTreeViewEx.cs</DependentUpon>
  187. </Compile>
  188. <Compile Include="Control\WaitForm.cs" />
  189. <Compile Include="DataGridViewEx.cs">
  190. <SubType>Component</SubType>
  191. </Compile>
  192. <Compile Include="DatePickerCustom.cs">
  193. <SubType>UserControl</SubType>
  194. </Compile>
  195. <Compile Include="DatePickerCustom.Designer.cs">
  196. <DependentUpon>DatePickerCustom.cs</DependentUpon>
  197. </Compile>
  198. <Compile Include="DateYear.cs">
  199. <SubType>UserControl</SubType>
  200. </Compile>
  201. <Compile Include="DateYear.Designer.cs">
  202. <DependentUpon>DateYear.cs</DependentUpon>
  203. </Compile>
  204. <Compile Include="DateYearMonth.cs">
  205. <SubType>UserControl</SubType>
  206. </Compile>
  207. <Compile Include="DateYearMonth.Designer.cs">
  208. <DependentUpon>DateYearMonth.cs</DependentUpon>
  209. </Compile>
  210. <Compile Include="ExecutionProgress.cs">
  211. <SubType>UserControl</SubType>
  212. </Compile>
  213. <Compile Include="ExecutionProgress.Designer.cs">
  214. <DependentUpon>ExecutionProgress.cs</DependentUpon>
  215. </Compile>
  216. <Compile Include="ExToolTip.cs">
  217. <SubType>Component</SubType>
  218. </Compile>
  219. <Compile Include="frmExceptionError.cs">
  220. <SubType>Form</SubType>
  221. </Compile>
  222. <Compile Include="frmExceptionError.Designer.cs">
  223. <DependentUpon>frmExceptionError.cs</DependentUpon>
  224. </Compile>
  225. <Compile Include="FrmLoadHandling.cs">
  226. <SubType>Form</SubType>
  227. </Compile>
  228. <Compile Include="FrmLoadHandling.Designer.cs">
  229. <DependentUpon>FrmLoadHandling.cs</DependentUpon>
  230. </Compile>
  231. <Compile Include="frmMessageBox.cs">
  232. <SubType>Form</SubType>
  233. </Compile>
  234. <Compile Include="frmMessageBox.Designer.cs">
  235. <DependentUpon>frmMessageBox.cs</DependentUpon>
  236. </Compile>
  237. <Compile Include="frmSystemAbout.cs">
  238. <SubType>Form</SubType>
  239. </Compile>
  240. <Compile Include="frmSystemAbout.Designer.cs">
  241. <DependentUpon>frmSystemAbout.cs</DependentUpon>
  242. </Compile>
  243. <Compile Include="GetUIResources.cs" />
  244. <Compile Include="LoadProgress.cs">
  245. <SubType>UserControl</SubType>
  246. </Compile>
  247. <Compile Include="LoadProgress.Designer.cs">
  248. <DependentUpon>LoadProgress.cs</DependentUpon>
  249. </Compile>
  250. <Compile Include="MessageBoxCustom.cs" />
  251. <Compile Include="NumericUpDownEx.cs">
  252. <SubType>Component</SubType>
  253. </Compile>
  254. <Compile Include="NumericUpDownEx.Designer.cs">
  255. <DependentUpon>NumericUpDownEx.cs</DependentUpon>
  256. </Compile>
  257. <Compile Include="OtherExpansionControl\BitmapHelper.cs" />
  258. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Imaging\ColorConverterEx.cs" />
  259. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Imaging\GrayscaleStyle.cs" />
  260. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Imaging\HSL.cs" />
  261. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Imaging\RGB.cs" />
  262. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\ControlPaintEx.cs" />
  263. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\ControlState.cs" />
  264. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\DrawHelper.cs" />
  265. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\GraphicsPathHelper.cs" />
  266. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\ImageDc.cs" />
  267. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\ImageDrawRect.cs" />
  268. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\InterpolationModeGraphics.cs" />
  269. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\MouseOperate.cs" />
  270. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\RegionHelper.cs" />
  271. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\RoundStyle.cs" />
  272. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\SmoothingModeGraphics.cs" />
  273. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\TextRenderingHintGraphics.cs" />
  274. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\ThumbArrowDirection.cs" />
  275. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\UpdateForm.cs" />
  276. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ArtTextStyle.cs" />
  277. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\BackStyle.cs" />
  278. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ButtonStatus.cs" />
  279. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\CHARRANGE.cs" />
  280. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ChatListVScroll.cs" />
  281. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\CLIPFORMAT.cs" />
  282. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\CmbControlPaintEx.cs" />
  283. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\CmbRenderHelper.cs" />
  284. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ColorBox.cs">
  285. <SubType>Component</SubType>
  286. </Compile>
  287. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ColorChangedEventArgs.cs" />
  288. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\COMRECT.cs" />
  289. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ControlPaintEx.cs" />
  290. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ControlPaintScroll.cs" />
  291. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\DrawStyle.cs" />
  292. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\DVASPECT.cs" />
  293. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\FORMATETC.cs" />
  294. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\FrmCapture.cs">
  295. <SubType>Form</SubType>
  296. </Compile>
  297. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\GETCLIPBOARDDATAFLAGS.cs" />
  298. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\GETOBJECTOPTIONS.cs" />
  299. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IAdviseSink.cs" />
  300. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IDataObject.cs" />
  301. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IEnumFORMATETC.cs" />
  302. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IEnumOLEVERB.cs" />
  303. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IEnumSTATDATA.cs" />
  304. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IEnumSTATSTG.cs" />
  305. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ILockBytes.cs" />
  306. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ImageProcessBox.cs">
  307. <SubType>Component</SubType>
  308. </Compile>
  309. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IOleClientSite.cs" />
  310. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IOleContainer.cs" />
  311. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IOleObject.cs" />
  312. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IRichEditOle.cs" />
  313. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IScrollBarPaint.cs" />
  314. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ISequentialStream.cs" />
  315. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IStorage.cs" />
  316. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IStream.cs" />
  317. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\LayoutUtils.cs" />
  318. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\MaskControlBase.cs" />
  319. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\MHookEventArgs.cs" />
  320. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\MouseHook.cs" />
  321. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\PaintScrollBarArrowEventArgs.cs" />
  322. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\PaintScrollBarThumbEventArgs.cs" />
  323. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\PaintScrollBarTrackEventArgs.cs" />
  324. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\PassKey.cs">
  325. <SubType>Form</SubType>
  326. </Compile>
  327. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ProfessionalToolStripRendererEx.cs" />
  328. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\RenderHelper.cs" />
  329. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\RenderHelperScrollBar.cs" />
  330. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\RenderHelperStrip.cs" />
  331. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\REOBJECT.cs" />
  332. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\REOOBJECTFLAGS.cs" />
  333. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\RichEditOle.cs" />
  334. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\RtfRichTextBox.cs">
  335. <SubType>Component</SubType>
  336. </Compile>
  337. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ScrollBarHistTest.cs" />
  338. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ScrollBarManager.cs" />
  339. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinButtom.cs">
  340. <SubType>Component</SubType>
  341. </Compile>
  342. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinCheckBox.cs">
  343. <SubType>Component</SubType>
  344. </Compile>
  345. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinComboBox.cs">
  346. <SubType>Component</SubType>
  347. </Compile>
  348. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinContextMenuStrip.cs">
  349. <SubType>Component</SubType>
  350. </Compile>
  351. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinGifBox.cs">
  352. <SubType>Component</SubType>
  353. </Compile>
  354. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinHScrollBar.cs">
  355. <SubType>Component</SubType>
  356. </Compile>
  357. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinLabel.cs">
  358. <SubType>Component</SubType>
  359. </Compile>
  360. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinMenuStrip.cs">
  361. <SubType>Component</SubType>
  362. </Compile>
  363. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinNumericUpDown.cs">
  364. <SubType>Component</SubType>
  365. </Compile>
  366. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinPanel.cs">
  367. <SubType>Component</SubType>
  368. </Compile>
  369. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinProgressBar.cs">
  370. <SubType>Component</SubType>
  371. </Compile>
  372. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinRadioButton.cs">
  373. <SubType>Component</SubType>
  374. </Compile>
  375. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinRichTextBox.cs">
  376. <SubType>Component</SubType>
  377. </Compile>
  378. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinTextBox.cs">
  379. <SubType>UserControl</SubType>
  380. </Compile>
  381. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinToolStrip.cs">
  382. <SubType>Component</SubType>
  383. </Compile>
  384. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinVScrollBar.cs">
  385. <SubType>Component</SubType>
  386. </Compile>
  387. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\STATDATA.cs" />
  388. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\STGM.cs" />
  389. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\STGMEDIUM.cs" />
  390. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\tagLOGPALETTE.cs" />
  391. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\tagOLEVERB.cs" />
  392. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\TextRenderingHintGraphics.cs" />
  393. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ToolButton.cs">
  394. <SubType>Component</SubType>
  395. </Compile>
  396. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ToolStripColorTable.cs" />
  397. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\TYMED.cs" />
  398. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\UpDownButtonPaintEventArgs.cs" />
  399. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\UpDownButtonPaintEventHandler.cs" />
  400. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\WaterTextBox.cs">
  401. <SubType>Component</SubType>
  402. </Compile>
  403. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Callback\HookProc.cs" />
  404. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\HWND.cs">
  405. <SubType>Code</SubType>
  406. </Compile>
  407. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\TTM.cs">
  408. <SubType>Code</SubType>
  409. </Compile>
  410. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\TTN.cs">
  411. <SubType>Code</SubType>
  412. </Compile>
  413. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\INITCOMMONCONTROLSEX.cs" />
  414. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\MOUSEHOOKSTRUCT.cs" />
  415. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\NMCUSTOMDRAW.cs" />
  416. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\NMHDR.cs" />
  417. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\NMTTCUSTOMDRAW.cs" />
  418. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\NMTTDISPINFO.cs" />
  419. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\PAINTSTRUCT.cs" />
  420. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\POINT.cs" />
  421. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\RECT.cs" />
  422. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\SCROLLBARINFO.cs" />
  423. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\SCROLLINFO.cs" />
  424. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\TOOLINFO.cs" />
  425. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\TRACKMOUSEEVENT.cs" />
  426. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\WINDOWINFO.cs" />
  427. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\WINDOWPLACEMENT.cs" />
  428. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\WINDOWPOS.cs" />
  429. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32\HttpWebRequestHelper.cs" />
  430. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32\NativeMethods.cs" />
  431. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32\Result.cs" />
  432. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32\ShellHelper.cs" />
  433. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32\Win32Helper.cs" />
  434. <Compile Include="PagerEx.cs">
  435. <SubType>UserControl</SubType>
  436. </Compile>
  437. <Compile Include="PagerEx.Designer.cs">
  438. <DependentUpon>PagerEx.cs</DependentUpon>
  439. </Compile>
  440. <Compile Include="Pager\ucPagerEx.cs">
  441. <SubType>UserControl</SubType>
  442. </Compile>
  443. <Compile Include="Pager\ucPagerEx.Designer.cs">
  444. <DependentUpon>ucPagerEx.cs</DependentUpon>
  445. </Compile>
  446. <Compile Include="RadioButtonEx.cs">
  447. <SubType>Component</SubType>
  448. </Compile>
  449. <Compile Include="ButtonExpand.cs">
  450. <SubType>Component</SubType>
  451. </Compile>
  452. <Compile Include="GlassButton.cs">
  453. <SubType>Component</SubType>
  454. </Compile>
  455. <Compile Include="GraphicsPathHelper.cs" />
  456. <Compile Include="ImageDrawRect.cs" />
  457. <Compile Include="Program.cs" />
  458. <Compile Include="Properties\AssemblyInfo.cs" />
  459. <Compile Include="ShadowLayer.cs">
  460. <SubType>Form</SubType>
  461. </Compile>
  462. <Compile Include="ShowNumber.cs">
  463. <SubType>Component</SubType>
  464. </Compile>
  465. <Compile Include="TestListViewEx.cs">
  466. <SubType>UserControl</SubType>
  467. </Compile>
  468. <Compile Include="TestListViewEx.Designer.cs">
  469. <DependentUpon>TestListViewEx.cs</DependentUpon>
  470. </Compile>
  471. <Compile Include="TextBoxBasicEx.cs">
  472. <SubType>Component</SubType>
  473. </Compile>
  474. <Compile Include="TextBoxEx.cs">
  475. <SubType>UserControl</SubType>
  476. </Compile>
  477. <Compile Include="TextBoxEx.Designer.cs">
  478. <DependentUpon>TextBoxEx.cs</DependentUpon>
  479. </Compile>
  480. <Compile Include="TransparentControl.cs">
  481. <SubType>Component</SubType>
  482. </Compile>
  483. <Compile Include="ProgressBarEx.cs">
  484. <SubType>Component</SubType>
  485. </Compile>
  486. <Compile Include="PanelEx.cs">
  487. <SubType>Component</SubType>
  488. </Compile>
  489. <Compile Include="PictureBoxEx.cs">
  490. <SubType>Component</SubType>
  491. </Compile>
  492. <Compile Include="ListViewEx.cs">
  493. <SubType>Component</SubType>
  494. </Compile>
  495. <Compile Include="ListBoxEx.cs">
  496. <SubType>Component</SubType>
  497. </Compile>
  498. <Compile Include="ComboBoxEx.cs">
  499. <SubType>Component</SubType>
  500. </Compile>
  501. <Compile Include="RichTextBoxEx.cs">
  502. <SubType>Component</SubType>
  503. </Compile>
  504. <Compile Include="DateTimePickerEx.cs">
  505. <SubType>Component</SubType>
  506. </Compile>
  507. <Compile Include="TreeViewEx.cs">
  508. <SubType>Component</SubType>
  509. </Compile>
  510. <Compile Include="GroupBoxEx.cs">
  511. <SubType>Component</SubType>
  512. </Compile>
  513. <Compile Include="TabControlEx.cs">
  514. <SubType>Component</SubType>
  515. </Compile>
  516. <Compile Include="SplitContainerEx.cs">
  517. <SubType>Component</SubType>
  518. </Compile>
  519. <Compile Include="ErrorProviderEx.cs">
  520. <SubType>Component</SubType>
  521. </Compile>
  522. <Compile Include="LabelEx.cs">
  523. <SubType>Component</SubType>
  524. </Compile>
  525. <Compile Include="UCNavigationTool.cs">
  526. <SubType>UserControl</SubType>
  527. </Compile>
  528. <Compile Include="UCNavigationTool.Designer.cs">
  529. <DependentUpon>UCNavigationTool.cs</DependentUpon>
  530. </Compile>
  531. <Compile Include="UCtlScrollBarV.cs">
  532. <SubType>UserControl</SubType>
  533. </Compile>
  534. <Compile Include="UCtlScroolBarH.cs">
  535. <SubType>UserControl</SubType>
  536. </Compile>
  537. <Compile Include="BaseContentsFormRelease.cs">
  538. <SubType>Form</SubType>
  539. </Compile>
  540. <Compile Include="BaseContentsFormRelease.Designer.cs">
  541. <DependentUpon>BaseContentsFormRelease.cs</DependentUpon>
  542. </Compile>
  543. <Compile Include="Properties\UIBlueResources.Designer.cs">
  544. <AutoGen>True</AutoGen>
  545. <DesignTime>True</DesignTime>
  546. <DependentUpon>UIBlueResources.resx</DependentUpon>
  547. </Compile>
  548. <Compile Include="UIBlueThemeResources.cs" />
  549. <EmbeddedResource Include="BaseContainer.resx">
  550. <DependentUpon>BaseContainer.cs</DependentUpon>
  551. </EmbeddedResource>
  552. <EmbeddedResource Include="BaseContentsFormMain.resx">
  553. <DependentUpon>BaseContentsFormMain.cs</DependentUpon>
  554. <SubType>Designer</SubType>
  555. </EmbeddedResource>
  556. <EmbeddedResource Include="BaseForm360.resx">
  557. <DependentUpon>BaseForm360.cs</DependentUpon>
  558. </EmbeddedResource>
  559. <EmbeddedResource Include="BaseFormRelease.resx">
  560. <DependentUpon>BaseFormRelease.cs</DependentUpon>
  561. </EmbeddedResource>
  562. <EmbeddedResource Include="BaseMotherForm.resx">
  563. <DependentUpon>BaseMotherForm.cs</DependentUpon>
  564. </EmbeddedResource>
  565. <EmbeddedResource Include="BaseFormSimple.resx">
  566. <DependentUpon>BaseFormSimple.cs</DependentUpon>
  567. <SubType>Designer</SubType>
  568. </EmbeddedResource>
  569. <EmbeddedResource Include="Camera.resx">
  570. <DependentUpon>Camera.cs</DependentUpon>
  571. </EmbeddedResource>
  572. <EmbeddedResource Include="ChatListControl\ChatListBox.resources" />
  573. <EmbeddedResource Include="ComboBoxTextEx.resx">
  574. <DependentUpon>ComboBoxTextEx.cs</DependentUpon>
  575. </EmbeddedResource>
  576. <EmbeddedResource Include="ComboBoxTreeViewEx.resx">
  577. <DependentUpon>ComboBoxTreeViewEx.cs</DependentUpon>
  578. </EmbeddedResource>
  579. <EmbeddedResource Include="DatePickerCustom.resx">
  580. <DependentUpon>DatePickerCustom.cs</DependentUpon>
  581. </EmbeddedResource>
  582. <EmbeddedResource Include="DateYear.resx">
  583. <DependentUpon>DateYear.cs</DependentUpon>
  584. </EmbeddedResource>
  585. <EmbeddedResource Include="DateYearMonth.resx">
  586. <DependentUpon>DateYearMonth.cs</DependentUpon>
  587. </EmbeddedResource>
  588. <EmbeddedResource Include="ExecutionProgress.resx">
  589. <DependentUpon>ExecutionProgress.cs</DependentUpon>
  590. </EmbeddedResource>
  591. <EmbeddedResource Include="frmExceptionError.resx">
  592. <DependentUpon>frmExceptionError.cs</DependentUpon>
  593. </EmbeddedResource>
  594. <EmbeddedResource Include="FrmLoadHandling.resx">
  595. <DependentUpon>FrmLoadHandling.cs</DependentUpon>
  596. </EmbeddedResource>
  597. <EmbeddedResource Include="frmMessageBox.resx">
  598. <DependentUpon>frmMessageBox.cs</DependentUpon>
  599. </EmbeddedResource>
  600. <EmbeddedResource Include="LoadProgress.resx">
  601. <DependentUpon>LoadProgress.cs</DependentUpon>
  602. </EmbeddedResource>
  603. <EmbeddedResource Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ColorBox.resources" />
  604. <EmbeddedResource Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\FrmCapture.resources" />
  605. <EmbeddedResource Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\FrmCapture.resx">
  606. <DependentUpon>FrmCapture.cs</DependentUpon>
  607. </EmbeddedResource>
  608. <EmbeddedResource Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\PassKey.resources" />
  609. <EmbeddedResource Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\PassKey.resx">
  610. <DependentUpon>PassKey.cs</DependentUpon>
  611. </EmbeddedResource>
  612. <EmbeddedResource Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinTextBox.resources" />
  613. <EmbeddedResource Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinTextBox.resx">
  614. <DependentUpon>SkinTextBox.cs</DependentUpon>
  615. </EmbeddedResource>
  616. <EmbeddedResource Include="PagerEx.resx">
  617. <DependentUpon>PagerEx.cs</DependentUpon>
  618. </EmbeddedResource>
  619. <EmbeddedResource Include="Pager\ucPagerEx.resx">
  620. <DependentUpon>ucPagerEx.cs</DependentUpon>
  621. </EmbeddedResource>
  622. <EmbeddedResource Include="Properties\Resources.resx">
  623. <Generator>PublicResXFileCodeGenerator</Generator>
  624. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  625. <SubType>Designer</SubType>
  626. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  627. </EmbeddedResource>
  628. <Compile Include="Properties\Resources.Designer.cs">
  629. <AutoGen>True</AutoGen>
  630. <DependentUpon>Resources.resx</DependentUpon>
  631. <DesignTime>True</DesignTime>
  632. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  633. </Compile>
  634. <EmbeddedResource Include="ShadowLayer.resx">
  635. <DependentUpon>ShadowLayer.cs</DependentUpon>
  636. </EmbeddedResource>
  637. <EmbeddedResource Include="TestListViewEx.resx">
  638. <DependentUpon>TestListViewEx.cs</DependentUpon>
  639. </EmbeddedResource>
  640. <EmbeddedResource Include="TextBoxEx.resx">
  641. <DependentUpon>TextBoxEx.cs</DependentUpon>
  642. </EmbeddedResource>
  643. <EmbeddedResource Include="BaseContentsFormRelease.resx">
  644. <DependentUpon>BaseContentsFormRelease.cs</DependentUpon>
  645. </EmbeddedResource>
  646. <EmbeddedResource Include="Properties\UIBlueResources.resx">
  647. <Generator>PublicResXFileCodeGenerator</Generator>
  648. <LastGenOutput>UIBlueResources.Designer.cs</LastGenOutput>
  649. </EmbeddedResource>
  650. <EmbeddedResource Include="UCNavigationTool.resx">
  651. <DependentUpon>UCNavigationTool.cs</DependentUpon>
  652. </EmbeddedResource>
  653. <None Include="Properties\Settings.settings">
  654. <Generator>SettingsSingleFileGenerator</Generator>
  655. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  656. </None>
  657. <Compile Include="Properties\Settings.Designer.cs">
  658. <AutoGen>True</AutoGen>
  659. <DependentUpon>Settings.settings</DependentUpon>
  660. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  661. </Compile>
  662. </ItemGroup>
  663. <ItemGroup>
  664. <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
  665. <Visible>False</Visible>
  666. <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 和 x64%29</ProductName>
  667. <Install>true</Install>
  668. </BootstrapperPackage>
  669. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  670. <Visible>False</Visible>
  671. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  672. <Install>false</Install>
  673. </BootstrapperPackage>
  674. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  675. <Visible>False</Visible>
  676. <ProductName>.NET Framework 3.5 SP1</ProductName>
  677. <Install>false</Install>
  678. </BootstrapperPackage>
  679. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  680. <Visible>False</Visible>
  681. <ProductName>Windows Installer 3.1</ProductName>
  682. <Install>true</Install>
  683. </BootstrapperPackage>
  684. </ItemGroup>
  685. <ItemGroup>
  686. <None Include="Resources\BG1.png" />
  687. </ItemGroup>
  688. <ItemGroup>
  689. <None Include="Resources\BGimg0.png" />
  690. </ItemGroup>
  691. <ItemGroup>
  692. <None Include="Resources\sys_button_close.png" />
  693. </ItemGroup>
  694. <ItemGroup>
  695. <None Include="Resources\sys_button_max.png" />
  696. </ItemGroup>
  697. <ItemGroup>
  698. <None Include="Resources\sys_button_min.png" />
  699. </ItemGroup>
  700. <ItemGroup>
  701. <None Include="Resources\toolbar_hover.png" />
  702. </ItemGroup>
  703. <ItemGroup>
  704. <None Include="Resources\feedback.png" />
  705. </ItemGroup>
  706. <ItemGroup>
  707. <None Include="Resources\ico_SysRepair.png" />
  708. </ItemGroup>
  709. <ItemGroup>
  710. <None Include="Resources\ico_TraceCleaner.png" />
  711. </ItemGroup>
  712. <ItemGroup>
  713. <None Include="Resources\sub_tabbar_split.png" />
  714. </ItemGroup>
  715. <ItemGroup>
  716. <None Include="Resources\safe_subtab_btn.png" />
  717. </ItemGroup>
  718. <ItemGroup>
  719. <None Include="Resources\window_shadow.png" />
  720. </ItemGroup>
  721. <ItemGroup>
  722. <None Include="Resources\Prohibit.png" />
  723. <None Include="Resources\tab01.png" />
  724. <None Include="Resources\tab02.png" />
  725. <None Include="Resources\btn_qq.png" />
  726. <None Include="Resources\btn_tel.png" />
  727. <Content Include="Resources\DataGrivdViewEc\Collapse.png" />
  728. <Content Include="Resources\DataGrivdViewEc\Expand.png" />
  729. <Content Include="Resources\pitdelete.png" />
  730. <Content Include="Resources\pitEdit.png" />
  731. <Content Include="Resources\pitEditOk.png" />
  732. <Content Include="Resources\pitReset.png" />
  733. <Content Include="Resources\strdate.jpg" />
  734. <None Include="Resources\Textbox_New.png" />
  735. <None Include="Resources\UIResources\Ex_Textbox.png" />
  736. <None Include="Resources\UIResources\bg_ChildLogin.png" />
  737. <None Include="Resources\UIResources\bg_WeddingLogin.png" />
  738. <None Include="Resources\UIResources\btn_close.png" />
  739. <None Include="Resources\UIResources\btn_Form.png" />
  740. <None Include="Resources\UIResources\btn_login.png" />
  741. <None Include="Resources\UIResources\btn_max.png" />
  742. <None Include="Resources\UIResources\btn_mini.png" />
  743. <None Include="Resources\UIResources\btn_qq.png" />
  744. <None Include="Resources\UIResources\btn_QuickMenu.png" />
  745. <None Include="Resources\UIResources\btn_restore.png" />
  746. <None Include="Resources\UIResources\btn_save.png" />
  747. <None Include="Resources\UIResources\btn_skin.png" />
  748. <None Include="Resources\UIResources\btn_tel.png" />
  749. <None Include="Resources\UIResources\check.png" />
  750. <None Include="Resources\UIResources\df_ChildHeadPortrait.png" />
  751. <None Include="Resources\UIResources\df_WeddingHeadPortrait.png" />
  752. <None Include="Resources\UIResources\dot.png" />
  753. <None Include="Resources\UIResources\DateTime.png" />
  754. <None Include="Resources\UIResources\1_01.png" />
  755. <None Include="Resources\UIResources\1_02.png" />
  756. <None Include="Resources\UIResources\2_01.png" />
  757. <None Include="Resources\UIResources\2_02.png" />
  758. <None Include="Resources\UIResources\3_01.png" />
  759. <None Include="Resources\UIResources\3_02.png" />
  760. <None Include="Resources\UIResources\4_01.png" />
  761. <None Include="Resources\UIResources\4_02.png" />
  762. <None Include="Resources\UIResources\5_01.png" />
  763. <None Include="Resources\UIResources\5_02.png" />
  764. <None Include="Resources\UIResources\6_01.png" />
  765. <None Include="Resources\UIResources\6_02.png" />
  766. <None Include="Resources\UIResources\7_01.png" />
  767. <None Include="Resources\UIResources\7_02.png" />
  768. <None Include="Resources\UIResources\8_01.png" />
  769. <None Include="Resources\UIResources\8_02.png" />
  770. <None Include="Resources\UIResources\9_01.png" />
  771. <None Include="Resources\UIResources\9_02.png" />
  772. <None Include="Resources\UIResources\10_01.png" />
  773. <None Include="Resources\UIResources\10_02.png" />
  774. <None Include="Resources\UIResources\btn_down.png" />
  775. <None Include="Resources\UIResources\btn_UP.png" />
  776. <None Include="Resources\UIResources\main_Navigation.png" />
  777. <None Include="Resources\UIResources\frmBottomBG.png" />
  778. <None Include="Resources\UIResources\frmTitleBG.png" />
  779. <None Include="Resources\UIResources\ScrollBarHimg\leftarrow.png" />
  780. <None Include="Resources\UIResources\ScrollBarHimg\rightarrow.png" />
  781. <None Include="Resources\UIResources\ScrollBarHimg\ThumbLeft.png" />
  782. <None Include="Resources\UIResources\ScrollBarHimg\ThumbMiddleH.png" />
  783. <None Include="Resources\UIResources\ScrollBarHimg\ThumbRight.png" />
  784. <None Include="Resources\UIResources\ScrollBarHimg\ThumbSpanLeft.png" />
  785. <None Include="Resources\UIResources\ScrollBarHimg\ThumbSpanRight.png" />
  786. <None Include="Resources\UIResources\ScrollBarVimg\downarrow.png" />
  787. <None Include="Resources\UIResources\ScrollBarVimg\ThumbBottom.png" />
  788. <None Include="Resources\UIResources\ScrollBarVimg\ThumbMiddleV.png" />
  789. <None Include="Resources\UIResources\ScrollBarVimg\ThumbSpanBottom.png" />
  790. <None Include="Resources\UIResources\ScrollBarVimg\ThumbSpanTop.png" />
  791. <None Include="Resources\UIResources\ScrollBarVimg\ThumbTop.png" />
  792. <None Include="Resources\UIResources\ScrollBarVimg\uparrow.png" />
  793. <None Include="Resources\UIResources\TabImage\tab_bottom.png" />
  794. <None Include="Resources\UIResources\TabImage\tab_bottom_select.png" />
  795. <None Include="Resources\UIResources\TabImage\tab_left.png" />
  796. <None Include="Resources\UIResources\TabImage\tab_left_select.png" />
  797. <None Include="Resources\UIResources\TabImage\tab_right.png" />
  798. <None Include="Resources\UIResources\TabImage\tab_right_select.png" />
  799. <None Include="Resources\UIResources\TabImage\tab_top.png" />
  800. <None Include="Resources\UIResources\TabImage\tab_top_select.png" />
  801. <None Include="Resources\UIResources\checkDel.png" />
  802. <None Include="Resources\UIResources\check_Gr.png" />
  803. <None Include="Resources\UIResources\LYFZHD.jpg" />
  804. <Content Include="Resources\XiaLa.png" />
  805. <None Include="Resources\001.png" />
  806. <None Include="Resources\003.png" />
  807. <None Include="Resources\008.png" />
  808. <None Include="Resources\014.png" />
  809. <None Include="Resources\015.png" />
  810. <None Include="Resources\016.png" />
  811. <None Include="Resources\017.png" />
  812. <None Include="Resources\019.png" />
  813. <None Include="Resources\020.png" />
  814. <None Include="Resources\021.png" />
  815. <None Include="Resources\022.png" />
  816. <None Include="Resources\024.png" />
  817. <None Include="Resources\025.png" />
  818. <None Include="Resources\026.png" />
  819. <None Include="Resources\027.png" />
  820. <None Include="Resources\028.png" />
  821. <None Include="Resources\029.png" />
  822. <None Include="Resources\030.png" />
  823. <None Include="Resources\032.png" />
  824. <None Include="Resources\034.png" />
  825. <None Include="Resources\036.png" />
  826. <None Include="Resources\040.png" />
  827. <None Include="Resources\043.png" />
  828. <None Include="Resources\044.png" />
  829. <None Include="Resources\046.png" />
  830. <None Include="Resources\047.png" />
  831. <None Include="Resources\053.png" />
  832. <None Include="Resources\054.png" />
  833. <None Include="Resources\055.png" />
  834. <None Include="Resources\057.png" />
  835. <None Include="Resources\058.png" />
  836. <None Include="Resources\062.png" />
  837. <None Include="Resources\065.png" />
  838. <None Include="Resources\069.png" />
  839. <None Include="Resources\071.png" />
  840. <None Include="Resources\072.png" />
  841. <None Include="Resources\083.png" />
  842. <None Include="Resources\btn_bg.png" />
  843. <None Include="Resources\btn_bg2.png" />
  844. <None Include="Resources\btn_bg3.png" />
  845. <None Include="Resources\btn_bg4.png" />
  846. <None Include="Resources\Avatar\Tx1.png" />
  847. <None Include="Resources\Avatar\Tx2.png" />
  848. <None Include="Resources\Avatar\Tx3.png" />
  849. <None Include="Resources\Avatar\Tx4.png" />
  850. <None Include="Resources\Avatar\Tx5.png" />
  851. <None Include="Resources\Avatar\Tx6.png" />
  852. <None Include="Resources\Avatar\Tx7.png" />
  853. <None Include="Resources\Avatar\Tx8.png" />
  854. <None Include="Resources\Avatar\Tx9.png" />
  855. <None Include="Resources\Avatar\Tx10.png" />
  856. <None Include="Resources\Avatar\Tx11.png" />
  857. <None Include="Resources\Avatar\Tx12.png" />
  858. <None Include="Resources\Avatar\Tx13.png" />
  859. <None Include="Resources\Avatar\Tx14.png" />
  860. <None Include="Resources\Avatar\Tx15.png" />
  861. <None Include="Resources\Avatar\Tx16.png" />
  862. <None Include="Resources\Avatar\Tx17.png" />
  863. <None Include="Resources\Avatar\Tx18.png" />
  864. <Content Include="Resources\256px\bag_256px.png" />
  865. <Content Include="Resources\256px\bookshelf_256px.png" />
  866. <Content Include="Resources\256px\book_256px.png" />
  867. <Content Include="Resources\256px\browser_256px.png" />
  868. <Content Include="Resources\256px\calendar_256px.png" />
  869. <Content Include="Resources\256px\chat_256px.png" />
  870. <Content Include="Resources\256px\clipboard_256px.png" />
  871. <Content Include="Resources\256px\clock_256px.png" />
  872. <Content Include="Resources\256px\cloud_256px.png" />
  873. <Content Include="Resources\256px\compass_256px.png" />
  874. <Content Include="Resources\256px\compose_256px.png" />
  875. <Content Include="Resources\256px\creditcard_256px.png" />
  876. <Content Include="Resources\256px\denied_256px.png" />
  877. <Content Include="Resources\256px\document_256px.png" />
  878. <Content Include="Resources\256px\download_256px.png" />
  879. <Content Include="Resources\256px\folder_256px.png" />
  880. <Content Include="Resources\256px\gear_256px.png" />
  881. <Content Include="Resources\256px\global_256px.png" />
  882. <Content Include="Resources\256px\hazard_256px.png" />
  883. <Content Include="Resources\256px\layers_256px.png" />
  884. <Content Include="Resources\256px\lightbulb_256px.png" />
  885. <Content Include="Resources\256px\lock_256px.png" />
  886. <Content Include="Resources\256px\mail_256px.png" />
  887. <Content Include="Resources\256px\meter_256px.png" />
  888. <Content Include="Resources\256px\paint_256px.png" />
  889. <Content Include="Resources\256px\phone_256px.png" />
  890. <Content Include="Resources\256px\piechart_256px.png" />
  891. <Content Include="Resources\256px\pin_256px.png" />
  892. <Content Include="Resources\256px\record-sleeve_256px.png" />
  893. <Content Include="Resources\256px\ribbon_256px.png" />
  894. <Content Include="Resources\256px\scissors_256px.png" />
  895. <Content Include="Resources\256px\security_256px.png" />
  896. <Content Include="Resources\256px\settings_256px.png" />
  897. <Content Include="Resources\256px\star_256px.png" />
  898. <Content Include="Resources\256px\support_256px.png" />
  899. <Content Include="Resources\256px\tablet_256px.png" />
  900. <Content Include="Resources\256px\tag_256px.png" />
  901. <Content Include="Resources\256px\target_256px.png" />
  902. <Content Include="Resources\256px\tools_256px.png" />
  903. <Content Include="Resources\256px\trends_256px.png" />
  904. <Content Include="Resources\256px\turntable_256px.png" />
  905. <Content Include="Resources\256px\upload_256px.png" />
  906. <Content Include="Resources\256px\video_256px.png" />
  907. <Content Include="Resources\256px\wallet_256px.png" />
  908. <Content Include="Resources\aio_quickbar_cut.png" />
  909. <Content Include="Resources\Avatar\Tx19.png" />
  910. <Content Include="Resources\Avatar\Tx20.png" />
  911. <Content Include="Resources\Book.png" />
  912. <Content Include="Resources\btn_close.png" />
  913. <Content Include="Resources\btn_max.png" />
  914. <Content Include="Resources\btn_mini.png" />
  915. <Content Include="Resources\btn_restore.png" />
  916. <None Include="Resources\Vista-Aero2.png" />
  917. <None Include="Resources\Vista-Aero3.png" />
  918. <None Include="Resources\LOGO_lyfz.png" />
  919. <None Include="Resources\LyfzLogo.ico" />
  920. <None Include="Resources\menu1.png" />
  921. <None Include="Resources\skin0.png" />
  922. <None Include="Resources\Textbox.png" />
  923. <None Include="Resources\Textbox_bule.png" />
  924. <None Include="Resources\ContainerBG.png" />
  925. <None Include="Resources\ScrollBarHimg\leftarrow.png" />
  926. <None Include="Resources\ScrollBarHimg\rightarrow.png" />
  927. <None Include="Resources\ScrollBarHimg\ThumbLeft.png" />
  928. <None Include="Resources\ScrollBarHimg\ThumbMiddle.png" />
  929. <None Include="Resources\ScrollBarHimg\ThumbRight.png" />
  930. <None Include="Resources\ScrollBarHimg\ThumbSpanLeft.png" />
  931. <None Include="Resources\ScrollBarHimg\ThumbSpanRight.png" />
  932. <None Include="Resources\ScrollBarHimg\ThumbMiddleH.png" />
  933. <None Include="Resources\ScrollBarVimg\downarrow.png" />
  934. <None Include="Resources\ScrollBarVimg\ThumbBottom.png" />
  935. <None Include="Resources\ScrollBarVimg\ThumbMiddleV.png" />
  936. <None Include="Resources\ScrollBarVimg\ThumbSpanBottom.png" />
  937. <None Include="Resources\ScrollBarVimg\ThumbSpanTop.png" />
  938. <None Include="Resources\ScrollBarVimg\ThumbTop.png" />
  939. <None Include="Resources\ScrollBarVimg\uparrow.png" />
  940. <Content Include="Resources\check.png" />
  941. <Content Include="Resources\dot.png" />
  942. <Content Include="Resources\imgRjp.BackgroundImage.png" />
  943. <Content Include="Resources\OrderHistory.png" />
  944. <Content Include="Resources\OrderReport-.png" />
  945. <Content Include="Resources\OrderReport0-.png" />
  946. <Content Include="Resources\OtherExpansionImg\1_100.png" />
  947. <Content Include="Resources\OtherExpansionImg\allbtn_down.png" />
  948. <Content Include="Resources\OtherExpansionImg\allbtn_highlight.png" />
  949. <Content Include="Resources\OtherExpansionImg\arrow.png" />
  950. <Content Include="Resources\OtherExpansionImg\Away.png" />
  951. <Content Include="Resources\OtherExpansionImg\brush.png" />
  952. <Content Include="Resources\OtherExpansionImg\BtnClose_hight.png" />
  953. <Content Include="Resources\OtherExpansionImg\Busy.png" />
  954. <Content Include="Resources\OtherExpansionImg\cancel.png" />
  955. <Content Include="Resources\OtherExpansionImg\close.png" />
  956. <Content Include="Resources\OtherExpansionImg\color.png" />
  957. <Content Include="Resources\OtherExpansionImg\Dont_Disturb.png" />
  958. <Content Include="Resources\OtherExpansionImg\ellips.png" />
  959. <Content Include="Resources\OtherExpansionImg\frameBorderEffect_mouseDownDraw.png" />
  960. <Content Include="Resources\OtherExpansionImg\frameBorderEffect_normalDraw.png" />
  961. <Content Include="Resources\OtherExpansionImg\hight.png" />
  962. <Content Include="Resources\OtherExpansionImg\inputbox.png" />
  963. <Content Include="Resources\OtherExpansionImg\inputbox_hover.png" />
  964. <Content Include="Resources\OtherExpansionImg\Invisible.png" />
  965. <Content Include="Resources\OtherExpansionImg\keyboard.png" />
  966. <Content Include="Resources\OtherExpansionImg\large.png" />
  967. <Content Include="Resources\OtherExpansionImg\MainPanel.png" />
  968. <Content Include="Resources\OtherExpansionImg\main_bluelight_bkg.png" />
  969. <Content Include="Resources\OtherExpansionImg\main_light_bkg.png" />
  970. <Content Include="Resources\OtherExpansionImg\main_light_bkg_top123.png" />
  971. <Content Include="Resources\OtherExpansionImg\main_tabbtn_down.png" />
  972. <Content Include="Resources\OtherExpansionImg\main_tabbtn_highlight.png" />
  973. <Content Include="Resources\OtherExpansionImg\main_tab_background.png" />
  974. <Content Include="Resources\OtherExpansionImg\main_tab_bkg.png" />
  975. <Content Include="Resources\OtherExpansionImg\main_tab_check.png" />
  976. <Content Include="Resources\OtherExpansionImg\main_tab_highlighttwo.png" />
  977. <Content Include="Resources\OtherExpansionImg\middle.png" />
  978. <Content Include="Resources\OtherExpansionImg\none.png" />
  979. <Content Include="Resources\OtherExpansionImg\Norml.png" />
  980. <Content Include="Resources\OtherExpansionImg\OffLine.png" />
  981. <Content Include="Resources\OtherExpansionImg\ok.png" />
  982. <Content Include="Resources\OtherExpansionImg\OnLine.png" />
  983. <Content Include="Resources\OtherExpansionImg\pushed.png" />
  984. <Content Include="Resources\OtherExpansionImg\QMe.png" />
  985. <Content Include="Resources\OtherExpansionImg\rect.png" />
  986. <Content Include="Resources\OtherExpansionImg\save.png" />
  987. <Content Include="Resources\OtherExpansionImg\separator.png" />
  988. <Content Include="Resources\OtherExpansionImg\small.png" />
  989. <Content Include="Resources\OtherExpansionImg\tab_dots_down.png" />
  990. <Content Include="Resources\OtherExpansionImg\tab_dots_mouseover.png" />
  991. <Content Include="Resources\OtherExpansionImg\tab_dots_normal.png" />
  992. <Content Include="Resources\OtherExpansionImg\text.png" />
  993. <Content Include="Resources\OtherExpansionImg\texture.png" />
  994. <Content Include="Resources\OtherExpansionImg\tips_light_bkg.png" />
  995. <Content Include="Resources\payments.png" />
  996. <Content Include="Resources\window_shadow2.png" />
  997. </ItemGroup>
  998. <ItemGroup>
  999. <ProjectReference Include="..\LYFZ.WinAPI\LYFZ.WinApi.csproj">
  1000. <Project>{c3e180f9-433d-4af7-8ec4-005b3f42f4d0}</Project>
  1001. <Name>LYFZ.WinApi</Name>
  1002. </ProjectReference>
  1003. </ItemGroup>
  1004. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1005. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  1006. Other similar extension points exist, see Microsoft.Common.targets.
  1007. <Target Name="BeforeBuild">
  1008. </Target>
  1009. <Target Name="AfterBuild">
  1010. </Target>
  1011. -->
  1012. </Project>