diff options
author | sr55 <[email protected]> | 2008-08-01 18:15:19 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-08-01 18:15:19 +0000 |
commit | 754e130f3401e2ff630d2746b5f99ea66330f119 (patch) | |
tree | 64dc4230cae7a2c1e71512fc39742fa21ee5a358 /win/C#/Properties/Resources.Designer.cs | |
parent | 7dde8068656d19ee95b0b9231e53d1c669806efe (diff) |
WinGui:
- Changed the layout of the Options window.
- Added a "Stop" button to stop encodes.
- Moved Encode status label onto a status bar at the bottom of the window. Now includes scanning status.
- Added and Removed some png images
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1600 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties/Resources.Designer.cs')
-rw-r--r-- | win/C#/Properties/Resources.Designer.cs | 42 |
1 files changed, 14 insertions, 28 deletions
diff --git a/win/C#/Properties/Resources.Designer.cs b/win/C#/Properties/Resources.Designer.cs index 60a12a5c2..f03af9328 100644 --- a/win/C#/Properties/Resources.Designer.cs +++ b/win/C#/Properties/Resources.Designer.cs @@ -81,20 +81,6 @@ namespace Handbrake.Properties { }
}
- internal static System.Drawing.Bitmap Delete {
- get {
- object obj = ResourceManager.GetObject("Delete", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- internal static System.Drawing.Bitmap Disc {
- get {
- object obj = ResourceManager.GetObject("Disc", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
internal static System.Drawing.Bitmap disc_small {
get {
object obj = ResourceManager.GetObject("disc_small", resourceCulture);
@@ -102,37 +88,37 @@ namespace Handbrake.Properties { }
}
- internal static System.Drawing.Bitmap Emoticon {
+ internal static System.Drawing.Bitmap General_Preferences {
get {
- object obj = ResourceManager.GetObject("Emoticon", resourceCulture);
+ object obj = ResourceManager.GetObject("General_Preferences", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
- internal static System.Drawing.Bitmap General_Preferences {
+ internal static System.Drawing.Bitmap hb16 {
get {
- object obj = ResourceManager.GetObject("General_Preferences", resourceCulture);
+ object obj = ResourceManager.GetObject("hb16", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
- internal static System.Drawing.Bitmap Help {
+ internal static System.Drawing.Bitmap hb32 {
get {
- object obj = ResourceManager.GetObject("Help", resourceCulture);
+ object obj = ResourceManager.GetObject("hb32", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
- internal static System.Drawing.Bitmap History {
+ internal static System.Drawing.Bitmap Help16 {
get {
- object obj = ResourceManager.GetObject("History", resourceCulture);
+ object obj = ResourceManager.GetObject("Help16", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
- internal static System.Drawing.Bitmap info {
+ internal static System.Drawing.Bitmap info16 {
get {
- object obj = ResourceManager.GetObject("info", resourceCulture);
+ object obj = ResourceManager.GetObject("info16", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
@@ -207,16 +193,16 @@ namespace Handbrake.Properties { }
}
- internal static System.Drawing.Bitmap Remove {
+ internal static System.Drawing.Bitmap SplashScreen {
get {
- object obj = ResourceManager.GetObject("Remove", resourceCulture);
+ object obj = ResourceManager.GetObject("SplashScreen", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
- internal static System.Drawing.Bitmap SplashScreen {
+ internal static System.Drawing.Bitmap stop {
get {
- object obj = ResourceManager.GetObject("SplashScreen", resourceCulture);
+ object obj = ResourceManager.GetObject("stop", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
|