Welcome![Sign In][Sign Up]
Location:
Search - Sunisoft.IrisSkin

Search list

[CSharpIrisSkin_Skins

Description: c#换肤程序 private void GetSkin() { Sunisoft.IrisSkin.SkinEngine skin = new Sunisoft.IrisSkin.SkinEngine() skin.SkinFile = Application.StartupPath + @"\IrisSkin_Skins\MP10\MP10.ssk" //MP10.ssk是皮肤文件 skin.Active = true skin.AddForm(Application.OpenForms[0]) }-c#change face UI program
Platform: | Size: 3450880 | Author: lijunbo | Hits:

[.netSuniSoft.IrisSkin.for.NET.Winforms.v3.5

Description: mas crack IrisSkin .NET.Winforms.v3.4 es una aplicacion que nos permite aplicar a nuestras aplicaciones winforms en .Net 1.0, 2.0 y Delphi.Net un Skin para que sea mas vistoso. Hay varios temas, como officce 2007, winxp, win vista, msn, etc. Tambien nos permite crear Skins propios. tambien esta el serial que lo deben ingresar en las propiedades del control.
Platform: | Size: 6654976 | Author: Estivenson | 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:

[GUI DevelopSkinDemo

Description: IrisSkin 是winform换肤常用的组件 目前共有两个版本,一个是IrisSkin.dll 用于.Net Framework1.0/1.1 和IrisSkin2.dll 用于.Net Framework2.0版本。详细内容见安装文件的help文档。 除此之外,东日还有两个很cool的Menu: MatrixMenu和WheelMenu。 (详细内容请参见http://www.sunisoft.cn/irisskin)。-IrisSkin peeling is a common component winform There are currently two versions, one is IrisSkin.dll for. Net Framework1.0/1.1 and IrisSkin2.dll for. Net Framework2.0 version. Details see the help document the installation files. In addition, there are two very cool East on the Menu: MatrixMenu and WheelMenu. (For details, see http://www.sunisoft.cn/irisskin).
Platform: | Size: 181248 | Author: 小张 | Hits:

[GUI DevelopSunisoft.IrisSkin

Description: 非常好用的皮肤控件,包括控件源码和一个演示程序,windows编程必不可少的工具!-Very easy to use skin control, including source control, and a demonstration program, windows programming indispensable tool!
Platform: | Size: 2169856 | Author: cdsk | Hits:

[CSharpqscxder

Description: 窗体换肤功 public partial class Form1 : Form { Sunisoft.IrisSkin.SkinEngine se = null public Form1() { InitializeComponent() se = new Sunisoft.IrisSkin.SkinEngine() se.SkinAllForm = true // 这句话是用来设置整个系统下所有窗体都采用这个皮肤 } private void Form1_Load(object sender, EventArgs e) { } private void button1_Click(object sender, EventArgs e) { se.SkinFile = "skin/SteelBlack.ssk" // 选择皮肤 } private void button2_Click(object sender, EventArgs e) { se.SkinFile = "skin/MSN.ssk" // 选择皮肤 } private void button3_Click(object sender, EventArgs e) { se.SkinFile = "skin/MP10.ssk" Form2 f = new Form2() f.Show() } } 说明: "skin/SteelBlack.ssk" , 这是一个路径,是.ssk文件存放的路径-Form reactive skin
Platform: | Size: 113664 | Author: 白宇飞 | Hits:

[.net为.NET添加皮肤

Description: 第一步 添加皮肤控件dll: 项目-》添加引用-》浏览 选择IrisSkin4.dll 第二步 导入皮肤 可以直接在项目的Debug目录下新建一个skin文件夹,然后复制皮肤.ssk文件到该文件夹 第三步 在窗体的Load方法下面,添加如下代码,这里以VB.NET为例: Dim mySkin As Sunisoft.IrisSkin.SkinEngine = New Sunisoft.IrisSkin.SkinEngine mySkin.SkinFile = Application.StartupPath & "/skin/Page.ssk" 第四步 完成,保存,运行,看看效果吧(The first step is to add the skin control dll: Item - add quote - browse browse IrisSkin4.dll Second steps into the skin You can create a new skin folder directly under the Debug directory of the project, then copy the skin.Ssk file to the folder. The third step is to add the following code under the Load method of the form, taking VB.NET as an example. Dim mySkin As Sunisoft.IrisSkin.SkinEngine = New Sunisoft.IrisSkin.SkinEngine MySkin.SkinFile = Application.StartupPath & /skin/Page.ssk The fourth step is to finish, save, run and see the effect.)
Platform: | Size: 1463296 | Author: 9826 | Hits:

CodeBus www.codebus.net