Fixed resource references.
The image in the about section shows up, and I cleaned up the referenced resources. App size is now 1/10 of what it was, yay!
This commit is contained in:
		
							parent
							
								
									ba9ea144c3
								
							
						
					
					
						commit
						e9ac96f2bc
					
				
					 3 changed files with 70 additions and 46 deletions
				
			
		
							
								
								
									
										68
									
								
								code/build/Properties/Resources.Designer.cs
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										68
									
								
								code/build/Properties/Resources.Designer.cs
									
										
									
										generated
									
									
									
								
							| 
						 | 
				
			
			@ -1,7 +1,7 @@
 | 
			
		|||
//------------------------------------------------------------------------------
 | 
			
		||||
// <auto-generated>
 | 
			
		||||
//     This code was generated by a tool.
 | 
			
		||||
//     Runtime Version:4.0.30319.18034
 | 
			
		||||
//     Runtime Version:4.0.30319.18408
 | 
			
		||||
//
 | 
			
		||||
//     Changes to this file may cause incorrect behavior and will be lost if
 | 
			
		||||
//     the code is regenerated.
 | 
			
		||||
| 
						 | 
				
			
			@ -80,6 +80,26 @@ namespace FileWatcher.Properties {
 | 
			
		|||
            }
 | 
			
		||||
        }
 | 
			
		||||
        
 | 
			
		||||
        /// <summary>
 | 
			
		||||
        ///   Looks up a localized resource of type System.Drawing.Bitmap.
 | 
			
		||||
        /// </summary>
 | 
			
		||||
        internal static System.Drawing.Bitmap arrow_mini_down {
 | 
			
		||||
            get {
 | 
			
		||||
                object obj = ResourceManager.GetObject("arrow_mini_down", resourceCulture);
 | 
			
		||||
                return ((System.Drawing.Bitmap)(obj));
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        
 | 
			
		||||
        /// <summary>
 | 
			
		||||
        ///   Looks up a localized resource of type System.Drawing.Bitmap.
 | 
			
		||||
        /// </summary>
 | 
			
		||||
        internal static System.Drawing.Bitmap arrow_mini_up {
 | 
			
		||||
            get {
 | 
			
		||||
                object obj = ResourceManager.GetObject("arrow_mini_up", resourceCulture);
 | 
			
		||||
                return ((System.Drawing.Bitmap)(obj));
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        
 | 
			
		||||
        /// <summary>
 | 
			
		||||
        ///   Looks up a localized resource of type System.Drawing.Bitmap.
 | 
			
		||||
        /// </summary>
 | 
			
		||||
| 
						 | 
				
			
			@ -175,21 +195,61 @@ namespace FileWatcher.Properties {
 | 
			
		|||
        /// </summary>
 | 
			
		||||
        internal static System.Drawing.Bitmap stock_3d_texture_and_shading_128x128 {
 | 
			
		||||
            get {
 | 
			
		||||
                object obj = ResourceManager.GetObject("stock_3d-texture-and-shading_128x128", resourceCulture);
 | 
			
		||||
                object obj = ResourceManager.GetObject("stock_3d_texture_and_shading_128x128", resourceCulture);
 | 
			
		||||
                return ((System.Drawing.Bitmap)(obj));
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        
 | 
			
		||||
        /// <summary>
 | 
			
		||||
        ///   Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
 | 
			
		||||
        /// </summary>
 | 
			
		||||
        internal static System.Drawing.Icon stock_3d_texture_and_shading_16x16 {
 | 
			
		||||
            get {
 | 
			
		||||
                object obj = ResourceManager.GetObject("stock_3d_texture_and_shading_16x16", resourceCulture);
 | 
			
		||||
                return ((System.Drawing.Icon)(obj));
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        
 | 
			
		||||
        /// <summary>
 | 
			
		||||
        ///   Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
 | 
			
		||||
        /// </summary>
 | 
			
		||||
        internal static System.Drawing.Icon stock_3d_texture_and_shading_32x32 {
 | 
			
		||||
            get {
 | 
			
		||||
                object obj = ResourceManager.GetObject("stock_3d_texture_and_shading_32x32", resourceCulture);
 | 
			
		||||
                return ((System.Drawing.Icon)(obj));
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        
 | 
			
		||||
        /// <summary>
 | 
			
		||||
        ///   Looks up a localized resource of type System.Drawing.Bitmap.
 | 
			
		||||
        /// </summary>
 | 
			
		||||
        internal static System.Drawing.Bitmap stock_3d_texture_and_shading_256x256 {
 | 
			
		||||
        internal static System.Drawing.Bitmap stock_3d_texture_spherical_128x128 {
 | 
			
		||||
            get {
 | 
			
		||||
                object obj = ResourceManager.GetObject("stock_3d-texture-and-shading_256x256", resourceCulture);
 | 
			
		||||
                object obj = ResourceManager.GetObject("stock_3d_texture_spherical_128x128", resourceCulture);
 | 
			
		||||
                return ((System.Drawing.Bitmap)(obj));
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        
 | 
			
		||||
        /// <summary>
 | 
			
		||||
        ///   Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
 | 
			
		||||
        /// </summary>
 | 
			
		||||
        internal static System.Drawing.Icon stock_3d_texture_spherical_16x16 {
 | 
			
		||||
            get {
 | 
			
		||||
                object obj = ResourceManager.GetObject("stock_3d_texture_spherical_16x16", resourceCulture);
 | 
			
		||||
                return ((System.Drawing.Icon)(obj));
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        
 | 
			
		||||
        /// <summary>
 | 
			
		||||
        ///   Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
 | 
			
		||||
        /// </summary>
 | 
			
		||||
        internal static System.Drawing.Icon stock_3d_texture_spherical_32x32 {
 | 
			
		||||
            get {
 | 
			
		||||
                object obj = ResourceManager.GetObject("stock_3d_texture_spherical_32x32", resourceCulture);
 | 
			
		||||
                return ((System.Drawing.Icon)(obj));
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        
 | 
			
		||||
        /// <summary>
 | 
			
		||||
        ///   Looks up a localized resource of type System.Drawing.Bitmap.
 | 
			
		||||
        /// </summary>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -157,60 +157,24 @@
 | 
			
		|||
  <data name="settings" type="System.Resources.ResXFileRef, System.Windows.Forms">
 | 
			
		||||
    <value>..\res\settings.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="stock_3d_texture_and_shading_128x1281" type="System.Resources.ResXFileRef, System.Windows.Forms">
 | 
			
		||||
    <value>..\res\stock_3d-texture-and-shading_128x128.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="stock_3d_texture_and_shading_128x1282" type="System.Resources.ResXFileRef, System.Windows.Forms">
 | 
			
		||||
  <data name="stock_3d_texture_and_shading_128x128" type="System.Resources.ResXFileRef, System.Windows.Forms">
 | 
			
		||||
    <value>..\res\stock_3d-texture-and-shading_128x128.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="stock_3d_texture_and_shading_16x161" type="System.Resources.ResXFileRef, System.Windows.Forms">
 | 
			
		||||
  <data name="stock_3d_texture_and_shading_16x16" type="System.Resources.ResXFileRef, System.Windows.Forms">
 | 
			
		||||
    <value>..\res\stock_3d-texture-and-shading_16x16.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="stock_3d_texture_and_shading_16x162" type="System.Resources.ResXFileRef, System.Windows.Forms">
 | 
			
		||||
    <value>..\res\stock_3d-texture-and-shading_16x16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="stock_3d_texture_and_shading_256x2561" type="System.Resources.ResXFileRef, System.Windows.Forms">
 | 
			
		||||
    <value>..\res\stock_3d-texture-and-shading_256x256.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="stock_3d_texture_and_shading_256x2562" type="System.Resources.ResXFileRef, System.Windows.Forms">
 | 
			
		||||
    <value>..\res\stock_3d-texture-and-shading_256x256.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="stock_3d_texture_and_shading_32x321" type="System.Resources.ResXFileRef, System.Windows.Forms">
 | 
			
		||||
  <data name="stock_3d_texture_and_shading_32x32" type="System.Resources.ResXFileRef, System.Windows.Forms">
 | 
			
		||||
    <value>..\res\stock_3d-texture-and-shading_32x32.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="stock_3d_texture_and_shading_32x322" type="System.Resources.ResXFileRef, System.Windows.Forms">
 | 
			
		||||
    <value>..\res\stock_3d-texture-and-shading_32x32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="stock_3d_texture_and_shading_48x48" type="System.Resources.ResXFileRef, System.Windows.Forms">
 | 
			
		||||
    <value>..\res\stock_3d-texture-and-shading_48x48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="stock_3d_texture_spherical_128x1281" type="System.Resources.ResXFileRef, System.Windows.Forms">
 | 
			
		||||
    <value>..\res\stock_3d-texture-spherical_128x128.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="stock_3d_texture_spherical_128x1282" type="System.Resources.ResXFileRef, System.Windows.Forms">
 | 
			
		||||
  <data name="stock_3d_texture_spherical_128x128" type="System.Resources.ResXFileRef, System.Windows.Forms">
 | 
			
		||||
    <value>..\res\stock_3d-texture-spherical_128x128.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="stock_3d_texture_spherical_16x161" type="System.Resources.ResXFileRef, System.Windows.Forms">
 | 
			
		||||
  <data name="stock_3d_texture_spherical_16x16" type="System.Resources.ResXFileRef, System.Windows.Forms">
 | 
			
		||||
    <value>..\res\stock_3d-texture-spherical_16x16.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="stock_3d_texture_spherical_16x162" type="System.Resources.ResXFileRef, System.Windows.Forms">
 | 
			
		||||
    <value>..\res\stock_3d-texture-spherical_16x16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="stock_3d_texture_spherical_256x2561" type="System.Resources.ResXFileRef, System.Windows.Forms">
 | 
			
		||||
    <value>..\res\stock_3d-texture-spherical_256x256.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="stock_3d_texture_spherical_256x2562" type="System.Resources.ResXFileRef, System.Windows.Forms">
 | 
			
		||||
    <value>..\res\stock_3d-texture-spherical_256x256.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="stock_3d_texture_spherical_32x321" type="System.Resources.ResXFileRef, System.Windows.Forms">
 | 
			
		||||
  <data name="stock_3d_texture_spherical_32x32" type="System.Resources.ResXFileRef, System.Windows.Forms">
 | 
			
		||||
    <value>..\res\stock_3d-texture-spherical_32x32.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="stock_3d_texture_spherical_32x322" type="System.Resources.ResXFileRef, System.Windows.Forms">
 | 
			
		||||
    <value>..\res\stock_3d-texture-spherical_32x32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="stock_3d_texture_spherical_48x48" type="System.Resources.ResXFileRef, System.Windows.Forms">
 | 
			
		||||
    <value>..\res\stock_3d-texture-spherical_48x48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="stop" type="System.Resources.ResXFileRef, System.Windows.Forms">
 | 
			
		||||
    <value>..\res\stop.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
 | 
			
		||||
  </data>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue