//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.18063 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Core.Plugins.CommonTools.Gui.Properties { 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 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() { } /// /// 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("Core.Plugins.CommonTools.Gui.Properties.Resources", typeof(Resources).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.Drawing.Bitmap. /// public static System.Drawing.Bitmap Area { get { object obj = ResourceManager.GetObject("Area", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Area series settings. /// public static string AreaChartSeriesProperties_DisplayName { get { return ResourceManager.GetString("AreaChartSeriesProperties_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Interpolation scheme of the series.. /// public static string AreaChartSeriesProperties_Interpolation_Description { get { return ResourceManager.GetString("AreaChartSeriesProperties_Interpolation_Description", resourceCulture); } } /// /// Looks up a localized string similar to Interpolation. /// public static string AreaChartSeriesProperties_Interpolation_DisplayName { get { return ResourceManager.GetString("AreaChartSeriesProperties_Interpolation_DisplayName", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap ArrowDown { get { object obj = ResourceManager.GetObject("ArrowDown", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap ArrowUp { get { object obj = ResourceManager.GetObject("ArrowUp", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap Bars { get { object obj = ResourceManager.GetObject("Bars", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Color of the bars in the series.. /// public static string BarSeriesProperties_Color_Description { get { return ResourceManager.GetString("BarSeriesProperties_Color_Description", resourceCulture); } } /// /// Looks up a localized string similar to Color. /// public static string BarSeriesProperties_Color_DisplayName { get { return ResourceManager.GetString("BarSeriesProperties_Color_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Dash style of the line along the circumference of the series.. /// public static string BarSeriesProperties_DashStyle_Description { get { return ResourceManager.GetString("BarSeriesProperties_DashStyle_Description", resourceCulture); } } /// /// Looks up a localized string similar to Dash style. /// public static string BarSeriesProperties_DashStyle_DisplayName { get { return ResourceManager.GetString("BarSeriesProperties_DashStyle_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Bar series settings. /// public static string BarSeriesProperties_DisplayName { get { return ResourceManager.GetString("BarSeriesProperties_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Visibility of the line along the circumference of the series.. /// public static string BarSeriesProperties_LineVisible_Description { get { return ResourceManager.GetString("BarSeriesProperties_LineVisible_Description", resourceCulture); } } /// /// Looks up a localized string similar to Color of the line along the circumference of the series.. /// public static string BarSeriesProperties_OutlineColor_Description { get { return ResourceManager.GetString("BarSeriesProperties_OutlineColor_Description", resourceCulture); } } /// /// Looks up a localized string similar to Outline color. /// public static string BarSeriesProperties_OutlineColor_DisplayName { get { return ResourceManager.GetString("BarSeriesProperties_OutlineColor_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Width of the line along the circumference of the series.. /// public static string BarSeriesProperties_Width_Description { get { return ResourceManager.GetString("BarSeriesProperties_Width_Description", resourceCulture); } } /// /// Looks up a localized string similar to Width. /// public static string BarSeriesProperties_Width_DisplayName { get { return ResourceManager.GetString("BarSeriesProperties_Width_DisplayName", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap Calculator { get { object obj = ResourceManager.GetObject("Calculator", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to General. /// public static string Categories_General { get { return ResourceManager.GetString("Categories_General", resourceCulture); } } /// /// Looks up a localized string similar to General. /// public static string Categories_General1 { get { return ResourceManager.GetString("Categories_General1", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap Chart { get { object obj = ResourceManager.GetObject("Chart", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Automatically detect the minimum and maximum values of the series and use those as limits for the axis.. /// public static string ChartAxisProperties_Automatic_Description { get { return ResourceManager.GetString("ChartAxisProperties_Automatic_Description", resourceCulture); } } /// /// Looks up a localized string similar to Automatic range. /// public static string ChartAxisProperties_Automatic_DisplayName { get { return ResourceManager.GetString("ChartAxisProperties_Automatic_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Axis settings. /// public static string ChartAxisProperties_DisplayName { get { return ResourceManager.GetString("ChartAxisProperties_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to The font of the labels on the axis.. /// public static string ChartAxisProperties_LabelFont_Description { get { return ResourceManager.GetString("ChartAxisProperties_LabelFont_Description", resourceCulture); } } /// /// Looks up a localized string similar to Label font. /// public static string ChartAxisProperties_LabelFont_DisplayName { get { return ResourceManager.GetString("ChartAxisProperties_LabelFont_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Determines whether or not to show the labels of this axis.. /// public static string ChartAxisProperties_Labels_Description { get { return ResourceManager.GetString("ChartAxisProperties_Labels_Description", resourceCulture); } } /// /// Looks up a localized string similar to Show labels. /// public static string ChartAxisProperties_Labels_DisplayName { get { return ResourceManager.GetString("ChartAxisProperties_Labels_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Determines whether or not the axis uses a logarithmic scale (true) or a linear scale (false).. /// public static string ChartAxisProperties_Logarithmic_Description { get { return ResourceManager.GetString("ChartAxisProperties_Logarithmic_Description", resourceCulture); } } /// /// Looks up a localized string similar to Logarithmic. /// public static string ChartAxisProperties_Logarithmic_DisplayName { get { return ResourceManager.GetString("ChartAxisProperties_Logarithmic_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Maximum value for this axis.. /// public static string ChartAxisProperties_Maximum_Description { get { return ResourceManager.GetString("ChartAxisProperties_Maximum_Description", resourceCulture); } } /// /// Looks up a localized string similar to Maximum. /// public static string ChartAxisProperties_Maximum_DisplayName { get { return ResourceManager.GetString("ChartAxisProperties_Maximum_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Minimum value for this axis.. /// public static string ChartAxisProperties_Minimum_Description { get { return ResourceManager.GetString("ChartAxisProperties_Minimum_Description", resourceCulture); } } /// /// Looks up a localized string similar to Minimum. /// public static string ChartAxisProperties_Minimum_DisplayName { get { return ResourceManager.GetString("ChartAxisProperties_Minimum_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to The title of these axis.. /// public static string ChartAxisProperties_Title_Description { get { return ResourceManager.GetString("ChartAxisProperties_Title_Description", resourceCulture); } } /// /// Looks up a localized string similar to Title. /// public static string ChartAxisProperties_Title_DisplayName { get { return ResourceManager.GetString("ChartAxisProperties_Title_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to The font of the title of the axis.. /// public static string ChartAxisProperties_TitleFont_Description { get { return ResourceManager.GetString("ChartAxisProperties_TitleFont_Description", resourceCulture); } } /// /// Looks up a localized string similar to Title font. /// public static string ChartAxisProperties_TitleFont_DisplayName { get { return ResourceManager.GetString("ChartAxisProperties_TitleFont_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Determines wither or not to show these axis.. /// public static string ChartAxisProperties_Visible_Description { get { return ResourceManager.GetString("ChartAxisProperties_Visible_Description", resourceCulture); } } /// /// Looks up a localized string similar to Line style. /// public static string Charting_Categories_LineStyle { get { return ResourceManager.GetString("Charting_Categories_LineStyle", resourceCulture); } } /// /// Looks up a localized string similar to Point style. /// public static string Charting_Categories_PointStyle { get { return ResourceManager.GetString("Charting_Categories_PointStyle", resourceCulture); } } /// /// Looks up a localized string similar to Visible. /// public static string ChartingProperties_Visible_DisplayName { get { return ResourceManager.GetString("ChartingProperties_Visible_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Area style. /// public static string ChartingSeriesProperties_AreaStyle_DisplayName { get { return ResourceManager.GetString("ChartingSeriesProperties_AreaStyle_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Color of the chart's background.. /// public static string ChartProperties_BackgroundColor_Description { get { return ResourceManager.GetString("ChartProperties_BackgroundColor_Description", resourceCulture); } } /// /// Looks up a localized string similar to Background color. /// public static string ChartProperties_BackgroundColor_DisplayName { get { return ResourceManager.GetString("ChartProperties_BackgroundColor_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Bottom axis of this chart.. /// public static string ChartProperties_BottomAxis_Description { get { return ResourceManager.GetString("ChartProperties_BottomAxis_Description", resourceCulture); } } /// /// Looks up a localized string similar to Bottom axis. /// public static string ChartProperties_BottomAxis_DisplayName { get { return ResourceManager.GetString("ChartProperties_BottomAxis_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Axes. /// public static string ChartProperties_Categories_Axes { get { return ResourceManager.GetString("ChartProperties_Categories_Axes", resourceCulture); } } /// /// Looks up a localized string similar to Legend. /// public static string ChartProperties_Categories_Legend { get { return ResourceManager.GetString("ChartProperties_Categories_Legend", resourceCulture); } } /// /// Looks up a localized string similar to Title. /// public static string ChartProperties_Categories_Title { get { return ResourceManager.GetString("ChartProperties_Categories_Title", resourceCulture); } } /// /// Looks up a localized string similar to Chart settings. /// public static string ChartProperties_DisplayName { get { return ResourceManager.GetString("ChartProperties_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Font. /// public static string ChartProperties_Font_DisplayName { get { return ResourceManager.GetString("ChartProperties_Font_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Used font in the chart legend.. /// public static string ChartProperties_Font_Legend_Description { get { return ResourceManager.GetString("ChartProperties_Font_Legend_Description", resourceCulture); } } /// /// Looks up a localized string similar to Font can not be empty.. /// public static string ChartProperties_FontValid_Font_can_not_be_empty_ { get { return ResourceManager.GetString("ChartProperties_FontValid_Font_can_not_be_empty_", resourceCulture); } } /// /// Looks up a localized string similar to Font size is not within limits (3 - 200). /// public static string ChartProperties_FontValid_Font_size_is_not_within_limits__3___200_ { get { return ResourceManager.GetString("ChartProperties_FontValid_Font_size_is_not_within_limits__3___200_", resourceCulture); } } /// /// Looks up a localized string similar to Left axis of this chart.. /// public static string ChartProperties_LeftAxis_Description { get { return ResourceManager.GetString("ChartProperties_LeftAxis_Description", resourceCulture); } } /// /// Looks up a localized string similar to Left axis. /// public static string ChartProperties_LeftAxis_DisplayName { get { return ResourceManager.GetString("ChartProperties_LeftAxis_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to The placement location of the legend of this chart.. /// public static string ChartProperties_LegendAlignment_Description { get { return ResourceManager.GetString("ChartProperties_LegendAlignment_Description", resourceCulture); } } /// /// Looks up a localized string similar to Alignment. /// public static string ChartProperties_LegendAlignment_DisplayName { get { return ResourceManager.GetString("ChartProperties_LegendAlignment_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Right axis of this chart.. /// public static string ChartProperties_RightAcis_Description { get { return ResourceManager.GetString("ChartProperties_RightAcis_Description", resourceCulture); } } /// /// Looks up a localized string similar to Right axis. /// public static string ChartProperties_RightAxis_DisplayName { get { return ResourceManager.GetString("ChartProperties_RightAxis_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to The title of the chart.. /// public static string ChartProperties_Title_Description { get { return ResourceManager.GetString("ChartProperties_Title_Description", resourceCulture); } } /// /// Looks up a localized string similar to Text. /// public static string ChartProperties_Title_DisplayName { get { return ResourceManager.GetString("ChartProperties_Title_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Used font in the chart title.. /// public static string ChartProperties_TitleFont_Description { get { return ResourceManager.GetString("ChartProperties_TitleFont_Description", resourceCulture); } } /// /// Looks up a localized string similar to Determines whether or not to show the title.. /// public static string ChartProperties_TitleVisibility_Description { get { return ResourceManager.GetString("ChartProperties_TitleVisibility_Description", resourceCulture); } } /// /// Looks up a localized string similar to Determines whether or not to show the legend.. /// public static string ChartProperties_Visible_Description { get { return ResourceManager.GetString("ChartProperties_Visible_Description", resourceCulture); } } /// /// Looks up a localized string similar to Series settings. /// public static string ChartSeriesProperties_DisplayName { get { return ResourceManager.GetString("ChartSeriesProperties_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Determines whether or not to show this series in the chart legend.. /// public static string ChartSeriesProperties_ShowInLegend_Description { get { return ResourceManager.GetString("ChartSeriesProperties_ShowInLegend_Description", resourceCulture); } } /// /// Looks up a localized string similar to Show in legend. /// public static string ChartSeriesProperties_ShowInLegend_DisplayName { get { return ResourceManager.GetString("ChartSeriesProperties_ShowInLegend_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Title of this series.. /// public static string ChartSeriesProperties_Title_Description { get { return ResourceManager.GetString("ChartSeriesProperties_Title_Description", resourceCulture); } } /// /// Looks up a localized string similar to The vertical axis whose values are associated with this series.. /// public static string ChartSeriesProperties_VerticalAxis_Description { get { return ResourceManager.GetString("ChartSeriesProperties_VerticalAxis_Description", resourceCulture); } } /// /// Looks up a localized string similar to Vertical axis. /// public static string ChartSeriesProperties_VerticalAxis_DisplayName { get { return ResourceManager.GetString("ChartSeriesProperties_VerticalAxis_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Chart. /// public static string ChartTreeNodePresenter_UpdateNode_Chart { get { return ResourceManager.GetString("ChartTreeNodePresenter_UpdateNode_Chart", resourceCulture); } } /// /// Looks up a localized string similar to Given name of this item.. /// public static string Common_Name_Description { get { return ResourceManager.GetString("Common_Name_Description", resourceCulture); } } /// /// Looks up a localized string similar to Name. /// public static string Common_Name_DisplayName { get { return ResourceManager.GetString("Common_Name_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to TODO: show dialog and select which part of function should be shown on a chart and select series type.. /// public static string CommonToolsGuiPlugin_ActiveViewDragDrop_TODO__show_dialog_and_select_which_part_of_function_should_be_shown_on_a_chart_and_select_series_type_ { get { return ResourceManager.GetString("CommonToolsGuiPlugin_ActiveViewDragDrop_TODO__show_dialog_and_select_which_part_o" + "f_function_should_be_shown_on_a_chart_and_select_series_type_", resourceCulture); } } /// /// Looks up a localized string similar to Generate Data in Series.... /// public static string CommonToolsGuiPlugin_CommonToolsGuiPlugin_Generate_Data_in_Series___ { get { return ResourceManager.GetString("CommonToolsGuiPlugin_CommonToolsGuiPlugin_Generate_Data_in_Series___", resourceCulture); } } /// /// Looks up a localized string similar to View of type {0} has multiple ITimeNavigatable ChildViews: ambiguous.. /// public static string CommonToolsGuiPlugin_FindTimeNavigatableView_View_of_type__0__has_multiple_ITimeNavigatable_ChildViews__ambiguous_ { get { return ResourceManager.GetString("CommonToolsGuiPlugin_FindTimeNavigatableView_View_of_type__0__has_multiple_ITimeN" + "avigatable_ChildViews__ambiguous_", resourceCulture); } } /// /// Looks up a localized string similar to Copy State. /// public static string CommonToolsGuiPlugin_GetContextMenu_Copy_State { get { return ResourceManager.GetString("CommonToolsGuiPlugin_GetContextMenu_Copy_State", resourceCulture); } } /// /// Looks up a localized string similar to Paste State. /// public static string CommonToolsGuiPlugin_GetContextMenu_Paste_State { get { return ResourceManager.GetString("CommonToolsGuiPlugin_GetContextMenu_Paste_State", resourceCulture); } } /// /// Looks up a localized string similar to Use as Initial State. /// public static string CommonToolsGuiPlugin_GetContextMenu_Use_as_Initial_State { get { return ResourceManager.GetString("CommonToolsGuiPlugin_GetContextMenu_Use_as_Initial_State", resourceCulture); } } /// /// Looks up a localized string similar to Use Last Valid Restart. /// public static string CommonToolsGuiPlugin_GetContextMenu_Use_Last_Valid_Restart { get { return ResourceManager.GetString("CommonToolsGuiPlugin_GetContextMenu_Use_Last_Valid_Restart", resourceCulture); } } /// /// Looks up a localized string similar to Use Restart. /// public static string CommonToolsGuiPlugin_GetContextMenu_Use_Restart { get { return ResourceManager.GetString("CommonToolsGuiPlugin_GetContextMenu_Use_Restart", resourceCulture); } } /// /// Looks up a localized string similar to Browser. /// public static string CommonToolsGuiPlugin_GetViewInfoObjects_Browser { get { return ResourceManager.GetString("CommonToolsGuiPlugin_GetViewInfoObjects_Browser", resourceCulture); } } /// /// Looks up a localized string similar to Chart View. /// public static string CommonToolsGuiPlugin_GetViewInfoObjects_Chart_View { get { return ResourceManager.GetString("CommonToolsGuiPlugin_GetViewInfoObjects_Chart_View", resourceCulture); } } /// /// Looks up a localized string similar to Export from project. /// public static string CommonToolsGuiPlugin_GetViewInfoObjects_Export_from_project { get { return ResourceManager.GetString("CommonToolsGuiPlugin_GetViewInfoObjects_Export_from_project", resourceCulture); } } /// /// Looks up a localized string similar to Table View. /// public static string CommonToolsGuiPlugin_GetViewInfoObjects_Table_View { get { return ResourceManager.GetString("CommonToolsGuiPlugin_GetViewInfoObjects_Table_View", resourceCulture); } } /// /// Looks up a localized string similar to Text editor. /// public static string CommonToolsGuiPlugin_GetViewInfoObjects_Text_editor { get { return ResourceManager.GetString("CommonToolsGuiPlugin_GetViewInfoObjects_Text_editor", resourceCulture); } } /// /// Looks up a localized string similar to Chart. /// public static string CommonToolsGuiPlugin_InitializeChartLegendView_Chart { get { return ResourceManager.GetString("CommonToolsGuiPlugin_InitializeChartLegendView_Chart", resourceCulture); } } /// /// Looks up a localized string similar to Data. /// public static string CommonToolsGuiPlugin_InitializeFunctionTreeView_Data { get { return ResourceManager.GetString("CommonToolsGuiPlugin_InitializeFunctionTreeView_Data", resourceCulture); } } /// /// Looks up a localized string similar to Composite Activity. /// public static string CompositeActivityProperties_DisplayName { get { return ResourceManager.GetString("CompositeActivityProperties_DisplayName", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap Control { get { object obj = ResourceManager.GetObject("Control", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Data item. /// public static string DataItemProperties_DisplayName { get { return ResourceManager.GetString("DataItemProperties_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Name of the data item shown to the user.. /// public static string DataItemProperties_Name_Description { get { return ResourceManager.GetString("DataItemProperties_Name_Description", resourceCulture); } } /// /// Looks up a localized string similar to Data item set. /// public static string DataItemSetProperties_DisplayName { get { return ResourceManager.GetString("DataItemSetProperties_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Name of the data item set shown to the user.. /// public static string DataItemSetProperties_Name_Description { get { return ResourceManager.GetString("DataItemSetProperties_Name_Description", resourceCulture); } } /// /// Looks up a localized string similar to This variable depends on these variables.. /// public static string DependentVariableProperties_DependsOn_Description { get { return ResourceManager.GetString("DependentVariableProperties_DependsOn_Description", resourceCulture); } } /// /// Looks up a localized string similar to Depends on. /// public static string DependentVariableProperties_DependsOn_DisplayName { get { return ResourceManager.GetString("DependentVariableProperties_DependsOn_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Dependent variable. /// public static string DependentVariableProperties_DisplayName { get { return ResourceManager.GetString("DependentVariableProperties_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Value that represents the absence of data.. /// public static string DependentVariableProperties_NoDataValue_Description { get { return ResourceManager.GetString("DependentVariableProperties_NoDataValue_Description", resourceCulture); } } /// /// Looks up a localized string similar to 'No data'-value. /// public static string DependentVariableProperties_NoDataValue_DisplayName { get { return ResourceManager.GetString("DependentVariableProperties_NoDataValue_DisplayName", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap Eraser { get { object obj = ResourceManager.GetObject("Eraser", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Wizard did not finish correctly. Unable to configure.. /// public static string ExportProjectFolderWizardDialog_Configure_Wizard_did_not_finish_correctly__Unable_to_configure_ { get { return ResourceManager.GetString("ExportProjectFolderWizardDialog_Configure_Wizard_did_not_finish_correctly__Unable" + "_to_configure_", resourceCulture); } } /// /// Looks up a localized string similar to Wizard is incompatible with given exporter.. /// public static string ExportProjectFolderWizardDialog_Configure_Wizard_is_incompatible_with_given_exporter_ { get { return ResourceManager.GetString("ExportProjectFolderWizardDialog_Configure_Wizard_is_incompatible_with_given_expor" + "ter_", resourceCulture); } } /// /// Looks up a localized string similar to Export from project. /// public static string ExportProjectFolderWizardDialog_ExportProjectFolderWizardDialog_Export_from_project { get { return ResourceManager.GetString("ExportProjectFolderWizardDialog_ExportProjectFolderWizardDialog_Export_from_proje" + "ct", resourceCulture); } } /// /// Looks up a localized string similar to Press Finish to Finish.. /// public static string ExportProjectFolderWizardDialog_ExportProjectFolderWizardDialog_Press_Finish_to_Finish_ { get { return ResourceManager.GetString("ExportProjectFolderWizardDialog_ExportProjectFolderWizardDialog_Press_Finish_to_F" + "inish_", resourceCulture); } } /// /// Looks up a localized string similar to Project file to which the currently selected folder or project will be exported. /// public static string ExportProjectFolderWizardDialog_ExportProjectFolderWizardDialog_Project_file_to_which_the_currently_selected_folder_or_project_will_be_exported { get { return ResourceManager.GetString("ExportProjectFolderWizardDialog_ExportProjectFolderWizardDialog_Project_file_to_w" + "hich_the_currently_selected_folder_or_project_will_be_exported", resourceCulture); } } /// /// Looks up a localized string similar to target .dsproj file. /// public static string ExportProjectFolderWizardDialog_ExportProjectFolderWizardDialog_target__dsproj_file { get { return ResourceManager.GetString("ExportProjectFolderWizardDialog_ExportProjectFolderWizardDialog_target__dsproj_fi" + "le", resourceCulture); } } /// /// Looks up a localized string similar to This wizard is used to export the current project or a folder in the current project to a new project.. /// public static string ExportProjectFolderWizardDialog_ExportProjectFolderWizardDialog_This_wizard_is_used_to_export_the_current_project_or_a_folder_in_the_current_project_to_a_new_project_ { get { return ResourceManager.GetString("ExportProjectFolderWizardDialog_ExportProjectFolderWizardDialog_This_wizard_is_us" + "ed_to_export_the_current_project_or_a_folder_in_the_current_project_to_a_new_pro" + "ject_", resourceCulture); } } /// /// Looks up a localized string similar to The real-world date and time at the time this restart state was created.. /// public static string FileBasedRestartStateProperties_CreationTime_Description { get { return ResourceManager.GetString("FileBasedRestartStateProperties_CreationTime_Description", resourceCulture); } } /// /// Looks up a localized string similar to Creation time. /// public static string FileBasedRestartStateProperties_CreationTime_DisplayName { get { return ResourceManager.GetString("FileBasedRestartStateProperties_CreationTime_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to The description text for this restart state.. /// public static string FileBasedRestartStateProperties_Description_Description { get { return ResourceManager.GetString("FileBasedRestartStateProperties_Description_Description", resourceCulture); } } /// /// Looks up a localized string similar to Description. /// public static string FileBasedRestartStateProperties_Description_DisplayName { get { return ResourceManager.GetString("FileBasedRestartStateProperties_Description_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Restart state. /// public static string FileBasedRestartStateProperties_DisplayName { get { return ResourceManager.GetString("FileBasedRestartStateProperties_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Indicates if this restart state is empty or not.. /// public static string FileBasedRestartStateProperties_Empty_Description { get { return ResourceManager.GetString("FileBasedRestartStateProperties_Empty_Description", resourceCulture); } } /// /// Looks up a localized string similar to Is empty. /// public static string FileBasedRestartStateProperties_Empty_DisplayName { get { return ResourceManager.GetString("FileBasedRestartStateProperties_Empty_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Name of the restart state.. /// public static string FileBasedRestartStateProperties_Name_Description { get { return ResourceManager.GetString("FileBasedRestartStateProperties_Name_Description", resourceCulture); } } /// /// Looks up a localized string similar to The simulation date and time for which this restart state was created.. /// public static string FileBasedRestartStateProperties_SimulationTime_Description { get { return ResourceManager.GetString("FileBasedRestartStateProperties_SimulationTime_Description", resourceCulture); } } /// /// Looks up a localized string similar to Simulation time. /// public static string FileBasedRestartStateProperties_SimulationTime_DisplayName { get { return ResourceManager.GetString("FileBasedRestartStateProperties_SimulationTime_DisplayName", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap Folder { get { object obj = ResourceManager.GetObject("Folder", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Folder. /// public static string FolderProperties_DisplayName { get { return ResourceManager.GetString("FolderProperties_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Name of the folder shown to the user.. /// public static string FolderProperties_Name_Description { get { return ResourceManager.GetString("FolderProperties_Name_Description", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap Forward { get { object obj = ResourceManager.GetObject("Forward", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap FullScreen { get { object obj = ResourceManager.GetObject("FullScreen", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap Function { get { object obj = ResourceManager.GetObject("Function", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap FunctionArgument { get { object obj = ResourceManager.GetObject("FunctionArgument", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Couldn't create the view because one of the functions is null / empty. /// public static string FunctionChartSeriesCreator_ThrowWhenFunctionIsInvalid_Couldn_t_create_the_view_because_one_of_the_functions_is_null___empty { get { return ResourceManager.GetString("FunctionChartSeriesCreator_ThrowWhenFunctionIsInvalid_Couldn_t_create_the_view_be" + "cause_one_of_the_functions_is_null___empty", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't create view because one of the functions doesn't contain arguments. /// public static string FunctionChartSeriesCreator_ThrowWhenFunctionIsInvalid_Couldn_t_create_view_because_one_of_the_functions_doesn_t_contain_arguments { get { return ResourceManager.GetString("FunctionChartSeriesCreator_ThrowWhenFunctionIsInvalid_Couldn_t_create_view_becaus" + "e_one_of_the_functions_doesn_t_contain_arguments", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't create view because one of the functions doesn't contain components. /// public static string FunctionChartSeriesCreator_ThrowWhenFunctionIsInvalid_Couldn_t_create_view_because_one_of_the_functions_doesn_t_contain_components { get { return ResourceManager.GetString("FunctionChartSeriesCreator_ThrowWhenFunctionIsInvalid_Couldn_t_create_view_becaus" + "e_one_of_the_functions_doesn_t_contain_components", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't create view because one of the functions component name is the same as the argument name which is not allowed. /// public static string FunctionChartSeriesCreator_ThrowWhenFunctionVariableNamesAreInvalid_Couldn_t_create_view_because_one_of_the_functions_component_name_is_the_same_as_the_argument_name_which_is_not_allowed { get { return ResourceManager.GetString("FunctionChartSeriesCreator_ThrowWhenFunctionVariableNamesAreInvalid_Couldn_t_crea" + "te_view_because_one_of_the_functions_component_name_is_the_same_as_the_argument_" + "name_which_is_not_allowed", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't create view because one of the functions doesn't contain a valid argument name. /// public static string FunctionChartSeriesCreator_ThrowWhenFunctionVariableNamesAreInvalid_Couldn_t_create_view_because_one_of_the_functions_doesn_t_contain_a_valid_argument_name { get { return ResourceManager.GetString("FunctionChartSeriesCreator_ThrowWhenFunctionVariableNamesAreInvalid_Couldn_t_crea" + "te_view_because_one_of_the_functions_doesn_t_contain_a_valid_argument_name", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't create view because one of the functions doesn't contain a valid component name. /// public static string FunctionChartSeriesCreator_ThrowWhenFunctionVariableNamesAreInvalid_Couldn_t_create_view_because_one_of_the_functions_doesn_t_contain_a_valid_component_name { get { return ResourceManager.GetString("FunctionChartSeriesCreator_ThrowWhenFunctionVariableNamesAreInvalid_Couldn_t_crea" + "te_view_because_one_of_the_functions_doesn_t_contain_a_valid_component_name", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't create view because one of the functions doesn't contain an argument of type network location. /// public static string FunctionChartSeriesCreator_ThrowWhenValueTypeIsNull_Couldn_t_create_view_because_one_of_the_functions_doesn_t_contain_an_argument_of_type_network_location { get { return ResourceManager.GetString("FunctionChartSeriesCreator_ThrowWhenValueTypeIsNull_Couldn_t_create_view_because_" + "one_of_the_functions_doesn_t_contain_an_argument_of_type_network_location", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap FunctionComponent { get { object obj = ResourceManager.GetObject("FunctionComponent", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap FunctionGrid2D { get { object obj = ResourceManager.GetObject("FunctionGrid2D", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap GenerateData { get { object obj = ResourceManager.GetObject("GenerateData", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to There should be at least one interval step between the start and end values.. /// public static string GenerateDataSeriesWizard_CalculateRowsFromStartAndEnd_There_should_be_at_least_one_interval_step_between_the_start_and_end_values_ { get { return ResourceManager.GetString("GenerateDataSeriesWizard_CalculateRowsFromStartAndEnd_There_should_be_at_least_on" + "e_interval_step_between_the_start_and_end_values_", resourceCulture); } } /// /// Looks up a localized string similar to Please enter a interval > 0.. /// public static string GenerateDataSeriesWizard_CheckInput_Please_enter_a_interval___0_ { get { return ResourceManager.GetString("GenerateDataSeriesWizard_CheckInput_Please_enter_a_interval___0_", resourceCulture); } } /// /// Looks up a localized string similar to The constant value of the component '{0}' isn't set yet. All component fields are mandatory.. /// public static string GenerateDataSeriesWizard_CheckInput_The_constant_value_of_the_component___0___isn_t_set_yet__All_component_fields_are_mandatory_ { get { return ResourceManager.GetString("GenerateDataSeriesWizard_CheckInput_The_constant_value_of_the_component___0___isn" + "_t_set_yet__All_component_fields_are_mandatory_", resourceCulture); } } /// /// Looks up a localized string similar to The end value of the data series to generate isn't set yet. All argument interval fields are mandatory.. /// public static string GenerateDataSeriesWizard_CheckInput_The_end_value_of_the_data_series_to_generate_isn_t_set_yet__All_argument_interval_fields_are_mandatory_ { get { return ResourceManager.GetString("GenerateDataSeriesWizard_CheckInput_The_end_value_of_the_data_series_to_generate_" + "isn_t_set_yet__All_argument_interval_fields_are_mandatory_", resourceCulture); } } /// /// Looks up a localized string similar to The interval value of the data series to generate isn't set yet. All argument interval fields are mandatory.. /// public static string GenerateDataSeriesWizard_CheckInput_The_interval_value_of_the_data_series_to_generate_isn_t_set_yet__All_argument_interval_fields_are_mandatory_ { get { return ResourceManager.GetString("GenerateDataSeriesWizard_CheckInput_The_interval_value_of_the_data_series_to_gene" + "rate_isn_t_set_yet__All_argument_interval_fields_are_mandatory_", resourceCulture); } } /// /// Looks up a localized string similar to The starting value of the data series to generate isn't set yet. All argument interval fields are mandatory.. /// public static string GenerateDataSeriesWizard_CheckInput_The_starting_value_of_the_data_series_to_generate_isn_t_set_yet__All_argument_interval_fields_are_mandatory_ { get { return ResourceManager.GetString("GenerateDataSeriesWizard_CheckInput_The_starting_value_of_the_data_series_to_gene" + "rate_isn_t_set_yet__All_argument_interval_fields_are_mandatory_", resourceCulture); } } /// /// Looks up a localized string similar to Data generation settings error. /// public static string GenerateDataSeriesWizard_MessageBoxHeader_Data_generation_settings_error { get { return ResourceManager.GetString("GenerateDataSeriesWizard_MessageBoxHeader_Data_generation_settings_error", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap ImageExport { get { object obj = ResourceManager.GetObject("ImageExport", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Wizard did not finish correctly. Unable to configure.. /// public static string ImportProjectFolderWizardDialog_Configure_Wizard_did_not_finish_correctly__Unable_to_configure_ { get { return ResourceManager.GetString("ImportProjectFolderWizardDialog_Configure_Wizard_did_not_finish_correctly__Unable" + "_to_configure_", resourceCulture); } } /// /// Looks up a localized string similar to Wizard is incompatibale with given importer.. /// public static string ImportProjectFolderWizardDialog_Configure_Wizard_is_incompatibale_with_given_importer_ { get { return ResourceManager.GetString("ImportProjectFolderWizardDialog_Configure_Wizard_is_incompatibale_with_given_impo" + "rter_", resourceCulture); } } /// /// Looks up a localized string similar to .dsproj file to be imported. /// public static string ImportProjectFolderWizardDialog_ImportProjectFolderWizardDialog__dsproj_file_to_be_imported { get { return ResourceManager.GetString("ImportProjectFolderWizardDialog_ImportProjectFolderWizardDialog__dsproj_file_to_b" + "e_imported", resourceCulture); } } /// /// Looks up a localized string similar to Import project. /// public static string ImportProjectFolderWizardDialog_ImportProjectFolderWizardDialog_Import_project { get { return ResourceManager.GetString("ImportProjectFolderWizardDialog_ImportProjectFolderWizardDialog_Import_project", resourceCulture); } } /// /// Looks up a localized string similar to Press Finish to Finish.. /// public static string ImportProjectFolderWizardDialog_ImportProjectFolderWizardDialog_Press_Finish_to_Finish_ { get { return ResourceManager.GetString("ImportProjectFolderWizardDialog_ImportProjectFolderWizardDialog_Press_Finish_to_F" + "inish_", resourceCulture); } } /// /// Looks up a localized string similar to Select an existing project from which you want to import. /// public static string ImportProjectFolderWizardDialog_ImportProjectFolderWizardDialog_Select_an_existing_project_from_which_you_want_to_import { get { return ResourceManager.GetString("ImportProjectFolderWizardDialog_ImportProjectFolderWizardDialog_Select_an_existin" + "g_project_from_which_you_want_to_import", resourceCulture); } } /// /// Looks up a localized string similar to This wizard is used to import data from an existing project into the current project.. /// public static string ImportProjectFolderWizardDialog_ImportProjectFolderWizardDialog_This_wizard_is_used_to_import_data_from_an_existing_project_into_the_current_project_ { get { return ResourceManager.GetString("ImportProjectFolderWizardDialog_ImportProjectFolderWizardDialog_This_wizard_is_us" + "ed_to_import_data_from_an_existing_project_into_the_current_project_", resourceCulture); } } /// /// Looks up a localized string similar to Independent variable. /// public static string IndependentVariableProperties_DisplayName { get { return ResourceManager.GetString("IndependentVariableProperties_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to The extrapolation scheme used along this variable.. /// public static string IndependentVariableProperties_Extrapolation_Description { get { return ResourceManager.GetString("IndependentVariableProperties_Extrapolation_Description", resourceCulture); } } /// /// Looks up a localized string similar to Extrapolation. /// public static string IndependentVariableProperties_Extrapolation_DisplayName { get { return ResourceManager.GetString("IndependentVariableProperties_Extrapolation_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to The interpolation scheme used along this variable.. /// public static string IndependentVariableProperties_Interpolation_Description { get { return ResourceManager.GetString("IndependentVariableProperties_Interpolation_Description", resourceCulture); } } /// /// Looks up a localized string similar to Interpolation. /// public static string IndependentVariableProperties_Interpolation_DisplayName { get { return ResourceManager.GetString("IndependentVariableProperties_Interpolation_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to The unit in which the variable values are expressed.. /// public static string IndependentVariableProperties_Unit_Description { get { return ResourceManager.GetString("IndependentVariableProperties_Unit_Description", resourceCulture); } } /// /// Looks up a localized string similar to Value count. /// public static string IndependentVariableProperties_ValueCount_DisplayName { get { return ResourceManager.GetString("IndependentVariableProperties_ValueCount_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Number of defined values in this variable.. /// public static string IndependentVariableProperties_VariableCount_Description { get { return ResourceManager.GetString("IndependentVariableProperties_VariableCount_Description", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap Line { get { object obj = ResourceManager.GetObject("Line", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Color of the line series.. /// public static string LineChartSeriesProperties_Color_Description { get { return ResourceManager.GetString("LineChartSeriesProperties_Color_Description", resourceCulture); } } /// /// Looks up a localized string similar to Color. /// public static string LineChartSeriesProperties_Color_DisplayName { get { return ResourceManager.GetString("LineChartSeriesProperties_Color_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to The dash style applied to the line series.. /// public static string LineChartSeriesProperties_DashStyle_Description { get { return ResourceManager.GetString("LineChartSeriesProperties_DashStyle_Description", resourceCulture); } } /// /// Looks up a localized string similar to Dash style. /// public static string LineChartSeriesProperties_DashStyle_DisplayName { get { return ResourceManager.GetString("LineChartSeriesProperties_DashStyle_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Line series settings. /// public static string LineChartSeriesProperties_DisplayName { get { return ResourceManager.GetString("LineChartSeriesProperties_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Determines whether or not to show the title as label.. /// public static string LineChartSeriesProperties_TitleLabelVisible_Description { get { return ResourceManager.GetString("LineChartSeriesProperties_TitleLabelVisible_Description", resourceCulture); } } /// /// Looks up a localized string similar to Show title label. /// public static string LineChartSeriesProperties_TitleLabelVisible_DisplayName { get { return ResourceManager.GetString("LineChartSeriesProperties_TitleLabelVisible_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Width of the line series.. /// public static string LineChartSeriesProperties_Width_Description { get { return ResourceManager.GetString("LineChartSeriesProperties_Width_Description", resourceCulture); } } /// /// Looks up a localized string similar to Width. /// public static string LineChartSeriesProperties_Width_DisplayName { get { return ResourceManager.GetString("LineChartSeriesProperties_Width_DisplayName", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap LocationAndTimeDependentFunction { get { object obj = ResourceManager.GetObject("LocationAndTimeDependentFunction", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap LocationAndTimeDependentFunctionEmpty { get { object obj = ResourceManager.GetObject("LocationAndTimeDependentFunctionEmpty", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap LocationDependentFunction { get { object obj = ResourceManager.GetObject("LocationDependentFunction", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap LocationDependentFunctionEmpty { get { object obj = ResourceManager.GetObject("LocationDependentFunctionEmpty", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Unable to set no data values for series. Invalid type. /// public static string MultipleFunctionView_GetNoDataValues_Unable_to_set_no_data_values_for_series__Invalid_type { get { return ResourceManager.GetString("MultipleFunctionView_GetNoDataValues_Unable_to_set_no_data_values_for_series__Inv" + "alid_type", resourceCulture); } } /// /// Looks up a localized string similar to Non-identical argument values encountered. /// public static string MultipleFunctionView_GetReuseViewData_Non_identical_argument_values_encountered { get { return ResourceManager.GetString("MultipleFunctionView_GetReuseViewData_Non_identical_argument_values_encountered", resourceCulture); } } /// /// Looks up a localized string similar to Table will be hidden. Continue to add function to current view?. /// public static string MultipleFunctionView_GetReuseViewData_Table_will_be_hidden__Continue_to_add_function_to_current_view_ { get { return ResourceManager.GetString("MultipleFunctionView_GetReuseViewData_Table_will_be_hidden__Continue_to_add_funct" + "ion_to_current_view_", resourceCulture); } } /// /// Looks up a localized string similar to Function view. /// public static string MultipleFunctionView_MultipleFunctionView_Function_view { get { return ResourceManager.GetString("MultipleFunctionView_MultipleFunctionView_Function_view", resourceCulture); } } /// /// Looks up a localized string similar to Please enter a value >= {0}. /// public static string MultipleFunctionView_TableViewEditorValidator_Larger { get { return ResourceManager.GetString("MultipleFunctionView_TableViewEditorValidator_Larger", resourceCulture); } } /// /// Looks up a localized string similar to Please enter a unique value. Value {0} is already present.. /// public static string MultipleFunctionView_TableViewEditorValidator_Please_enter_a_unique_value__Value__0__is_already_present_ { get { return ResourceManager.GetString("MultipleFunctionView_TableViewEditorValidator_Please_enter_a_unique_value__Value_" + "_0__is_already_present_", resourceCulture); } } /// /// Looks up a localized string similar to Please enter a valid number. /// public static string MultipleFunctionView_TableViewEditorValidator_Please_enter_a_valid_number { get { return ResourceManager.GetString("MultipleFunctionView_TableViewEditorValidator_Please_enter_a_valid_number", resourceCulture); } } /// /// Looks up a localized string similar to Please enter a value <= {0}. /// public static string MultipleFunctionView_TableViewEditorValidator_Smaller { get { return ResourceManager.GetString("MultipleFunctionView_TableViewEditorValidator_Smaller", resourceCulture); } } /// /// Looks up a localized string similar to Year should not be smaller than 1000. /// public static string MultipleFunctionView_TableViewEditorValidator_Year_should_not_be_smaller_than_1000 { get { return ResourceManager.GetString("MultipleFunctionView_TableViewEditorValidator_Year_should_not_be_smaller_than_100" + "0", resourceCulture); } } /// /// Looks up a localized string similar to Too many chart series to draw... Limited to the first {0}.. /// public static string MultipleFunctionView_TableViewSelectionChanged_Too_many_chart_series_to_draw____Limited_to_the_first__0__ { get { return ResourceManager.GetString("MultipleFunctionView_TableViewSelectionChanged_Too_many_chart_series_to_draw____L" + "imited_to_the_first__0__", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap Next { get { object obj = ResourceManager.GetObject("Next", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Parameter. /// public static string ParameterProperties_DisplayName { get { return ResourceManager.GetString("ParameterProperties_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Name of the parameter shown to the user.. /// public static string ParameterProperties_Name_Description { get { return ResourceManager.GetString("ParameterProperties_Name_Description", resourceCulture); } } /// /// Looks up a localized string similar to The unit in which the parameter values is expressed.. /// public static string ParameterProperties_Unit_Description { get { return ResourceManager.GetString("ParameterProperties_Unit_Description", resourceCulture); } } /// /// Looks up a localized string similar to The value of this parameter.. /// public static string ParameterProperties_Value_Description { get { return ResourceManager.GetString("ParameterProperties_Value_Description", resourceCulture); } } /// /// Looks up a localized string similar to Value. /// public static string ParameterProperties_Value_DisplayName { get { return ResourceManager.GetString("ParameterProperties_Value_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to The value type of the parameter.. /// public static string ParameterProperties_ValueType_Description { get { return ResourceManager.GetString("ParameterProperties_ValueType_Description", resourceCulture); } } /// /// Looks up a localized string similar to Point settings. /// public static string PointChartSeriesProperties_DisplayName { get { return ResourceManager.GetString("PointChartSeriesProperties_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Color of the value pointers.. /// public static string PointChartSeriesProperties_PointerColor_Description { get { return ResourceManager.GetString("PointChartSeriesProperties_PointerColor_Description", resourceCulture); } } /// /// Looks up a localized string similar to Pointer color. /// public static string PointChartSeriesProperties_PointerColor_DisplayName { get { return ResourceManager.GetString("PointChartSeriesProperties_PointerColor_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Determines wither or not to show the line along the circumference of the value pointers.. /// public static string PointChartSeriesProperties_PointerLineVisible_Description { get { return ResourceManager.GetString("PointChartSeriesProperties_PointerLineVisible_Description", resourceCulture); } } /// /// Looks up a localized string similar to Show pointer outline. /// public static string PointChartSeriesProperties_PointerLineVisible_DisplayName { get { return ResourceManager.GetString("PointChartSeriesProperties_PointerLineVisible_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Color of the line along the circumference of the value pointers.. /// public static string PointChartSeriesProperties_PointerOutlineColor_Description { get { return ResourceManager.GetString("PointChartSeriesProperties_PointerOutlineColor_Description", resourceCulture); } } /// /// Looks up a localized string similar to Pointer outline color. /// public static string PointChartSeriesProperties_PointerOutlineColor_DisplayName { get { return ResourceManager.GetString("PointChartSeriesProperties_PointerOutlineColor_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Shape of the value pointers.. /// public static string PointChartSeriesProperties_PointerShape_Description { get { return ResourceManager.GetString("PointChartSeriesProperties_PointerShape_Description", resourceCulture); } } /// /// Looks up a localized string similar to Shape. /// public static string PointChartSeriesProperties_PointerShape_DisplayName { get { return ResourceManager.GetString("PointChartSeriesProperties_PointerShape_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Size of the value pointers.. /// public static string PointChartSeriesProperties_Size_Description { get { return ResourceManager.GetString("PointChartSeriesProperties_Size_Description", resourceCulture); } } /// /// Looks up a localized string similar to Size. /// public static string PointChartSeriesProperties_Size_DisplayName { get { return ResourceManager.GetString("PointChartSeriesProperties_Size_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Determines whether or not to show the value pointers of the series.. /// public static string PointChartSeriesProperties_Visibility_Description { get { return ResourceManager.GetString("PointChartSeriesProperties_Visibility_Description", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap Points { get { object obj = ResourceManager.GetObject("Points", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap Polygon { get { object obj = ResourceManager.GetObject("Polygon", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Color of the area series.. /// public static string PolygonChartSeriesProperties_AreaColor_Description { get { return ResourceManager.GetString("PolygonChartSeriesProperties_AreaColor_Description", resourceCulture); } } /// /// Looks up a localized string similar to When true, the polygon is automatically closed by drawing a line between the last and first defined points.. /// public static string PolygonChartSeriesProperties_Closed_Description { get { return ResourceManager.GetString("PolygonChartSeriesProperties_Closed_Description", resourceCulture); } } /// /// Looks up a localized string similar to Auto-close polygon. /// public static string PolygonChartSeriesProperties_Closed_DisplayName { get { return ResourceManager.GetString("PolygonChartSeriesProperties_Closed_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Polygon series settings. /// public static string PolygonChartSeriesProperties_DisplayName { get { return ResourceManager.GetString("PolygonChartSeriesProperties_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Fill color. /// public static string PolygonChartSeriesProperties_FillColor_DisplayName { get { return ResourceManager.GetString("PolygonChartSeriesProperties_FillColor_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Secondary color used in the hatch style.. /// public static string PolygonChartSeriesProperties_HatchColor_Description { get { return ResourceManager.GetString("PolygonChartSeriesProperties_HatchColor_Description", resourceCulture); } } /// /// Looks up a localized string similar to Hatch color. /// public static string PolygonChartSeriesProperties_HatchColor_DisplayName { get { return ResourceManager.GetString("PolygonChartSeriesProperties_HatchColor_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Hatch style of this series.. /// public static string PolygonChartSeriesProperties_HatchStyle_Description { get { return ResourceManager.GetString("PolygonChartSeriesProperties_HatchStyle_Description", resourceCulture); } } /// /// Looks up a localized string similar to Hatch Style. /// public static string PolygonChartSeriesProperties_HatchStyle_DisplayName { get { return ResourceManager.GetString("PolygonChartSeriesProperties_HatchStyle_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Percentage of transparency of the series.. /// public static string PolygonChartSeriesProperties_Transparency_Description { get { return ResourceManager.GetString("PolygonChartSeriesProperties_Transparency_Description", resourceCulture); } } /// /// Looks up a localized string similar to Transparency. /// public static string PolygonChartSeriesProperties_Transparency_DisplayName { get { return ResourceManager.GetString("PolygonChartSeriesProperties_Transparency_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Determines whether or not to use a hatch style for the series.. /// public static string PolygonChartSeriesProperties_UseHatch_Description { get { return ResourceManager.GetString("PolygonChartSeriesProperties_UseHatch_Description", resourceCulture); } } /// /// Looks up a localized string similar to Use hatch brush. /// public static string PolygonChartSeriesProperties_UseHatch_DisplayName { get { return ResourceManager.GetString("PolygonChartSeriesProperties_UseHatch_DisplayName", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap Previous { get { object obj = ResourceManager.GetObject("Previous", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Project. /// public static string ProjectProperties_Categories_Project { get { return ResourceManager.GetString("ProjectProperties_Categories_Project", resourceCulture); } } /// /// Looks up a localized string similar to Date and time when the project was changed.. /// public static string ProjectProperties_ChangeTime_Description { get { return ResourceManager.GetString("ProjectProperties_ChangeTime_Description", resourceCulture); } } /// /// Looks up a localized string similar to Changed. /// public static string ProjectProperties_ChangeTime_DisplayName { get { return ResourceManager.GetString("ProjectProperties_ChangeTime_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Date and time when this project was created.. /// public static string ProjectProperties_CreateTime_Description { get { return ResourceManager.GetString("ProjectProperties_CreateTime_Description", resourceCulture); } } /// /// Looks up a localized string similar to Created. /// public static string ProjectProperties_CreateTime_DisplayName { get { return ResourceManager.GetString("ProjectProperties_CreateTime_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Short description of the project.. /// public static string ProjectProperties_Description_Description { get { return ResourceManager.GetString("ProjectProperties_Description_Description", resourceCulture); } } /// /// Looks up a localized string similar to Description. /// public static string ProjectProperties_Description_DisplayName { get { return ResourceManager.GetString("ProjectProperties_Description_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Project. /// public static string ProjectProperties_DisplayName { get { return ResourceManager.GetString("ProjectProperties_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Name of the project shown to the user.. /// public static string ProjectProperties_Name_Description { get { return ResourceManager.GetString("ProjectProperties_Name_Description", resourceCulture); } } /// /// Looks up a localized string similar to Size of all the project data, in kilobytes.. /// public static string ProjectProperties_Size_Description { get { return ResourceManager.GetString("ProjectProperties_Size_Description", resourceCulture); } } /// /// Looks up a localized string similar to Size. /// public static string ProjectProperties_Size_DisplayName { get { return ResourceManager.GetString("ProjectProperties_Size_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Number of tasks in the project.. /// public static string ProjectProperties_TaskCount_Description { get { return ResourceManager.GetString("ProjectProperties_TaskCount_Description", resourceCulture); } } /// /// Looks up a localized string similar to Task count. /// public static string ProjectProperties_TaskCount_DisplayName { get { return ResourceManager.GetString("ProjectProperties_TaskCount_DisplayName", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap Rewind { get { object obj = ResourceManager.GetObject("Rewind", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Chart Contents. /// public static string Ribbon_Chart_Contents { get { return ResourceManager.GetString("Ribbon_Chart_Contents", resourceCulture); } } /// /// Looks up a localized string similar to Charting. /// public static string Ribbon_ContextualGroup_Charting { get { return ResourceManager.GetString("Ribbon_ContextualGroup_Charting", resourceCulture); } } /// /// Looks up a localized string similar to Data Structure View. /// public static string Ribbon_Data_Structure_View { get { return ResourceManager.GetString("Ribbon_Data_Structure_View", resourceCulture); } } /// /// Looks up a localized string similar to Decrease Font Sizes. /// public static string Ribbon_DecreaseFontSize { get { return ResourceManager.GetString("Ribbon_DecreaseFontSize", resourceCulture); } } /// /// Looks up a localized string similar to Export as Image. /// public static string Ribbon_ExportAsImage { get { return ResourceManager.GetString("Ribbon_ExportAsImage", resourceCulture); } } /// /// Looks up a localized string similar to Export. /// public static string Ribbon_GroupBox_Export { get { return ResourceManager.GetString("Ribbon_GroupBox_Export", resourceCulture); } } /// /// Looks up a localized string similar to Show/Hide. /// public static string Ribbon_GroupBox_Show_Hide { get { return ResourceManager.GetString("Ribbon_GroupBox_Show_Hide", resourceCulture); } } /// /// Looks up a localized string similar to Style. /// public static string Ribbon_GroupBox_Style { get { return ResourceManager.GetString("Ribbon_GroupBox_Style", resourceCulture); } } /// /// Looks up a localized string similar to Tools. /// public static string Ribbon_GroupBox_Tools { get { return ResourceManager.GetString("Ribbon_GroupBox_Tools", resourceCulture); } } /// /// Looks up a localized string similar to Increase Font Sizes. /// public static string Ribbon_IncreaseFontSize { get { return ResourceManager.GetString("Ribbon_IncreaseFontSize", resourceCulture); } } /// /// Looks up a localized string similar to Ruler. /// public static string Ribbon_Ruler { get { return ResourceManager.GetString("Ribbon_Ruler", resourceCulture); } } /// /// Looks up a localized string similar to Chart. /// public static string Ribbon_TabItem_Chart { get { return ResourceManager.GetString("Ribbon_TabItem_Chart", resourceCulture); } } /// /// Looks up a localized string similar to View. /// public static string Ribbon_TabItem_View { get { return ResourceManager.GetString("Ribbon_TabItem_View", resourceCulture); } } /// /// Looks up a localized string similar to Time Navigator. /// public static string Ribbon_Time_Navigator { get { return ResourceManager.GetString("Ribbon_Time_Navigator", resourceCulture); } } /// /// Looks up a localized string similar to Undo/Redo. /// public static string Ribbon_Undo_Redo { get { return ResourceManager.GetString("Ribbon_Undo_Redo", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap ruler_3 { get { object obj = ResourceManager.GetObject("ruler_3", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Ringtoets Project File. /// public static string SelectProjectFileWizardPage_ButtonSelectFileClick_Ringtoets_Project_File { get { return ResourceManager.GetString("SelectProjectFileWizardPage_ButtonSelectFileClick_Ringtoets_Project_File", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap Stacked { get { object obj = ResourceManager.GetObject("Stacked", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap Stop { get { object obj = ResourceManager.GetObject("Stop", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to right-click to join tabs. /// public static string TabbedMultipleFunctionView_ConfigureControls_right_click_to_join_tabs { get { return ResourceManager.GetString("TabbedMultipleFunctionView_ConfigureControls_right_click_to_join_tabs", resourceCulture); } } /// /// Looks up a localized string similar to right-click to split into tabs. /// public static string TabbedMultipleFunctionView_ConfigureControls_right_click_to_split_into_tabs { get { return ResourceManager.GetString("TabbedMultipleFunctionView_ConfigureControls_right_click_to_split_into_tabs", resourceCulture); } } /// /// Looks up a localized string similar to Cannot display series with different argument values in one table.. /// public static string TabbedMultipleFunctionView_JoinTabsEventHandler_Cannot_display_series_with_different_argument_values_in_one_table_ { get { return ResourceManager.GetString("TabbedMultipleFunctionView_JoinTabsEventHandler_Cannot_display_series_with_differ" + "ent_argument_values_in_one_table_", resourceCulture); } } /// /// Looks up a localized string similar to Tab join error. /// public static string TabbedMultipleFunctionView_JoinTabsEventHandler_Tab_join_error { get { return ResourceManager.GetString("TabbedMultipleFunctionView_JoinTabsEventHandler_Tab_join_error", resourceCulture); } } /// /// Looks up a localized string similar to Function view. /// public static string TabbedMultipleFunctionView_TabbedMultipleFunctionView_Function_view { get { return ResourceManager.GetString("TabbedMultipleFunctionView_TabbedMultipleFunctionView_Function_view", resourceCulture); } } /// /// Looks up a localized string similar to join tabs.... /// public static string TabbedMultipleFunctionView_TabbedMultipleFunctionView_join_tabs___ { get { return ResourceManager.GetString("TabbedMultipleFunctionView_TabbedMultipleFunctionView_join_tabs___", resourceCulture); } } /// /// Looks up a localized string similar to split tabs.... /// public static string TabbedMultipleFunctionView_TabbedMultipleFunctionView_split_tabs___ { get { return ResourceManager.GetString("TabbedMultipleFunctionView_TabbedMultipleFunctionView_split_tabs___", resourceCulture); } } /// /// Looks up a localized string similar to Please enter a value >= {0}. /// public static string TabbedMultipleFunctionView_TableViewEditorValidator_ { get { return ResourceManager.GetString("TabbedMultipleFunctionView_TableViewEditorValidator_", resourceCulture); } } /// /// Looks up a localized string similar to Please enter a unique value. Value {0} is already present.. /// public static string TabbedMultipleFunctionView_TableViewEditorValidator_Please_enter_a_unique_value__Value__0__is_already_present_ { get { return ResourceManager.GetString("TabbedMultipleFunctionView_TableViewEditorValidator_Please_enter_a_unique_value__" + "Value__0__is_already_present_", resourceCulture); } } /// /// Looks up a localized string similar to Please enter a valid number. /// public static string TabbedMultipleFunctionView_TableViewEditorValidator_Please_enter_a_valid_number { get { return ResourceManager.GetString("TabbedMultipleFunctionView_TableViewEditorValidator_Please_enter_a_valid_number", resourceCulture); } } /// /// Looks up a localized string similar to Please enter a value <= {0}. /// public static string TabbedMultipleFunctionView_TableViewEditorValidator_Smaller { get { return ResourceManager.GetString("TabbedMultipleFunctionView_TableViewEditorValidator_Smaller", resourceCulture); } } /// /// Looks up a localized string similar to Bottom axis range mode {0} not supported. /// public static string TabbedMultipleFunctionView_UpdateBottomAxisRange_Bottom_axis_range_mode__0__not_supported { get { return ResourceManager.GetString("TabbedMultipleFunctionView_UpdateBottomAxisRange_Bottom_axis_range_mode__0__not_s" + "upported", resourceCulture); } } /// /// Looks up a localized string similar to Generate. /// public static string TableViewTimeSeriesGeneratorTool_ConfigureTableView_Generate { get { return ResourceManager.GetString("TableViewTimeSeriesGeneratorTool_ConfigureTableView_Generate", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap TextDocument { get { object obj = ResourceManager.GetObject("TextDocument", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Text document (from file). /// public static string TextDocumentFromFileProperties_DisplayName { get { return ResourceManager.GetString("TextDocumentFromFileProperties_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Location to where the file can be found.. /// public static string TextDocumentFromFileProperties_Path_Description { get { return ResourceManager.GetString("TextDocumentFromFileProperties_Path_Description", resourceCulture); } } /// /// Looks up a localized string similar to Path. /// public static string TextDocumentFromFileProperties_Path_DisplayName { get { return ResourceManager.GetString("TextDocumentFromFileProperties_Path_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Text document. /// public static string TextDocumentProperties_DisplayName { get { return ResourceManager.GetString("TextDocumentProperties_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Name of the text document.. /// public static string TextDocumentProperties_Name_Description { get { return ResourceManager.GetString("TextDocumentProperties_Name_Description", resourceCulture); } } /// /// Looks up a localized string similar to Indicates if the file can only be read (true), or that it can modified as well (false).. /// public static string TextDocumentProperties_ReadOnly_Description { get { return ResourceManager.GetString("TextDocumentProperties_ReadOnly_Description", resourceCulture); } } /// /// Looks up a localized string similar to Read only. /// public static string TextDocumentProperties_ReadOnly_DisplayName { get { return ResourceManager.GetString("TextDocumentProperties_ReadOnly_DisplayName", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap TimeSeries { get { object obj = ResourceManager.GetObject("TimeSeries", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Meta data associated with the time series.. /// public static string TimeSeries_Attributes_Description { get { return ResourceManager.GetString("TimeSeries_Attributes_Description", resourceCulture); } } /// /// Looks up a localized string similar to Attributes. /// public static string TimeSeries_Attributes_DisplayName { get { return ResourceManager.GetString("TimeSeries_Attributes_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Choose your settings for the imported time series. /// public static string TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_Choose_your_settings_for_the_imported_time_series { get { return ResourceManager.GetString("TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_Choose_your_settings_for_the_" + "imported_time_series", resourceCulture); } } /// /// Looks up a localized string similar to CSV files. /// public static string TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_CSV_files { get { return ResourceManager.GetString("TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_CSV_files", resourceCulture); } } /// /// Looks up a localized string similar to CSV format settings. /// public static string TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_CSV_format_settings { get { return ResourceManager.GetString("TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_CSV_format_settings", resourceCulture); } } /// /// Looks up a localized string similar to CSV parse columns. /// public static string TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_CSV_parse_columns { get { return ResourceManager.GetString("TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_CSV_parse_columns", resourceCulture); } } /// /// Looks up a localized string similar to Press Finish to import the data.. /// public static string TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_Press_Finish_to_import_the_data_ { get { return ResourceManager.GetString("TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_Press_Finish_to_import_the_da" + "ta_", resourceCulture); } } /// /// Looks up a localized string similar to Select CSV file. /// public static string TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_Select_CSV_file { get { return ResourceManager.GetString("TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_Select_CSV_file", resourceCulture); } } /// /// Looks up a localized string similar to Select the CSV-file containing the data. /// public static string TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_Select_the_CSV_file_containing_the_data { get { return ResourceManager.GetString("TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_Select_the_CSV_file_containin" + "g_the_data", resourceCulture); } } /// /// Looks up a localized string similar to This wizard will allow you to import CSV data. /// public static string TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_This_wizard_will_allow_you_to_import_CSV_data { get { return ResourceManager.GetString("TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_This_wizard_will_allow_you_to" + "_import_CSV_data", resourceCulture); } } /// /// Looks up a localized string similar to Time series settings. /// public static string TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_Time_series_settings { get { return ResourceManager.GetString("TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_Time_series_settings", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap TimeSeriesEmpty { get { object obj = ResourceManager.GetObject("TimeSeriesEmpty", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Generating time series failed: {0}. /// public static string TimeSeriesGeneratorDialog_Apply_Generating_time_series_failed___0_ { get { return ResourceManager.GetString("TimeSeriesGeneratorDialog_Apply_Generating_time_series_failed___0_", resourceCulture); } } /// /// Looks up a localized string similar to Current:. /// public static string TimeSeriesGeneratorDialog_FillControl_Current_ { get { return ResourceManager.GetString("TimeSeriesGeneratorDialog_FillControl_Current_", resourceCulture); } } /// /// Looks up a localized string similar to till. /// public static string TimeSeriesGeneratorDialog_FillControl_till { get { return ResourceManager.GetString("TimeSeriesGeneratorDialog_FillControl_till", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap TimeSeriesGrid2D { get { object obj = ResourceManager.GetObject("TimeSeriesGrid2D", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Jumping to the last time: {0} .... /// public static string TimeSeriesNavigator_TimeNavigatableTimesChanged_Jumping_to_the_last_time___0_____ { get { return ResourceManager.GetString("TimeSeriesNavigator_TimeNavigatableTimesChanged_Jumping_to_the_last_time___0_____" + "", resourceCulture); } } /// /// Looks up a localized string similar to Time Navigator. /// public static string TimeSeriesNavigator_TimeSeriesNavigator_Time_Navigator { get { return ResourceManager.GetString("TimeSeriesNavigator_TimeSeriesNavigator_Time_Navigator", resourceCulture); } } /// /// Looks up a localized string similar to Time series. /// public static string TimeSeriesProperties_DisplayName { get { return ResourceManager.GetString("TimeSeriesProperties_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to The extrapolation scheme used along the time axis.. /// public static string TimeSeriesProperties_Extrapolation_Description { get { return ResourceManager.GetString("TimeSeriesProperties_Extrapolation_Description", resourceCulture); } } /// /// Looks up a localized string similar to The interpolation scheme used along the time axis.. /// public static string TimeSeriesProperties_Interpolation_Description { get { return ResourceManager.GetString("TimeSeriesProperties_Interpolation_Description", resourceCulture); } } /// /// Looks up a localized string similar to Name of the time series shown to the user.. /// public static string TimeSeriesProperties_Name_Description { get { return ResourceManager.GetString("TimeSeriesProperties_Name_Description", resourceCulture); } } /// /// Looks up a localized string similar to Folder. /// public static string TreeFolderProperties_DisplayName { get { return ResourceManager.GetString("TreeFolderProperties_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Name of the folder shown to the user.. /// public static string TreeFolderProperties_Name_Description { get { return ResourceManager.GetString("TreeFolderProperties_Name_Description", resourceCulture); } } /// /// Looks up a localized string similar to Item set. /// public static string TreeNodeModelDataWrapperProperties_DisplayName { get { return ResourceManager.GetString("TreeNodeModelDataWrapperProperties_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to URL. /// public static string UrlProperties_DisplayName { get { return ResourceManager.GetString("UrlProperties_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Name of the website or data where the URL refers to.. /// public static string UrlProperties_Name_Description { get { return ResourceManager.GetString("UrlProperties_Name_Description", resourceCulture); } } /// /// Looks up a localized string similar to Location to where the URL points to.. /// public static string UrlProperties_Path_Description { get { return ResourceManager.GetString("UrlProperties_Path_Description", resourceCulture); } } /// /// Looks up a localized string similar to Path. /// public static string UrlProperties_Path_DisplayName { get { return ResourceManager.GetString("UrlProperties_Path_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Variable value in case no data is specified for this variable.. /// public static string VariableProperties_DefaultValue_Description { get { return ResourceManager.GetString("VariableProperties_DefaultValue_Description", resourceCulture); } } /// /// Looks up a localized string similar to Default value. /// public static string VariableProperties_DefaultValue_DisplayName { get { return ResourceManager.GetString("VariableProperties_DefaultValue_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Name of the variable shown to the user.. /// public static string VariableProperties_Name_Description { get { return ResourceManager.GetString("VariableProperties_Name_Description", resourceCulture); } } /// /// Looks up a localized string similar to Unit. /// public static string VariableProperties_Unit_DisplayName { get { return ResourceManager.GetString("VariableProperties_Unit_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to The value type of the variable.. /// public static string VariableProperties_ValueType_Description { get { return ResourceManager.GetString("VariableProperties_ValueType_Description", resourceCulture); } } /// /// Looks up a localized string similar to Value type. /// public static string VariableProperties_ValueType_DisplayName { get { return ResourceManager.GetString("VariableProperties_ValueType_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Arguments. /// public static string VariablesFolderTreeViewNodePresenter_UpdateNode_Arguments { get { return ResourceManager.GetString("VariablesFolderTreeViewNodePresenter_UpdateNode_Arguments", resourceCulture); } } /// /// Looks up a localized string similar to Variables. /// public static string VariablesFolderTreeViewNodePresenter_UpdateNode_Variables { get { return ResourceManager.GetString("VariablesFolderTreeViewNodePresenter_UpdateNode_Variables", resourceCulture); } } } }