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

.net编程

开发平台:

C#

  1. namespace Sunisoft.IrisSkin
  2. {
  3.     using System;
  4.     public class Res : IDisposable
  5.     {
  6.         private SkinInt x2491a4d79a7b1ed9;
  7.         private Sunisoft.IrisSkin.TabControlRes x3bf027fb2999c92f;
  8.         private SkinBools x78ac2e397a838680;
  9.         private Sunisoft.IrisSkin.SplitBitmaps x89e66747b11f0a70;
  10.         private SkinBrushes x91bc7f70f8537c7c;
  11.         private SkinColors xa70c7ccd3278240f;
  12.         private Sunisoft.IrisSkin.ScrollBarRes xbf1147be56545845;
  13.         private SkinEngine xdc87e2b99332cd4a;
  14.         private SkinBitmaps xfcfb5c1949fe6b20;
  15.         public Res(SkinEngine engine)
  16.         {
  17.             this.xdc87e2b99332cd4a = engine;
  18.             this.x30b60dadc625bd97();
  19.         }
  20.         public void Dispose()
  21.         {
  22.             this.xdc87e2b99332cd4a = null;
  23.         }
  24.         private void x30b60dadc625bd97()
  25.         {
  26.             this.xa70c7ccd3278240f = new SkinColors(this.xdc87e2b99332cd4a);
  27.             this.x91bc7f70f8537c7c = new SkinBrushes(this.xdc87e2b99332cd4a);
  28.             this.x2491a4d79a7b1ed9 = new SkinInt(this.xdc87e2b99332cd4a);
  29.             this.x78ac2e397a838680 = new SkinBools(this.xdc87e2b99332cd4a);
  30.             this.xfcfb5c1949fe6b20 = new SkinBitmaps(this.xdc87e2b99332cd4a);
  31.             this.x89e66747b11f0a70 = new Sunisoft.IrisSkin.SplitBitmaps(this.xdc87e2b99332cd4a);
  32.             this.xbf1147be56545845 = new Sunisoft.IrisSkin.ScrollBarRes(this.xdc87e2b99332cd4a);
  33.             this.x3bf027fb2999c92f = new Sunisoft.IrisSkin.TabControlRes(this.xdc87e2b99332cd4a);
  34.         }
  35.         public SkinBitmaps Bitmaps
  36.         {
  37.             get
  38.             {
  39.                 return this.xfcfb5c1949fe6b20;
  40.             }
  41.         }
  42.         public SkinBools Bools
  43.         {
  44.             get
  45.             {
  46.                 return this.x78ac2e397a838680;
  47.             }
  48.         }
  49.         public SkinBrushes Brushes
  50.         {
  51.             get
  52.             {
  53.                 return this.x91bc7f70f8537c7c;
  54.             }
  55.         }
  56.         public SkinColors Colors
  57.         {
  58.             get
  59.             {
  60.                 return this.xa70c7ccd3278240f;
  61.             }
  62.         }
  63.         public SkinInt Integers
  64.         {
  65.             get
  66.             {
  67.                 return this.x2491a4d79a7b1ed9;
  68.             }
  69.         }
  70.         public Sunisoft.IrisSkin.ScrollBarRes ScrollBarRes
  71.         {
  72.             get
  73.             {
  74.                 return this.xbf1147be56545845;
  75.             }
  76.         }
  77.         public Sunisoft.IrisSkin.SplitBitmaps SplitBitmaps
  78.         {
  79.             get
  80.             {
  81.                 return this.x89e66747b11f0a70;
  82.             }
  83.         }
  84.         public Sunisoft.IrisSkin.TabControlRes TabControlRes
  85.         {
  86.             get
  87.             {
  88.                 return this.x3bf027fb2999c92f;
  89.             }
  90.         }
  91.     }
  92. }