SkinColors.cs
上传用户:xlxx0122
上传日期:2015-04-24
资源大小:3904k
文件大小:5k
- namespace Sunisoft.IrisSkin
- {
- using System;
- using System.Drawing;
- public class SkinColors : IDisposable
- {
- public Color SKIN2_BUTTONFONTCOLOR;
- public Color SKIN2_CONTROLBORDERCOLOR;
- public Color SKIN2_CONTROLCOLOR;
- public Color SKIN2_CONTROLFONTCOLOR;
- public Color SKIN2_FORMCOLOR;
- public Color SKIN2_LEFTBARENDCOLOR;
- public Color SKIN2_LEFTBARSTARTCOLOR;
- public Color SKIN2_MENUBARENDCOLOR;
- public Color SKIN2_MENUBARSTARTCOLOR;
- public Color SKIN2_MENUITEMCOLOR;
- public Color SKIN2_MENUITEMFONTCOLOR;
- public Color SKIN2_SCROLLBARCOLOR;
- public Color SKIN2_SELECTEDMENUBORDERCOLOR;
- public Color SKIN2_SELECTEDMENUCOLOR;
- public Color SKIN2_SELECTEDMENUFONTCOLOR;
- public Color SKIN2_SIDECHANNELBORDERCOLOR;
- public Color SKIN2_SIDECHANNELCOLOR;
- public Color SKIN2_TABCONTROLACTIVEFONTCOLOR;
- public Color SKIN2_TABCONTROLBORDERCOLOR;
- public Color SKIN2_TABCONTROLCOLOR;
- public Color SKIN2_TABCONTROLINACTIVEFONTCOLOR;
- public Color SKIN2_TITLEFONTCOLOR;
- public Color SKIN2_TOOLBARBORDERCOLOR;
- public Color SKIN2_TOOLBARDOWNCOLOR;
- public Color SKIN2_TOOLBARENDCOLOR;
- public Color SKIN2_TOOLBARONCOLOR;
- public Color SKIN2_TOOLBARSTARTCOLOR;
- public Color SKIN2_TOPMENUFONTCOLOR;
- public Color SKIN2_TOPSELECTEDMENUBORDERCOLOR;
- public Color SKIN2_TOPSELECTEDMENUCOLOR;
- public Color SKIN2_TOPSELECTEDMENUFONTCOLOR;
- public Color SKIN2_TRANSCOLOR;
- private SkinEngine xdc87e2b99332cd4a;
- public SkinColors(SkinEngine engine)
- {
- this.xdc87e2b99332cd4a = engine;
- this.xcfa0ea892200e949();
- }
- public void Dispose()
- {
- this.xdc87e2b99332cd4a = null;
- }
- private void xcfa0ea892200e949()
- {
- this.SKIN2_TRANSCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_TRANSCOLOR");
- this.SKIN2_TITLEFONTCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_TITLEFONTCOLOR");
- this.SKIN2_FORMCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_FORMCOLOR");
- this.SKIN2_MENUBARSTARTCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_MENUBARSTARTCOLOR");
- this.SKIN2_MENUBARENDCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_MENUBARENDCOLOR");
- this.SKIN2_TOPSELECTEDMENUCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_TOPSELECTEDMENUCOLOR");
- this.SKIN2_TOPSELECTEDMENUBORDERCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_TOPSELECTEDMENUBORDERCOLOR");
- this.SKIN2_TOPSELECTEDMENUFONTCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_TOPSELECTEDMENUFONTCOLOR");
- this.SKIN2_TOPMENUFONTCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_TOPMENUFONTCOLOR");
- this.SKIN2_LEFTBARSTARTCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_LEFTBARSTARTCOLOR");
- this.SKIN2_LEFTBARENDCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_LEFTBARENDCOLOR");
- this.SKIN2_MENUITEMCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_MENUITEMCOLOR");
- this.SKIN2_MENUITEMFONTCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_MENUITEMFONTCOLOR");
- this.SKIN2_SELECTEDMENUCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_SELECTEDMENUCOLOR");
- this.SKIN2_SELECTEDMENUBORDERCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_SELECTEDMENUBORDERCOLOR");
- this.SKIN2_SELECTEDMENUFONTCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_SELECTEDMENUFONTCOLOR");
- this.SKIN2_TOOLBARSTARTCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_TOOLBARSTARTCOLOR");
- this.SKIN2_TOOLBARENDCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_TOOLBARENDCOLOR");
- this.SKIN2_TOOLBARONCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_TOOLBARONCOLOR");
- this.SKIN2_TOOLBARBORDERCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_TOOLBARBORDERCOLOR");
- this.SKIN2_TOOLBARDOWNCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_TOOLBARDOWNCOLOR");
- this.SKIN2_CONTROLCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_CONTROLCOLOR");
- this.SKIN2_CONTROLBORDERCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_CONTROLBORDERCOLOR");
- this.SKIN2_CONTROLFONTCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_CONTROLFONTCOLOR");
- this.SKIN2_BUTTONFONTCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_BUTTONFONTCOLOR");
- this.SKIN2_SCROLLBARCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_SCROLLBARCOLOR");
- this.SKIN2_TABCONTROLCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_TABCONTROLCOLOR");
- this.SKIN2_TABCONTROLBORDERCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_TABCONTROLBORDERCOLOR");
- this.SKIN2_TABCONTROLACTIVEFONTCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_TABCONTROLACTIVEFONTCOLOR");
- this.SKIN2_TABCONTROLINACTIVEFONTCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_TABCONTROLINACTIVEFONTCOLOR");
- this.SKIN2_SIDECHANNELCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_SIDECHANNELCOLOR");
- this.SKIN2_SIDECHANNELBORDERCOLOR = this.xdc87e2b99332cd4a.GetColor("SKIN2_SIDECHANNELBORDERCOLOR");
- }
- }
- }