| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // This code was generated by a tool.
- // Runtime Version:2.0.50727.4952
- //
- // Changes to this file may cause incorrect behavior and will be lost if
- // the code is regenerated.
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace Dongke.IBOSS.PRD.Basics.DockPanel
- {
- using System;
- /// <summary>
- /// A strongly-typed resource class, for looking up localized strings, etc.
- /// </summary>
- // This class was auto-generated by the StronglyTypedResourceBuilder
- // class via a tool like ResGen or Visual Studio.
- // To add or remove a member, edit your .ResX file then rerun ResGen
- // with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class Resources
- {
- private static global::System.Resources.ResourceManager resourceMan;
- private static global::System.Globalization.CultureInfo resourceCulture;
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources()
- {
- }
- /// <summary>
- /// Returns the cached ResourceManager instance used by this class.
- /// </summary>
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Resources.ResourceManager ResourceManager
- {
- get
- {
- if (object.ReferenceEquals(resourceMan, null))
- {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Dongke.IBOSS.PRD.Basics.DockPanel.Resources", typeof(Resources).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
- /// <summary>
- /// Overrides the current thread's CurrentUICulture property for all
- /// resource lookups using this strongly typed resource class.
- /// </summary>
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture
- {
- get
- {
- return resourceCulture;
- }
- set
- {
- resourceCulture = value;
- }
- }
- internal static System.Drawing.Bitmap DockIndicator_PaneDiamond
- {
- get
- {
- object obj = ResourceManager.GetObject("DockIndicator_PaneDiamond", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- internal static System.Drawing.Bitmap DockIndicator_PaneDiamond_Bottom
- {
- get
- {
- object obj = ResourceManager.GetObject("DockIndicator_PaneDiamond_Bottom", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- internal static System.Drawing.Bitmap DockIndicator_PaneDiamond_Fill
- {
- get
- {
- object obj = ResourceManager.GetObject("DockIndicator_PaneDiamond_Fill", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- internal static System.Drawing.Bitmap DockIndicator_PaneDiamond_HotSpot
- {
- get
- {
- object obj = ResourceManager.GetObject("DockIndicator_PaneDiamond_HotSpot", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- internal static System.Drawing.Bitmap DockIndicator_PaneDiamond_HotSpotIndex
- {
- get
- {
- object obj = ResourceManager.GetObject("DockIndicator_PaneDiamond_HotSpotIndex", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- internal static System.Drawing.Bitmap DockIndicator_PaneDiamond_Left
- {
- get
- {
- object obj = ResourceManager.GetObject("DockIndicator_PaneDiamond_Left", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- internal static System.Drawing.Bitmap DockIndicator_PaneDiamond_Right
- {
- get
- {
- object obj = ResourceManager.GetObject("DockIndicator_PaneDiamond_Right", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- internal static System.Drawing.Bitmap DockIndicator_PaneDiamond_Top
- {
- get
- {
- object obj = ResourceManager.GetObject("DockIndicator_PaneDiamond_Top", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- internal static System.Drawing.Bitmap DockIndicator_PanelBottom
- {
- get
- {
- object obj = ResourceManager.GetObject("DockIndicator_PanelBottom", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- internal static System.Drawing.Bitmap DockIndicator_PanelBottom_Active
- {
- get
- {
- object obj = ResourceManager.GetObject("DockIndicator_PanelBottom_Active", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- internal static System.Drawing.Bitmap DockIndicator_PanelFill
- {
- get
- {
- object obj = ResourceManager.GetObject("DockIndicator_PanelFill", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- internal static System.Drawing.Bitmap DockIndicator_PanelFill_Active
- {
- get
- {
- object obj = ResourceManager.GetObject("DockIndicator_PanelFill_Active", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- internal static System.Drawing.Bitmap DockIndicator_PanelLeft
- {
- get
- {
- object obj = ResourceManager.GetObject("DockIndicator_PanelLeft", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- internal static System.Drawing.Bitmap DockIndicator_PanelLeft_Active
- {
- get
- {
- object obj = ResourceManager.GetObject("DockIndicator_PanelLeft_Active", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- internal static System.Drawing.Bitmap DockIndicator_PanelRight
- {
- get
- {
- object obj = ResourceManager.GetObject("DockIndicator_PanelRight", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- internal static System.Drawing.Bitmap DockIndicator_PanelRight_Active
- {
- get
- {
- object obj = ResourceManager.GetObject("DockIndicator_PanelRight_Active", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- internal static System.Drawing.Bitmap DockIndicator_PanelTop
- {
- get
- {
- object obj = ResourceManager.GetObject("DockIndicator_PanelTop", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- internal static System.Drawing.Bitmap DockIndicator_PanelTop_Active
- {
- get
- {
- object obj = ResourceManager.GetObject("DockIndicator_PanelTop_Active", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- internal static System.Drawing.Bitmap DockPane_AutoHide
- {
- get
- {
- object obj = ResourceManager.GetObject("DockPane_AutoHide", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- internal static System.Drawing.Bitmap DockPane_Close
- {
- get
- {
- object obj = ResourceManager.GetObject("DockPane_Close", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- internal static System.Drawing.Bitmap DockPane_Dock
- {
- get
- {
- object obj = ResourceManager.GetObject("DockPane_Dock", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- internal static System.Drawing.Bitmap DockPane_Option
- {
- get
- {
- object obj = ResourceManager.GetObject("DockPane_Option", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- internal static System.Drawing.Bitmap DockPane_OptionOverflow
- {
- get
- {
- object obj = ResourceManager.GetObject("DockPane_OptionOverflow", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- }
- }
|