Consts.cs
上传用户:xlxx0122
上传日期:2015-04-24
资源大小:3904k
文件大小:6k
源码类别:

.net编程

开发平台:

C#

  1. namespace Sunisoft.IrisSkin
  2. {
  3.     using System;
  4.     public class Consts
  5.     {
  6.         public const string SKIN2_BOTTOMBORDERNEEDREGION = "SKIN2_BOTTOMBORDERNEEDREGION";
  7.         public const string SKIN2_BOTTOMBORDERTHREESECT = "SKIN2_BOTTOMBORDERTHREESECT";
  8.         public const string SKIN2_BOTTOMREGIONMAXY = "SKIN2_BOTTOMREGIONMAXY";
  9.         public const string SKIN2_BOTTOMREGIONMINY = "SKIN2_BOTTOMREGIONMINY";
  10.         public const string SKIN2_BUTTON = "SKIN2_BUTTON";
  11.         public const string SKIN2_BUTTONFONTCOLOR = "SKIN2_BUTTONFONTCOLOR";
  12.         public const string SKIN2_CHECKBOX = "SKIN2_CHECKBOX";
  13.         public const string SKIN2_CHECKBOXLIST = "SKIN2_CHECKBOXLIST";
  14.         public const string SKIN2_CHECKEDMENUICON = "SKIN2_CHECKEDMENUICON";
  15.         public const string SKIN2_CONTROLBORDERCOLOR = "SKIN2_CONTROLBORDERCOLOR";
  16.         public const string SKIN2_CONTROLCOLOR = "SKIN2_CONTROLCOLOR";
  17.         public const string SKIN2_CONTROLFONTCOLOR = "SKIN2_CONTROLFONTCOLOR";
  18.         public const string SKIN2_FORMBOTTOMBORDER1 = "SKIN2_FORMBOTTOMBORDER1";
  19.         public const string SKIN2_FORMBOTTOMBORDER2 = "SKIN2_FORMBOTTOMBORDER2";
  20.         public const string SKIN2_FORMBOTTOMBORDER3 = "SKIN2_FORMBOTTOMBORDER3";
  21.         public const string SKIN2_FORMCOLOR = "SKIN2_FORMCOLOR";
  22.         public const string SKIN2_FORMLEFTBORDER = "SKIN2_FORMLEFTBORDER";
  23.         public const string SKIN2_FORMRIGHTBORDER = "SKIN2_FORMRIGHTBORDER";
  24.         public const string SKIN2_LEFTBARENDCOLOR = "SKIN2_LEFTBARENDCOLOR";
  25.         public const string SKIN2_LEFTBARSTARTCOLOR = "SKIN2_LEFTBARSTARTCOLOR";
  26.         public const string SKIN2_MENUBAR = "SKIN2_MENUBAR";
  27.         public const string SKIN2_MENUBARENDCOLOR = "SKIN2_MENUBARENDCOLOR";
  28.         public const string SKIN2_MENUBARSTARTCOLOR = "SKIN2_MENUBARSTARTCOLOR";
  29.         public const string SKIN2_MENUITEMCOLOR = "SKIN2_MENUITEMCOLOR";
  30.         public const string SKIN2_MENUITEMFONTCOLOR = "SKIN2_MENUITEMFONTCOLOR";
  31.         public const string SKIN2_MINIMIZEDTITLE = "SKIN2_MINIMIZEDTITLE";
  32.         public const string SKIN2_PROGRESSBAR1 = "SKIN2_PROGRESSBAR1";
  33.         public const string SKIN2_PROGRESSBAR2 = "SKIN2_PROGRESSBAR2";
  34.         public const string SKIN2_PROGRESSBAR3 = "SKIN2_PROGRESSBAR3";
  35.         public const string SKIN2_PROGRESSBAR4 = "SKIN2_PROGRESSBAR4";
  36.         public const string SKIN2_RADIOBUTTON = "SKIN2_RADIOBUTTON";
  37.         public const string SKIN2_SCROLLBAR = "SKIN2_SCROLLBAR";
  38.         public const string SKIN2_SCROLLBARCOLOR = "SKIN2_SCROLLBARCOLOR";
  39.         public const string SKIN2_SCROLLBARDOWNBUTTON = "SKIN2_SCROLLBARDOWNBUTTON";
  40.         public const string SKIN2_SCROLLBARUPBUTTON = "SKIN2_SCROLLBARUPBUTTON";
  41.         public const string SKIN2_SCROLLBUTTON = "SKIN2_SCROLLBUTTON";
  42.         public const string SKIN2_SELECTEDMENUBORDERCOLOR = "SKIN2_SELECTEDMENUBORDERCOLOR";
  43.         public const string SKIN2_SELECTEDMENUCOLOR = "SKIN2_SELECTEDMENUCOLOR";
  44.         public const string SKIN2_SELECTEDMENUFONTCOLOR = "SKIN2_SELECTEDMENUFONTCOLOR";
  45.         public const string SKIN2_SIDECHANNELBAR = "SKIN2_SIDECHANNELBAR";
  46.         public const string SKIN2_SIDECHANNELBORDERCOLOR = "SKIN2_SIDECHANNELBORDERCOLOR";
  47.         public const string SKIN2_SIDECHANNELCOLOR = "SKIN2_SIDECHANNELCOLOR";
  48.         public const string SKIN2_SIDECHANNELTITLE = "SKIN2_SIDECHANNELTITLE";
  49.         public const string SKIN2_TABCONTROL = "SKIN2_TABCONTROL";
  50.         public const string SKIN2_TABCONTROLACTIVEFONTCOLOR = "SKIN2_TABCONTROLACTIVEFONTCOLOR";
  51.         public const string SKIN2_TABCONTROLBORDERCOLOR = "SKIN2_TABCONTROLBORDERCOLOR";
  52.         public const string SKIN2_TABCONTROLCOLOR = "SKIN2_TABCONTROLCOLOR";
  53.         public const string SKIN2_TABCONTROLINACTIVEFONTCOLOR = "SKIN2_TABCONTROLINACTIVEFONTCOLOR";
  54.         public const string SKIN2_TABCONTROLLINE = "SKIN2_TABCONTROLLINE";
  55.         public const string SKIN2_TITLEBAR1 = "SKIN2_TITLEBAR1";
  56.         public const string SKIN2_TITLEBAR2 = "SKIN2_TITLEBAR2";
  57.         public const string SKIN2_TITLEBAR3 = "SKIN2_TITLEBAR3";
  58.         public const string SKIN2_TITLEBAR4 = "SKIN2_TITLEBAR4";
  59.         public const string SKIN2_TITLEBAR5 = "SKIN2_TITLEBAR5";
  60.         public const string SKIN2_TITLEBARBUTTONPOSX = "SKIN2_TITLEBARBUTTONPOSX";
  61.         public const string SKIN2_TITLEBARBUTTONPOSY = "SKIN2_TITLEBARBUTTONPOSY";
  62.         public const string SKIN2_TITLEBARCAPTIONTOP = "SKIN2_TITLEBARCAPTIONTOP";
  63.         public const string SKIN2_TITLEBARICONPOSX = "SKIN2_TITLEBARICONPOSX";
  64.         public const string SKIN2_TITLEBARICONPOSY = "SKIN2_TITLEBARICONPOSY";
  65.         public const string SKIN2_TITLEBARNEEDREGION = "SKIN2_TITLEBARNEEDREGION";
  66.         public const string SKIN2_TITLEBARREGIONMAXY = "SKIN2_TITLEBARREGIONMAXY";
  67.         public const string SKIN2_TITLEBARREGIONMINY = "SKIN2_TITLEBARREGIONMINY";
  68.         public const string SKIN2_TITLEBUTTONS = "SKIN2_TITLEBUTTONS";
  69.         public const string SKIN2_TITLEFIVESECT = "SKIN2_TITLEFIVESECT";
  70.         public const string SKIN2_TITLEFONTCOLOR = "SKIN2_TITLEFONTCOLOR";
  71.         public const string SKIN2_TOOLBAR = "SKIN2_TOOLBAR";
  72.         public const string SKIN2_TOOLBARBORDERCOLOR = "SKIN2_TOOLBARBORDERCOLOR";
  73.         public const string SKIN2_TOOLBARDOWNCOLOR = "SKIN2_TOOLBARDOWNCOLOR";
  74.         public const string SKIN2_TOOLBARENDCOLOR = "SKIN2_TOOLBARENDCOLOR";
  75.         public const string SKIN2_TOOLBARONCOLOR = "SKIN2_TOOLBARONCOLOR";
  76.         public const string SKIN2_TOOLBARSTARTCOLOR = "SKIN2_TOOLBARSTARTCOLOR";
  77.         public const string SKIN2_TOPMENUFONTCOLOR = "SKIN2_TOPMENUFONTCOLOR";
  78.         public const string SKIN2_TOPSELECTEDMENUBORDERCOLOR = "SKIN2_TOPSELECTEDMENUBORDERCOLOR";
  79.         public const string SKIN2_TOPSELECTEDMENUCOLOR = "SKIN2_TOPSELECTEDMENUCOLOR";
  80.         public const string SKIN2_TOPSELECTEDMENUFONTCOLOR = "SKIN2_TOPSELECTEDMENUFONTCOLOR";
  81.         public const string SKIN2_TRACKBAR = "SKIN2_TRACKBAR";
  82.         public const string SKIN2_TRACKBARSLIDER = "SKIN2_TRACKBARSLIDER";
  83.         public const string SKIN2_TRACKBARVSLIDER = "SKIN2_TRACKBARVSLIDER";
  84.         public const string SKIN2_TRANSCOLOR = "SKIN2_TRANSCOLOR";
  85.         private Consts()
  86.         {
  87.         }
  88.     }
  89. }