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

.net编程

开发平台:

C#

  1. namespace Sunisoft.IrisSkin
  2. {
  3.     using System;
  4.     using System.Windows.Forms;
  5.     internal class x3e6caec60640904a : x2edc3f693fe78d2e
  6.     {
  7.         public x3e6caec60640904a(Control control, SkinEngine engine) : base(control, engine)
  8.         {
  9.         }
  10.         protected override void DoInit()
  11.         {
  12.             Control parent = base.Ctrl.Parent;
  13.             if ((((!(parent is NumericUpDown) && !(parent is ListView)) && (!(parent is DataGrid) && !(parent is ListBox))) && (!(parent is PropertyGrid) && (parent.CompanyName != "Infragistics, Inc. (www.infragistics.com)"))) && !(parent is DataGridView))
  14.             {
  15.                 base.DoInit();
  16.             }
  17.         }
  18.         protected override int BorderWidth
  19.         {
  20.             get
  21.             {
  22.                 return 1;
  23.             }
  24.         }
  25.         protected override bool ChangeBackColor
  26.         {
  27.             get
  28.             {
  29.                 return false;
  30.             }
  31.         }
  32.     }
  33. }