Changeset 99
- Timestamp:
- 2/27/2008 8:13:55 AM (5 years ago)
- Location:
- branches/eraser6/Eraser/Properties
- Files:
-
- 2 edited
-
Resources.Designer.cs (modified) (1 diff)
-
Settings.Designer.cs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Eraser/Properties/Resources.Designer.cs
r94 r99 67 67 } 68 68 } 69 70 internal static System.Drawing.Bitmap BackgroundLogo { 71 get { 72 object obj = ResourceManager.GetObject("BackgroundLogo", resourceCulture); 73 return ((System.Drawing.Bitmap)(obj)); 74 } 75 } 76 77 internal static System.Drawing.Bitmap ToolbarArrow { 78 get { 79 object obj = ResourceManager.GetObject("ToolbarArrow", resourceCulture); 80 return ((System.Drawing.Bitmap)(obj)); 81 } 82 } 83 84 internal static System.Drawing.Bitmap ToolbarHelp { 85 get { 86 object obj = ResourceManager.GetObject("ToolbarHelp", resourceCulture); 87 return ((System.Drawing.Bitmap)(obj)); 88 } 89 } 90 91 internal static System.Drawing.Bitmap ToolbarSchedule { 92 get { 93 object obj = ResourceManager.GetObject("ToolbarSchedule", resourceCulture); 94 return ((System.Drawing.Bitmap)(obj)); 95 } 96 } 97 98 internal static System.Drawing.Bitmap ToolbarSettings { 99 get { 100 object obj = ResourceManager.GetObject("ToolbarSettings", resourceCulture); 101 return ((System.Drawing.Bitmap)(obj)); 102 } 103 } 69 104 } 70 105 } -
branches/eraser6/Eraser/Properties/Settings.Designer.cs
r78 r99 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:2.0.50727. 13784 // Runtime Version:2.0.50727.312 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 9 9 //------------------------------------------------------------------------------ 10 10 11 namespace Eraser.Properties 12 { 13 14 15 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] 17 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 { 19 20 private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 22 public static Settings Default 23 { 24 get 25 { 26 return defaultInstance; 27 } 28 } 29 } 11 namespace Eraser.Properties { 12 13 14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0")] 16 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 18 private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 19 20 public static Settings Default { 21 get { 22 return defaultInstance; 23 } 24 } 25 } 30 26 }
Note: See TracChangeset
for help on using the changeset viewer.
