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

.net编程

开发平台:

C#

  1. namespace Sunisoft.IrisSkin
  2. {
  3.     using System;
  4.     using System.Drawing;
  5.     public class SkinBitmaps : IDisposable
  6.     {
  7.         private Bitmap x048862aee2fbb7b6;
  8.         private Bitmap x079230832986b773;
  9.         private Bitmap x0f026a1d86e2cfd4;
  10.         private Bitmap x114f6663353c562b;
  11.         private Bitmap x1c886665a6136e76;
  12.         private Bitmap x24802ac43d9b7af5;
  13.         private Bitmap x3c2a21d8d15d9bb1;
  14.         private Bitmap x3d2e024a784598d5;
  15.         private Bitmap x4021106c9f5f9916;
  16.         private Bitmap x421416c7bdb1c8c0;
  17.         private Bitmap x4944f3253ed604fe;
  18.         private Bitmap x4d29203e30529d37;
  19.         private Bitmap x4fa1c7e9a378ce7d;
  20.         private Bitmap x4fb141915a72323d;
  21.         private Bitmap x53cf9ae365fc6750;
  22.         private Bitmap x5b254bbb9048a52a;
  23.         private Bitmap x5c533cd8e6e5c871;
  24.         private Bitmap x625a780534399c56;
  25.         private Bitmap x6b5200b8cb0badbb;
  26.         private Bitmap x73408b9bae28f1c0;
  27.         private Bitmap x842bba7c67d596f0;
  28.         private Bitmap x842f8dce891d0e49;
  29.         private Bitmap x8ca5df93d87e7601;
  30.         private Bitmap x8d596e2df0e45028;
  31.         private Bitmap x8e6b08364c633852;
  32.         private Bitmap x95993ff743c4d716;
  33.         private Bitmap x9c3e20a6f8d01e7a;
  34.         private Bitmap xaca54acdfac1b158;
  35.         private Bitmap xb593b0b67850f120;
  36.         private Bitmap xd17a79780ea48cc0;
  37.         private SkinEngine xdc87e2b99332cd4a;
  38.         private Bitmap xdfda3855394bd512;
  39.         private Bitmap xe317167b65b20e4f;
  40.         private Bitmap xeb68386b8c78c07a;
  41.         private Bitmap xf15b36cdcfff527e;
  42.         private Bitmap xf33008181c845518;
  43.         public SkinBitmaps(SkinEngine engine)
  44.         {
  45.             this.xdc87e2b99332cd4a = engine;
  46.         }
  47.         public void Dispose()
  48.         {
  49.             this.xdc87e2b99332cd4a = null;
  50.         }
  51.         public Bitmap SKIN2_BUTTON
  52.         {
  53.             get
  54.             {
  55.                 if (this.x3d2e024a784598d5 == null)
  56.                 {
  57.                     this.x3d2e024a784598d5 = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_BUTTON");
  58.                 }
  59.                 return this.x3d2e024a784598d5;
  60.             }
  61.         }
  62.         public Bitmap SKIN2_CHECKBOX
  63.         {
  64.             get
  65.             {
  66.                 if (this.x842bba7c67d596f0 == null)
  67.                 {
  68.                     this.x842bba7c67d596f0 = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_CHECKBOX");
  69.                 }
  70.                 return this.x842bba7c67d596f0;
  71.             }
  72.         }
  73.         public Bitmap SKIN2_CHECKBOXLIST
  74.         {
  75.             get
  76.             {
  77.                 if (this.x4d29203e30529d37 == null)
  78.                 {
  79.                     this.x4d29203e30529d37 = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_CHECKBOXLIST");
  80.                 }
  81.                 return this.x4d29203e30529d37;
  82.             }
  83.         }
  84.         public Bitmap SKIN2_CHECKEDMENUICON
  85.         {
  86.             get
  87.             {
  88.                 if (this.xdfda3855394bd512 == null)
  89.                 {
  90.                     this.xdfda3855394bd512 = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_CHECKEDMENUICON");
  91.                 }
  92.                 return this.xdfda3855394bd512;
  93.             }
  94.         }
  95.         public Bitmap SKIN2_FORMBOTTOMBORDER1
  96.         {
  97.             get
  98.             {
  99.                 if (this.x5b254bbb9048a52a == null)
  100.                 {
  101.                     this.x5b254bbb9048a52a = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_FORMBOTTOMBORDER1");
  102.                 }
  103.                 return this.x5b254bbb9048a52a;
  104.             }
  105.         }
  106.         public Bitmap SKIN2_FORMBOTTOMBORDER2
  107.         {
  108.             get
  109.             {
  110.                 if (this.x4021106c9f5f9916 == null)
  111.                 {
  112.                     this.x4021106c9f5f9916 = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_FORMBOTTOMBORDER2");
  113.                 }
  114.                 return this.x4021106c9f5f9916;
  115.             }
  116.         }
  117.         public Bitmap SKIN2_FORMBOTTOMBORDER3
  118.         {
  119.             get
  120.             {
  121.                 if (this.x73408b9bae28f1c0 == null)
  122.                 {
  123.                     this.x73408b9bae28f1c0 = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_FORMBOTTOMBORDER3");
  124.                 }
  125.                 return this.x73408b9bae28f1c0;
  126.             }
  127.         }
  128.         public Bitmap SKIN2_FORMLEFTBORDER
  129.         {
  130.             get
  131.             {
  132.                 if (this.x5c533cd8e6e5c871 == null)
  133.                 {
  134.                     this.x5c533cd8e6e5c871 = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_FORMLEFTBORDER");
  135.                 }
  136.                 return this.x5c533cd8e6e5c871;
  137.             }
  138.         }
  139.         public Bitmap SKIN2_FORMRIGHTBORDER
  140.         {
  141.             get
  142.             {
  143.                 if (this.x0f026a1d86e2cfd4 == null)
  144.                 {
  145.                     this.x0f026a1d86e2cfd4 = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_FORMRIGHTBORDER");
  146.                 }
  147.                 return this.x0f026a1d86e2cfd4;
  148.             }
  149.         }
  150.         public Bitmap SKIN2_MENUBAR
  151.         {
  152.             get
  153.             {
  154.                 if (this.xaca54acdfac1b158 == null)
  155.                 {
  156.                     this.xaca54acdfac1b158 = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_MENUBAR");
  157.                 }
  158.                 return this.xaca54acdfac1b158;
  159.             }
  160.         }
  161.         public Bitmap SKIN2_MINIMIZEDTITLE
  162.         {
  163.             get
  164.             {
  165.                 if (this.x079230832986b773 == null)
  166.                 {
  167.                     this.x079230832986b773 = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_MINIMIZEDTITLE");
  168.                 }
  169.                 return this.x079230832986b773;
  170.             }
  171.         }
  172.         public Bitmap SKIN2_PROGRESSBAR1
  173.         {
  174.             get
  175.             {
  176.                 if (this.x4fa1c7e9a378ce7d == null)
  177.                 {
  178.                     this.x4fa1c7e9a378ce7d = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_PROGRESSBAR1");
  179.                 }
  180.                 return this.x4fa1c7e9a378ce7d;
  181.             }
  182.         }
  183.         public Bitmap SKIN2_PROGRESSBAR2
  184.         {
  185.             get
  186.             {
  187.                 if (this.x95993ff743c4d716 == null)
  188.                 {
  189.                     this.x95993ff743c4d716 = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_PROGRESSBAR2");
  190.                 }
  191.                 return this.x95993ff743c4d716;
  192.             }
  193.         }
  194.         public Bitmap SKIN2_PROGRESSBAR3
  195.         {
  196.             get
  197.             {
  198.                 if (this.x4fb141915a72323d == null)
  199.                 {
  200.                     this.x4fb141915a72323d = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_PROGRESSBAR3");
  201.                 }
  202.                 return this.x4fb141915a72323d;
  203.             }
  204.         }
  205.         public Bitmap SKIN2_PROGRESSBAR4
  206.         {
  207.             get
  208.             {
  209.                 if (this.x8ca5df93d87e7601 == null)
  210.                 {
  211.                     this.x8ca5df93d87e7601 = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_PROGRESSBAR4");
  212.                 }
  213.                 return this.x8ca5df93d87e7601;
  214.             }
  215.         }
  216.         public Bitmap SKIN2_RADIOBUTTON
  217.         {
  218.             get
  219.             {
  220.                 if (this.x4944f3253ed604fe == null)
  221.                 {
  222.                     this.x4944f3253ed604fe = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_RADIOBUTTON");
  223.                 }
  224.                 return this.x4944f3253ed604fe;
  225.             }
  226.         }
  227.         public Bitmap SKIN2_SCROLLBAR
  228.         {
  229.             get
  230.             {
  231.                 if (this.xe317167b65b20e4f == null)
  232.                 {
  233.                     this.xe317167b65b20e4f = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_SCROLLBAR");
  234.                 }
  235.                 return this.xe317167b65b20e4f;
  236.             }
  237.         }
  238.         public Bitmap SKIN2_SCROLLBARDOWNBUTTON
  239.         {
  240.             get
  241.             {
  242.                 if (this.x9c3e20a6f8d01e7a == null)
  243.                 {
  244.                     this.x9c3e20a6f8d01e7a = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_SCROLLBARDOWNBUTTON");
  245.                 }
  246.                 return this.x9c3e20a6f8d01e7a;
  247.             }
  248.         }
  249.         public Bitmap SKIN2_SCROLLBARUPBUTTON
  250.         {
  251.             get
  252.             {
  253.                 if (this.xf15b36cdcfff527e == null)
  254.                 {
  255.                     this.xf15b36cdcfff527e = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_SCROLLBARUPBUTTON");
  256.                 }
  257.                 return this.xf15b36cdcfff527e;
  258.             }
  259.         }
  260.         public Bitmap SKIN2_SCROLLBUTTON
  261.         {
  262.             get
  263.             {
  264.                 if (this.x53cf9ae365fc6750 == null)
  265.                 {
  266.                     this.x53cf9ae365fc6750 = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_SCROLLBUTTON");
  267.                 }
  268.                 return this.x53cf9ae365fc6750;
  269.             }
  270.         }
  271.         public Bitmap SKIN2_SIDECHANNELBAR
  272.         {
  273.             get
  274.             {
  275.                 if (this.x625a780534399c56 == null)
  276.                 {
  277.                     this.x625a780534399c56 = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_SIDECHANNELBAR");
  278.                 }
  279.                 return this.x625a780534399c56;
  280.             }
  281.         }
  282.         public Bitmap SKIN2_SIDECHANNELTITLE
  283.         {
  284.             get
  285.             {
  286.                 if (this.xf33008181c845518 == null)
  287.                 {
  288.                     this.xf33008181c845518 = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_SIDECHANNELTITLE");
  289.                 }
  290.                 return this.xf33008181c845518;
  291.             }
  292.         }
  293.         public Bitmap SKIN2_TABCONTROL
  294.         {
  295.             get
  296.             {
  297.                 if (this.x048862aee2fbb7b6 == null)
  298.                 {
  299.                     this.x048862aee2fbb7b6 = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_TABCONTROL");
  300.                 }
  301.                 return this.x048862aee2fbb7b6;
  302.             }
  303.         }
  304.         public Bitmap SKIN2_TABCONTROLLINE
  305.         {
  306.             get
  307.             {
  308.                 if (this.x24802ac43d9b7af5 == null)
  309.                 {
  310.                     this.x24802ac43d9b7af5 = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_TABCONTROLLINE");
  311.                 }
  312.                 return this.x24802ac43d9b7af5;
  313.             }
  314.         }
  315.         public Bitmap SKIN2_TITLEBAR1
  316.         {
  317.             get
  318.             {
  319.                 if (this.x3c2a21d8d15d9bb1 == null)
  320.                 {
  321.                     this.x3c2a21d8d15d9bb1 = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_TITLEBAR1");
  322.                 }
  323.                 return this.x3c2a21d8d15d9bb1;
  324.             }
  325.         }
  326.         public Bitmap SKIN2_TITLEBAR2
  327.         {
  328.             get
  329.             {
  330.                 if (this.x6b5200b8cb0badbb == null)
  331.                 {
  332.                     this.x6b5200b8cb0badbb = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_TITLEBAR2");
  333.                 }
  334.                 return this.x6b5200b8cb0badbb;
  335.             }
  336.         }
  337.         public Bitmap SKIN2_TITLEBAR3
  338.         {
  339.             get
  340.             {
  341.                 if (this.x114f6663353c562b == null)
  342.                 {
  343.                     this.x114f6663353c562b = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_TITLEBAR3");
  344.                 }
  345.                 return this.x114f6663353c562b;
  346.             }
  347.         }
  348.         public Bitmap SKIN2_TITLEBAR4
  349.         {
  350.             get
  351.             {
  352.                 if (this.xb593b0b67850f120 == null)
  353.                 {
  354.                     this.xb593b0b67850f120 = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_TITLEBAR4");
  355.                 }
  356.                 return this.xb593b0b67850f120;
  357.             }
  358.         }
  359.         public Bitmap SKIN2_TITLEBAR5
  360.         {
  361.             get
  362.             {
  363.                 if (this.x421416c7bdb1c8c0 == null)
  364.                 {
  365.                     this.x421416c7bdb1c8c0 = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_TITLEBAR5");
  366.                 }
  367.                 return this.x421416c7bdb1c8c0;
  368.             }
  369.         }
  370.         public Bitmap SKIN2_TITLEBUTTONS
  371.         {
  372.             get
  373.             {
  374.                 if (this.x842f8dce891d0e49 == null)
  375.                 {
  376.                     this.x842f8dce891d0e49 = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_TITLEBUTTONS");
  377.                 }
  378.                 return this.x842f8dce891d0e49;
  379.             }
  380.         }
  381.         public Bitmap SKIN2_TOOLBAR
  382.         {
  383.             get
  384.             {
  385.                 if (this.xd17a79780ea48cc0 == null)
  386.                 {
  387.                     this.xd17a79780ea48cc0 = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_TOOLBAR");
  388.                 }
  389.                 return this.xd17a79780ea48cc0;
  390.             }
  391.         }
  392.         public Bitmap SKIN2_TRACKBAR
  393.         {
  394.             get
  395.             {
  396.                 if (this.x8e6b08364c633852 == null)
  397.                 {
  398.                     this.x8e6b08364c633852 = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_TRACKBAR");
  399.                 }
  400.                 return this.x8e6b08364c633852;
  401.             }
  402.         }
  403.         public Bitmap SKIN2_TRACKBARSLIDER
  404.         {
  405.             get
  406.             {
  407.                 if (this.xeb68386b8c78c07a == null)
  408.                 {
  409.                     this.xeb68386b8c78c07a = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_TRACKBARSLIDER");
  410.                 }
  411.                 return this.xeb68386b8c78c07a;
  412.             }
  413.         }
  414.         public Bitmap SKIN2_TRACKBARSLIDER_180
  415.         {
  416.             get
  417.             {
  418.                 if (this.x8d596e2df0e45028 == null)
  419.                 {
  420.                     this.x8d596e2df0e45028 = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_TRACKBARSLIDER");
  421.                     if (this.x8d596e2df0e45028 != null)
  422.                     {
  423.                         this.x8d596e2df0e45028.RotateFlip(RotateFlipType.Rotate180FlipNone);
  424.                     }
  425.                 }
  426.                 return this.x8d596e2df0e45028;
  427.             }
  428.         }
  429.         public Bitmap SKIN2_TRACKBARVSLIDER
  430.         {
  431.             get
  432.             {
  433.                 if (this.x1c886665a6136e76 == null)
  434.                 {
  435.                     this.x1c886665a6136e76 = this.xdc87e2b99332cd4a.GetBitmap("SKIN2_TRACKBARVSLIDER");
  436.                 }
  437.                 return this.x1c886665a6136e76;
  438.             }
  439.         }
  440.     }
  441. }