diff options
author | sr55 <[email protected]> | 2008-09-09 16:48:33 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-09-09 16:48:33 +0000 |
commit | 57dc995028ba55fb514d29855bf0e01f1903791b (patch) | |
tree | af53fdbaa3ec1dd3567d5e29008845974b464258 /win/C#/Properties/Resources.Designer.cs | |
parent | 38340006c9205d3fe61fa8e4bad54afcac64d282 (diff) |
WinGui:
- Allow users to manually import / export the queue.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1682 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties/Resources.Designer.cs')
-rw-r--r-- | win/C#/Properties/Resources.Designer.cs | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/win/C#/Properties/Resources.Designer.cs b/win/C#/Properties/Resources.Designer.cs index f03af9328..ff6d278e5 100644 --- a/win/C#/Properties/Resources.Designer.cs +++ b/win/C#/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
-// Runtime Version:2.0.50727.1433
+// Runtime Version:2.0.50727.3053
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -88,6 +88,13 @@ namespace Handbrake.Properties { }
}
+ internal static System.Drawing.Bitmap folder {
+ get {
+ object obj = ResourceManager.GetObject("folder", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
internal static System.Drawing.Bitmap General_Preferences {
get {
object obj = ResourceManager.GetObject("General_Preferences", resourceCulture);
@@ -193,6 +200,13 @@ namespace Handbrake.Properties { }
}
+ internal static System.Drawing.Bitmap save {
+ get {
+ object obj = ResourceManager.GetObject("save", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
internal static System.Drawing.Bitmap SplashScreen {
get {
object obj = ResourceManager.GetObject("SplashScreen", resourceCulture);
|