//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Ringtoets.Common.Forms { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // 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", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class SelectionDialogBase { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal SelectionDialogBase() { } /// /// Returns the cached ResourceManager instance used by this class. /// [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("Ringtoets.Common.Forms.SelectionDialogBase", typeof(SelectionDialogBase).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized resource of type System.Windows.Forms.DockStyle similar to Fill. /// public static System.Windows.Forms.DockStyle ButtonGroupBox_Dock { get { object obj = ResourceManager.GetObject("ButtonGroupBox.Dock", resourceCulture); return ((System.Windows.Forms.DockStyle)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Point similar to {X=0,Y=0}. /// public static System.Drawing.Point ButtonGroupBox_Location { get { object obj = ResourceManager.GetObject("ButtonGroupBox.Location", resourceCulture); return ((System.Drawing.Point)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Size similar to {Width=267, Height=124}. /// public static System.Drawing.Size ButtonGroupBox_Size { get { object obj = ResourceManager.GetObject("ButtonGroupBox.Size", resourceCulture); return ((System.Drawing.Size)(obj)); } } /// /// Looks up a localized resource of type System.Int32 similar to 7. /// public static int ButtonGroupBox_TabIndex { get { object obj = ResourceManager.GetObject("ButtonGroupBox.TabIndex", resourceCulture); return ((int)(obj)); } } /// /// Looks up a localized resource of type System.Windows.Forms.AnchorStyles similar to Top, Right. /// public static System.Windows.Forms.AnchorStyles CustomCancelButton_Anchor { get { object obj = ResourceManager.GetObject("CustomCancelButton.Anchor", resourceCulture); return ((System.Windows.Forms.AnchorStyles)(obj)); } } /// /// Looks up a localized resource of type System.Windows.Forms.ImeMode similar to NoControl. /// public static System.Windows.Forms.ImeMode CustomCancelButton_ImeMode { get { object obj = ResourceManager.GetObject("CustomCancelButton.ImeMode", resourceCulture); return ((System.Windows.Forms.ImeMode)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Point similar to {X=172,Y=6}. /// public static System.Drawing.Point CustomCancelButton_Location { get { object obj = ResourceManager.GetObject("CustomCancelButton.Location", resourceCulture); return ((System.Drawing.Point)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Size similar to {Width=86, Height=23}. /// public static System.Drawing.Size CustomCancelButton_Size { get { object obj = ResourceManager.GetObject("CustomCancelButton.Size", resourceCulture); return ((System.Drawing.Size)(obj)); } } /// /// Looks up a localized resource of type System.Int32 similar to 6. /// public static int CustomCancelButton_TabIndex { get { object obj = ResourceManager.GetObject("CustomCancelButton.TabIndex", resourceCulture); return ((int)(obj)); } } /// /// Looks up a localized string similar to Annuleren. /// public static string CustomCancelButton_Text { get { return ResourceManager.GetString("CustomCancelButton.Text", resourceCulture); } } /// /// Looks up a localized resource of type System.Windows.Forms.DockStyle similar to Fill. /// public static System.Windows.Forms.DockStyle DataGridViewControl_Dock { get { object obj = ResourceManager.GetObject("DataGridViewControl.Dock", resourceCulture); return ((System.Windows.Forms.DockStyle)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Point similar to {X=3,Y=16}. /// public static System.Drawing.Point DataGridViewControl_Location { get { object obj = ResourceManager.GetObject("DataGridViewControl.Location", resourceCulture); return ((System.Drawing.Point)(obj)); } } /// /// Looks up a localized resource of type System.Windows.Forms.Padding similar to {Left=0,Top=0,Right=0,Bottom=5}. /// public static System.Windows.Forms.Padding DataGridViewControl_Padding { get { object obj = ResourceManager.GetObject("DataGridViewControl.Padding", resourceCulture); return ((System.Windows.Forms.Padding)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Size similar to {Width=261, Height=66}. /// public static System.Drawing.Size DataGridViewControl_Size { get { object obj = ResourceManager.GetObject("DataGridViewControl.Size", resourceCulture); return ((System.Drawing.Size)(obj)); } } /// /// Looks up a localized resource of type System.Int32 similar to 0. /// public static int DataGridViewControl_TabIndex { get { object obj = ResourceManager.GetObject("DataGridViewControl.TabIndex", resourceCulture); return ((int)(obj)); } } /// /// Looks up a localized resource of type System.Windows.Forms.ImeMode similar to NoControl. /// public static System.Windows.Forms.ImeMode DeselectAllButton_ImeMode { get { object obj = ResourceManager.GetObject("DeselectAllButton.ImeMode", resourceCulture); return ((System.Windows.Forms.ImeMode)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Point similar to {X=126,Y=6}. /// public static System.Drawing.Point DeselectAllButton_Location { get { object obj = ResourceManager.GetObject("DeselectAllButton.Location", resourceCulture); return ((System.Drawing.Point)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Size similar to {Width=111, Height=23}. /// public static System.Drawing.Size DeselectAllButton_Size { get { object obj = ResourceManager.GetObject("DeselectAllButton.Size", resourceCulture); return ((System.Drawing.Size)(obj)); } } /// /// Looks up a localized resource of type System.Int32 similar to 4. /// public static int DeselectAllButton_TabIndex { get { object obj = ResourceManager.GetObject("DeselectAllButton.TabIndex", resourceCulture); return ((int)(obj)); } } /// /// Looks up a localized string similar to Deselecteer alles. /// public static string DeselectAllButton_Text { get { return ResourceManager.GetString("DeselectAllButton.Text", resourceCulture); } } /// /// Looks up a localized resource of type System.Windows.Forms.AnchorStyles similar to Top, Right. /// public static System.Windows.Forms.AnchorStyles DoForSelectedButton_Anchor { get { object obj = ResourceManager.GetObject("DoForSelectedButton.Anchor", resourceCulture); return ((System.Windows.Forms.AnchorStyles)(obj)); } } /// /// Looks up a localized resource of type System.Boolean similar to False. /// public static bool DoForSelectedButton_Enabled { get { object obj = ResourceManager.GetObject("DoForSelectedButton.Enabled", resourceCulture); return ((bool)(obj)); } } /// /// Looks up a localized resource of type System.Windows.Forms.ImeMode similar to NoControl. /// public static System.Windows.Forms.ImeMode DoForSelectedButton_ImeMode { get { object obj = ResourceManager.GetObject("DoForSelectedButton.ImeMode", resourceCulture); return ((System.Windows.Forms.ImeMode)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Point similar to {X=80,Y=6}. /// public static System.Drawing.Point DoForSelectedButton_Location { get { object obj = ResourceManager.GetObject("DoForSelectedButton.Location", resourceCulture); return ((System.Drawing.Point)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Size similar to {Width=86, Height=23}. /// public static System.Drawing.Size DoForSelectedButton_Size { get { object obj = ResourceManager.GetObject("DoForSelectedButton.Size", resourceCulture); return ((System.Drawing.Size)(obj)); } } /// /// Looks up a localized resource of type System.Int32 similar to 3. /// public static int DoForSelectedButton_TabIndex { get { object obj = ResourceManager.GetObject("DoForSelectedButton.TabIndex", resourceCulture); return ((int)(obj)); } } /// /// Looks up a localized string similar to Genereren. /// public static string DoForSelectedButton_Text { get { return ResourceManager.GetString("DoForSelectedButton.Text", resourceCulture); } } /// /// Looks up a localized resource of type System.Windows.Forms.DockStyle similar to Bottom. /// public static System.Windows.Forms.DockStyle panel1_Dock { get { object obj = ResourceManager.GetObject("panel1.Dock", resourceCulture); return ((System.Windows.Forms.DockStyle)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Point similar to {X=0,Y=124}. /// public static System.Drawing.Point panel1_Location { get { object obj = ResourceManager.GetObject("panel1.Location", resourceCulture); return ((System.Drawing.Point)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Size similar to {Width=267, Height=35}. /// public static System.Drawing.Size panel1_Size { get { object obj = ResourceManager.GetObject("panel1.Size", resourceCulture); return ((System.Drawing.Size)(obj)); } } /// /// Looks up a localized resource of type System.Int32 similar to 8. /// public static int panel1_TabIndex { get { object obj = ResourceManager.GetObject("panel1.TabIndex", resourceCulture); return ((int)(obj)); } } /// /// Looks up a localized resource of type System.Windows.Forms.DockStyle similar to Bottom. /// public static System.Windows.Forms.DockStyle panel2_Dock { get { object obj = ResourceManager.GetObject("panel2.Dock", resourceCulture); return ((System.Windows.Forms.DockStyle)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Point similar to {X=3,Y=82}. /// public static System.Drawing.Point panel2_Location { get { object obj = ResourceManager.GetObject("panel2.Location", resourceCulture); return ((System.Drawing.Point)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Size similar to {Width=261, Height=39}. /// public static System.Drawing.Size panel2_Size { get { object obj = ResourceManager.GetObject("panel2.Size", resourceCulture); return ((System.Drawing.Size)(obj)); } } /// /// Looks up a localized resource of type System.Int32 similar to 6. /// public static int panel2_TabIndex { get { object obj = ResourceManager.GetObject("panel2.TabIndex", resourceCulture); return ((int)(obj)); } } /// /// Looks up a localized resource of type System.Windows.Forms.ImeMode similar to NoControl. /// public static System.Windows.Forms.ImeMode SelectAllButton_ImeMode { get { object obj = ResourceManager.GetObject("SelectAllButton.ImeMode", resourceCulture); return ((System.Windows.Forms.ImeMode)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Point similar to {X=9,Y=6}. /// public static System.Drawing.Point SelectAllButton_Location { get { object obj = ResourceManager.GetObject("SelectAllButton.Location", resourceCulture); return ((System.Drawing.Point)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Size similar to {Width=111, Height=23}. /// public static System.Drawing.Size SelectAllButton_Size { get { object obj = ResourceManager.GetObject("SelectAllButton.Size", resourceCulture); return ((System.Drawing.Size)(obj)); } } /// /// Looks up a localized resource of type System.Int32 similar to 5. /// public static int SelectAllButton_TabIndex { get { object obj = ResourceManager.GetObject("SelectAllButton.TabIndex", resourceCulture); return ((int)(obj)); } } /// /// Looks up a localized string similar to Selecteer alles. /// public static string SelectAllButton_Text { get { return ResourceManager.GetString("SelectAllButton.Text", resourceCulture); } } } }