Resources.Designer.jsl 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /*******************************************************************************
  2. *
  3. * This code was generated by a tool.
  4. * Runtime Version: 2.0.50727.42
  5. *
  6. * Changes to this file may cause incorrect behavior and will be lost if
  7. * the code is regenerated.
  8. *
  9. ******************************************************************************/
  10. package DokeosAppShare.Properties;
  11. import System.*;
  12. /** A strongly-typed resource class, for looking up localized strings, etc. */
  13. // This class was auto-generated by the StronglyTypedResourceBuilder
  14. // class via a tool like ResGen or Visual Studio.
  15. // To add or remove a member, edit your .ResX file then rerun ResGen
  16. // with the /str option, or rebuild your VS project.
  17. /** @attribute System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")*/
  18. /** @attribute System.Diagnostics.DebuggerNonUserCodeAttribute()*/
  19. /** @attribute System.Runtime.CompilerServices.CompilerGeneratedAttribute()*/
  20. public class Resources {
  21. private static System.Resources.ResourceManager resourceMan;
  22. private static System.Globalization.CultureInfo resourceCulture;
  23. /** @attribute System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")*/
  24. Resources() {
  25. }
  26. /** Returns the cached ResourceManager instance used by this class. */
  27. /** @attribute System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)*/
  28. /** @property */
  29. public static System.Resources.ResourceManager get_ResourceManager() {
  30. if (System.Object.ReferenceEquals(resourceMan, null)) {
  31. System.Resources.ResourceManager temp = new System.Resources.ResourceManager("DokeosAppShare.Properties.Resources", Resources.class.ToType().get_Assembly());
  32. resourceMan = temp;
  33. }
  34. return resourceMan;
  35. }
  36. /** Overrides the current thread's CurrentUICulture property for all */
  37. /** resource lookups using this strongly typed resource class. */
  38. /** @attribute System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)*/
  39. /** @property */
  40. public static System.Globalization.CultureInfo get_Culture() {
  41. return resourceCulture;
  42. }
  43. /** @property */
  44. public static void set_Culture(System.Globalization.CultureInfo value) {
  45. resourceCulture = value;
  46. }
  47. /** Looks up a localized string similar to asdfhye². */
  48. /** @property */
  49. public static String get_session() {
  50. return get_ResourceManager().GetString("session", resourceCulture);
  51. }
  52. }