LYFZ.ComponentLibrary.csproj 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935
  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>AnyCPU</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>AnyCPU</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="System" />
  75. <Reference Include="System.Core" />
  76. <Reference Include="System.Design" />
  77. <Reference Include="System.Xml.Linq" />
  78. <Reference Include="System.Data.DataSetExtensions" />
  79. <Reference Include="Microsoft.CSharp" />
  80. <Reference Include="System.Data" />
  81. <Reference Include="System.Deployment" />
  82. <Reference Include="System.Drawing" />
  83. <Reference Include="System.Windows.Forms" />
  84. <Reference Include="System.Xml" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Compile Include="BaseContainer.cs">
  88. <SubType>Component</SubType>
  89. </Compile>
  90. <Compile Include="BaseContentsFormMain.cs">
  91. <SubType>Form</SubType>
  92. </Compile>
  93. <Compile Include="BaseContentsFormMain.Designer.cs">
  94. <DependentUpon>BaseContentsFormMain.cs</DependentUpon>
  95. </Compile>
  96. <Compile Include="BaseForm360.cs">
  97. <SubType>Form</SubType>
  98. </Compile>
  99. <Compile Include="BaseForm360.Designer.cs">
  100. <DependentUpon>BaseForm360.cs</DependentUpon>
  101. </Compile>
  102. <Compile Include="BaseFormRelease.cs">
  103. <SubType>Form</SubType>
  104. </Compile>
  105. <Compile Include="BaseFormRelease.Designer.cs">
  106. <DependentUpon>BaseFormRelease.cs</DependentUpon>
  107. </Compile>
  108. <Compile Include="BaseMotherForm.cs">
  109. <SubType>Form</SubType>
  110. </Compile>
  111. <Compile Include="BaseMotherForm.Designer.cs">
  112. <DependentUpon>BaseMotherForm.cs</DependentUpon>
  113. </Compile>
  114. <Compile Include="BaseShadowForm.cs">
  115. <SubType>Form</SubType>
  116. </Compile>
  117. <Compile Include="BaseShadowForm.Designer.cs">
  118. <DependentUpon>BaseShadowForm.cs</DependentUpon>
  119. </Compile>
  120. <Compile Include="BaseFormSimple.cs">
  121. <SubType>Form</SubType>
  122. </Compile>
  123. <Compile Include="BaseFormSimple.Designer.cs">
  124. <DependentUpon>BaseFormSimple.cs</DependentUpon>
  125. </Compile>
  126. <Compile Include="BorderedTableLayoutPanel.cs">
  127. <SubType>Component</SubType>
  128. </Compile>
  129. <Compile Include="ButtonEx.cs">
  130. <SubType>Component</SubType>
  131. </Compile>
  132. <Compile Include="ButtonQQ.cs">
  133. <SubType>Component</SubType>
  134. </Compile>
  135. <Compile Include="ChatListControl\ChatListBox.cs">
  136. <SubType>Component</SubType>
  137. </Compile>
  138. <Compile Include="ChatListControl\ChatListEventArgs.cs" />
  139. <Compile Include="ChatListControl\ChatListItem.cs" />
  140. <Compile Include="ChatListControl\ChatListItemCollection.cs" />
  141. <Compile Include="ChatListControl\ChatListItemConverter.cs" />
  142. <Compile Include="ChatListControl\ChatListItemIcon.cs" />
  143. <Compile Include="ChatListControl\ChatListSubItem.cs" />
  144. <Compile Include="ChatListControl\ChatListSubItemConverter.cs" />
  145. <Compile Include="ChatListControl\ChatListVScroll.cs" />
  146. <Compile Include="ChatListControl\CLIPFORMAT.cs" />
  147. <Compile Include="ChatListControl\DragListEventArgs.cs" />
  148. <Compile Include="ChatListControl\ToolsChatListControl.cs">
  149. <SubType>Component</SubType>
  150. </Compile>
  151. <Compile Include="CheckBoxEx.cs">
  152. <SubType>Component</SubType>
  153. </Compile>
  154. <Compile Include="ColorScheme.cs" />
  155. <Compile Include="ComboBoxTextEx.cs">
  156. <SubType>UserControl</SubType>
  157. </Compile>
  158. <Compile Include="ComboBoxTextEx.Designer.cs">
  159. <DependentUpon>ComboBoxTextEx.cs</DependentUpon>
  160. </Compile>
  161. <Compile Include="ComboBoxTreeViewEx.cs">
  162. <SubType>Component</SubType>
  163. </Compile>
  164. <Compile Include="ComboBoxTreeViewEx.Designer.cs">
  165. <DependentUpon>ComboBoxTreeViewEx.cs</DependentUpon>
  166. </Compile>
  167. <Compile Include="ContextMenuStripEx.cs">
  168. <SubType>Component</SubType>
  169. </Compile>
  170. <Compile Include="DataGridViewEx.cs">
  171. <SubType>Component</SubType>
  172. </Compile>
  173. <Compile Include="ExecutionProgress.cs">
  174. <SubType>UserControl</SubType>
  175. </Compile>
  176. <Compile Include="ExecutionProgress.Designer.cs">
  177. <DependentUpon>ExecutionProgress.cs</DependentUpon>
  178. </Compile>
  179. <Compile Include="frmExceptionError.cs">
  180. <SubType>Form</SubType>
  181. </Compile>
  182. <Compile Include="frmExceptionError.Designer.cs">
  183. <DependentUpon>frmExceptionError.cs</DependentUpon>
  184. </Compile>
  185. <Compile Include="FrmLoadHandling.cs">
  186. <SubType>Form</SubType>
  187. </Compile>
  188. <Compile Include="FrmLoadHandling.Designer.cs">
  189. <DependentUpon>FrmLoadHandling.cs</DependentUpon>
  190. </Compile>
  191. <Compile Include="frmMessageBox.cs">
  192. <SubType>Form</SubType>
  193. </Compile>
  194. <Compile Include="frmMessageBox.Designer.cs">
  195. <DependentUpon>frmMessageBox.cs</DependentUpon>
  196. </Compile>
  197. <Compile Include="frmSystemAbout.cs">
  198. <SubType>Form</SubType>
  199. </Compile>
  200. <Compile Include="frmSystemAbout.Designer.cs">
  201. <DependentUpon>frmSystemAbout.cs</DependentUpon>
  202. </Compile>
  203. <Compile Include="LoadProgress.cs">
  204. <SubType>UserControl</SubType>
  205. </Compile>
  206. <Compile Include="LoadProgress.Designer.cs">
  207. <DependentUpon>LoadProgress.cs</DependentUpon>
  208. </Compile>
  209. <Compile Include="MessageBoxCustom.cs" />
  210. <Compile Include="NumericUpDownEx.cs">
  211. <SubType>Component</SubType>
  212. </Compile>
  213. <Compile Include="NumericUpDownEx.Designer.cs">
  214. <DependentUpon>NumericUpDownEx.cs</DependentUpon>
  215. </Compile>
  216. <Compile Include="OtherExpansionControl\BitmapHelper.cs" />
  217. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Imaging\ColorConverterEx.cs" />
  218. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Imaging\GrayscaleStyle.cs" />
  219. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Imaging\HSL.cs" />
  220. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Imaging\RGB.cs" />
  221. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\ControlPaintEx.cs" />
  222. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\ControlState.cs" />
  223. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\DrawHelper.cs" />
  224. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\GraphicsPathHelper.cs" />
  225. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\ImageDc.cs" />
  226. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\ImageDrawRect.cs" />
  227. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\InterpolationModeGraphics.cs" />
  228. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\MouseOperate.cs" />
  229. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\RegionHelper.cs" />
  230. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\RoundStyle.cs" />
  231. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\SmoothingModeGraphics.cs" />
  232. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\TextRenderingHintGraphics.cs" />
  233. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\ThumbArrowDirection.cs" />
  234. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\UpdateForm.cs" />
  235. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ArtTextStyle.cs" />
  236. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\BackStyle.cs" />
  237. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ButtonStatus.cs" />
  238. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\CHARRANGE.cs" />
  239. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ChatListVScroll.cs" />
  240. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\CLIPFORMAT.cs" />
  241. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\CmbControlPaintEx.cs" />
  242. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\CmbRenderHelper.cs" />
  243. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ColorBox.cs">
  244. <SubType>Component</SubType>
  245. </Compile>
  246. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ColorChangedEventArgs.cs" />
  247. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\COMRECT.cs" />
  248. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ControlPaintEx.cs" />
  249. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ControlPaintScroll.cs" />
  250. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\DrawStyle.cs" />
  251. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\DVASPECT.cs" />
  252. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\FORMATETC.cs" />
  253. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\FrmCapture.cs">
  254. <SubType>Form</SubType>
  255. </Compile>
  256. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\GETCLIPBOARDDATAFLAGS.cs" />
  257. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\GETOBJECTOPTIONS.cs" />
  258. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IAdviseSink.cs" />
  259. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IDataObject.cs" />
  260. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IEnumFORMATETC.cs" />
  261. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IEnumOLEVERB.cs" />
  262. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IEnumSTATDATA.cs" />
  263. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IEnumSTATSTG.cs" />
  264. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ILockBytes.cs" />
  265. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ImageProcessBox.cs">
  266. <SubType>Component</SubType>
  267. </Compile>
  268. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IOleClientSite.cs" />
  269. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IOleContainer.cs" />
  270. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IOleObject.cs" />
  271. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IRichEditOle.cs" />
  272. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IScrollBarPaint.cs" />
  273. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ISequentialStream.cs" />
  274. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IStorage.cs" />
  275. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IStream.cs" />
  276. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\LayoutUtils.cs" />
  277. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\MaskControlBase.cs" />
  278. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\MHookEventArgs.cs" />
  279. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\MouseHook.cs" />
  280. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\PaintScrollBarArrowEventArgs.cs" />
  281. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\PaintScrollBarThumbEventArgs.cs" />
  282. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\PaintScrollBarTrackEventArgs.cs" />
  283. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\PassKey.cs">
  284. <SubType>Form</SubType>
  285. </Compile>
  286. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ProfessionalToolStripRendererEx.cs" />
  287. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\RenderHelper.cs" />
  288. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\RenderHelperScrollBar.cs" />
  289. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\RenderHelperStrip.cs" />
  290. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\REOBJECT.cs" />
  291. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\REOOBJECTFLAGS.cs" />
  292. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\RichEditOle.cs" />
  293. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\RtfRichTextBox.cs">
  294. <SubType>Component</SubType>
  295. </Compile>
  296. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ScrollBarHistTest.cs" />
  297. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ScrollBarManager.cs" />
  298. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinButtom.cs">
  299. <SubType>Component</SubType>
  300. </Compile>
  301. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinCheckBox.cs">
  302. <SubType>Component</SubType>
  303. </Compile>
  304. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinComboBox.cs">
  305. <SubType>Component</SubType>
  306. </Compile>
  307. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinContextMenuStrip.cs">
  308. <SubType>Component</SubType>
  309. </Compile>
  310. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinGifBox.cs">
  311. <SubType>Component</SubType>
  312. </Compile>
  313. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinHScrollBar.cs">
  314. <SubType>Component</SubType>
  315. </Compile>
  316. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinLabel.cs">
  317. <SubType>Component</SubType>
  318. </Compile>
  319. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinMenuStrip.cs">
  320. <SubType>Component</SubType>
  321. </Compile>
  322. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinNumericUpDown.cs">
  323. <SubType>Component</SubType>
  324. </Compile>
  325. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinPanel.cs">
  326. <SubType>Component</SubType>
  327. </Compile>
  328. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinProgressBar.cs">
  329. <SubType>Component</SubType>
  330. </Compile>
  331. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinRadioButton.cs">
  332. <SubType>Component</SubType>
  333. </Compile>
  334. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinRichTextBox.cs">
  335. <SubType>Component</SubType>
  336. </Compile>
  337. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinTextBox.cs">
  338. <SubType>UserControl</SubType>
  339. </Compile>
  340. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinToolStrip.cs">
  341. <SubType>Component</SubType>
  342. </Compile>
  343. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinVScrollBar.cs">
  344. <SubType>Component</SubType>
  345. </Compile>
  346. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\STATDATA.cs" />
  347. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\STGM.cs" />
  348. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\STGMEDIUM.cs" />
  349. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\tagLOGPALETTE.cs" />
  350. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\tagOLEVERB.cs" />
  351. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\TextRenderingHintGraphics.cs" />
  352. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ToolButton.cs">
  353. <SubType>Component</SubType>
  354. </Compile>
  355. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ToolStripColorTable.cs" />
  356. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\TYMED.cs" />
  357. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\UpDownButtonPaintEventArgs.cs" />
  358. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\UpDownButtonPaintEventHandler.cs" />
  359. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\WaterTextBox.cs">
  360. <SubType>Component</SubType>
  361. </Compile>
  362. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Callback\HookProc.cs" />
  363. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\DOCHOSTUIFLAG.cs" />
  364. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\DOCHOSTUIINFO.cs" />
  365. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\DWebBrowserEvents2.cs" />
  366. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\ICustomDoc.cs" />
  367. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\IDocHostUIHandler.cs" />
  368. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\IDropTarget.cs" />
  369. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\IOleCommandTarget.cs" />
  370. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\IOleInPlaceActiveObject.cs" />
  371. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\IOleInPlaceFrame.cs" />
  372. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\IOleInPlaceUIWindow.cs" />
  373. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\IWebBrowser2.cs" />
  374. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\OLECMDEXECOPT.cs" />
  375. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\OLECMDF.cs" />
  376. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\OLECMDID.cs" />
  377. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\tagMSG.cs" />
  378. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\tagOLECMD.cs" />
  379. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\tagPOINT.cs" />
  380. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\tagRECT.cs" />
  381. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\AC.cs" />
  382. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\AW.cs" />
  383. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\CDDS.cs" />
  384. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\CDRF.cs" />
  385. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\CombineRgnStyles.cs" />
  386. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\CS.cs" />
  387. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\DCX.cs" />
  388. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\DI.cs" />
  389. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\EM.cs" />
  390. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\ESB.cs" />
  391. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\GCL.cs" />
  392. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\GWL.cs" />
  393. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\HC.cs" />
  394. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\HITTEST.cs" />
  395. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\HWND.cs" />
  396. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\ICC.cs" />
  397. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\ICON.cs" />
  398. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\LPSTR.cs" />
  399. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\MA.cs" />
  400. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\NM.cs" />
  401. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\OBJID.cs" />
  402. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\PRF.cs" />
  403. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\RDW.cs" />
  404. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\RGN.cs" />
  405. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\SB.cs" />
  406. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\SBM.cs" />
  407. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\SC.cs" />
  408. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\SIF.cs" />
  409. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\SS.cs" />
  410. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\SW.cs" />
  411. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\SWP.cs" />
  412. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\TBM.cs" />
  413. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\TCHT.cs" />
  414. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\TCM.cs" />
  415. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\TernaryRasterOperations.cs" />
  416. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\TME.cs" />
  417. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\TPM.cs" />
  418. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\TTDT.cs" />
  419. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\TTF.cs" />
  420. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\TTI.cs" />
  421. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\TTM.cs" />
  422. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\TTN.cs" />
  423. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\TTS.cs" />
  424. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\VK.cs" />
  425. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\WA.cs" />
  426. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\WH.cs" />
  427. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\WM.cs" />
  428. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\WS.cs" />
  429. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\WS_EX.cs" />
  430. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\WVR.cs" />
  431. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\API_MSG.cs" />
  432. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\BLENDFUNCTION.cs" />
  433. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\CWPRETSTRUCT.cs" />
  434. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\CWPSTRUCT.cs" />
  435. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\INITCOMMONCONTROLSEX.cs" />
  436. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\MINMAXINFO.cs" />
  437. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\MOUSEHOOKSTRUCT.cs" />
  438. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\MOUSEHOOKSTRUCTEX.cs" />
  439. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\NCCALCSIZE_PARAMS.cs" />
  440. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\NMCUSTOMDRAW.cs" />
  441. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\NMHDR.cs" />
  442. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\NMTTCUSTOMDRAW.cs" />
  443. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\NMTTDISPINFO.cs" />
  444. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\PAINTSTRUCT.cs" />
  445. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\POINT.cs" />
  446. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\RECT.cs" />
  447. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\SCROLLBARINFO.cs" />
  448. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\SCROLLINFO.cs" />
  449. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\STYLESTRUCT.cs" />
  450. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\TCHITTESTINFO.cs" />
  451. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\TOOLINFO.cs" />
  452. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\TRACKMOUSEEVENT.cs" />
  453. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\TT_HITTESTINFO.cs" />
  454. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\WINDOWINFO.cs" />
  455. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\WINDOWPLACEMENT.cs" />
  456. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\WINDOWPOS.cs" />
  457. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32\ClassName.cs" />
  458. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32\HttpWebRequestHelper.cs" />
  459. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32\NativeMethods.cs" />
  460. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32\Result.cs" />
  461. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32\ShellHelper.cs" />
  462. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32\Win32Helper.cs" />
  463. <Compile Include="PagerEx.cs">
  464. <SubType>UserControl</SubType>
  465. </Compile>
  466. <Compile Include="PagerEx.Designer.cs">
  467. <DependentUpon>PagerEx.cs</DependentUpon>
  468. </Compile>
  469. <Compile Include="RadioButtonEx.cs">
  470. <SubType>Component</SubType>
  471. </Compile>
  472. <Compile Include="ButtonExpand.cs">
  473. <SubType>Component</SubType>
  474. </Compile>
  475. <Compile Include="GlassButton.cs">
  476. <SubType>Component</SubType>
  477. </Compile>
  478. <Compile Include="GraphicsPathHelper.cs" />
  479. <Compile Include="ImageDrawRect.cs" />
  480. <Compile Include="Program.cs" />
  481. <Compile Include="Properties\AssemblyInfo.cs" />
  482. <Compile Include="RowMergeView.cs">
  483. <SubType>Component</SubType>
  484. </Compile>
  485. <Compile Include="ShadowLayer.cs">
  486. <SubType>Form</SubType>
  487. </Compile>
  488. <Compile Include="TestListViewEx.cs">
  489. <SubType>UserControl</SubType>
  490. </Compile>
  491. <Compile Include="TestListViewEx.Designer.cs">
  492. <DependentUpon>TestListViewEx.cs</DependentUpon>
  493. </Compile>
  494. <Compile Include="TextBoxBasicEx.cs">
  495. <SubType>Component</SubType>
  496. </Compile>
  497. <Compile Include="TextBoxEx.cs">
  498. <SubType>UserControl</SubType>
  499. </Compile>
  500. <Compile Include="TextBoxEx.Designer.cs">
  501. <DependentUpon>TextBoxEx.cs</DependentUpon>
  502. </Compile>
  503. <Compile Include="TransparentControl.cs">
  504. <SubType>Component</SubType>
  505. </Compile>
  506. <Compile Include="ProgressBarEx.cs">
  507. <SubType>Component</SubType>
  508. </Compile>
  509. <Compile Include="PanelEx.cs">
  510. <SubType>Component</SubType>
  511. </Compile>
  512. <Compile Include="PictureBoxEx.cs">
  513. <SubType>Component</SubType>
  514. </Compile>
  515. <Compile Include="ListViewEx.cs">
  516. <SubType>Component</SubType>
  517. </Compile>
  518. <Compile Include="ListBoxEx.cs">
  519. <SubType>Component</SubType>
  520. </Compile>
  521. <Compile Include="ComboBoxEx.cs">
  522. <SubType>Component</SubType>
  523. </Compile>
  524. <Compile Include="RichTextBoxEx.cs">
  525. <SubType>Component</SubType>
  526. </Compile>
  527. <Compile Include="DateTimePickerEx.cs">
  528. <SubType>Component</SubType>
  529. </Compile>
  530. <Compile Include="TreeViewEx.cs">
  531. <SubType>Component</SubType>
  532. </Compile>
  533. <Compile Include="GroupBoxEx.cs">
  534. <SubType>Component</SubType>
  535. </Compile>
  536. <Compile Include="TabControlEx.cs">
  537. <SubType>Component</SubType>
  538. </Compile>
  539. <Compile Include="SplitContainerEx.cs">
  540. <SubType>Component</SubType>
  541. </Compile>
  542. <Compile Include="ErrorProviderEx.cs">
  543. <SubType>Component</SubType>
  544. </Compile>
  545. <Compile Include="LabelEx.cs">
  546. <SubType>Component</SubType>
  547. </Compile>
  548. <Compile Include="UCtlScrollBarV.cs">
  549. <SubType>UserControl</SubType>
  550. </Compile>
  551. <Compile Include="UCtlScroolBarH.cs">
  552. <SubType>UserControl</SubType>
  553. </Compile>
  554. <Compile Include="BaseContentsFormRelease.cs">
  555. <SubType>Form</SubType>
  556. </Compile>
  557. <Compile Include="BaseContentsFormRelease.Designer.cs">
  558. <DependentUpon>BaseContentsFormRelease.cs</DependentUpon>
  559. </Compile>
  560. <EmbeddedResource Include="BaseContainer.resx">
  561. <DependentUpon>BaseContainer.cs</DependentUpon>
  562. </EmbeddedResource>
  563. <EmbeddedResource Include="BaseContentsFormMain.resx">
  564. <DependentUpon>BaseContentsFormMain.cs</DependentUpon>
  565. <SubType>Designer</SubType>
  566. </EmbeddedResource>
  567. <EmbeddedResource Include="BaseForm360.resx">
  568. <DependentUpon>BaseForm360.cs</DependentUpon>
  569. </EmbeddedResource>
  570. <EmbeddedResource Include="BaseFormRelease.resx">
  571. <DependentUpon>BaseFormRelease.cs</DependentUpon>
  572. </EmbeddedResource>
  573. <EmbeddedResource Include="BaseMotherForm.resx">
  574. <DependentUpon>BaseMotherForm.cs</DependentUpon>
  575. </EmbeddedResource>
  576. <EmbeddedResource Include="BaseFormSimple.resx">
  577. <DependentUpon>BaseFormSimple.cs</DependentUpon>
  578. <SubType>Designer</SubType>
  579. </EmbeddedResource>
  580. <EmbeddedResource Include="ChatListControl\ChatListBox.resources" />
  581. <EmbeddedResource Include="ComboBoxTextEx.resx">
  582. <DependentUpon>ComboBoxTextEx.cs</DependentUpon>
  583. </EmbeddedResource>
  584. <EmbeddedResource Include="ComboBoxTreeViewEx.resx">
  585. <DependentUpon>ComboBoxTreeViewEx.cs</DependentUpon>
  586. </EmbeddedResource>
  587. <EmbeddedResource Include="ExecutionProgress.resx">
  588. <DependentUpon>ExecutionProgress.cs</DependentUpon>
  589. </EmbeddedResource>
  590. <EmbeddedResource Include="frmExceptionError.resx">
  591. <DependentUpon>frmExceptionError.cs</DependentUpon>
  592. </EmbeddedResource>
  593. <EmbeddedResource Include="FrmLoadHandling.resx">
  594. <DependentUpon>FrmLoadHandling.cs</DependentUpon>
  595. </EmbeddedResource>
  596. <EmbeddedResource Include="frmMessageBox.resx">
  597. <DependentUpon>frmMessageBox.cs</DependentUpon>
  598. </EmbeddedResource>
  599. <EmbeddedResource Include="LoadProgress.resx">
  600. <DependentUpon>LoadProgress.cs</DependentUpon>
  601. </EmbeddedResource>
  602. <EmbeddedResource Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ColorBox.resources" />
  603. <EmbeddedResource Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\FrmCapture.resources" />
  604. <EmbeddedResource Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\FrmCapture.resx">
  605. <DependentUpon>FrmCapture.cs</DependentUpon>
  606. </EmbeddedResource>
  607. <EmbeddedResource Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\PassKey.resources" />
  608. <EmbeddedResource Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\PassKey.resx">
  609. <DependentUpon>PassKey.cs</DependentUpon>
  610. </EmbeddedResource>
  611. <EmbeddedResource Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinTextBox.resources" />
  612. <EmbeddedResource Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinTextBox.resx">
  613. <DependentUpon>SkinTextBox.cs</DependentUpon>
  614. </EmbeddedResource>
  615. <EmbeddedResource Include="PagerEx.resx">
  616. <DependentUpon>PagerEx.cs</DependentUpon>
  617. </EmbeddedResource>
  618. <EmbeddedResource Include="Properties\Resources.resx">
  619. <Generator>PublicResXFileCodeGenerator</Generator>
  620. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  621. <SubType>Designer</SubType>
  622. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  623. </EmbeddedResource>
  624. <Compile Include="Properties\Resources.Designer.cs">
  625. <AutoGen>True</AutoGen>
  626. <DependentUpon>Resources.resx</DependentUpon>
  627. <DesignTime>True</DesignTime>
  628. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  629. </Compile>
  630. <EmbeddedResource Include="ShadowLayer.resx">
  631. <DependentUpon>ShadowLayer.cs</DependentUpon>
  632. </EmbeddedResource>
  633. <EmbeddedResource Include="TestListViewEx.resx">
  634. <DependentUpon>TestListViewEx.cs</DependentUpon>
  635. </EmbeddedResource>
  636. <EmbeddedResource Include="TextBoxEx.resx">
  637. <DependentUpon>TextBoxEx.cs</DependentUpon>
  638. </EmbeddedResource>
  639. <EmbeddedResource Include="BaseContentsFormRelease.resx">
  640. <DependentUpon>BaseContentsFormRelease.cs</DependentUpon>
  641. </EmbeddedResource>
  642. <None Include="Properties\Settings.settings">
  643. <Generator>SettingsSingleFileGenerator</Generator>
  644. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  645. </None>
  646. <Compile Include="Properties\Settings.Designer.cs">
  647. <AutoGen>True</AutoGen>
  648. <DependentUpon>Settings.settings</DependentUpon>
  649. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  650. </Compile>
  651. </ItemGroup>
  652. <ItemGroup>
  653. <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
  654. <Visible>False</Visible>
  655. <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 和 x64%29</ProductName>
  656. <Install>true</Install>
  657. </BootstrapperPackage>
  658. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  659. <Visible>False</Visible>
  660. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  661. <Install>false</Install>
  662. </BootstrapperPackage>
  663. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  664. <Visible>False</Visible>
  665. <ProductName>.NET Framework 3.5 SP1</ProductName>
  666. <Install>false</Install>
  667. </BootstrapperPackage>
  668. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  669. <Visible>False</Visible>
  670. <ProductName>Windows Installer 3.1</ProductName>
  671. <Install>true</Install>
  672. </BootstrapperPackage>
  673. </ItemGroup>
  674. <ItemGroup>
  675. <None Include="Resources\BG1.png" />
  676. </ItemGroup>
  677. <ItemGroup>
  678. <None Include="Resources\BGimg0.png" />
  679. </ItemGroup>
  680. <ItemGroup>
  681. <None Include="Resources\sys_button_close.png" />
  682. </ItemGroup>
  683. <ItemGroup>
  684. <None Include="Resources\sys_button_max.png" />
  685. </ItemGroup>
  686. <ItemGroup>
  687. <None Include="Resources\sys_button_min.png" />
  688. </ItemGroup>
  689. <ItemGroup>
  690. <None Include="Resources\toolbar_hover.png" />
  691. </ItemGroup>
  692. <ItemGroup>
  693. <None Include="Resources\feedback.png" />
  694. </ItemGroup>
  695. <ItemGroup>
  696. <None Include="Resources\ico_SysRepair.png" />
  697. </ItemGroup>
  698. <ItemGroup>
  699. <None Include="Resources\ico_TraceCleaner.png" />
  700. </ItemGroup>
  701. <ItemGroup>
  702. <None Include="Resources\sub_tabbar_split.png" />
  703. </ItemGroup>
  704. <ItemGroup>
  705. <None Include="Resources\safe_subtab_btn.png" />
  706. </ItemGroup>
  707. <ItemGroup>
  708. <None Include="Resources\window_shadow.png" />
  709. </ItemGroup>
  710. <ItemGroup>
  711. <None Include="Resources\Prohibit.png" />
  712. <None Include="Resources\tab01.png" />
  713. <None Include="Resources\tab02.png" />
  714. <None Include="Resources\btn_qq.png" />
  715. <Content Include="Resources\XiaLa.png" />
  716. <None Include="Resources\001.png" />
  717. <None Include="Resources\003.png" />
  718. <None Include="Resources\008.png" />
  719. <None Include="Resources\014.png" />
  720. <None Include="Resources\015.png" />
  721. <None Include="Resources\016.png" />
  722. <None Include="Resources\017.png" />
  723. <None Include="Resources\019.png" />
  724. <None Include="Resources\020.png" />
  725. <None Include="Resources\021.png" />
  726. <None Include="Resources\022.png" />
  727. <None Include="Resources\024.png" />
  728. <None Include="Resources\025.png" />
  729. <None Include="Resources\026.png" />
  730. <None Include="Resources\027.png" />
  731. <None Include="Resources\028.png" />
  732. <None Include="Resources\029.png" />
  733. <None Include="Resources\030.png" />
  734. <None Include="Resources\032.png" />
  735. <None Include="Resources\034.png" />
  736. <None Include="Resources\036.png" />
  737. <None Include="Resources\040.png" />
  738. <None Include="Resources\043.png" />
  739. <None Include="Resources\044.png" />
  740. <None Include="Resources\046.png" />
  741. <None Include="Resources\047.png" />
  742. <None Include="Resources\053.png" />
  743. <None Include="Resources\054.png" />
  744. <None Include="Resources\055.png" />
  745. <None Include="Resources\057.png" />
  746. <None Include="Resources\058.png" />
  747. <None Include="Resources\062.png" />
  748. <None Include="Resources\065.png" />
  749. <None Include="Resources\069.png" />
  750. <None Include="Resources\071.png" />
  751. <None Include="Resources\072.png" />
  752. <None Include="Resources\083.png" />
  753. <None Include="Resources\btn_bg.png" />
  754. <None Include="Resources\btn_bg2.png" />
  755. <None Include="Resources\btn_bg3.png" />
  756. <None Include="Resources\btn_bg4.png" />
  757. <None Include="Resources\Avatar\Tx1.png" />
  758. <None Include="Resources\Avatar\Tx2.png" />
  759. <None Include="Resources\Avatar\Tx3.png" />
  760. <None Include="Resources\Avatar\Tx4.png" />
  761. <None Include="Resources\Avatar\Tx5.png" />
  762. <None Include="Resources\Avatar\Tx6.png" />
  763. <None Include="Resources\Avatar\Tx7.png" />
  764. <None Include="Resources\Avatar\Tx8.png" />
  765. <None Include="Resources\Avatar\Tx9.png" />
  766. <None Include="Resources\Avatar\Tx10.png" />
  767. <None Include="Resources\Avatar\Tx11.png" />
  768. <None Include="Resources\Avatar\Tx12.png" />
  769. <None Include="Resources\Avatar\Tx13.png" />
  770. <None Include="Resources\Avatar\Tx14.png" />
  771. <None Include="Resources\Avatar\Tx15.png" />
  772. <None Include="Resources\Avatar\Tx16.png" />
  773. <None Include="Resources\Avatar\Tx17.png" />
  774. <None Include="Resources\Avatar\Tx18.png" />
  775. <Content Include="Resources\256px\bag_256px.png" />
  776. <Content Include="Resources\256px\bookshelf_256px.png" />
  777. <Content Include="Resources\256px\book_256px.png" />
  778. <Content Include="Resources\256px\browser_256px.png" />
  779. <Content Include="Resources\256px\calendar_256px.png" />
  780. <Content Include="Resources\256px\chat_256px.png" />
  781. <Content Include="Resources\256px\clipboard_256px.png" />
  782. <Content Include="Resources\256px\clock_256px.png" />
  783. <Content Include="Resources\256px\cloud_256px.png" />
  784. <Content Include="Resources\256px\compass_256px.png" />
  785. <Content Include="Resources\256px\compose_256px.png" />
  786. <Content Include="Resources\256px\creditcard_256px.png" />
  787. <Content Include="Resources\256px\denied_256px.png" />
  788. <Content Include="Resources\256px\document_256px.png" />
  789. <Content Include="Resources\256px\download_256px.png" />
  790. <Content Include="Resources\256px\folder_256px.png" />
  791. <Content Include="Resources\256px\gear_256px.png" />
  792. <Content Include="Resources\256px\global_256px.png" />
  793. <Content Include="Resources\256px\hazard_256px.png" />
  794. <Content Include="Resources\256px\layers_256px.png" />
  795. <Content Include="Resources\256px\lightbulb_256px.png" />
  796. <Content Include="Resources\256px\lock_256px.png" />
  797. <Content Include="Resources\256px\mail_256px.png" />
  798. <Content Include="Resources\256px\meter_256px.png" />
  799. <Content Include="Resources\256px\paint_256px.png" />
  800. <Content Include="Resources\256px\phone_256px.png" />
  801. <Content Include="Resources\256px\piechart_256px.png" />
  802. <Content Include="Resources\256px\pin_256px.png" />
  803. <Content Include="Resources\256px\record-sleeve_256px.png" />
  804. <Content Include="Resources\256px\ribbon_256px.png" />
  805. <Content Include="Resources\256px\scissors_256px.png" />
  806. <Content Include="Resources\256px\security_256px.png" />
  807. <Content Include="Resources\256px\settings_256px.png" />
  808. <Content Include="Resources\256px\star_256px.png" />
  809. <Content Include="Resources\256px\support_256px.png" />
  810. <Content Include="Resources\256px\tablet_256px.png" />
  811. <Content Include="Resources\256px\tag_256px.png" />
  812. <Content Include="Resources\256px\target_256px.png" />
  813. <Content Include="Resources\256px\tools_256px.png" />
  814. <Content Include="Resources\256px\trends_256px.png" />
  815. <Content Include="Resources\256px\turntable_256px.png" />
  816. <Content Include="Resources\256px\upload_256px.png" />
  817. <Content Include="Resources\256px\video_256px.png" />
  818. <Content Include="Resources\256px\wallet_256px.png" />
  819. <Content Include="Resources\aio_quickbar_cut.png" />
  820. <Content Include="Resources\Avatar\Tx19.png" />
  821. <Content Include="Resources\Avatar\Tx20.png" />
  822. <Content Include="Resources\Book.png" />
  823. <Content Include="Resources\btn_close.png" />
  824. <Content Include="Resources\btn_max.png" />
  825. <Content Include="Resources\btn_mini.png" />
  826. <Content Include="Resources\btn_restore.png" />
  827. <None Include="Resources\Vista-Aero2.png" />
  828. <None Include="Resources\Vista-Aero3.png" />
  829. <None Include="Resources\LOGO_lyfz.png" />
  830. <None Include="Resources\LyfzLogo.ico" />
  831. <None Include="Resources\menu1.png" />
  832. <None Include="Resources\skin0.png" />
  833. <None Include="Resources\Textbox.png" />
  834. <None Include="Resources\Textbox_bule.png" />
  835. <None Include="Resources\ContainerBG.png" />
  836. <None Include="Resources\ScrollBarHimg\leftarrow.png" />
  837. <None Include="Resources\ScrollBarHimg\rightarrow.png" />
  838. <None Include="Resources\ScrollBarHimg\ThumbLeft.png" />
  839. <None Include="Resources\ScrollBarHimg\ThumbMiddle.png" />
  840. <None Include="Resources\ScrollBarHimg\ThumbRight.png" />
  841. <None Include="Resources\ScrollBarHimg\ThumbSpanLeft.png" />
  842. <None Include="Resources\ScrollBarHimg\ThumbSpanRight.png" />
  843. <None Include="Resources\ScrollBarHimg\ThumbMiddleH.png" />
  844. <None Include="Resources\ScrollBarVimg\downarrow.png" />
  845. <None Include="Resources\ScrollBarVimg\ThumbBottom.png" />
  846. <None Include="Resources\ScrollBarVimg\ThumbMiddleV.png" />
  847. <None Include="Resources\ScrollBarVimg\ThumbSpanBottom.png" />
  848. <None Include="Resources\ScrollBarVimg\ThumbSpanTop.png" />
  849. <None Include="Resources\ScrollBarVimg\ThumbTop.png" />
  850. <None Include="Resources\ScrollBarVimg\uparrow.png" />
  851. <Content Include="Resources\check.png" />
  852. <Content Include="Resources\dot.png" />
  853. <Content Include="Resources\imgRjp.BackgroundImage.png" />
  854. <Content Include="Resources\OrderHistory.png" />
  855. <Content Include="Resources\OrderReport-.png" />
  856. <Content Include="Resources\OrderReport0-.png" />
  857. <Content Include="Resources\OtherExpansionImg\1_100.png" />
  858. <Content Include="Resources\OtherExpansionImg\allbtn_down.png" />
  859. <Content Include="Resources\OtherExpansionImg\allbtn_highlight.png" />
  860. <Content Include="Resources\OtherExpansionImg\arrow.png" />
  861. <Content Include="Resources\OtherExpansionImg\Away.png" />
  862. <Content Include="Resources\OtherExpansionImg\brush.png" />
  863. <Content Include="Resources\OtherExpansionImg\BtnClose_hight.png" />
  864. <Content Include="Resources\OtherExpansionImg\Busy.png" />
  865. <Content Include="Resources\OtherExpansionImg\cancel.png" />
  866. <Content Include="Resources\OtherExpansionImg\close.png" />
  867. <Content Include="Resources\OtherExpansionImg\color.png" />
  868. <Content Include="Resources\OtherExpansionImg\Dont_Disturb.png" />
  869. <Content Include="Resources\OtherExpansionImg\ellips.png" />
  870. <Content Include="Resources\OtherExpansionImg\frameBorderEffect_mouseDownDraw.png" />
  871. <Content Include="Resources\OtherExpansionImg\frameBorderEffect_normalDraw.png" />
  872. <Content Include="Resources\OtherExpansionImg\hight.png" />
  873. <Content Include="Resources\OtherExpansionImg\inputbox.png" />
  874. <Content Include="Resources\OtherExpansionImg\inputbox_hover.png" />
  875. <Content Include="Resources\OtherExpansionImg\Invisible.png" />
  876. <Content Include="Resources\OtherExpansionImg\keyboard.png" />
  877. <Content Include="Resources\OtherExpansionImg\large.png" />
  878. <Content Include="Resources\OtherExpansionImg\MainPanel.png" />
  879. <Content Include="Resources\OtherExpansionImg\main_bluelight_bkg.png" />
  880. <Content Include="Resources\OtherExpansionImg\main_light_bkg.png" />
  881. <Content Include="Resources\OtherExpansionImg\main_light_bkg_top123.png" />
  882. <Content Include="Resources\OtherExpansionImg\main_tabbtn_down.png" />
  883. <Content Include="Resources\OtherExpansionImg\main_tabbtn_highlight.png" />
  884. <Content Include="Resources\OtherExpansionImg\main_tab_background.png" />
  885. <Content Include="Resources\OtherExpansionImg\main_tab_bkg.png" />
  886. <Content Include="Resources\OtherExpansionImg\main_tab_check.png" />
  887. <Content Include="Resources\OtherExpansionImg\main_tab_highlighttwo.png" />
  888. <Content Include="Resources\OtherExpansionImg\middle.png" />
  889. <Content Include="Resources\OtherExpansionImg\none.png" />
  890. <Content Include="Resources\OtherExpansionImg\Norml.png" />
  891. <Content Include="Resources\OtherExpansionImg\OffLine.png" />
  892. <Content Include="Resources\OtherExpansionImg\ok.png" />
  893. <Content Include="Resources\OtherExpansionImg\OnLine.png" />
  894. <Content Include="Resources\OtherExpansionImg\pushed.png" />
  895. <Content Include="Resources\OtherExpansionImg\QMe.png" />
  896. <Content Include="Resources\OtherExpansionImg\rect.png" />
  897. <Content Include="Resources\OtherExpansionImg\save.png" />
  898. <Content Include="Resources\OtherExpansionImg\separator.png" />
  899. <Content Include="Resources\OtherExpansionImg\small.png" />
  900. <Content Include="Resources\OtherExpansionImg\tab_dots_down.png" />
  901. <Content Include="Resources\OtherExpansionImg\tab_dots_mouseover.png" />
  902. <Content Include="Resources\OtherExpansionImg\tab_dots_normal.png" />
  903. <Content Include="Resources\OtherExpansionImg\text.png" />
  904. <Content Include="Resources\OtherExpansionImg\texture.png" />
  905. <Content Include="Resources\OtherExpansionImg\tips_light_bkg.png" />
  906. <Content Include="Resources\payments.png" />
  907. <Content Include="Resources\window_shadow2.png" />
  908. </ItemGroup>
  909. <ItemGroup>
  910. <ProjectReference Include="..\..\LYFZ.WinAPI\LYFZ.WinApi.csproj">
  911. <Project>{c3e180f9-433d-4af7-8ec4-005b3f42f4d0}</Project>
  912. <Name>LYFZ.WinApi</Name>
  913. </ProjectReference>
  914. <ProjectReference Include="..\LYFZ.3Layer\LYFZ.DAL\LYFZ.DAL.csproj">
  915. <Project>{df593e7c-1db0-433a-ab40-459137e06a16}</Project>
  916. <Name>LYFZ.DAL</Name>
  917. </ProjectReference>
  918. <ProjectReference Include="..\LYFZ.3Layer\LYFZ.Model\LYFZ.Model.csproj">
  919. <Project>{1700bb0d-db77-450b-9fcd-31f5f9f99a69}</Project>
  920. <Name>LYFZ.Model</Name>
  921. </ProjectReference>
  922. <ProjectReference Include="..\LYFZ.StandardInterface\LYFZ.StandardInterface.csproj">
  923. <Project>{4e43b937-8720-41d3-8863-88cbf4ab2194}</Project>
  924. <Name>LYFZ.StandardInterface</Name>
  925. </ProjectReference>
  926. </ItemGroup>
  927. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  928. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  929. Other similar extension points exist, see Microsoft.Common.targets.
  930. <Target Name="BeforeBuild">
  931. </Target>
  932. <Target Name="AfterBuild">
  933. </Target>
  934. -->
  935. </Project>