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

.net编程

开发平台:

C#

  1. namespace Sunisoft.IrisSkin
  2. {
  3.     using System;
  4.     using System.Drawing;
  5.     public class TabControlRes : IDisposable
  6.     {
  7.         private Pen x4e3bc09d0766bdda;
  8.         private Bitmap[,] x564c6c527905c683;
  9.         private Bitmap x711921dd2712f496;
  10.         private Brush x9646b37d9a66d008;
  11.         private SkinEngine xdc87e2b99332cd4a;
  12.         public TabControlRes(SkinEngine engine)
  13.         {
  14.             this.xdc87e2b99332cd4a = engine;
  15.             this.x03f66216ed8e1afe();
  16.         }
  17.         public void Dispose()
  18.         {
  19.             this.xdc87e2b99332cd4a = null;
  20.         }
  21.         private void x03f66216ed8e1afe()
  22.         {
  23.             this.x9646b37d9a66d008 = this.xdc87e2b99332cd4a.GetBrush("SKIN2_TABCONTROLCOLOR");
  24.             this.x4e3bc09d0766bdda = new Pen(this.xdc87e2b99332cd4a.GetBrush("SKIN2_TABCONTROLBORDERCOLOR"), 1f);
  25.             this.x564c6c527905c683 = new Bitmap[2, 3];
  26.             for (int i = 0; i < 3; i++)
  27.             {
  28.                 this.x564c6c527905c683[0, i] = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_TABCONTROL", 6, i + 1);
  29.                 this.x564c6c527905c683[1, i] = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_TABCONTROL", 6, i + 4);
  30.             }
  31.             this.x711921dd2712f496 = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_TABCONTROLLINE");
  32.         }
  33.         public Brush BackColorBrush
  34.         {
  35.             get
  36.             {
  37.                 return this.x9646b37d9a66d008;
  38.             }
  39.         }
  40.         public Pen BorderPen
  41.         {
  42.             get
  43.             {
  44.                 return this.x4e3bc09d0766bdda;
  45.             }
  46.         }
  47.         public Bitmap[,] TabImage
  48.         {
  49.             get
  50.             {
  51.                 return this.x564c6c527905c683;
  52.             }
  53.         }
  54.         public Bitmap TabLine
  55.         {
  56.             get
  57.             {
  58.                 return this.x711921dd2712f496;
  59.             }
  60.         }
  61.     }
  62. }