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

.net编程

开发平台:

C#

  1. namespace Sunisoft.IrisSkin
  2. {
  3.     using System;
  4.     using System.Drawing;
  5.     public class SplitBitmaps : IDisposable
  6.     {
  7.         private Bitmap[] x3d2e024a784598d5;
  8.         private Bitmap[] x4944f3253ed604fe;
  9.         private Bitmap[] x842bba7c67d596f0;
  10.         private Bitmap[] x842f8dce891d0e49;
  11.         private SkinEngine xdc87e2b99332cd4a;
  12.         public SplitBitmaps(SkinEngine engine)
  13.         {
  14.             this.xdc87e2b99332cd4a = engine;
  15.             this.x25a256ec885d930e();
  16.         }
  17.         public void Dispose()
  18.         {
  19.             this.xdc87e2b99332cd4a = null;
  20.         }
  21.         private void x25a256ec885d930e()
  22.         {
  23.         }
  24.         public Bitmap[] SKIN2_BUTTON
  25.         {
  26.             get
  27.             {
  28.                 if (this.x3d2e024a784598d5 == null)
  29.                 {
  30.                     this.x3d2e024a784598d5 = new Bitmap[4];
  31.                     for (int i = 1; i < 4; i++)
  32.                     {
  33.                         this.x3d2e024a784598d5[i] = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_BUTTON", 3, i);
  34.                     }
  35.                 }
  36.                 return this.x3d2e024a784598d5;
  37.             }
  38.         }
  39.         public Bitmap[] SKIN2_CHECKBOX
  40.         {
  41.             get
  42.             {
  43.                 if (this.x842bba7c67d596f0 == null)
  44.                 {
  45.                     this.x842bba7c67d596f0 = new Bitmap[7];
  46.                     for (int i = 1; i < 7; i++)
  47.                     {
  48.                         this.x842bba7c67d596f0[i] = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_CHECKBOX", 6, i);
  49.                     }
  50.                 }
  51.                 return this.x842bba7c67d596f0;
  52.             }
  53.         }
  54.         public Bitmap[] SKIN2_RADIOBUTTON
  55.         {
  56.             get
  57.             {
  58.                 if (this.x4944f3253ed604fe == null)
  59.                 {
  60.                     this.x4944f3253ed604fe = new Bitmap[5];
  61.                     for (int i = 1; i < 5; i++)
  62.                     {
  63.                         this.x4944f3253ed604fe[i] = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_RADIOBUTTON", 4, i);
  64.                     }
  65.                 }
  66.                 return this.x4944f3253ed604fe;
  67.             }
  68.         }
  69.         public Bitmap[] SKIN2_TITLEBUTTONS
  70.         {
  71.             get
  72.             {
  73.                 if (this.x842f8dce891d0e49 == null)
  74.                 {
  75.                     this.x842f8dce891d0e49 = new Bitmap[0x13];
  76.                     for (int i = 1; i < 0x13; i++)
  77.                     {
  78.                         this.x842f8dce891d0e49[i] = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_TITLEBUTTONS", 0x12, i);
  79.                     }
  80.                 }
  81.                 return this.x842f8dce891d0e49;
  82.             }
  83.         }
  84.     }
  85. }