Location:
Search - resources resx
Search list
Description: Highlighter.cs 高亮显主处理类
HighlighterAnalyzer.cs 高亮显字符分析处理
HighlightFilter.cs 高亮显过滤
MainForm.cs 窗体主类
MainForm.resx 窗体资源
Search.cs Lucene 搜索类-Highlighter.cs highlighted significant main class HighlighterAnal yzer.cs highlighted significant character analysis HighlightFilter.cs highlighted significant filter M ainForm.cs Form main categories MainForm.resx Form resources Search.cs Lucene search category
Platform: |
Size: 16961 |
Author: 王海廷 |
Hits:
Description: Resourcer is an editor for .resources binaries and .resX XML file formats used with the .NET platform. The program allows the integration of bitmaps, icons and text strings into resource packages. Resourcer allows editing of name/string pairs, import of various kinds of data formats (bitmaps, icons, etc) and merging of resources from different sources.
Platform: |
Size: 255948 |
Author: 毛彪 |
Hits:
Description: 在Resources.resx中添加WAV格式的音频,显示windows窗体和其按钮,按钮通过事件处理程序关联,实现循环播放,单次播放和退出功能。
Platform: |
Size: 1813 |
Author: 阿表 |
Hits:
Description: Highlighter.cs 高亮显主处理类
HighlighterAnalyzer.cs 高亮显字符分析处理
HighlightFilter.cs 高亮显过滤
MainForm.cs 窗体主类
MainForm.resx 窗体资源
Search.cs Lucene 搜索类-Highlighter.cs highlighted significant main class HighlighterAnal yzer.cs highlighted significant character analysis HighlightFilter.cs highlighted significant filter M ainForm.cs Form main categories MainForm.resx Form resources Search.cs Lucene search category
Platform: |
Size: 331776 |
Author: 王海廷 |
Hits:
Description: Resourcer is an editor for .resources binaries and .resX XML file formats used with the .NET platform. The program allows the integration of bitmaps, icons and text strings into resource packages. Resourcer allows editing of name/string pairs, import of various kinds of data formats (bitmaps, icons, etc) and merging of resources from different sources. -Resourcer is an editor for. Resources binaries and. ResX XML file formats used with the. NET platform. The program allows the integration of bitmaps, icons and text strings into resource packages. Resourcer allows editing of name/string pairs, import of various kinds of data formats (bitmaps, icons, etc) and merging of resources from different sources.
Platform: |
Size: 256000 |
Author: 毛彪 |
Hits:
Description: 在Resources.resx中添加WAV格式的音频,显示windows窗体和其按钮,按钮通过事件处理程序关联,实现循环播放,单次播放和退出功能。-Resources.resx added in WAV format audio, display windows form and its buttons, button through the event handler associated implementation cycle of play, single player and the exit function.
Platform: |
Size: 2048 |
Author: 阿表 |
Hits:
Description: WPF调用,特别适合于初学者,可以多看看学习-WPF call, particularly suitable for beginners, you can look at to learn more
Platform: |
Size: 27648 |
Author: frunly |
Hits:
Description: BirthdayPicker 示例:演示如何将 Windows 窗体与 .NET Framework 资源一起使用
示例文件:
BirthdayPicker 示例说明如何在 C++ 应用程序中使用 .NET Framework 资源机制。它还演示了一些常用的 Window 窗体组件。
安全注意
提供该示例代码是为了阐释一个概念,并不代表着最安全的编码实践,因此不应在应用程序或网站中使用该示例代码。Microsoft 并不保证将该示例代码用于除此以外的其他用途时不会造成意外或连带损坏。
生成并运行示例
为利用 .NET Framework 资源,C++ 应用程序可以使用 .NET Framework 工具 WinRes.exe。此工具专用于创建“.resx”文件(等效于 Win32 C++ 应用程序中的“.rc”文件)。Birthdaypicker.resx 包含 imageList1 资源以及它处理的位图集合。结果 .resx 文件然后由 resgen.exe 编译为文件 birthdaypicker.resources,后者然后链接到应用程序的结果程序集。-BirthdayPicker 示例:演示如何将 Windows 窗体与 .NET Framework 资源一起使用
示例文件:
BirthdayPicker 示例说明如何在 C++ 应用程序中使用 .NET Framework 资源机制。它还演示了一些常用的 Window 窗体组件。
安全注意
提供该示例代码是为了阐释一个概念,并不代表着最安全的编码实践,因此不应在应用程序或网站中使用该示例代码。Microsoft 并不保证将该示例代码用于除此以外的其他用途时不会造成意外或连带损坏。
生成并运行示例
为利用 .NET Framework 资源,C++ 应用程序可以使用 .NET Framework 工具 WinRes.exe。此工具专用于创建“.resx”文件(等效于 Win32 C++ 应用程序中的“.rc”文件)。Birthdaypicker.resx 包含 imageList1 资源以及它处理的位图集合。结果 .resx 文件然后由 resgen.exe 编译为文件 birthdaypicker.resources,后者然后链接到应用程序的结果程序集。
Platform: |
Size: 13312 |
Author: donglihua |
Hits:
Description: NET0805汽车保险管理系统。利用C#开发的源代码。实现洗车保险管理方面的功能。结构如下:
/carssystem
//bin
///debug
////carssystem.exe
////carssystem.pdb
////carssystem.vshost.exe
/Properties
//AssemblyInfo.cs
//Resources.Designer.cs
//Resources.resx
//Settings.Designer.cs
//Settings
/carssystem.csproj
/Form1.cs
/Form1.Designer.cs
/Form1.resx
/frmcarinformation.cs
/frmcarinformation.Designer.cs
/frmcarinformation.resx
/frmInsurance.cs
/frmInsurance.Designer.cs
/frmInsurance.resx
/Program.cs-The NET0805 car insurance management system. Using the source code for C# developers. Car wash insurance management functions. The structure is as follows:/carssystem// bin///debug//// carssystem.exe//// carssystem.pdb//// carssystem.vshost.exe/Properties// AssemblyInfo.cs// Resources.Designer.cs// Resources.resx// Settings.Designer.cs// Settings/carssystem.csproj/Form1.cs/Form1.Designer.cs/Form1.resx/frmcarinformation.cs/frmcarinformation.Designer.cs/frmcarinformation.resx/frmInsurance.cs/frmInsurance.Designer.cs/frmInsurance.resx/Program.cs
Platform: |
Size: 1582080 |
Author: zhousha |
Hits:
Description: 用于将*.resources文件转换为*.resx文件,支持查看资源内容,支持读取ImageListStream中的图片并批量保存。
程序源代码
解压密码:huronstudio-[Automatic Translation] For* resources file conversion*. Resx files, supports viewing the content of the resource, the picture support read ImageListStream in and save the batch. Program source code to extract password: huronstudio
Platform: |
Size: 145408 |
Author: 湖人 |
Hits:
Description: 飘满满屏的红色玫瑰花,在桌面旋转,配上一首背景乐《月亮代表我的心》,送给自己的女朋友或者老婆,她肯定会很惊喜!春节还有情人节马上就到了,送一个我们自己做的东西给她。源码很不难,玩的是创意和心意 -Great, full of red roses full screen, rotate the desktop, coupled with a background music " The Moon Represents My Heart" , gave his girlfriend or wife, she will be very pleasantly surprised! There ll be New Year to Valentine s Day, send one of our own things to her. Source is very difficult, to play a creative and mind!-Roses_circum\Roses\bin\Debug\Roses.exe
............\.....\...\.....\Roses.pdb
............\.....\...\.....\Roses.vshost.exe
............\.....\ClassDiagram1.cd
............\.....\Form1.cs
............\.....\Form1.Designer.cs
............\.....\Form1.resx
............\.....\obj\Debug\Roses.csproj.GenerateResource.Cache
............\.....\...\.....\Roses.exe
............\.....\...\.....\Roses.pdb
............\.....\...\.....\Roses.Properties.Resources.resources
............\.....\...\.....\Rosess.Form1.resources
............\.....\...\.....\Roses_circum.csproj.GenerateResource.Cache
............\.....\...\Roses.csproj.FileListAbsolute.txt
............\.....\...\Roses_circum.csproj.FileListAbsolute.txt
............\.....\Program.cs
............\.....\...perties\AssemblyInfo.cs
............\.....\..........\Resources.Designer.cs
............\.....\..........\Resources.resx
............\.....\..........\Settings.Designer.cs
.......
Platform: |
Size: 2081792 |
Author: weijiao |
Hits:
Description: app.config
AssemblyInfo.cs
bin\Debug\config.ini
bin\Debug\loginServer.exe
bin\Debug\loginServer.pdb
bin\Debug\loginServer.vshost.exe
bin\Debug\logs\??祉颏_2012_04_19.log
bin\Debug\logs\??祉颏_2012_04_24.log
bin\Debug\logs\??祉颏_2012_04_26.log
bin\Debug\logs\??祉颏_2012_04_28.log
bin\Debug\logs\??祉颏_2012_05_02.log
bin\Debug\logs\??祉颏_2012_05_09.log
bin\Release\config.ini
BinIP.cs
BinIP.resx
Class0.cs
Class1.cs
Class2.cs
Class3.cs
Class4.cs
Class5.cs
Class5.resx
ClassDiagram1.cd
Form1.cs
Form1.resx
FormGg.cs
FormGg.resx
FormIpList.cs
FormIpList.resx
GAttribute0.cs
GAttribute1.cs
GAttribute2.cs
GAttribute3.cs
GClass0.cs
GClass1.cs
GClass10.cs
GClass11.cs
GClass12.cs
GClass13.cs
GClass14.cs
GClass15.cs
GClass16.cs(obj\Debug\loginServer.Form1.resources
obj\Debug\loginServer.FormGg.resources
obj\Debug\loginServer.FormIpList.resources
obj\Debug\loginServer.pdb
obj\Debug\loginServer.userlist.resources
obj\Debug\TempPE
UpgradeLog.XML
UpgradeLog2.XML
userlist.cs
userlist.resx
_UpgradeReport_Files\UpgradeReport.css
_UpgradeReport_Files\UpgradeReport)
Platform: |
Size: 61440 |
Author: top soa?i ca
|
Hits:
Description: 千辛万苦找到的winform表单设计器,可以自由设计想要的表单,和套打格式。非常不错哦(bin\Debug\NewFormDesin.exe
bin\Debug\NewFormDesin.pdb
bin\Debug\NewFormDesin.vshost.exe
bin\Debug\NewFormDesin.vshost.exe.manifest
bin\Debug\test.html
obj\Debug\NewFormDesin.csproj.FileListAbsolute.txt
obj\Debug\NewFormDesin.csproj.GenerateResource.Cache
obj\Debug\NewFormDesin.exe
obj\Debug\NewFormDesin.Mainframe.resources
obj\Debug\NewFormDesin.pdb
obj\Debug\NewFormDesin.Properties.Resources.resources
Properties\AssemblyInfo.cs
Properties\Resources.Designer.cs
Properties\Resources.resx
Properties\Settings.Designer.cs
Properties\Settings.settings
ControlManager.cs
FormDesign.cs
FormDesign.Designer.cs
FormDesign.resx
NewFormDesin.csproj
NewFormDesin.sln
NewFormDesin.suo
Program.cs
obj\Debug\Refactor
obj\Debug\TempPE
bin\Debug
obj\Debug
bin
obj
Properties)
Platform: |
Size: 209920 |
Author: 你说的可能
|
Hits: