Click here to Skip to main content
15,891,867 members
Articles / Desktop Programming / WPF

GoalBook - A Hybrid Smart Client

Rate me:
Please Sign up or sign in to vote.
4.86/5 (24 votes)
25 Sep 2009CPOL10 min read 79.3K   834   69  
A WPF hybrid smart client that synchronises your goals with the Toodledo online To-do service.
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:2.0.50727.4016
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

namespace GoalBook.Notes.Properties {
    using System;
    
    
    /// <summary>
    ///   A strongly-typed resource class, for looking up localized strings, etc.
    /// </summary>
    // This class was auto-generated by the StronglyTypedResourceBuilder
    // class via a tool like ResGen or Visual Studio.
    // To add or remove a member, edit your .ResX file then rerun ResGen
    // with the /str option, or rebuild your VS project.
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    public class Resources {
        
        private static global::System.Resources.ResourceManager resourceMan;
        
        private static global::System.Globalization.CultureInfo resourceCulture;
        
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal Resources() {
        }
        
        /// <summary>
        ///   Returns the cached ResourceManager instance used by this class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        public static global::System.Resources.ResourceManager ResourceManager {
            get {
                if (object.ReferenceEquals(resourceMan, null)) {
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("GoalBook.Notes.Properties.Resources", typeof(Resources).Assembly);
                    resourceMan = temp;
                }
                return resourceMan;
            }
        }
        
        /// <summary>
        ///   Overrides the current thread's CurrentUICulture property for all
        ///   resource lookups using this strongly typed resource class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        public static global::System.Globalization.CultureInfo Culture {
            get {
                return resourceCulture;
            }
            set {
                resourceCulture = value;
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Do you want to delete note &apos;{0}&apos;?.
        /// </summary>
        public static string DeleteNoteMessageText {
            get {
                return ResourceManager.GetString("DeleteNoteMessageText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Confirm Delete.
        /// </summary>
        public static string DeleteNoteText {
            get {
                return ResourceManager.GetString("DeleteNoteText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Edit Note.
        /// </summary>
        public static string EditNote {
            get {
                return ResourceManager.GetString("EditNote", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Show notes in folder.
        /// </summary>
        public static string FilterHeaderText {
            get {
                return ResourceManager.GetString("FilterHeaderText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Added.
        /// </summary>
        public static string LabelAdded {
            get {
                return ResourceManager.GetString("LabelAdded", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Folder.
        /// </summary>
        public static string LabelFolder {
            get {
                return ResourceManager.GetString("LabelFolder", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Synchronisation Pending.
        /// </summary>
        public static string LabelSyncRequired {
            get {
                return ResourceManager.GetString("LabelSyncRequired", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Text.
        /// </summary>
        public static string LabelText {
            get {
                return ResourceManager.GetString("LabelText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Title.
        /// </summary>
        public static string LabelTitle {
            get {
                return ResourceManager.GetString("LabelTitle", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Ctrl+N.
        /// </summary>
        public static string ModifierKeyControlN {
            get {
                return ResourceManager.GetString("ModifierKeyControlN", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Ctrl+Shift+N.
        /// </summary>
        public static string ModifierKeyControlShiftN {
            get {
                return ResourceManager.GetString("ModifierKeyControlShiftN", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to New Note.
        /// </summary>
        public static string NewNoteDialogText {
            get {
                return ResourceManager.GetString("NewNoteDialogText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Note....
        /// </summary>
        public static string NewNoteMenuText {
            get {
                return ResourceManager.GetString("NewNoteMenuText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Showing {0} note{1} (of {2}).
        /// </summary>
        public static string StatusCountMessage {
            get {
                return ResourceManager.GetString("StatusCountMessage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to s.
        /// </summary>
        public static string StatusCountPluralCharacter {
            get {
                return ResourceManager.GetString("StatusCountPluralCharacter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Ctrl+B.
        /// </summary>
        public static string ToolBarBoldInputGestureText {
            get {
                return ResourceManager.GetString("ToolBarBoldInputGestureText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Bold (Ctrl+B).
        /// </summary>
        public static string ToolBarBoldText {
            get {
                return ResourceManager.GetString("ToolBarBoldText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Ctrl+C.
        /// </summary>
        public static string ToolBarCopyInputGestureText {
            get {
                return ResourceManager.GetString("ToolBarCopyInputGestureText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Copy (Ctrl+C).
        /// </summary>
        public static string ToolBarCopyText {
            get {
                return ResourceManager.GetString("ToolBarCopyText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Ctrl+X.
        /// </summary>
        public static string ToolBarCutInputGestureText {
            get {
                return ResourceManager.GetString("ToolBarCutInputGestureText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cut (Ctrl+X).
        /// </summary>
        public static string ToolBarCutText {
            get {
                return ResourceManager.GetString("ToolBarCutText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Increase Indent.
        /// </summary>
        public static string ToolBarIndentText {
            get {
                return ResourceManager.GetString("ToolBarIndentText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Ctrl+I.
        /// </summary>
        public static string ToolBarItalicInputGestureText {
            get {
                return ResourceManager.GetString("ToolBarItalicInputGestureText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Italic (Ctrl+I).
        /// </summary>
        public static string ToolBarItalicText {
            get {
                return ResourceManager.GetString("ToolBarItalicText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Hyperlink ({0}).
        /// </summary>
        public static string ToolBarLinkFormatText {
            get {
                return ResourceManager.GetString("ToolBarLinkFormatText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Ctrl+K.
        /// </summary>
        public static string ToolBarLinkInputGestureText {
            get {
                return ResourceManager.GetString("ToolBarLinkInputGestureText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to HyperLink.
        /// </summary>
        public static string ToolBarLinkText {
            get {
                return ResourceManager.GetString("ToolBarLinkText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Numbers (Ctrl+Shift+N).
        /// </summary>
        public static string ToolBarOrderedListText {
            get {
                return ResourceManager.GetString("ToolBarOrderedListText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Decrease Indent.
        /// </summary>
        public static string ToolBarOutdentText {
            get {
                return ResourceManager.GetString("ToolBarOutdentText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Ctrl+V .
        /// </summary>
        public static string ToolBarPasteInputGestureText {
            get {
                return ResourceManager.GetString("ToolBarPasteInputGestureText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Paste (Ctrl+V).
        /// </summary>
        public static string ToolBarPasteText {
            get {
                return ResourceManager.GetString("ToolBarPasteText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Ctrl+Y.
        /// </summary>
        public static string ToolBarRedoInputGestureText {
            get {
                return ResourceManager.GetString("ToolBarRedoInputGestureText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Redo (Ctrl+Y).
        /// </summary>
        public static string ToolBarRedoText {
            get {
                return ResourceManager.GetString("ToolBarRedoText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Ctrl+Z.
        /// </summary>
        public static string ToolBarUndoInputGestureText {
            get {
                return ResourceManager.GetString("ToolBarUndoInputGestureText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Undo (Ctrl+Z).
        /// </summary>
        public static string ToolBarUndoText {
            get {
                return ResourceManager.GetString("ToolBarUndoText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Bullets (Ctrl+Shift+L).
        /// </summary>
        public static string ToolBarUnorderedListText {
            get {
                return ResourceManager.GetString("ToolBarUnorderedListText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Uri.
        /// </summary>
        public static string UriText {
            get {
                return ResourceManager.GetString("UriText", resourceCulture);
            }
        }
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Australia Australia
I've been working as a software developer since 2000 and hold a Bachelor of Business degree from The Open Polytechnic of New Zealand. Computers are for people and I aim to build applications for people that they would want to use.

Comments and Discussions