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

.net编程

开发平台:

C#

  1. namespace Sunisoft.IrisSkin
  2. {
  3.     using System;
  4.     public class SkinInt : IDisposable
  5.     {
  6.         public int SKIN2_BOTTOMREGIONMAXY;
  7.         public int SKIN2_BOTTOMREGIONMINY;
  8.         public int SKIN2_TITLEBARBUTTONPOSX;
  9.         public int SKIN2_TITLEBARBUTTONPOSY;
  10.         public int SKIN2_TITLEBARCAPTIONTOP;
  11.         public int SKIN2_TITLEBARICONPOSX;
  12.         public int SKIN2_TITLEBARICONPOSY;
  13.         public int SKIN2_TITLEBARREGIONMAXY;
  14.         public int SKIN2_TITLEBARREGIONMINY;
  15.         private SkinEngine xdc87e2b99332cd4a;
  16.         public SkinInt(SkinEngine engine)
  17.         {
  18.             this.xdc87e2b99332cd4a = engine;
  19.             this.xe098eb5fc84e11fd();
  20.         }
  21.         public void Dispose()
  22.         {
  23.             this.xdc87e2b99332cd4a = null;
  24.         }
  25.         private void xe098eb5fc84e11fd()
  26.         {
  27.             this.SKIN2_TITLEBARICONPOSX = this.xdc87e2b99332cd4a.GetInt("SKIN2_TITLEBARICONPOSX");
  28.             this.SKIN2_TITLEBARICONPOSY = this.xdc87e2b99332cd4a.GetInt("SKIN2_TITLEBARICONPOSY");
  29.             this.SKIN2_TITLEBARCAPTIONTOP = this.xdc87e2b99332cd4a.GetInt("SKIN2_TITLEBARCAPTIONTOP");
  30.             this.SKIN2_TITLEBARBUTTONPOSX = this.xdc87e2b99332cd4a.GetInt("SKIN2_TITLEBARBUTTONPOSX");
  31.             this.SKIN2_TITLEBARBUTTONPOSY = this.xdc87e2b99332cd4a.GetInt("SKIN2_TITLEBARBUTTONPOSY");
  32.             this.SKIN2_TITLEBARREGIONMINY = this.xdc87e2b99332cd4a.GetInt("SKIN2_TITLEBARREGIONMINY");
  33.             this.SKIN2_TITLEBARREGIONMAXY = this.xdc87e2b99332cd4a.GetInt("SKIN2_TITLEBARREGIONMAXY");
  34.             this.SKIN2_BOTTOMREGIONMINY = this.xdc87e2b99332cd4a.GetInt("SKIN2_BOTTOMREGIONMINY");
  35.             this.SKIN2_BOTTOMREGIONMAXY = this.xdc87e2b99332cd4a.GetInt("SKIN2_BOTTOMREGIONMAXY");
  36.         }
  37.     }
  38. }