资源简介
基于CSharp的窗体界面代码,用于界面美化,可以选择不同的皮肤,很经典。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace jmmh
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
//this.radioButton1.Checked = true;
this.skinEngine1.SkinFile = “CalmnessColor2.ssk“;
}
private void button1_Click(object sender EventArgs e)
{
if (this.radioButton1.Checked)
{
skinEngine1.SkinFile = “CalmnessColor2.ssk“;
}
if (this.radioButton2.Checked)
{
skinEngine1.SkinFile = “DiamondGreen.ssk“;
}
if (this.radioButton3.Checked)
{
skinEngine1.SkinFile = “DiamondBlue.ssk“;
}
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
----------- --------- ---------- ----- ----
1245145 37
相关资源
- 自己写的一个分页控件,可以实现d
- CSharp实现消息框倒计时自动关闭窗口
- CSharp_Region类的方法使用图解
- ICSharpCode.SharpZipLib.dll下载55485
- CSharp个人通讯录程序源代码
- CSharp设计模式(23种设计模式)
- Csharp入门经典第五版源代码
- ICSharpCode.SharpZipLib.dll(版本号0.86.0.
- csharp实现计算器
- ICSharpCode.SharpZipLib
- ICSharpCode.SharpZipLib.dll 多文件打包压缩
- icsharpcode.sharpziplib.dll各版本包含 0.8
- ICSharpCode.SharpZipLib .net 4.0
- ICSharpCode.SharpZipLib.dll
- aliyun-oss-csharp-sdk-net-core
- unity读取excel文件的dll Excel.dll ICSha
- CSharp写的UDP例程
评论
共有 条评论