• 大小: 307KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-20
  • 语言: 其他
  • 标签: CSharp  窗体界面  

资源简介

基于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


评论

共有 条评论