C#应用程序界面皮肤(发送完毕)
发送完毕,分布楼层:1-3楼 6-10楼 29-32楼 40-42楼 47-48楼利用的皮肤控件:IrisSkin2.dll(无限制、无广告)
[此贴子已经被作者于2007-7-11 10:24:07编辑过]
[此贴子已经被作者于2007-7-11 10:24:07编辑过]
[此贴子已经被作者于2007-7-7 20:43:17编辑过]
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace WindowsApplication1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
this.skinEngine1.SkinFile = "*.ssk";
}
private void Form1_Load(object sender, EventArgs e)
{
}
}
}
[此贴子已经被作者于2007-7-9 17:11:38编辑过]