資源簡介
基于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
評論
共有 條評論