Welcome![Sign In][Sign Up]
Location:
Search - IrisSkin2 skin

Search list

[OS programCsharp-change-skin

Description: 将下载的皮肤文件和IrisSkin2.RAR解压,在项目中添加现有项,将皮肤文件添加进项目;将IrisSkin2.dll引用进项目有多种皮肤版本,ide直接引用即可!
Platform: | Size: 3425336 | Author: lvzhen | Hits:

[Dialog_Window20077720312569016

Description: C#皮肤引擎,在应用中添加该dll控件可以改变C#程序的显示风格。-C# Skin engine, in the application to add the dll controls can be changed C# Procedures display style.
Platform: | Size: 114688 | Author: 方晓义 | Hits:

[CSharpskin

Description: 一个关于C#的界面皮肤问题 自己好好研究一下
Platform: | Size: 3726336 | Author: aaa | Hits:

[OS programCsharp-change-skin

Description: 将下载的皮肤文件和IrisSkin2.RAR解压,在项目中添加现有项,将皮肤文件添加进项目;将IrisSkin2.dll引用进项目有多种皮肤版本,ide直接引用即可!-Download the skin file and unzip IrisSkin2.RAR in the project to add the existing items, add the skin into the project IrisSkin2.dll reference into the project will have a variety of skin version, ide direct quote can be!
Platform: | Size: 3425280 | Author: lvzhen | Hits:

[GUI DevelopIrisSkin2.doc

Description: 皮肤简介,很不错的!好好看看,对项目有很大的方便-About the skin, it is good! A good look at the project a great convenience
Platform: | Size: 98304 | Author: | Hits:

[CSharpIrisSkins

Description: 嵌入在项目中: 将下载的皮肤文件和IrisSkin2.RAR解压,在项目中添加现有项,将皮肤文件添加进项目;将IrisSkin2.dll引用进项目。皮肤文件属性中的“生成操作”改为嵌入的资源。引用的IrisSkin2.dll属性中的“复制本地”改为True。 -Embedded in the project: to download files and IrisSkin2.RAR skin extract, add in the project the existing items, add the skin into the project IrisSkin2.dll reference into the project will be. File attributes in the skin " to generate the operation" to embedded resources. IrisSkin2.dll attributes cited in the " Copy Local" to True.
Platform: | Size: 3565568 | Author: 王勇 | Hits:

[CSharpdownup

Description: C#关机程序,虽然程序很简单,但界面似乎很牛,多亏了IrisSkin2皮肤控件,本程序在运行时可以选择5种样式的窗体,有MSN风格、Vista风格、经典风格等,关机功能可以设定时间自动关机,编译时请使用vs2008。 -C# shutdown procedures, although the procedure is very simple, but the interface seems to cattle, thanks to the IrisSkin2 skin controls, this program can choose to run five kinds of styles of form, there is MSN styles, Vista styles, classic style, and so on, off function can set the time automatically shutdown, compile-time, use the vs2008.
Platform: | Size: 312320 | Author: denty | Hits:

[CSharpIrisSkin2Skin

Description: IrisSkin2皮肤及C#范例,C# skin demo-C# skin demo
Platform: | Size: 1534976 | Author: 陈成 | Hits:

[GUI DevelopIrisSkin2

Description: 导入该dll后即可使用ssk皮肤,用于美化winform界面,无论计算机是什么主题,显示出来的效果都是一样的 -After the import the dll can be used ssk skin, for the beautification winform interface, no matter what the computer is the theme of the effect shown is the same
Platform: | Size: 114688 | Author: hahavi | Hits:

[GUI DevelopSunisoft_IrisSkin_v3.61

Description: IrisSkin 完全支持东日Skin方案v2,这意味着,您可以在IrisSkin中使用我们提供的专业设计的skin,而这些skin大部分都是由我们的专业界面设计师设计的。同时,您也可以使用全新的SkinBuilder工具制作自己设计的skin。-IrisSkin fully supports the East Japan Skin program v2, which means that you can use the IrisSkin we provide professional design of the skin, most of these skin interface by our professional designers. At the same time, you can also use the new tool to make your own SkinBuilder designed skin.
Platform: | Size: 6761472 | Author: 刘海滨 | Hits:

[CSharpIrisSkin2

Description: C# 皮肤控件。可以是你的界面更加美观,使用简单。-C# skin control. Could be your interface more attractive, simple to use.
Platform: | Size: 167936 | Author: zhanpeng | Hits:

[CSharpskin

Description: c#.net 的winform皮肤控件,含有大量的风给,使用非常简单,里面有相应的源代码(demo)。- this is winform skin control for c#. net with many styles of interface,which is easy to implement your programmes
Platform: | Size: 8682496 | Author: asds | Hits:

[Windows DevelopIrisSkin2

Description: 1. 先把IrisSkin2.dll文件添加到当前项目引用(解决方案资源管理器->当前项目->引用->右键->添加引用 ,找到IrisSkin2.dll文件.....之后就不用我说了吧^_^).IrisSkin2.dll文件最好放在当前项目\bin\Debug文件中. 2. 然后把IrisSkin2.dll文件添加到vc2005的工具箱:右键->选择项->浏览找到IrisSkin2.dll文件(文件最好放在当前项目\bin\Debug文件中)按确定,控件就添加到工具箱中了.然后把工具箱中新添加的 SkinEngine控件拖到当前项目中。 3. 把皮肤目录中的.ssk文件复制到当前项目\bin\Debug文件中,(ssk文件可选). 4. 再在项目中调用.ssk皮肤文件。例: namespace 当前项目 { public partial class Form1 : Form { public Form1() //当前项目的构造器中调用皮肤文件 { InitializeComponent() this.skinEngine1.SkinFile = "DiamondBlue.ssk" //DiamondBlue.ssk可换用皮肤目录中你喜欢的.ssk文件 //(把.ssk复制到当前项目\bin\Debug目录中) } ... ... ... -1. First IrisSkin2.dll file to reference the current project (Solution Explorer-> current project-> Reference-> right click-> Add Reference, locate the file ..... after IrisSkin2.dll I do not say it ^_^). IrisSkin2.dll best on the current project file \ bin \ Debug file. 2. And then add files to vc2005 IrisSkin2.dll toolbox: Right-> Select Item-> Browse IrisSkin2.dll file (preferably on the current project \ bin \ Debug files) click OK, the control is added to the toolbox. And then the toolbox onto the newly added SkinEngine controls the current project. 3. The skin directory. Ssk files to the current project \ bin \ Debug files, (ssk files optional.) 4. And then call in the project. Ssk skin file. Example: namespace current project { public partial class Form1: Form { public Form1 ()// constructor of the current project is called the skin file { InitializeComponent () this.skinEngine1.Skin
Platform: | Size: 114688 | Author: 晴天 | Hits:

[CSharpnet-Skin

Description: 在VS2005里的引用里引入IrisSkin2.dll文件,再在工具箱里点右键—>选择项—>浏览—>添加进入IrisSkin2.dll文件,然后在上边的.Net Framework组件里找到SkinEngine,打上勾,确定,然后在工具箱里把这个SkinEngine拖到form框架上,再启动项目就可以了.-In a reference in VS2005 in the introduction IrisSkin2.dll file, then right click in the toolbox-> Choose Items-> Browse-> Add into IrisSkin2.dll file, and then on top of. Net Framework components found SkinEngine, check mark OK, and then in the toolbox onto the form to the SkinEngine frame, and then start the project on it.
Platform: | Size: 3572736 | Author: mxhbj | Hits:

[Dialog_WindowIrisSkin2

Description: C# winform 窗体皮肤控件,此控件包含73种系统皮肤,可任意更换-C# winform form skin control, which contains 73 kinds of systems skin, any replacement
Platform: | Size: 1555456 | Author: 高金 | Hits:

[Windows Developirisskin2

Description: winform 界面自定义皮肤 加载组件 irisskin2.rar-the winform Interface custom skin
Platform: | Size: 114688 | Author: wangyan | Hits:

[CSharpIrisSkin2

Description: 一种C#界面优化皮肤,清爽的风格适用于各种编程环境,在工程化的时候尤其重要-A C# interface optimizes skin, fresh style is suitable for various programming environment, especially important in engineering.
Platform: | Size: 114688 | Author: zhangzufeng | Hits:

[Windows DevelopIrisSkin2.dll

Description: 经典的c#Skin控件.dll,只须调用就可以-C# SKIn control
Platform: | Size: 114688 | Author: li | Hits:

[OtherIrisSkin2

Description: 皮肤插件 winform 窗体设计 引用(skin winform windows)
Platform: | Size: 112640 | Author: asdadqwe | Hits:

[.net.net经典酒店管理系统源码

Description: .net经典酒店管理系统源码 源码描述: 酒店管理系统,运用三层搭建,前台用到了IrisSkin2皮肤,界面干净整洁, 功能有 房间管理可以对房间类型、收费,床位等进行脏删改查 商品管理:添加修改商品以及修改商品库存的数量 对房间的操作包括:宾库开单,房间预订,宾客结账,增加消费,状态更改等(.net The Classic Hotel management system source code The hotel management system is built in three layers. The front desk uses IrisSkin2 skin, and the interface is clean and tidy. Room management can check the type of rooms, charges, beds and so on. Commodity management: adding and modifying the quantity of goods and modifying the quantity of goods. The operation of the room includes: opening the library, booking rooms, checking out the guests, increasing consumption, changing state, etc.)
Platform: | Size: 1752064 | Author: .net资源共享 | Hits:
« 12 »

CodeBus www.codebus.net