From 98b2673424602f32d67398577ca2754d85b0237b Mon Sep 17 00:00:00 2001 From: Olivier Rogier Date: Thu, 17 Mar 2022 17:02:26 +0100 Subject: [PATCH 1/3] Refactor --- .../ApplicationDatabase.Generate.Omer.cs | 4 +- Project/Source/Enums/TorahCelebrationDay.cs | 14 +++--- .../Source/Enums/TorahCelebrationSettings.cs | 43 +++++++++++-------- 3 files changed, 33 insertions(+), 28 deletions(-) diff --git a/Project/Source/Database/ApplicationDatabase.Generate.Omer.cs b/Project/Source/Database/ApplicationDatabase.Generate.Omer.cs index 4049a6b34..91597f9fc 100644 --- a/Project/Source/Database/ApplicationDatabase.Generate.Omer.cs +++ b/Project/Source/Database/ApplicationDatabase.Generate.Omer.cs @@ -11,7 +11,7 @@ /// You may add additional accurate notices of copyright ownership. /// /// 2016-04 -/// 2021-12 +/// 2022-03 namespace Ordisoftware.Hebrew.Calendar; partial class ApplicationDatabase @@ -199,7 +199,7 @@ bool check(LunisolarDay row) monthMoon++; if ( monthMoon == TorahCelebrationSettings.YomsMonth ) { - dayDate = calculate(dayDate, 0, TorahCelebrationDay.YomTerouah, false); + dayDate = calculate(dayDate, TorahCelebrationSettings.YomTerouahDay - 1, TorahCelebrationDay.YomTerouah, false); calculate(dayDate, TorahCelebrationSettings.YomHaKipourimDay - 1, TorahCelebrationDay.YomHaKipourim, false); dayDate = calculate(dayDate, TorahCelebrationSettings.SoukotStartDay - 1, TorahCelebrationDay.SoukotD1, false); calculate(dayDate, TorahCelebrationSettings.SoukotLenght - 1, TorahCelebrationDay.SoukotD8, false); diff --git a/Project/Source/Enums/TorahCelebrationDay.cs b/Project/Source/Enums/TorahCelebrationDay.cs index e597f2ad0..d19a1cb17 100644 --- a/Project/Source/Enums/TorahCelebrationDay.cs +++ b/Project/Source/Enums/TorahCelebrationDay.cs @@ -38,37 +38,37 @@ public enum TorahCelebrationDay NewYearD10, /// - /// Pessah first day. + /// Pessa'h first day. /// PessahD1, /// - /// Pessah last day. + /// Pessa'h last day. /// PessahD7, /// - /// Chavouot diet start. + /// Shavou'ot diet start. /// ChavouotDiet, /// - /// Shavouot first celebration. + /// Shavou'ot first celebration. /// Chavouot1, /// - /// The Shavouot second celebration. + /// Shavou'ot second celebration. /// Chavouot2, /// - /// Yom terouah. + /// Yom Terou'ah. /// YomTerouah, /// - /// Yom hakipourim. + /// Yom HaKipourim. /// YomHaKipourim, diff --git a/Project/Source/Enums/TorahCelebrationSettings.cs b/Project/Source/Enums/TorahCelebrationSettings.cs index 1b0a2c38d..f09f4aa98 100644 --- a/Project/Source/Enums/TorahCelebrationSettings.cs +++ b/Project/Source/Enums/TorahCelebrationSettings.cs @@ -11,7 +11,7 @@ /// You may add additional accurate notices of copyright ownership. /// /// 2016-04 -/// 2021-09 +/// 2022-03 namespace Ordisoftware.Hebrew.Calendar; /// @@ -21,87 +21,92 @@ static class TorahCelebrationSettings { /// - /// The pessah month. + /// Pessa'h month. /// static public readonly int PessahMonth = 1; /// - /// The spring lamb day. + /// Spring lamb day. /// static public readonly int NewLambDay = 10; /// - /// The pessah start day. + /// Pessa'h start day. /// static public readonly int PessahStartDay = 14; /// - /// The pessah length. + /// Pessa'h length. /// static public readonly int PessahLenght = 7; /// - /// The pessah last day. + /// Pessa'h last day. /// static public readonly int PessahEndDay = PessahStartDay + PessahLenght - 1; /// - /// The chavouot length. + /// Shavou'ot length. /// static public readonly int ChavouotLenght = 50; /// - /// The Yoms month. + /// Yoms month. /// static public readonly int YomsMonth = 7; /// - /// The hakipourim day. + /// Yom Terou'ah day. + /// + static public readonly int YomTerouahDay = 1; + + /// + /// Yom HaKipourim day. /// static public readonly int YomHaKipourimDay = 10; /// - /// The soukot start day. + /// Soukot start day. /// static public readonly int SoukotStartDay = 15; /// - /// The soukot length. + /// Soukot length. /// static public readonly int SoukotLenght = 7 + 1; /// - /// The soukot last day. + /// Soukot last day. /// static public readonly int SoukotEndDay = SoukotStartDay + SoukotLenght - 1; /// - /// The 'hanouka month. + /// 'Hanouka month. /// static public readonly int HanoukaMonth = 9; /// - /// The 'hanouka day. + /// 'Hanouka day. /// static public readonly int HanoukaStartDay = 25; /// - /// The 'hanouka length. + /// 'Hanouka length. /// static public readonly int HanoukaLenght = 7 + 1; /// - /// The 'hanouka last day. + /// 'Hanouka last day. /// static public readonly int HanoukaEndDay = HanoukaStartDay + HanoukaEndDay - 1; /// - /// The pourim month. + /// Pourim month. /// - static public readonly int PourimMonth = 12; + static public readonly int PourimMonth = 12; // or 13 for a year with Adar II /// - /// The pourim day. + /// Pourim day. /// static public readonly int PourimDay = 14; From 29d92f943236ded52f51913fdac9930430c90d52 Mon Sep 17 00:00:00 2001 From: Olivier Rogier Date: Thu, 17 Mar 2022 20:24:57 +0100 Subject: [PATCH 2/3] Fix UI --- .../Forms/Config/PreferencesForm.designer.cs | 196 +- .../Source/Forms/Config/PreferencesForm.resx | 10893 ++++++---------- 2 files changed, 4092 insertions(+), 6997 deletions(-) diff --git a/Project/Source/Forms/Config/PreferencesForm.designer.cs b/Project/Source/Forms/Config/PreferencesForm.designer.cs index dce297837..0e79f1f7a 100644 --- a/Project/Source/Forms/Config/PreferencesForm.designer.cs +++ b/Project/Source/Forms/Config/PreferencesForm.designer.cs @@ -165,10 +165,6 @@ private void InitializeComponent() this.EditAskRegenerateIfIntervalGreater = new System.Windows.Forms.CheckBox(); this.EditAutoRegenerate = new System.Windows.Forms.CheckBox(); this.ActionAutoGenerateHelp = new System.Windows.Forms.Button(); - this.EditGPSLatitude = new Ordisoftware.Core.TextBoxEx(); - this.EditTimeZone = new Ordisoftware.Core.TextBoxEx(); - this.EditGPSLongitude = new Ordisoftware.Core.TextBoxEx(); - this.EditAutoGenerateYearsInterval = new Ordisoftware.Core.TextBoxEx(); this.TabPageReminder = new System.Windows.Forms.TabPage(); this.LabelDefaultLockoutAction = new System.Windows.Forms.Label(); this.LabelReminderBoxDesktopLocation = new System.Windows.Forms.Label(); @@ -280,7 +276,6 @@ private void InitializeComponent() this.EditCalendarLineSpacing = new System.Windows.Forms.NumericUpDown(); this.EditMonthViewFontSize = new System.Windows.Forms.NumericUpDown(); this.LabelCalendarLineSpacing = new System.Windows.Forms.Label(); - this.EditMoonDayTextFormat = new Ordisoftware.Core.TextBoxEx(); this.TabPageTextReport = new System.Windows.Forms.TabPage(); this.LabelTextReportFontSizeInterval = new System.Windows.Forms.Label(); this.LabelFontName = new System.Windows.Forms.Label(); @@ -313,7 +308,6 @@ private void InitializeComponent() this.TabPagePaths = new System.Windows.Forms.TabPage(); this.ActionResetCustomWebSearch = new System.Windows.Forms.Button(); this.LabelCustomWebSearch = new System.Windows.Forms.Label(); - this.EditCustomWebSearch = new Ordisoftware.Core.TextBoxEx(); this.ActionResetHebrewWordsPath = new System.Windows.Forms.Button(); this.LabelHebrewWordsPath = new System.Windows.Forms.Label(); this.ActionSelectHebrewWordsPath = new System.Windows.Forms.Button(); @@ -326,14 +320,9 @@ private void InitializeComponent() this.ActionSelectCalculatorPath = new System.Windows.Forms.Button(); this.LabelHebrewLettersPath = new System.Windows.Forms.Label(); this.ActionSelectHebrewLettersPath = new System.Windows.Forms.Button(); - this.EditHebrewWordsPath = new Ordisoftware.Core.TextBoxEx(); - this.EditExportFolder = new Ordisoftware.Core.TextBoxEx(); - this.EditCalculatorPath = new Ordisoftware.Core.TextBoxEx(); - this.EditHebrewLettersPath = new Ordisoftware.Core.TextBoxEx(); this.TabPageWeather = new System.Windows.Forms.TabPage(); this.LabelWeatherAppPath = new System.Windows.Forms.Label(); this.ActionSelectWeatherAppPath = new System.Windows.Forms.Button(); - this.EditWeatherAppPath = new Ordisoftware.Core.TextBoxEx(); this.PanelWeatherOnline = new System.Windows.Forms.Panel(); this.LabelSelectOnlineWeatherProvider = new System.Windows.Forms.Label(); this.EditWeatherOnlineUseDay = new System.Windows.Forms.CheckBox(); @@ -342,6 +331,17 @@ private void InitializeComponent() this.SelectWeatherOnlineMicrosoftNetworkDotCom = new System.Windows.Forms.RadioButton(); this.SelectWeatherOnlineMeteoblueDotCom = new System.Windows.Forms.RadioButton(); this.ActionResetWeatherAppPath = new System.Windows.Forms.Button(); + this.EditGPSLatitude = new Ordisoftware.Core.TextBoxEx(); + this.EditTimeZone = new Ordisoftware.Core.TextBoxEx(); + this.EditGPSLongitude = new Ordisoftware.Core.TextBoxEx(); + this.EditAutoGenerateYearsInterval = new Ordisoftware.Core.TextBoxEx(); + this.EditMoonDayTextFormat = new Ordisoftware.Core.TextBoxEx(); + this.EditCustomWebSearch = new Ordisoftware.Core.TextBoxEx(); + this.EditHebrewWordsPath = new Ordisoftware.Core.TextBoxEx(); + this.EditExportFolder = new Ordisoftware.Core.TextBoxEx(); + this.EditCalculatorPath = new Ordisoftware.Core.TextBoxEx(); + this.EditHebrewLettersPath = new Ordisoftware.Core.TextBoxEx(); + this.EditWeatherAppPath = new Ordisoftware.Core.TextBoxEx(); this.PanelButtons.SuspendLayout(); this.MenuSelectMoonDayTextFormat.SuspendLayout(); this.TabControl.SuspendLayout(); @@ -1494,38 +1494,6 @@ private void InitializeComponent() this.ActionAutoGenerateHelp.UseVisualStyleBackColor = true; this.ActionAutoGenerateHelp.Click += new System.EventHandler(this.ActionAutoGenerateHelp_Click); // - // EditGPSLatitude - // - this.EditGPSLatitude.CaretAfterPaste = Ordisoftware.Core.CaretPositionAfterPaste.Ending; - resources.ApplyResources(this.EditGPSLatitude, "EditGPSLatitude"); - this.EditGPSLatitude.Name = "EditGPSLatitude"; - this.EditGPSLatitude.ReadOnly = true; - this.EditGPSLatitude.TabStop = false; - // - // EditTimeZone - // - this.EditTimeZone.CaretAfterPaste = Ordisoftware.Core.CaretPositionAfterPaste.Ending; - resources.ApplyResources(this.EditTimeZone, "EditTimeZone"); - this.EditTimeZone.Name = "EditTimeZone"; - this.EditTimeZone.ReadOnly = true; - this.EditTimeZone.TabStop = false; - // - // EditGPSLongitude - // - this.EditGPSLongitude.CaretAfterPaste = Ordisoftware.Core.CaretPositionAfterPaste.Ending; - resources.ApplyResources(this.EditGPSLongitude, "EditGPSLongitude"); - this.EditGPSLongitude.Name = "EditGPSLongitude"; - this.EditGPSLongitude.ReadOnly = true; - this.EditGPSLongitude.TabStop = false; - // - // EditAutoGenerateYearsInterval - // - this.EditAutoGenerateYearsInterval.CaretAfterPaste = Ordisoftware.Core.CaretPositionAfterPaste.Ending; - resources.ApplyResources(this.EditAutoGenerateYearsInterval, "EditAutoGenerateYearsInterval"); - this.EditAutoGenerateYearsInterval.Name = "EditAutoGenerateYearsInterval"; - this.EditAutoGenerateYearsInterval.ReadOnly = true; - this.EditAutoGenerateYearsInterval.TabStop = false; - // // TabPageReminder // this.TabPageReminder.BackColor = System.Drawing.SystemColors.Window; @@ -2414,14 +2382,6 @@ private void InitializeComponent() resources.ApplyResources(this.LabelCalendarLineSpacing, "LabelCalendarLineSpacing"); this.LabelCalendarLineSpacing.Name = "LabelCalendarLineSpacing"; // - // EditMoonDayTextFormat - // - this.EditMoonDayTextFormat.BackColor = System.Drawing.SystemColors.Window; - this.EditMoonDayTextFormat.CaretAfterPaste = Ordisoftware.Core.CaretPositionAfterPaste.Ending; - resources.ApplyResources(this.EditMoonDayTextFormat, "EditMoonDayTextFormat"); - this.EditMoonDayTextFormat.Name = "EditMoonDayTextFormat"; - this.EditMoonDayTextFormat.TextChanged += new System.EventHandler(this.EditMonthViewOption_Changed); - // // TabPageTextReport // this.TabPageTextReport.BackColor = System.Drawing.SystemColors.Window; @@ -2657,7 +2617,6 @@ private void InitializeComponent() this.TabPagePaths.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.TabPagePaths.Controls.Add(this.ActionResetCustomWebSearch); this.TabPagePaths.Controls.Add(this.LabelCustomWebSearch); - this.TabPagePaths.Controls.Add(this.EditCustomWebSearch); this.TabPagePaths.Controls.Add(this.ActionResetHebrewWordsPath); this.TabPagePaths.Controls.Add(this.LabelHebrewWordsPath); this.TabPagePaths.Controls.Add(this.ActionSelectHebrewWordsPath); @@ -2670,6 +2629,7 @@ private void InitializeComponent() this.TabPagePaths.Controls.Add(this.ActionSelectCalculatorPath); this.TabPagePaths.Controls.Add(this.LabelHebrewLettersPath); this.TabPagePaths.Controls.Add(this.ActionSelectHebrewLettersPath); + this.TabPagePaths.Controls.Add(this.EditCustomWebSearch); this.TabPagePaths.Controls.Add(this.EditHebrewWordsPath); this.TabPagePaths.Controls.Add(this.EditExportFolder); this.TabPagePaths.Controls.Add(this.EditCalculatorPath); @@ -2690,13 +2650,6 @@ private void InitializeComponent() resources.ApplyResources(this.LabelCustomWebSearch, "LabelCustomWebSearch"); this.LabelCustomWebSearch.Name = "LabelCustomWebSearch"; // - // EditCustomWebSearch - // - this.EditCustomWebSearch.BackColor = System.Drawing.SystemColors.Window; - this.EditCustomWebSearch.CaretAfterPaste = Ordisoftware.Core.CaretPositionAfterPaste.Ending; - resources.ApplyResources(this.EditCustomWebSearch, "EditCustomWebSearch"); - this.EditCustomWebSearch.Name = "EditCustomWebSearch"; - // // ActionResetHebrewWordsPath // this.ActionResetHebrewWordsPath.FlatAppearance.BorderSize = 0; @@ -2781,47 +2734,15 @@ private void InitializeComponent() this.ActionSelectHebrewLettersPath.UseVisualStyleBackColor = true; this.ActionSelectHebrewLettersPath.Click += new System.EventHandler(this.ActionSelectHebrewLettersPath_Click); // - // EditHebrewWordsPath - // - this.EditHebrewWordsPath.BackColor = System.Drawing.SystemColors.Control; - this.EditHebrewWordsPath.CaretAfterPaste = Ordisoftware.Core.CaretPositionAfterPaste.Ending; - resources.ApplyResources(this.EditHebrewWordsPath, "EditHebrewWordsPath"); - this.EditHebrewWordsPath.Name = "EditHebrewWordsPath"; - this.EditHebrewWordsPath.ReadOnly = true; - // - // EditExportFolder - // - this.EditExportFolder.BackColor = System.Drawing.SystemColors.Control; - this.EditExportFolder.CaretAfterPaste = Ordisoftware.Core.CaretPositionAfterPaste.Ending; - resources.ApplyResources(this.EditExportFolder, "EditExportFolder"); - this.EditExportFolder.Name = "EditExportFolder"; - this.EditExportFolder.ReadOnly = true; - // - // EditCalculatorPath - // - this.EditCalculatorPath.BackColor = System.Drawing.SystemColors.Control; - this.EditCalculatorPath.CaretAfterPaste = Ordisoftware.Core.CaretPositionAfterPaste.Ending; - resources.ApplyResources(this.EditCalculatorPath, "EditCalculatorPath"); - this.EditCalculatorPath.Name = "EditCalculatorPath"; - this.EditCalculatorPath.ReadOnly = true; - // - // EditHebrewLettersPath - // - this.EditHebrewLettersPath.BackColor = System.Drawing.SystemColors.Control; - this.EditHebrewLettersPath.CaretAfterPaste = Ordisoftware.Core.CaretPositionAfterPaste.Ending; - resources.ApplyResources(this.EditHebrewLettersPath, "EditHebrewLettersPath"); - this.EditHebrewLettersPath.Name = "EditHebrewLettersPath"; - this.EditHebrewLettersPath.ReadOnly = true; - // // TabPageWeather // this.TabPageWeather.BackColor = System.Drawing.SystemColors.Window; this.TabPageWeather.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.TabPageWeather.Controls.Add(this.LabelWeatherAppPath); this.TabPageWeather.Controls.Add(this.ActionSelectWeatherAppPath); - this.TabPageWeather.Controls.Add(this.EditWeatherAppPath); this.TabPageWeather.Controls.Add(this.PanelWeatherOnline); this.TabPageWeather.Controls.Add(this.ActionResetWeatherAppPath); + this.TabPageWeather.Controls.Add(this.EditWeatherAppPath); resources.ApplyResources(this.TabPageWeather, "TabPageWeather"); this.TabPageWeather.Name = "TabPageWeather"; // @@ -2838,14 +2759,6 @@ private void InitializeComponent() this.ActionSelectWeatherAppPath.UseVisualStyleBackColor = true; this.ActionSelectWeatherAppPath.Click += new System.EventHandler(this.ActionSelectWeatherAppPath_Click); // - // EditWeatherAppPath - // - this.EditWeatherAppPath.BackColor = System.Drawing.SystemColors.Control; - this.EditWeatherAppPath.CaretAfterPaste = Ordisoftware.Core.CaretPositionAfterPaste.Ending; - resources.ApplyResources(this.EditWeatherAppPath, "EditWeatherAppPath"); - this.EditWeatherAppPath.Name = "EditWeatherAppPath"; - this.EditWeatherAppPath.ReadOnly = true; - // // PanelWeatherOnline // this.PanelWeatherOnline.Controls.Add(this.LabelSelectOnlineWeatherProvider); @@ -2911,6 +2824,89 @@ private void InitializeComponent() this.ActionResetWeatherAppPath.UseVisualStyleBackColor = true; this.ActionResetWeatherAppPath.Click += new System.EventHandler(this.ActionResetWeatherAppPath_Click); // + // EditGPSLatitude + // + this.EditGPSLatitude.CaretAfterPaste = Ordisoftware.Core.CaretPositionAfterPaste.Ending; + resources.ApplyResources(this.EditGPSLatitude, "EditGPSLatitude"); + this.EditGPSLatitude.Name = "EditGPSLatitude"; + this.EditGPSLatitude.ReadOnly = true; + // + // EditTimeZone + // + this.EditTimeZone.CaretAfterPaste = Ordisoftware.Core.CaretPositionAfterPaste.Ending; + resources.ApplyResources(this.EditTimeZone, "EditTimeZone"); + this.EditTimeZone.Name = "EditTimeZone"; + this.EditTimeZone.ReadOnly = true; + // + // EditGPSLongitude + // + this.EditGPSLongitude.CaretAfterPaste = Ordisoftware.Core.CaretPositionAfterPaste.Ending; + resources.ApplyResources(this.EditGPSLongitude, "EditGPSLongitude"); + this.EditGPSLongitude.Name = "EditGPSLongitude"; + this.EditGPSLongitude.ReadOnly = true; + // + // EditAutoGenerateYearsInterval + // + this.EditAutoGenerateYearsInterval.CaretAfterPaste = Ordisoftware.Core.CaretPositionAfterPaste.Ending; + resources.ApplyResources(this.EditAutoGenerateYearsInterval, "EditAutoGenerateYearsInterval"); + this.EditAutoGenerateYearsInterval.Name = "EditAutoGenerateYearsInterval"; + this.EditAutoGenerateYearsInterval.ReadOnly = true; + // + // EditMoonDayTextFormat + // + this.EditMoonDayTextFormat.BackColor = System.Drawing.SystemColors.Window; + this.EditMoonDayTextFormat.CaretAfterPaste = Ordisoftware.Core.CaretPositionAfterPaste.Ending; + resources.ApplyResources(this.EditMoonDayTextFormat, "EditMoonDayTextFormat"); + this.EditMoonDayTextFormat.Name = "EditMoonDayTextFormat"; + this.EditMoonDayTextFormat.TextChanged += new System.EventHandler(this.EditMonthViewOption_Changed); + // + // EditCustomWebSearch + // + this.EditCustomWebSearch.BackColor = System.Drawing.SystemColors.Window; + this.EditCustomWebSearch.CaretAfterPaste = Ordisoftware.Core.CaretPositionAfterPaste.Ending; + resources.ApplyResources(this.EditCustomWebSearch, "EditCustomWebSearch"); + this.EditCustomWebSearch.Name = "EditCustomWebSearch"; + // + // EditHebrewWordsPath + // + this.EditHebrewWordsPath.BackColor = System.Drawing.SystemColors.Control; + this.EditHebrewWordsPath.CaretAfterPaste = Ordisoftware.Core.CaretPositionAfterPaste.Ending; + resources.ApplyResources(this.EditHebrewWordsPath, "EditHebrewWordsPath"); + this.EditHebrewWordsPath.Name = "EditHebrewWordsPath"; + this.EditHebrewWordsPath.ReadOnly = true; + // + // EditExportFolder + // + this.EditExportFolder.BackColor = System.Drawing.SystemColors.Control; + this.EditExportFolder.CaretAfterPaste = Ordisoftware.Core.CaretPositionAfterPaste.Ending; + resources.ApplyResources(this.EditExportFolder, "EditExportFolder"); + this.EditExportFolder.Name = "EditExportFolder"; + this.EditExportFolder.ReadOnly = true; + // + // EditCalculatorPath + // + this.EditCalculatorPath.BackColor = System.Drawing.SystemColors.Control; + this.EditCalculatorPath.CaretAfterPaste = Ordisoftware.Core.CaretPositionAfterPaste.Ending; + resources.ApplyResources(this.EditCalculatorPath, "EditCalculatorPath"); + this.EditCalculatorPath.Name = "EditCalculatorPath"; + this.EditCalculatorPath.ReadOnly = true; + // + // EditHebrewLettersPath + // + this.EditHebrewLettersPath.BackColor = System.Drawing.SystemColors.Control; + this.EditHebrewLettersPath.CaretAfterPaste = Ordisoftware.Core.CaretPositionAfterPaste.Ending; + resources.ApplyResources(this.EditHebrewLettersPath, "EditHebrewLettersPath"); + this.EditHebrewLettersPath.Name = "EditHebrewLettersPath"; + this.EditHebrewLettersPath.ReadOnly = true; + // + // EditWeatherAppPath + // + this.EditWeatherAppPath.BackColor = System.Drawing.SystemColors.Control; + this.EditWeatherAppPath.CaretAfterPaste = Ordisoftware.Core.CaretPositionAfterPaste.Ending; + resources.ApplyResources(this.EditWeatherAppPath, "EditWeatherAppPath"); + this.EditWeatherAppPath.Name = "EditWeatherAppPath"; + this.EditWeatherAppPath.ReadOnly = true; + // // PreferencesForm // resources.ApplyResources(this, "$this"); diff --git a/Project/Source/Forms/Config/PreferencesForm.resx b/Project/Source/Forms/Config/PreferencesForm.resx index 04e72ea81..c8d5efa04 100644 --- a/Project/Source/Forms/Config/PreferencesForm.resx +++ b/Project/Source/Forms/Config/PreferencesForm.resx @@ -153,66 +153,6 @@ 3 - - ActionExportSettings - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelButtons - - - 0 - - - ActionImportSettings - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelButtons - - - 1 - - - ActionResetSettings - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelButtons - - - 2 - - - Bottom - - - 10, 463 - - - 579, 28 - - - 0 - - - PanelButtons - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - Flat @@ -328,6 +268,30 @@ 2 + + Bottom + + + 10, 463 + + + 579, 28 + + + 0 + + + PanelButtons + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 + 588, 10 @@ -337,15 +301,6 @@ 12, 14 - - 125, 510 - - - MenuSelectMoonDayTextFormat - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - 124, 22 @@ -484,6 +439,15 @@ - 10 Nissan + + 125, 510 + + + MenuSelectMoonDayTextFormat + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + 240, 13 @@ -544,6 +508,37 @@ Buttons + + Flat + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAlBJREFUOE+V00tPE1EYh3GWfgFNEFgoGxcYLppUFEqq1pUujRuNaIzuUeQSaClW + gvEKgolBXBHQSEIilwJyaaG0pQgleFmgSIjGiLSdomgLRR/fGWI10i48yT9nZs6c37xn5kwSkGS82q8c + tPZhsPajqx3l7olCJvalUy/93poRDpht5Jm6N2LuRm/p4bC1T1HnaoA6eWI+SK65l6kojGclw7mjeDOT + mYjAdOAn0/71WF6F0JAYIBqn7rvQmWy4w+DM3M7qSSNu6Yu8UDKsUDrop0RSPODHt/RDqyQGyBI43eSW + Cmw4vqlACuHjetxZKVyegspRBZPDT6XdT/mwn/FP65uBwiaPBgyuCCATV47pcGenUOYDs1OhSgA1JkHG + PkbjA/sF6F1WgVS+HsnSoOJJKLMrlA8tUSFPN9kDDH+Ikr8JeLABdMm7HctOI6TfhUOW8m+rHAnwbGE1 + MdARFCAnDSV3pwCpFEkFF4cCXBr4TKlUUTUaoGc+EVDVS3sAXDmpBOVTxqvgijPI03cR9PEAdcM8XpR9 + sHsroR1bcGdswzwDFpdCtdOP1RWg1hOkYy4BkGfu4dF76LpwnnudPhxGHddmolz3LnNjXNFy0xviydtE + gGzV1rk1br+IcOvlGvWeRe74VqibDFH3XNmIHLe9CW8GzgiQL0DLbITG6S80+JZp+N1PhWJplPOW2TAF + VX9tZWNNP2ebPdrF1rkoD19/pzlB1LE2ucdQbfsDGCra7Sqi/hMGi02DCqTEuJExdfIhS+dCDJCWLtnz + n8kAkn4BwCnDttDqHwAAAAAASUVORK5CYII= + + + + NoControl + + + 74, 293 + + + 26, 26 + + + 12 + ActionManageBookmarks @@ -556,6 +551,27 @@ 0 + + True + + + Microsoft Sans Serif, 8.25pt + + + NoControl + + + 106, 300 + + + 28, 13 + + + 8 + + + 0 - 0 + LabelDateBookmarksCountIntervalInfo @@ -568,6 +584,18 @@ 1 + + Microsoft Sans Serif, 8.25pt + + + 23, 295 + + + 40, 20 + + + 11 + EditDateBookmarksCount @@ -580,6 +608,21 @@ 2 + + False + + + NoControl + + + 18, 355 + + + 490, 18 + + + 13 + EditVolume @@ -592,6 +635,27 @@ 3 + + True + + + Microsoft Sans Serif, 8.25pt + + + NoControl + + + 20, 275 + + + 446, 13 + + + 11 + + + Number of date bookmarks (modification is in real time: reduction will erase saved bookmarks) + LabelDateBookmarksCount @@ -604,6 +668,24 @@ 4 + + Microsoft Sans Serif, 8.25pt + + + NoControl + + + 115, 20 + + + 335, 28 + + + 13 + + + Changing the language will not affect the data in the Parashot board unless restoring the default values + LabelChangeLangNotice @@ -616,6 +698,27 @@ 5 + + True + + + Microsoft Sans Serif, 8.25pt + + + NoControl + + + 20, 335 + + + 284, 13 + + + 13 + + + Volume for sounds (not applicable to system dialog sounds) + LabelVolume @@ -628,17 +731,67 @@ 6 - - LabelVolumeValue - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - TabPageApplication + + Microsoft Sans Serif, 8.25pt - - 7 + + NoControl + + + 515, 355 + + + 33, 13 + + + 15 + + + 100% + + + LabelVolumeValue + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPageApplication + + + 7 + + + Flat + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAdtJREFUOE+lk01LVGEYhp9y2V5DWxQa6NSoJeSgK6GtC4X+gYtM2xgSWIQVtKr+ + gojgykBLcaE7k4Fp40mdqcSFHynuagL75u6+zmwKXJQtLs5z7ud63vO+53BC0n9xZPgvROTuTh96nfdm + qbSqODegONuv5fUVbTkDajJ6OLjMMBvRPKTvXkpzY9KLMX1w+fh5op9k85Mp1GT0cHCZiZYhb6FxUE+m + E82+dbvGuzodmiyWVcKo9b2hJqOHg/t0JlFkbirOdN/X8HhB0fRAU5tfpTpL1aE1ntbg2qS1M3o4kXmo + 2xOvFPU3FC/XVvTN/S3zziCvmsQo6yFDTUYPB/eHyRe9C16SHvVJjb5mzAVz0bSa3KkK1GT0cHA9w2xl + gZHeitBsWgwDbSekTg8DNRk9HFzPpAsUSok+ezu7ZsP8cYT2kym/HwEHlxlmI873q/peUXEtr2d7Tjm3 + t5i+uHbXJq3Ztns4uOmMZyOyg6oa3dbCR0s5S1csHVSepA7fG2oyeji4VaM7iqw/Y1y6pQLyVTe7QouH + fsLAgfbTzGc31GT0cHDzZJeHvUDuTvmLX8aeWd7c8La8av11Fd681rYzoCajh4P7yXQ09JT9M0SraTsm + fJuj/7K/Q/ELT8+ZdBIni3MAAAAASUVORK5CYII= + + + + NoControl + + + 23, 20 + + + 28, 28 + + + 0 ActionSelectLangEN @@ -652,6 +805,37 @@ 8 + + Flat + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAj5JREFUOE+l011IU2Ecx/FnWlaERO9pERJZUFCSXQhBEHURUXQZdGHdVCuFpLqJ + CjEy6CIhCbtKuohozUVeZEQoay9Fs2y16UHdnE3XnM1Nz9qmqXx7jueIQd5YBz4X5+H5//7PC48A/su8 + gwshROXzF8LchDhrRZx5hii34Pe4cLucOBwOnduN3e8nKPv1/kH+u4VW/FJRae4clZI8/pyEiTTpVApV + NfxMI0eh2Qqtr6DtNThbZ0KE1vmJN4Goeo+4JFW+IxrsRulS8HfqfEoP3kgM8uWqC5fA+sXQYjMCzlm5 + /yGOuOpBXGtHXPEwFgnRFwzSG9D1hPpREmNQkAPbV8LWfLA0zgXcdA4jqtsx1XyUQe1khgcJh8OE+nV9 + AxECahaKZOdda2HnKnhYZwSYrVS9iSJudWCq7UDc+MRUcoih6HcGI4ahGN+yk1CcB6XrYM8aqK+eCyhv + GUTc8WKSRE0HpEYY+TFMLGaIjxCV9eyQ+y8rkDbA7YtzAUebBzDd9UlfEbVeGFdRR5MkEoYxlbh2C7uX + wv5C3fVTRsB5K2W2fnLr/Zju+eRKvsB0hmw6RUpe5YxMBlUL2LsMDm6EQ5vg8vHZgCa2WUIseqCQ09CF + qPPJmdNMTf5ifGJCNzWNPELYtxyObIZjRVBxwAi4YGP10zB5j4LkNgYQDd3a1Pm/wyvgxBY4WQzmUiOg + wqZKaCvRzkOctqB4nLgcb7Hb7TqXizZ/FwFZoBXN6hFClY9BlEil/6jkr9e1MIjfPBq4naIGznYAAAAA + SUVORK5CYII= + + + + NoControl + + + 67, 20 + + + 28, 28 + + + 1 + ActionSelectLangFR @@ -664,6 +848,24 @@ 9 + + True + + + NoControl + + + 23, 195 + + + 191, 17 + + + 8 + + + Hide loading and processing boxes + EditLoadingFormHidden @@ -676,6 +878,24 @@ 10 + + True + + + NoControl + + + 23, 175 + + + 237, 17 + + + 7 + + + Enable double-buffering for drawing windows + EditWindowsDoubleBufferingEnabled @@ -688,6 +908,24 @@ 11 + + True + + + NoControl + + + 23, 155 + + + 156, 17 + + + 6 + + + Enable weather menu items + EditWeatherMenuItemsEnabled @@ -700,6 +938,24 @@ 12 + + True + + + NoControl + + + 23, 135 + + + 135, 17 + + + 5 + + + Enable web links menu + EditWebLinksMenuEnabled @@ -712,6 +968,24 @@ 13 + + True + + + NoControl + + + 23, 245 + + + 210, 17 + + + 10 + + + Show current celebration in the title bar + EditMainFormTitleBarShowCelebration @@ -724,6 +998,24 @@ 14 + + True + + + NoControl + + + 23, 225 + + + 148, 17 + + + 9 + + + Show today in the title bar + EditMainFormTitleBarShowToday @@ -736,6 +1028,24 @@ 15 + + True + + + NoControl + + + 23, 65 + + + 107, 17 + + + 2 + + + Enable debugger + EditDebuggerEnabled @@ -748,6 +1058,24 @@ 16 + + True + + + NoControl + + + 23, 105 + + + 134, 17 + + + 4 + + + Enable usage statistics + EditUsageStatisticsEnabled @@ -760,6 +1088,24 @@ 17 + + True + + + NoControl + + + 23, 85 + + + 92, 17 + + + 3 + + + Enable log file + EditLogEnabled @@ -799,18 +1145,60 @@ 0 - - EditShowLastNewInVersionAfterUpdate + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - TabPageStartup + + 23, 90 + + + 203, 17 + + + 3 + + + Show last new in version after update + + + EditShowLastNewInVersionAfterUpdate + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPageStartup 0 + + Bottom, Left + + + Microsoft Sans Serif, 8.25pt + + + NoControl + + + 134, 360 + + + 100, 13 + + + 14 + + + - + + + TopRight + LabelLastDBOptimizeDate @@ -823,6 +1211,30 @@ 1 + + Bottom, Left + + + True + + + Microsoft Sans Serif, 8.25pt + + + NoControl + + + 20, 360 + + + 88, 13 + + + 13 + + + Last optimization: + LabelLastDBOptimize @@ -835,6 +1247,30 @@ 2 + + Bottom, Left + + + Microsoft Sans Serif, 8.25pt + + + NoControl + + + 134, 340 + + + 100, 13 + + + 12 + + + - + + + TopRight + LabelLastStartupCheckDate @@ -847,6 +1283,30 @@ 3 + + Bottom, Left + + + True + + + Microsoft Sans Serif, 8.25pt + + + NoControl + + + 20, 340 + + + 63, 13 + + + 11 + + + Last check: + LabelLastStartupCheck @@ -859,6 +1319,27 @@ 4 + + True + + + Microsoft Sans Serif, 8.25pt + + + NoControl + + + 39, 165 + + + 174, 13 + + + 5 + + + Check frequency in number of days + LabelCheckUpdateFrequency @@ -871,6 +1352,27 @@ 5 + + True + + + Microsoft Sans Serif, 8.25pt + + + NoControl + + + 88, 190 + + + 28, 13 + + + 7 + + + 0 - 0 + LabelCheckUpdateAtStartupInfo @@ -883,6 +1385,24 @@ 6 + + True + + + NoControl + + + 23, 120 + + + 140, 17 + + + 5 + + + Check update at startup + EditCheckUpdateAtStartup @@ -895,6 +1415,24 @@ 7 + + True + + + NoControl + + + 23, 140 + + + 158, 17 + + + 6 + + + Check update while running + EditCheckUpdateEveryWeek @@ -907,6 +1445,18 @@ 8 + + Microsoft Sans Serif, 8.25pt + + + 42, 186 + + + 40, 20 + + + 7 + EditCheckUpdateAtStartupInterval @@ -919,6 +1469,24 @@ 9 + + True + + + NoControl + + + 23, 20 + + + 117, 17 + + + 0 + + + Start with Windows + EditStartWithWindows @@ -931,6 +1499,24 @@ 10 + + True + + + NoControl + + + 23, 50 + + + 95, 17 + + + 1 + + + Hide at startup + EditStartupHide @@ -943,6 +1529,18 @@ 11 + + Microsoft Sans Serif, 8.25pt + + + 42, 252 + + + 40, 20 + + + 9 + EditVacuumAtStartupInterval @@ -955,8 +1553,26 @@ 12 - - EditRestoreLastViewAtStartup + + True + + + NoControl + + + 23, 70 + + + 154, 17 + + + 2 + + + Restore last view at startup + + + EditRestoreLastViewAtStartup System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -967,6 +1583,24 @@ 13 + + True + + + NoControl + + + 23, 225 + + + 283, 17 + + + 8 + + + Optimize database at startup every this number of days + EditVacuumAtStartup @@ -979,6 +1613,27 @@ 14 + + True + + + Microsoft Sans Serif, 8.25pt + + + NoControl + + + 88, 256 + + + 28, 13 + + + 10 + + + 0 - 0 + LabelOptimizeDatabaseIntervalInfo @@ -1018,6 +1673,27 @@ 1 + + True + + + Microsoft Sans Serif, 8.25pt + + + NoControl + + + 23, 20 + + + 280, 17 + + + 0 + + + Use a different icon when Shabat or a celebration day + EditTrayIconUseSpecialDayIcon @@ -1030,5298 +1706,1319 @@ 0 - - PanelHotKey + + Flat - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAkVJREFUOE99UN1LU2Ec3l9gw20XBtlNd3nRF12l3YiaJdH6WkcbI0QrQ6G8kEwL + KyhBo2yWtvIjSS3PmbuyLkpFBmNuprm1ndVsiEle2FVQXj29z7vj7It+8ON3nk94j+nPsVZobrND+252 + qNgklpeYvGH599icWtFmpw+ujhA8E4sYnVmBN7wiLzF56vQZkY0hmXdhDL1TS2h7lUJJexhb6ydgqx2X + l5g8dfr+KskRzdr0F1T3xbCtYQpXvR/w6xCTp04f/UY0/ebGZ1HUDenYcz2AvGa/DE3qq9hSP4nx+KrE + 25v8UqeP/sw/yVZGfnS+WUL+7RAKxO69EZSBsnuz2HEtgKOdcxLvaglInT76mZMFFkVDg3cBRe0zKL7z + FoVtYexvNcpuBhH5/E0W7LsVkh4u/czJAmu5hnODCZS532X2YMccCkXZ69hXGa4e0FF8dxaH7qd1+pmT + BbZyL5SeGI53R3CsK732hxEcECWcy6NJlIpv+4N5qdFHP3NGgbbm8ERR0atDeRKT63gcg70rilL3PA6L + spOe9xmNPvqZkwUW+6PhghY/qgY/4szTBFz9Opx9cZwQIQ4vMXnq9NHPnCwQk8v3OHviqBn5hLPDSVQK + 0+n+hCzgJSZPnT7j/bnpuBhz/sWaHJcPlQMJXPItok5L4fyLBVQNJeUlJk+dPvqNaGaySFoUFSWtQdSq + KVx5uYzGsWV5iclTN8JZ6djvQ3K35Uj3c6uirmWfUrG+xOSpG77/Dt+2UyzN60u88ebMmEw/AdDTBeRn + kM5gAAAAAElFTkSuQmCC + - - TabPageTrayIcon + + NoControl - - 1 + + 0, 23 - - LabelTrayIconClickOpen + + 26, 26 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - TabPageTrayIcon + + ActionHotKeyInfo - - 2 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - SelectOpenNextCelebrationsForm + + PanelHotKey - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - TabPageTrayIcon + + Flat - - 3 + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAYxJREFUOE+lkt8rQ2EYx9/r3fsD1NzT3NocbEeSXChJxoV2RXElcbGdMUkxEbmy + Wmp+hAvbOWebNoxdKBKlMSkXk9pJrVEu9PW858rFe+HkqU/P+37P+3yf5307DMC/EIpWEIpWEIpWYPJc + inkIdyjJ2mZ1h6RoMVdA/XAGVDj9BM+ES9HQMqPH3LNJmyeUMus4jAT+IdqsaJtdC8dY0gtQ796QeSwT + hkm2aODw5hWBw1u0z6dBjdZ4U9OAOmI5+4ye1QukHwxEL0uYOipiKHKNwY0LeNdy8K6fY5AY37pCJP+C + AVrTxDumgdOfQMH4glZ4x8h+Ed2Re8iLOUj+RLXRFw7Z5eG+unZfP88OX3hOCmqfvSunoGuADGTTIP5Y + RV/sCd7dZ3Su5NE0EcswxuqJGsL2C75vcE1u61TMDcCaFRVnpW+MJssYSxuIFyroUA4OPPSofEQRFLXS + 9N4JnflirUG1IpFJi5IgKAc18IcVFf6Gws6n4Qs+qkPA30L0c1hBKFpBKFpBKP4dsB8ReHHdeAdE8gAA + AABJRU5ErkJggg== + - - SelectOpenMainForm + + NoControl - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 35, 23 - - TabPageTrayIcon + + 26, 26 - - 4 + + 6 - - EditGlobalHotKeyPopupMainFormEnabled + + ActionHotKeyReset - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageTrayIcon + + PanelHotKey - - 5 + + 1 - - EditMainFormShownGoToToday + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - TabPageTrayIcon + + 5, 4 - - 6 + + 56, 17 - - SelectOpenNavigationForm + + 0 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Shift + - - TabPageTrayIcon + + EditGlobalHotKeyPopupMainFormShift - - 7 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PanelBalloon + + PanelHotKey - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - TabPageTrayIcon + + 237, 2 - - 8 + + 79, 21 - - 4, 49 + + 4 - - 3, 3, 3, 3 + + SelectGlobalHotKeyPopupMainFormKey - - 571, 395 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 10 + + PanelHotKey - - Tray icon + + 3 - - TabPageTrayIcon + + True - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - TabControl + + 67, 4 - - 2 + + 51, 17 - - ActionUseBlackAndWhiteColors + + 1 - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Ctrt + - - TabPageNavigation + + EditGlobalHotKeyPopupMainFormCtrl - - 0 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - LabelTopColor + + PanelHotKey - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - TabPageNavigation + + True - - 1 + + Microsoft Sans Serif, 8.25pt - - ActionUseDefaultColors + + NoControl - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 68, 30 - - TabPageNavigation + + 22, 13 - - 2 + + 7 - - LabelMiddleColor + + - + + LabelHotKeyStatus + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageNavigation + + PanelHotKey - - 3 + + 5 - - EditNavigationWindowUseUnicodeIcons + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - TabPageNavigation + + 124, 4 - - 4 + + 47, 17 - - EditNavigationWindowCloseOnShowMainForm + + 2 - + + Alt + + + + EditGlobalHotKeyPopupMainFormAlt + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageNavigation + + PanelHotKey - - 5 + + 6 - - LabelBottomColor + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - TabPageNavigation + + 177, 4 - - 6 + + 54, 17 - - ActionUseSystemColors + + 3 - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Win + - - TabPageNavigation + + EditGlobalHotKeyPopupMainFormWin - - 7 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - EditNavigateMiddleColor + + PanelHotKey - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - - TabPageNavigation + + 49, 95 - - 8 + + 454, 50 - - EditNavigateTopColor + + 3 - + + PanelHotKey + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageNavigation + + TabPageTrayIcon - - 9 + + 1 - - EditNavigateBottomColor + + True - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Microsoft Sans Serif, 8.25pt - - TabPageNavigation + + NoControl - - 10 + + 20, 160 - - 4, 49 + + 112, 13 - - 3, 3, 3, 3 + + 3 - - 571, 395 + + Tray Icon click opens: - - 4 + + LabelTrayIconClickOpen - - Navigation window + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageNavigation + + TabPageTrayIcon - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - TabControl + + True - - 3 + + Microsoft Sans Serif, 8.25pt - - SelectUseSodHaibour + + NoControl - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 23, 220 - - TabPageGeneration + + 122, 17 - - 0 + + 6 - - SelectOmerSun + + Celebrations window - + + SelectOpenNextCelebrationsForm + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageGeneration - - - 1 + + TabPageTrayIcon - - SelectOmerMoon + + 3 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - TabPageGeneration + + Microsoft Sans Serif, 8.25pt - - 2 + + NoControl - - LabelShabatDay + + 23, 180 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 116, 17 - - TabPageGeneration + + 4 - - 3 + + Application window - - EditShabatDay + + SelectOpenMainForm - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageGeneration + + TabPageTrayIcon - + 4 - - ActionUsePersonalShabat + + True - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - TabPageGeneration + + 23, 70 - - 5 + + 245, 17 - - ActionPersonalShabatHelp + + 2 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Enable global HotKey to popup the application - - TabPageGeneration + + EditGlobalHotKeyPopupMainFormEnabled - - 6 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - LabelMaxYearsIntervalInfo + + TabPageTrayIcon - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - TabPageGeneration + + True - - 7 + + Microsoft Sans Serif, 8.25pt - - LabelMaxYearsInterval + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 23, 45 - - TabPageGeneration + + 317, 17 - - 8 + + 1 - - ActionAstronomyInfo + + Go to today when main window popup else keep the selected - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + EditMainFormShownGoToToday - - TabPageGeneration + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9 + + TabPageTrayIcon - - ActionParashahHelp + + 6 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - TabPageGeneration + + Microsoft Sans Serif, 8.25pt - - 10 + + NoControl - - ActionCountAsMoonHelp + + 23, 200 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 115, 17 - - TabPageGeneration + + 5 - - 11 + + Navigation window - - EditMaxYearsInterval + + SelectOpenNavigationForm - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageGeneration + + TabPageTrayIcon - - 12 + + 7 - - EditUseSimhatTorahOutside + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Microsoft Sans Serif, 8.25pt - - TabPageGeneration + + NoControl - - 13 + + 0, 0 - - ActionGetGPS + + 241, 17 - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - - TabPageGeneration + + Use balloon with looming delay in milliseconds - - 14 + + EditBalloon - - SelectAutoGenerateYearsInterval + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + PanelBalloon - - TabPageGeneration + + 0 - - 15 + + True - - LabelGPSLatitude + + Microsoft Sans Serif, 8.25pt - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - TabPageGeneration + + 20, 55 - - 16 + + 108, 17 - - LabelTimeZone + + 9 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Auto hide balloon - - TabPageGeneration + + EditBalloonAutoHide - - 17 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - EditBigCalendarWarning + + PanelBalloon - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - TabPageGeneration + + True - - 18 + + Microsoft Sans Serif, 8.25pt - - LabelGPSLongitude + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 76, 29 - - TabPageGeneration + + 28, 13 - - 19 + + 8 - - EditAskRegenerateIfIntervalGreater + + 0 - 0 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + LabelLoomingDelayIntervalInfo - - TabPageGeneration + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 20 + + PanelBalloon - - EditAutoRegenerate + + 2 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - TabPageGeneration + + Microsoft Sans Serif, 8.25pt - - 21 + + NoControl - - ActionAutoGenerateHelp + + 20, 75 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 182, 17 - - TabPageGeneration + + 10 - - 22 + + Show only if application is hidden - - EditGPSLatitude + + EditBalloonOnlyIfMainFormIsHidden - - Ordisoftware.Core.TextBoxEx, Ordisoftware.Hebrew.Calendar, Version=9.25.0.0, Culture=neutral, PublicKeyToken=null + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageGeneration + + PanelBalloon - - 23 + + 3 - - EditTimeZone + + Microsoft Sans Serif, 8.25pt - - Ordisoftware.Core.TextBoxEx, Ordisoftware.Hebrew.Calendar, Version=9.25.0.0, Culture=neutral, PublicKeyToken=null + + 20, 25 - - TabPageGeneration + + 50, 20 - - 24 + + 8 - - EditGPSLongitude + + EditBalloonLoomingDelay - - Ordisoftware.Core.TextBoxEx, Ordisoftware.Hebrew.Calendar, Version=9.25.0.0, Culture=neutral, PublicKeyToken=null + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageGeneration + + PanelBalloon - - 25 + + 4 - - EditAutoGenerateYearsInterval + + 23, 255 - - Ordisoftware.Core.TextBoxEx, Ordisoftware.Hebrew.Calendar, Version=9.25.0.0, Culture=neutral, PublicKeyToken=null + + 485, 97 - - TabPageGeneration + + 11 - - 26 + + PanelBalloon - + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPageTrayIcon + + + 8 + + 4, 49 - + 3, 3, 3, 3 - + 571, 395 - - 7 + + 10 - - Generation + + Tray icon - - TabPageGeneration + + TabPageTrayIcon - + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + TabControl - - 4 + + 2 - - LabelDefaultLockoutAction + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Microsoft Sans Serif, 8.25pt - - TabPageReminder + + NoControl - - 0 + + 20, 141 - - LabelReminderBoxDesktopLocation + + 114, 13 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - TabPageReminder + + Black and white colors - - 1 + + ActionUseBlackAndWhiteColors - - SelectLockSessionDefaultAction + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabPageNavigation - - TabPageReminder + + 0 - - 2 + + True - - SelectReminderBoxDesktopLocation + + Microsoft Sans Serif, 8.25pt - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - TabPageReminder + + 20, 80 - - 3 + + 26, 13 - - LabelSelectReminderSound + + 47 - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Top - - TabPageReminder + + LabelTopColor - - 4 - - - LabelAutoLockSessionTimeOutIntervalInfo - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageReminder + + TabPageNavigation - - 5 + + 1 - - EditAllowSuspendReminder + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Microsoft Sans Serif, 8.25pt - - TabPageReminder + + NoControl - - 6 + + 20, 187 - - LabelRemindAutoLockTimeOut + + 67, 13 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - - TabPageReminder + + Pastel colors - - 7 + + ActionUseDefaultColors - - EditConfirmShutdown + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabPageNavigation - - TabPageReminder + + 2 - - 8 + + True - - EditReminderShowLockoutIcon + + Microsoft Sans Serif, 8.25pt - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - TabPageReminder + + 80, 80 - - 9 + + 38, 13 - - EditAutoLockSession + + 49 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Center - - TabPageReminder + + LabelMiddleColor - - 10 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - EditAutoLockSessionTimeOut + + TabPageNavigation - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - TabPageReminder + + True - - 11 + + NoControl - - EditCloseReminderFormOnClick + + 23, 45 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 114, 17 - - TabPageReminder + + 1 - - 12 + + Use unicode icons - - EditShowReminderInTaskBar + + EditNavigationWindowUseUnicodeIcons - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageReminder + + TabPageNavigation - - 13 + + 4 - - 4, 49 + + True - - 3, 3, 3, 3 + + NoControl - - 571, 395 + + 23, 20 - - 8 + + 143, 17 - - Reminder + + 0 - - TabPageReminder + + Close on show main form - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + EditNavigationWindowCloseOnShowMainForm - - TabControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + TabPageNavigation - - LabelRemindShabatEveryMinutesIntervalInfo + + 5 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - TabPageShabat + + Microsoft Sans Serif, 8.25pt - - 0 + + NoControl - - LabelRemindShabatHoursBeforeIntervalInfo + + 140, 80 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 40, 13 - - TabPageShabat + + 49 - - 1 + + Bottom - - LabelRemindShabatHoursBefore + + LabelBottomColor - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageShabat + + TabPageNavigation - - 2 + + 6 - - EditReminderShabatEnabled + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Microsoft Sans Serif, 8.25pt - - TabPageShabat + + NoControl - - 3 + + 20, 164 - - LabelRemindShabatEveryMinutes + + 72, 13 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - TabPageShabat + + System colors - - 4 + + ActionUseSystemColors - - EditRemindShabatEveryMinutes - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageShabat + + TabPageNavigation - - 5 + + 7 - - EditRemindShabatOnlyLight + + Microsoft Sans Serif, 8.25pt - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 83, 99 - - TabPageShabat + + 25, 25 - - 6 + + 3 - - EditRemindShabatHoursBefore + + EditNavigateMiddleColor - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageShabat + + TabPageNavigation - - 7 + + 8 - - 4, 49 + + Microsoft Sans Serif, 8.25pt - - 3, 3, 3, 3 + + 23, 99 - - 571, 395 + + 25, 25 - - 5 + + 2 - - Shabat + + EditNavigateTopColor - - TabPageShabat + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabPageNavigation - - TabControl + + 9 - - 6 + + Microsoft Sans Serif, 8.25pt - - ActionRemindEventsBeforeSelectNone + + 143, 99 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 25, 25 - - TabPageCelebrations + + 4 - - 0 + + EditNavigateBottomColor - - ActionRemindEventsBeforeReset + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabPageNavigation - - TabPageCelebrations + + 10 - - 1 + + 4, 49 - - ActionRemindEventsBeforeSelectAll + + 3, 3, 3, 3 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 571, 395 - - TabPageCelebrations + + 4 - - 2 + + Navigation window - - ActionEventsDaySelectNone + + TabPageNavigation - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageCelebrations + + TabControl - + 3 - - ActionEventsDayReset + + True - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - TabPageCelebrations + + 310, 79 - - 4 + + 166, 17 - - ActionEventsDaySelectAll + + 6 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Use sod ha'ibur with sun omer - - TabPageCelebrations + + SelectUseSodHaibour - - 5 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - LabelRemindCelebrationEveryMinutesIntervalInfo + + TabPageGeneration - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - TabPageCelebrations + + True - - 6 + + NoControl - - LabelReminderCelebrationsIntervalInfo + + 310, 59 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 115, 17 - - TabPageCelebrations + + 4 - - 7 + + Use sun days omer - - LabelRemindCelebrationHoursBeforeIntervalInfo + + SelectOmerSun - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageCelebrations + + TabPageGeneration - - 8 + + 1 - - EditRemindCelebrationEveryMinutes + + True - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - TabPageCelebrations + + 310, 39 - - 9 + + 124, 17 - - LabelRemindCelebrationHoursBefore + + 3 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Use moon days omer - - TabPageCelebrations + + SelectOmerMoon - - 10 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - EditReminderCelebrationsEnabled + + TabPageGeneration - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - TabPageCelebrations + + True - - 11 + + Microsoft Sans Serif, 8.25pt - - LabelRemindCelebrationEveryMinutes + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 20, 18 - - TabPageCelebrations + + 61, 13 - - 12 + + 0 - - SelectRemindEventsDay + + Shabat day - - System.Windows.Forms.CheckedListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + LabelShabatDay - - TabPageCelebrations + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 13 + + TabPageGeneration - - EditRemindCelebrationHoursBefore + + 3 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Microsoft Sans Serif, 8.25pt - - TabPageCelebrations + + 23, 37 - - 14 + + 150, 21 - - SelectRemindEventsBefore + + 0 - - System.Windows.Forms.CheckedListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + EditShabatDay - - TabPageCelebrations + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 15 + + TabPageGeneration - - EditRemindCelebrationsDaysBefore + + 4 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - TabPageCelebrations + + Microsoft Sans Serif, 8.25pt - - 16 + + NoControl - - LabelRemindCelebrationDaysBefore + + 20, 66 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 106, 13 - - TabPageCelebrations + + 1 - - 17 + + Use personal Shabat - - 4, 49 + + ActionUsePersonalShabat - - 3, 3, 3, 3 + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 571, 395 + + TabPageGeneration - - 6 + + 5 - - Celebrations + + Flat - - TabPageCelebrations + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAkVJREFUOE99UN1LU2Ec3l9gw20XBtlNd3nRF12l3YiaJdH6WkcbI0QrQ6G8kEwL + KyhBo2yWtvIjSS3PmbuyLkpFBmNuprm1ndVsiEle2FVQXj29z7vj7It+8ON3nk94j+nPsVZobrND+252 + qNgklpeYvGH599icWtFmpw+ujhA8E4sYnVmBN7wiLzF56vQZkY0hmXdhDL1TS2h7lUJJexhb6ydgqx2X + l5g8dfr+KskRzdr0F1T3xbCtYQpXvR/w6xCTp04f/UY0/ebGZ1HUDenYcz2AvGa/DE3qq9hSP4nx+KrE + 25v8UqeP/sw/yVZGfnS+WUL+7RAKxO69EZSBsnuz2HEtgKOdcxLvaglInT76mZMFFkVDg3cBRe0zKL7z + FoVtYexvNcpuBhH5/E0W7LsVkh4u/czJAmu5hnODCZS532X2YMccCkXZ69hXGa4e0FF8dxaH7qd1+pmT + BbZyL5SeGI53R3CsK732hxEcECWcy6NJlIpv+4N5qdFHP3NGgbbm8ERR0atDeRKT63gcg70rilL3PA6L + spOe9xmNPvqZkwUW+6PhghY/qgY/4szTBFz9Opx9cZwQIQ4vMXnq9NHPnCwQk8v3OHviqBn5hLPDSVQK + 0+n+hCzgJSZPnT7j/bnpuBhz/sWaHJcPlQMJXPItok5L4fyLBVQNJeUlJk+dPvqNaGaySFoUFSWtQdSq + KVx5uYzGsWV5iclTN8JZ6djvQ3K35Uj3c6uirmWfUrG+xOSpG77/Dt+2UyzN60u88ebMmEw/AdDTBeRn + kM5gAAAAAElFTkSuQmCC + - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - TabControl + + 181, 34 - - 7 + + 26, 26 - - EditMainFormTitleBarShowWeeklyParashah + + 2 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ActionPersonalShabatHelp - - TabPageParashah + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + TabPageGeneration - - EditReminderShabatShowParashah + + 6 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - TabPageParashah + + Microsoft Sans Serif, 8.25pt - - 1 + + NoControl - - EditParashahCaptionWithBookAndRef + + 81, 118 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 28, 13 - - TabPageParashah + + 11 - - 2 + + 0 - 0 - - EditWeeklyParashahShowAtNewWeek + + LabelMaxYearsIntervalInfo - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageParashah + + TabPageGeneration - - 3 + + 7 - - EditCalendarShowParashah + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - TabPageParashah + + 20, 95 - - 4 + + 92, 13 - - EditWeeklyParashahShowAtStartup + + 2 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Max years interval - - TabPageParashah + + LabelMaxYearsInterval - - 5 - - - 4, 49 - - - 3, 3, 3, 3 - - - 571, 395 - - - 14 - - - Parashah - - - TabPageParashah - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabControl - - - 8 - - - EditUseColors - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageColors - - - 0 - - - EditSelectedDayBoxColorOnlyCurrent - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageColors - - - 1 - - - PanelCalendarColors - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageColors - - - 2 - - - 4, 49 - - - 3, 3, 3, 3 - - - 571, 395 - - - 13 - - - Colors - - - TabPageColors - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabControl - - - 9 - - - LabelCalendarDoubleClickAction - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageMonthView - - - 0 - - - SelectCalendarDoubleClickActionSelect - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageMonthView - - - 1 - - - SelectCalendarDoubleClickActionNothing - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageMonthView - - - 2 - - - SelectCalendarDoubleClickActionSetActive - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageMonthView - - - 3 - - - LabelMonthViewFontSizeInterval - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageMonthView - - - 4 - - - LabelMoonDayTextFormat - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageMonthView - - - 5 - - - ActionMoonDayTextFormatReset - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageMonthView - - - 6 - - - LabelCalendarLineSpacingInfo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageMonthView - - - 7 - - - ActionMoonDayTextFormatHelp - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageMonthView - - - 8 - - - EditCalendarShowSelectedBox - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageMonthView - - - 9 - - - EditCalendarUseHoverEffect - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageMonthView - - - 10 - - - EditMonthViewChangeDayOnClick - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageMonthView - - - 11 - - - LabelMonthViewFontSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageMonthView - - - 12 - - - EditCalendarLineSpacing - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageMonthView - - - 13 - - - EditMonthViewFontSize - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageMonthView - - - 14 - - - LabelCalendarLineSpacing - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageMonthView - - - 15 - - - EditMoonDayTextFormat - - - Ordisoftware.Core.TextBoxEx, Ordisoftware.Hebrew.Calendar, Version=9.25.0.0, Culture=neutral, PublicKeyToken=null - - - TabPageMonthView - - - 16 - - - 4, 49 - - - 3, 3, 3, 3 - - - 571, 395 - - - 2 - - - Month view - - - TabPageMonthView - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabControl - - - 10 - - - LabelTextReportFontSizeInterval - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageTextReport - - - 0 - - - LabelFontName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageTextReport - - - 1 - - - EditTextReportFontSize - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageTextReport - - - 2 - - - LabelFontSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageTextReport - - - 3 - - - EditTextReportFontName - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageTextReport - - - 4 - - - LabelBackColor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageTextReport - - - 5 - - - EditTextReportTextColor - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageTextReport - - - 6 - - - EditTextReportBackColor - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageTextReport - - - 7 - - - LabelTextColor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageTextReport - - - 8 - - - 4, 49 - - - 3, 3, 3, 3 - - - 571, 395 - - - 1 - - - Text report - - - TabPageTextReport - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabControl - - - 11 - - - EditImageExportFileFormat - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePrint - - - 0 - - - EditDataExportFileFormat - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePrint - - - 1 - - - LabelImageExportFileFormat - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePrint - - - 2 - - - LabelDataExportFileFormat - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePrint - - - 3 - - - LabelSaveImageCountWarning - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePrint - - - 4 - - - LabelSaveImageCountWarningIntervalInfo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePrint - - - 5 - - - LabelPrintPageCountWarning - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePrint - - - 6 - - - LabelPrintPageCountWarningIntervalInfo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePrint - - - 7 - - - LabelPrintMargin - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePrint - - - 8 - - - LabelPrintingMarginIntervalInfo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePrint - - - 9 - - - EditSaveImageCountWarning - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePrint - - - 10 - - - EditAutoOpenExportedFile - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePrint - - - 11 - - - EditPrintPageCountWarning - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePrint - - - 12 - - - EditExportDataEnumsAsTranslations - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePrint - - - 13 - - - EditAutoOpenExportFolder - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePrint - - - 14 - - - EditPrintImageInLandscape - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePrint - - - 15 - - - EditShowPrintDialog - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePrint - - - 16 - - - EditPrintingMargin - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePrint - - - 17 - - - 4, 49 - - - 3, 3, 3, 3 - - - 571, 395 - - - 12 - - - Export and printing - - - TabPagePrint - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabControl - - - 12 - - - Flat - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAYxJREFUOE+lkt8rQ2EYx9/r3fsD1NzT3NocbEeSXChJxoV2RXElcbGdMUkxEbmy - Wmp+hAvbOWebNoxdKBKlMSkXk9pJrVEu9PW858rFe+HkqU/P+37P+3yf5307DMC/EIpWEIpWEIpWYPJc - inkIdyjJ2mZ1h6RoMVdA/XAGVDj9BM+ES9HQMqPH3LNJmyeUMus4jAT+IdqsaJtdC8dY0gtQ796QeSwT - hkm2aODw5hWBw1u0z6dBjdZ4U9OAOmI5+4ye1QukHwxEL0uYOipiKHKNwY0LeNdy8K6fY5AY37pCJP+C - AVrTxDumgdOfQMH4glZ4x8h+Ed2Re8iLOUj+RLXRFw7Z5eG+unZfP88OX3hOCmqfvSunoGuADGTTIP5Y - RV/sCd7dZ3Su5NE0EcswxuqJGsL2C75vcE1u61TMDcCaFRVnpW+MJssYSxuIFyroUA4OPPSofEQRFLXS - 9N4JnflirUG1IpFJi5IgKAc18IcVFf6Gws6n4Qs+qkPA30L0c1hBKFpBKFpBKP4dsB8ReHHdeAdE8gAA - AABJRU5ErkJggg== - - - - NoControl - - - 517, 235 - - - 26, 27 - - - 93 - - - ActionResetCustomWebSearch - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePaths - - - 0 - - - True - - - NoControl - - - 20, 220 - - - 100, 13 - - - 94 - - - Custom web search - - - LabelCustomWebSearch - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePaths - - - 1 - - - 23, 238 - - - 456, 20 - - - 92 - - - EditCustomWebSearch - - - Ordisoftware.Core.TextBoxEx, Ordisoftware.Hebrew.Calendar, Version=9.25.0.0, Culture=neutral, PublicKeyToken=null - - - TabPagePaths - - - 2 - - - Flat - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAYxJREFUOE+lkt8rQ2EYx9/r3fsD1NzT3NocbEeSXChJxoV2RXElcbGdMUkxEbmy - Wmp+hAvbOWebNoxdKBKlMSkXk9pJrVEu9PW858rFe+HkqU/P+37P+3yf5307DMC/EIpWEIpWEIpWYPJc - inkIdyjJ2mZ1h6RoMVdA/XAGVDj9BM+ES9HQMqPH3LNJmyeUMus4jAT+IdqsaJtdC8dY0gtQ796QeSwT - hkm2aODw5hWBw1u0z6dBjdZ4U9OAOmI5+4ye1QukHwxEL0uYOipiKHKNwY0LeNdy8K6fY5AY37pCJP+C - AVrTxDumgdOfQMH4glZ4x8h+Ed2Re8iLOUj+RLXRFw7Z5eG+unZfP88OX3hOCmqfvSunoGuADGTTIP5Y - RV/sCd7dZ3Su5NE0EcswxuqJGsL2C75vcE1u61TMDcCaFRVnpW+MJssYSxuIFyroUA4OPPSofEQRFLXS - 9N4JnflirUG1IpFJi5IgKAc18IcVFf6Gws6n4Qs+qkPA30L0c1hBKFpBKFpBKP4dsB8ReHHdeAdE8gAA - AABJRU5ErkJggg== - - - - NoControl - - - 517, 185 - - - 26, 27 - - - 11 - - - ActionResetHebrewWordsPath - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePaths - - - 3 - - - True - - - NoControl - - - 20, 170 - - - 78, 13 - - - 40 - - - Hebrew Words - - - LabelHebrewWordsPath - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePaths - - - 4 - - - Flat - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAkBJREFUOE+Nkd1LU3Ecxr0L6q5/oJuC7sKsIN+2trK7iPJCupG68CJQMSjlZLYK - CRZS23Ev1YWBN5aMvKguKkGhUhs7ezHS6V5sSqvGmGtRtrPt6TnHU+swFz3w3Bx+z+f7fc635rfm7x7L - hNxHEXQdQdBhQGC4CQGxAX572cq3kMuc0SJ6hVwmNRDxnEPaJyKffAEUwkCe/rmwaTmsQrSIXgGxEcBn - 5JbGsDZ5GUG3GUHxAFYetSA1eRry/FlgQ1I30SJ6+W2HVQDWHwM/JE5egpx6jS+zd7Ds6UB07DgBXgIa - twZItnquHEIhIaAQ7YUcv4rCx/tA+glhi/Baawl4A79YpYJka2DPOQIGUIj1Q470sf4F5N+f50bvNMD0 - vwD8BxtTBHBy/ArkqMAWF5Ff6ARyM/DeqiPoJStUA7Abvj9DYdXyF+ASAV1A5rkGeArf7XoEXOakFitL - Ihk5DwHXCBgoAxa7gZSHFQ4C3ybocZ7SULmFZG8GsqMEXNcB5HAP8OkB3loPEXQT+DoK5a0WK0sFrN9D - ce2GDlBKWBF9eAKR8VZeZIhbjvA/bAHwDxu5gR1IDqL4wQI5JkBe7gUSg/AO8UJZkWEnLzXCCsZKgM9h - ysQn2pCZ60SRlyitKucUCLBwZQOUAX7RqIb9TlNWi+m0z91d2z9tbZqR7EbEPK1Iv+pAaUVAwGFCe8uu - kz2ndp/pa9vbrrzdjFRqJ72HrnN37RemrM2zQaeZE83KxG30dnoH/V/6A6OrTKyp+QUhqPdPJK/KwgAA - AABJRU5ErkJggg== - - - - NoControl - - - 487, 185 - - - 26, 27 - - - 10 - - - ActionSelectHebrewWordsPath - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePaths - - - 5 - - - True - - - NoControl - - - 20, 20 - - - 66, 13 - - - 27 - - - Export folder - - - LabelExportFolder - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePaths - - - 6 - - - Flat - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAYxJREFUOE+lkt8rQ2EYx9/r3fsD1NzT3NocbEeSXChJxoV2RXElcbGdMUkxEbmy - Wmp+hAvbOWebNoxdKBKlMSkXk9pJrVEu9PW858rFe+HkqU/P+37P+3yf5307DMC/EIpWEIpWEIpWYPJc - inkIdyjJ2mZ1h6RoMVdA/XAGVDj9BM+ES9HQMqPH3LNJmyeUMus4jAT+IdqsaJtdC8dY0gtQ796QeSwT - hkm2aODw5hWBw1u0z6dBjdZ4U9OAOmI5+4ye1QukHwxEL0uYOipiKHKNwY0LeNdy8K6fY5AY37pCJP+C - AVrTxDumgdOfQMH4glZ4x8h+Ed2Re8iLOUj+RLXRFw7Z5eG+unZfP88OX3hOCmqfvSunoGuADGTTIP5Y - RV/sCd7dZ3Su5NE0EcswxuqJGsL2C75vcE1u61TMDcCaFRVnpW+MJssYSxuIFyroUA4OPPSofEQRFLXS - 9N4JnflirUG1IpFJi5IgKAc18IcVFf6Gws6n4Qs+qkPA30L0c1hBKFpBKFpBKP4dsB8ReHHdeAdE8gAA - AABJRU5ErkJggg== - - - - NoControl - - - 517, 35 - - - 26, 26 - - - 2 - - - ActionResetExportFolder - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePaths - - - 7 - - - Flat - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAkBJREFUOE+Nkd1LU3Ecxr0L6q5/oJuC7sKsIN+2trK7iPJCupG68CJQMSjlZLYK - CRZS23Ev1YWBN5aMvKguKkGhUhs7ezHS6V5sSqvGmGtRtrPt6TnHU+swFz3w3Bx+z+f7fc635rfm7x7L - hNxHEXQdQdBhQGC4CQGxAX572cq3kMuc0SJ6hVwmNRDxnEPaJyKffAEUwkCe/rmwaTmsQrSIXgGxEcBn - 5JbGsDZ5GUG3GUHxAFYetSA1eRry/FlgQ1I30SJ6+W2HVQDWHwM/JE5egpx6jS+zd7Ds6UB07DgBXgIa - twZItnquHEIhIaAQ7YUcv4rCx/tA+glhi/Baawl4A79YpYJka2DPOQIGUIj1Q470sf4F5N+f50bvNMD0 - vwD8BxtTBHBy/ArkqMAWF5Ff6ARyM/DeqiPoJStUA7Abvj9DYdXyF+ASAV1A5rkGeArf7XoEXOakFitL - Ihk5DwHXCBgoAxa7gZSHFQ4C3ybocZ7SULmFZG8GsqMEXNcB5HAP8OkB3loPEXQT+DoK5a0WK0sFrN9D - ce2GDlBKWBF9eAKR8VZeZIhbjvA/bAHwDxu5gR1IDqL4wQI5JkBe7gUSg/AO8UJZkWEnLzXCCsZKgM9h - ysQn2pCZ60SRlyitKucUCLBwZQOUAX7RqIb9TlNWi+m0z91d2z9tbZqR7EbEPK1Iv+pAaUVAwGFCe8uu - kz2ndp/pa9vbrrzdjFRqJ72HrnN37RemrM2zQaeZE83KxG30dnoH/V/6A6OrTKyp+QUhqPdPJK/KwgAA - AABJRU5ErkJggg== - - - - NoControl - - - 487, 35 - - - 26, 26 - - - 1 - - - ActionSelectExportFolder - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePaths - - - 8 - - - True - - - NoControl - - - 20, 70 - - - 90, 13 - - - 19 - - - System calculator - - - LabelCalculatorPath - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePaths - - - 9 - - - Flat - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAYxJREFUOE+lkt8rQ2EYx9/r3fsD1NzT3NocbEeSXChJxoV2RXElcbGdMUkxEbmy - Wmp+hAvbOWebNoxdKBKlMSkXk9pJrVEu9PW858rFe+HkqU/P+37P+3yf5307DMC/EIpWEIpWEIpWYPJc - inkIdyjJ2mZ1h6RoMVdA/XAGVDj9BM+ES9HQMqPH3LNJmyeUMus4jAT+IdqsaJtdC8dY0gtQ796QeSwT - hkm2aODw5hWBw1u0z6dBjdZ4U9OAOmI5+4ye1QukHwxEL0uYOipiKHKNwY0LeNdy8K6fY5AY37pCJP+C - AVrTxDumgdOfQMH4glZ4x8h+Ed2Re8iLOUj+RLXRFw7Z5eG+unZfP88OX3hOCmqfvSunoGuADGTTIP5Y - RV/sCd7dZ3Su5NE0EcswxuqJGsL2C75vcE1u61TMDcCaFRVnpW+MJssYSxuIFyroUA4OPPSofEQRFLXS - 9N4JnflirUG1IpFJi5IgKAc18IcVFf6Gws6n4Qs+qkPA30L0c1hBKFpBKFpBKP4dsB8ReHHdeAdE8gAA - AABJRU5ErkJggg== - - - - NoControl - - - 517, 135 - - - 26, 27 - - - 8 - - - ActionResetHebrewLettersPath - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePaths - - - 10 - - - Flat - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAYxJREFUOE+lkt8rQ2EYx9/r3fsD1NzT3NocbEeSXChJxoV2RXElcbGdMUkxEbmy - Wmp+hAvbOWebNoxdKBKlMSkXk9pJrVEu9PW858rFe+HkqU/P+37P+3yf5307DMC/EIpWEIpWEIpWYPJc - inkIdyjJ2mZ1h6RoMVdA/XAGVDj9BM+ES9HQMqPH3LNJmyeUMus4jAT+IdqsaJtdC8dY0gtQ796QeSwT - hkm2aODw5hWBw1u0z6dBjdZ4U9OAOmI5+4ye1QukHwxEL0uYOipiKHKNwY0LeNdy8K6fY5AY37pCJP+C - AVrTxDumgdOfQMH4glZ4x8h+Ed2Re8iLOUj+RLXRFw7Z5eG+unZfP88OX3hOCmqfvSunoGuADGTTIP5Y - RV/sCd7dZ3Su5NE0EcswxuqJGsL2C75vcE1u61TMDcCaFRVnpW+MJssYSxuIFyroUA4OPPSofEQRFLXS - 9N4JnflirUG1IpFJi5IgKAc18IcVFf6Gws6n4Qs+qkPA30L0c1hBKFpBKFpBKP4dsB8ReHHdeAdE8gAA - AABJRU5ErkJggg== - - - - NoControl - - - 517, 85 - - - 26, 26 - - - 5 - - - ActionResetCalculatorPath - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePaths - - - 11 - - - Flat - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAkBJREFUOE+Nkd1LU3Ecxr0L6q5/oJuC7sKsIN+2trK7iPJCupG68CJQMSjlZLYK - CRZS23Ev1YWBN5aMvKguKkGhUhs7ezHS6V5sSqvGmGtRtrPt6TnHU+swFz3w3Bx+z+f7fc635rfm7x7L - hNxHEXQdQdBhQGC4CQGxAX572cq3kMuc0SJ6hVwmNRDxnEPaJyKffAEUwkCe/rmwaTmsQrSIXgGxEcBn - 5JbGsDZ5GUG3GUHxAFYetSA1eRry/FlgQ1I30SJ6+W2HVQDWHwM/JE5egpx6jS+zd7Ds6UB07DgBXgIa - twZItnquHEIhIaAQ7YUcv4rCx/tA+glhi/Baawl4A79YpYJka2DPOQIGUIj1Q470sf4F5N+f50bvNMD0 - vwD8BxtTBHBy/ArkqMAWF5Ff6ARyM/DeqiPoJStUA7Abvj9DYdXyF+ASAV1A5rkGeArf7XoEXOakFitL - Ihk5DwHXCBgoAxa7gZSHFQ4C3ybocZ7SULmFZG8GsqMEXNcB5HAP8OkB3loPEXQT+DoK5a0WK0sFrN9D - ce2GDlBKWBF9eAKR8VZeZIhbjvA/bAHwDxu5gR1IDqL4wQI5JkBe7gUSg/AO8UJZkWEnLzXCCsZKgM9h - ysQn2pCZ60SRlyitKucUCLBwZQOUAX7RqIb9TlNWi+m0z91d2z9tbZqR7EbEPK1Iv+pAaUVAwGFCe8uu - kz2ndp/pa9vbrrzdjFRqJ72HrnN37RemrM2zQaeZE83KxG30dnoH/V/6A6OrTKyp+QUhqPdPJK/KwgAA - AABJRU5ErkJggg== - - - - NoControl - - - 487, 85 - - - 26, 26 - - - 4 - - - ActionSelectCalculatorPath - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePaths - - - 12 - - - True - - - NoControl - - - 20, 120 - - - 79, 13 - - - 23 - - - Hebrew Letters - - - LabelHebrewLettersPath - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePaths - - - 13 - - - Flat - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAkBJREFUOE+Nkd1LU3Ecxr0L6q5/oJuC7sKsIN+2trK7iPJCupG68CJQMSjlZLYK - CRZS23Ev1YWBN5aMvKguKkGhUhs7ezHS6V5sSqvGmGtRtrPt6TnHU+swFz3w3Bx+z+f7fc635rfm7x7L - hNxHEXQdQdBhQGC4CQGxAX572cq3kMuc0SJ6hVwmNRDxnEPaJyKffAEUwkCe/rmwaTmsQrSIXgGxEcBn - 5JbGsDZ5GUG3GUHxAFYetSA1eRry/FlgQ1I30SJ6+W2HVQDWHwM/JE5egpx6jS+zd7Ds6UB07DgBXgIa - twZItnquHEIhIaAQ7YUcv4rCx/tA+glhi/Baawl4A79YpYJka2DPOQIGUIj1Q470sf4F5N+f50bvNMD0 - vwD8BxtTBHBy/ArkqMAWF5Ff6ARyM/DeqiPoJStUA7Abvj9DYdXyF+ASAV1A5rkGeArf7XoEXOakFitL - Ihk5DwHXCBgoAxa7gZSHFQ4C3ybocZ7SULmFZG8GsqMEXNcB5HAP8OkB3loPEXQT+DoK5a0WK0sFrN9D - ce2GDlBKWBF9eAKR8VZeZIhbjvA/bAHwDxu5gR1IDqL4wQI5JkBe7gUSg/AO8UJZkWEnLzXCCsZKgM9h - ysQn2pCZ60SRlyitKucUCLBwZQOUAX7RqIb9TlNWi+m0z91d2z9tbZqR7EbEPK1Iv+pAaUVAwGFCe8uu - kz2ndp/pa9vbrrzdjFRqJ72HrnN37RemrM2zQaeZE83KxG30dnoH/V/6A6OrTKyp+QUhqPdPJK/KwgAA - AABJRU5ErkJggg== - - - - NoControl - - - 487, 135 - - - 26, 27 - - - 7 - - - ActionSelectHebrewLettersPath - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPagePaths - - - 14 - - - 23, 188 - - - 456, 20 - - - 9 - - - EditHebrewWordsPath - - - Ordisoftware.Core.TextBoxEx, Ordisoftware.Hebrew.Calendar, Version=9.25.0.0, Culture=neutral, PublicKeyToken=null - - - TabPagePaths - - - 15 - - - 23, 38 - - - 456, 20 - - - 0 - - - EditExportFolder - - - Ordisoftware.Core.TextBoxEx, Ordisoftware.Hebrew.Calendar, Version=9.25.0.0, Culture=neutral, PublicKeyToken=null - - - TabPagePaths - - - 16 - - - 23, 88 - - - 456, 20 - - - 3 - - - EditCalculatorPath - - - Ordisoftware.Core.TextBoxEx, Ordisoftware.Hebrew.Calendar, Version=9.25.0.0, Culture=neutral, PublicKeyToken=null - - - TabPagePaths - - - 17 - - - 23, 138 - - - 456, 20 - - - 6 - - - EditHebrewLettersPath - - - Ordisoftware.Core.TextBoxEx, Ordisoftware.Hebrew.Calendar, Version=9.25.0.0, Culture=neutral, PublicKeyToken=null - - - TabPagePaths - - - 18 - - - 4, 49 - - - 3, 3, 3, 3 - - - 571, 395 - - - 9 - - - Paths - - - TabPagePaths - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabControl - - - 13 - - - LabelWeatherAppPath - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageWeather - - - 0 - - - ActionSelectWeatherAppPath - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageWeather - - - 1 - - - EditWeatherAppPath - - - Ordisoftware.Core.TextBoxEx, Ordisoftware.Hebrew.Calendar, Version=9.25.0.0, Culture=neutral, PublicKeyToken=null - - - TabPageWeather - - - 2 - - - PanelWeatherOnline - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageWeather - - - 3 - - - ActionResetWeatherAppPath - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageWeather - - - 4 - - - 4, 49 - - - 3, 3, 3, 3 - - - 571, 395 - - - 15 - - - Weather - - - TabPageWeather - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabControl - - - 14 - - - Fill - - - Microsoft Sans Serif, 8.25pt - - - 10, 10 - - - 579, 448 - - - 1 - - - TabControl - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - Flat - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAlBJREFUOE+V00tPE1EYh3GWfgFNEFgoGxcYLppUFEqq1pUujRuNaIzuUeQSaClW - gvEKgolBXBHQSEIilwJyaaG0pQgleFmgSIjGiLSdomgLRR/fGWI10i48yT9nZs6c37xn5kwSkGS82q8c - tPZhsPajqx3l7olCJvalUy/93poRDpht5Jm6N2LuRm/p4bC1T1HnaoA6eWI+SK65l6kojGclw7mjeDOT - mYjAdOAn0/71WF6F0JAYIBqn7rvQmWy4w+DM3M7qSSNu6Yu8UDKsUDrop0RSPODHt/RDqyQGyBI43eSW - Cmw4vqlACuHjetxZKVyegspRBZPDT6XdT/mwn/FP65uBwiaPBgyuCCATV47pcGenUOYDs1OhSgA1JkHG - PkbjA/sF6F1WgVS+HsnSoOJJKLMrlA8tUSFPN9kDDH+Ikr8JeLABdMm7HctOI6TfhUOW8m+rHAnwbGE1 - MdARFCAnDSV3pwCpFEkFF4cCXBr4TKlUUTUaoGc+EVDVS3sAXDmpBOVTxqvgijPI03cR9PEAdcM8XpR9 - sHsroR1bcGdswzwDFpdCtdOP1RWg1hOkYy4BkGfu4dF76LpwnnudPhxGHddmolz3LnNjXNFy0xviydtE - gGzV1rk1br+IcOvlGvWeRe74VqibDFH3XNmIHLe9CW8GzgiQL0DLbITG6S80+JZp+N1PhWJplPOW2TAF - VX9tZWNNP2ebPdrF1rkoD19/pzlB1LE2ucdQbfsDGCra7Sqi/hMGi02DCqTEuJExdfIhS+dCDJCWLtnz - n8kAkn4BwCnDttDqHwAAAAAASUVORK5CYII= - - - - NoControl - - - 74, 293 - - - 26, 26 - - - 12 - - - ActionManageBookmarks - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageApplication - - - 0 - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 106, 300 - - - 28, 13 - - - 8 - - - 0 - 0 - - - LabelDateBookmarksCountIntervalInfo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageApplication - - - 1 - - - Microsoft Sans Serif, 8.25pt - - - 23, 295 - - - 40, 20 - - - 11 - - - EditDateBookmarksCount - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageApplication - - - 2 - - - False - - - NoControl - - - 18, 355 - - - 490, 18 - - - 13 - - - EditVolume - - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageApplication - - - 3 - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 20, 275 - - - 446, 13 - - - 11 - - - Number of date bookmarks (modification is in real time: reduction will erase saved bookmarks) - - - LabelDateBookmarksCount - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageApplication - - - 4 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 115, 20 - - - 335, 28 - - - 13 - - - Changing the language will not affect the data in the Parashot board unless restoring the default values - - - LabelChangeLangNotice - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageApplication - - - 5 - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 20, 335 - - - 284, 13 - - - 13 - - - Volume for sounds (not applicable to system dialog sounds) - - - LabelVolume - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageApplication - - - 6 - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 515, 355 - - - 33, 13 - - - 15 - - - 100% - - - LabelVolumeValue - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageApplication - - - 7 - - - Flat - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAdtJREFUOE+lk01LVGEYhp9y2V5DWxQa6NSoJeSgK6GtC4X+gYtM2xgSWIQVtKr+ - gojgykBLcaE7k4Fp40mdqcSFHynuagL75u6+zmwKXJQtLs5z7ud63vO+53BC0n9xZPgvROTuTh96nfdm - qbSqODegONuv5fUVbTkDajJ6OLjMMBvRPKTvXkpzY9KLMX1w+fh5op9k85Mp1GT0cHCZiZYhb6FxUE+m - E82+dbvGuzodmiyWVcKo9b2hJqOHg/t0JlFkbirOdN/X8HhB0fRAU5tfpTpL1aE1ntbg2qS1M3o4kXmo - 2xOvFPU3FC/XVvTN/S3zziCvmsQo6yFDTUYPB/eHyRe9C16SHvVJjb5mzAVz0bSa3KkK1GT0cHA9w2xl - gZHeitBsWgwDbSekTg8DNRk9HFzPpAsUSok+ezu7ZsP8cYT2kym/HwEHlxlmI873q/peUXEtr2d7Tjm3 - t5i+uHbXJq3Ztns4uOmMZyOyg6oa3dbCR0s5S1csHVSepA7fG2oyeji4VaM7iqw/Y1y6pQLyVTe7QouH - fsLAgfbTzGc31GT0cHDzZJeHvUDuTvmLX8aeWd7c8La8av11Fd681rYzoCajh4P7yXQ09JT9M0SraTsm - fJuj/7K/Q/ELT8+ZdBIni3MAAAAASUVORK5CYII= - - - - NoControl - - - 23, 20 - - - 28, 28 - - - 0 - - - ActionSelectLangEN - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageApplication - - - 8 - - - Flat - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAj5JREFUOE+l011IU2Ecx/FnWlaERO9pERJZUFCSXQhBEHURUXQZdGHdVCuFpLqJ - CjEy6CIhCbtKuohozUVeZEQoay9Fs2y16UHdnE3XnM1Nz9qmqXx7jueIQd5YBz4X5+H5//7PC48A/su8 - gwshROXzF8LchDhrRZx5hii34Pe4cLucOBwOnduN3e8nKPv1/kH+u4VW/FJRae4clZI8/pyEiTTpVApV - NfxMI0eh2Qqtr6DtNThbZ0KE1vmJN4Goeo+4JFW+IxrsRulS8HfqfEoP3kgM8uWqC5fA+sXQYjMCzlm5 - /yGOuOpBXGtHXPEwFgnRFwzSG9D1hPpREmNQkAPbV8LWfLA0zgXcdA4jqtsx1XyUQe1khgcJh8OE+nV9 - AxECahaKZOdda2HnKnhYZwSYrVS9iSJudWCq7UDc+MRUcoih6HcGI4ahGN+yk1CcB6XrYM8aqK+eCyhv - GUTc8WKSRE0HpEYY+TFMLGaIjxCV9eyQ+y8rkDbA7YtzAUebBzDd9UlfEbVeGFdRR5MkEoYxlbh2C7uX - wv5C3fVTRsB5K2W2fnLr/Zju+eRKvsB0hmw6RUpe5YxMBlUL2LsMDm6EQ5vg8vHZgCa2WUIseqCQ09CF - qPPJmdNMTf5ifGJCNzWNPELYtxyObIZjRVBxwAi4YGP10zB5j4LkNgYQDd3a1Pm/wyvgxBY4WQzmUiOg - wqZKaCvRzkOctqB4nLgcb7Hb7TqXizZ/FwFZoBXN6hFClY9BlEil/6jkr9e1MIjfPBq4naIGznYAAAAA - SUVORK5CYII= - - - - NoControl - - - 67, 20 - - - 28, 28 - - - 1 - - - ActionSelectLangFR - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageApplication - - - 9 - - - True - - - NoControl - - - 23, 195 - - - 191, 17 - - - 8 - - - Hide loading and processing boxes - - - EditLoadingFormHidden - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageApplication - - - 10 - - - True - - - NoControl - - - 23, 175 - - - 237, 17 - - - 7 - - - Enable double-buffering for drawing windows - - - EditWindowsDoubleBufferingEnabled - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageApplication - - - 11 - - - True - - - NoControl - - - 23, 155 - - - 156, 17 - - - 6 - - - Enable weather menu items - - - EditWeatherMenuItemsEnabled - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageApplication - - - 12 - - - True - - - NoControl - - - 23, 135 - - - 135, 17 - - - 5 - - - Enable web links menu - - - EditWebLinksMenuEnabled - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageApplication - - - 13 - - - True - - - NoControl - - - 23, 245 - - - 210, 17 - - - 10 - - - Show current celebration in the title bar - - - EditMainFormTitleBarShowCelebration - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageApplication - - - 14 - - - True - - - NoControl - - - 23, 225 - - - 148, 17 - - - 9 - - - Show today in the title bar - - - EditMainFormTitleBarShowToday - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageApplication - - - 15 - - - True - - - NoControl - - - 23, 65 - - - 107, 17 - - - 2 - - - Enable debugger - - - EditDebuggerEnabled - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageApplication - - - 16 - - - True - - - NoControl - - - 23, 105 - - - 134, 17 - - - 4 - - - Enable usage statistics - - - EditUsageStatisticsEnabled - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageApplication - - - 17 - - - True - - - NoControl - - - 23, 85 - - - 92, 17 - - - 3 - - - Enable log file - - - EditLogEnabled - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageApplication - - - 18 - - - True - - - NoControl - - - 23, 90 - - - 203, 17 - - - 3 - - - Show last new in version after update - - - EditShowLastNewInVersionAfterUpdate - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageStartup - - - 0 - - - Bottom, Left - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 134, 360 - - - 100, 13 - - - 14 - - - - - - - TopRight - - - LabelLastDBOptimizeDate - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageStartup - - - 1 - - - Bottom, Left - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 20, 360 - - - 88, 13 - - - 13 - - - Last optimization: - - - LabelLastDBOptimize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageStartup - - - 2 - - - Bottom, Left - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 134, 340 - - - 100, 13 - - - 12 - - - - - - - TopRight - - - LabelLastStartupCheckDate - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageStartup - - - 3 - - - Bottom, Left - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 20, 340 - - - 63, 13 - - - 11 - - - Last check: - - - LabelLastStartupCheck - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageStartup - - - 4 - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 39, 165 - - - 174, 13 - - - 5 - - - Check frequency in number of days - - - LabelCheckUpdateFrequency - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageStartup - - - 5 - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 88, 190 - - - 28, 13 - - - 7 - - - 0 - 0 - - - LabelCheckUpdateAtStartupInfo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageStartup - - - 6 - - - True - - - NoControl - - - 23, 120 - - - 140, 17 - - - 5 - - - Check update at startup - - - EditCheckUpdateAtStartup - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageStartup - - - 7 - - - True - - - NoControl - - - 23, 140 - - - 158, 17 - - - 6 - - - Check update while running - - - EditCheckUpdateEveryWeek - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageStartup - - - 8 - - - Microsoft Sans Serif, 8.25pt - - - 42, 186 - - - 40, 20 - - - 7 - - - EditCheckUpdateAtStartupInterval - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageStartup - - - 9 - - - True - - - NoControl - - - 23, 20 - - - 117, 17 - - - 0 - - - Start with Windows - - - EditStartWithWindows - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageStartup - - - 10 - - - True - - - NoControl - - - 23, 50 - - - 95, 17 - - - 1 - - - Hide at startup - - - EditStartupHide - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageStartup - - - 11 - - - Microsoft Sans Serif, 8.25pt - - - 42, 252 - - - 40, 20 - - - 9 - - - EditVacuumAtStartupInterval - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageStartup - - - 12 - - - True - - - NoControl - - - 23, 70 - - - 154, 17 - - - 2 - - - Restore last view at startup - - - EditRestoreLastViewAtStartup - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageStartup - - - 13 - - - True - - - NoControl - - - 23, 225 - - - 283, 17 - - - 8 - - - Optimize database at startup every this number of days - - - EditVacuumAtStartup - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageStartup - - - 14 - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 88, 256 - - - 28, 13 - - - 10 - - - 0 - 0 - - - LabelOptimizeDatabaseIntervalInfo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageStartup - - - 15 - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 23, 20 - - - 280, 17 - - - 0 - - - Use a different icon when Shabat or a celebration day - - - EditTrayIconUseSpecialDayIcon - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageTrayIcon - - - 0 - - - ActionHotKeyInfo - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelHotKey - - - 0 - - - ActionHotKeyReset - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelHotKey - - - 1 - - - EditGlobalHotKeyPopupMainFormShift - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelHotKey - - - 2 - - - SelectGlobalHotKeyPopupMainFormKey - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelHotKey - - - 3 - - - EditGlobalHotKeyPopupMainFormCtrl - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelHotKey - - - 4 - - - LabelHotKeyStatus - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelHotKey - - - 5 - - - EditGlobalHotKeyPopupMainFormAlt - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelHotKey - - - 6 - - - EditGlobalHotKeyPopupMainFormWin - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelHotKey - - - 7 - - - 49, 95 - - - 454, 50 - - - 3 - - - PanelHotKey - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageTrayIcon - - - 1 - - - Flat - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAkVJREFUOE99UN1LU2Ec3l9gw20XBtlNd3nRF12l3YiaJdH6WkcbI0QrQ6G8kEwL - KyhBo2yWtvIjSS3PmbuyLkpFBmNuprm1ndVsiEle2FVQXj29z7vj7It+8ON3nk94j+nPsVZobrND+252 - qNgklpeYvGH599icWtFmpw+ujhA8E4sYnVmBN7wiLzF56vQZkY0hmXdhDL1TS2h7lUJJexhb6ydgqx2X - l5g8dfr+KskRzdr0F1T3xbCtYQpXvR/w6xCTp04f/UY0/ebGZ1HUDenYcz2AvGa/DE3qq9hSP4nx+KrE - 25v8UqeP/sw/yVZGfnS+WUL+7RAKxO69EZSBsnuz2HEtgKOdcxLvaglInT76mZMFFkVDg3cBRe0zKL7z - FoVtYexvNcpuBhH5/E0W7LsVkh4u/czJAmu5hnODCZS532X2YMccCkXZ69hXGa4e0FF8dxaH7qd1+pmT - BbZyL5SeGI53R3CsK732hxEcECWcy6NJlIpv+4N5qdFHP3NGgbbm8ERR0atDeRKT63gcg70rilL3PA6L - spOe9xmNPvqZkwUW+6PhghY/qgY/4szTBFz9Opx9cZwQIQ4vMXnq9NHPnCwQk8v3OHviqBn5hLPDSVQK - 0+n+hCzgJSZPnT7j/bnpuBhz/sWaHJcPlQMJXPItok5L4fyLBVQNJeUlJk+dPvqNaGaySFoUFSWtQdSq - KVx5uYzGsWV5iclTN8JZ6djvQ3K35Uj3c6uirmWfUrG+xOSpG77/Dt+2UyzN60u88ebMmEw/AdDTBeRn - kM5gAAAAAElFTkSuQmCC - - - - NoControl - - - 0, 23 - - - 26, 26 - - - 5 - - - ActionHotKeyInfo - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelHotKey - - - 0 - - - Flat - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAYxJREFUOE+lkt8rQ2EYx9/r3fsD1NzT3NocbEeSXChJxoV2RXElcbGdMUkxEbmy - Wmp+hAvbOWebNoxdKBKlMSkXk9pJrVEu9PW858rFe+HkqU/P+37P+3yf5307DMC/EIpWEIpWEIpWYPJc - inkIdyjJ2mZ1h6RoMVdA/XAGVDj9BM+ES9HQMqPH3LNJmyeUMus4jAT+IdqsaJtdC8dY0gtQ796QeSwT - hkm2aODw5hWBw1u0z6dBjdZ4U9OAOmI5+4ye1QukHwxEL0uYOipiKHKNwY0LeNdy8K6fY5AY37pCJP+C - AVrTxDumgdOfQMH4glZ4x8h+Ed2Re8iLOUj+RLXRFw7Z5eG+unZfP88OX3hOCmqfvSunoGuADGTTIP5Y - RV/sCd7dZ3Su5NE0EcswxuqJGsL2C75vcE1u61TMDcCaFRVnpW+MJssYSxuIFyroUA4OPPSofEQRFLXS - 9N4JnflirUG1IpFJi5IgKAc18IcVFf6Gws6n4Qs+qkPA30L0c1hBKFpBKFpBKP4dsB8ReHHdeAdE8gAA - AABJRU5ErkJggg== - - - - NoControl - - - 35, 23 - - - 26, 26 - - - 6 - - - ActionHotKeyReset - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelHotKey - - - 1 - - - True - - - NoControl - - - 5, 4 - - - 56, 17 - - - 0 - - - Shift + - - - EditGlobalHotKeyPopupMainFormShift - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelHotKey - - - 2 - - - 237, 2 - - - 79, 21 - - - 4 - - - SelectGlobalHotKeyPopupMainFormKey - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelHotKey - - - 3 - - - True - - - NoControl - - - 67, 4 - - - 51, 17 - - - 1 - - - Ctrt + - - - EditGlobalHotKeyPopupMainFormCtrl - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelHotKey - - - 4 - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 68, 30 - - - 22, 13 - - - 7 - - - - - - LabelHotKeyStatus - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelHotKey - - - 5 - - - True - - - NoControl - - - 124, 4 - - - 47, 17 - - - 2 - - - Alt + - - - EditGlobalHotKeyPopupMainFormAlt - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelHotKey - - - 6 - - - True - - - NoControl - - - 177, 4 - - - 54, 17 - - - 3 - - - Win + - - - EditGlobalHotKeyPopupMainFormWin - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelHotKey - - - 7 - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 20, 160 - - - 112, 13 - - - 3 - - - Tray Icon click opens: - - - LabelTrayIconClickOpen - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageTrayIcon - - - 2 - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 23, 220 - - - 122, 17 - - - 6 - - - Celebrations window - - - SelectOpenNextCelebrationsForm - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageTrayIcon - - - 3 - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 23, 180 - - - 116, 17 - - - 4 - - - Application window - - - SelectOpenMainForm - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageTrayIcon - - - 4 - - - True - - - NoControl - - - 23, 70 - - - 245, 17 - - - 2 - - - Enable global HotKey to popup the application - - - EditGlobalHotKeyPopupMainFormEnabled - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageTrayIcon - - - 5 - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 23, 45 - - - 317, 17 - - - 1 - - - Go to today when main window popup else keep the selected - - - EditMainFormShownGoToToday - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageTrayIcon - - - 6 - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 23, 200 - - - 115, 17 - - - 5 - - - Navigation window - - - SelectOpenNavigationForm - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageTrayIcon - - - 7 - - - EditBalloon - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelBalloon - - - 0 - - - EditBalloonAutoHide - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelBalloon - - - 1 - - - LabelLoomingDelayIntervalInfo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelBalloon - - - 2 - - - EditBalloonOnlyIfMainFormIsHidden - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelBalloon - - - 3 - - - EditBalloonLoomingDelay - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelBalloon - - - 4 - - - 23, 255 - - - 485, 97 - - - 11 - - - PanelBalloon - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageTrayIcon - - - 8 - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 0, 0 - - - 241, 17 - - - 7 - - - Use balloon with looming delay in milliseconds - - - EditBalloon - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelBalloon - - - 0 - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 20, 55 - - - 108, 17 - - - 9 - - - Auto hide balloon - - - EditBalloonAutoHide - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelBalloon - - - 1 - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 76, 29 - - - 28, 13 - - - 8 - - - 0 - 0 - - - LabelLoomingDelayIntervalInfo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelBalloon - - - 2 - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 20, 75 - - - 182, 17 - - - 10 - - - Show only if application is hidden - - - EditBalloonOnlyIfMainFormIsHidden - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelBalloon - - - 3 - - - Microsoft Sans Serif, 8.25pt - - - 20, 25 - - - 50, 20 - - - 8 - - - EditBalloonLoomingDelay - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelBalloon - - - 4 - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 20, 141 - - - 114, 13 - - - 5 - - - Black and white colors - - - ActionUseBlackAndWhiteColors - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageNavigation - - - 0 - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 20, 80 - - - 26, 13 - - - 47 - - - Top - - - LabelTopColor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageNavigation - - - 1 - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 20, 187 - - - 67, 13 - - - 7 - - - Pastel colors - - - ActionUseDefaultColors - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageNavigation - - - 2 - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 80, 80 - - - 38, 13 - - - 49 - - - Center - - - LabelMiddleColor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageNavigation - - - 3 - - - True - - - NoControl - - - 23, 45 - - - 114, 17 - - - 1 - - - Use unicode icons - - - EditNavigationWindowUseUnicodeIcons - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageNavigation - - - 4 - - - True - - - NoControl - - - 23, 20 - - - 143, 17 - - - 0 - - - Close on show main form - - - EditNavigationWindowCloseOnShowMainForm - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageNavigation - - - 5 - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 140, 80 - - - 40, 13 - - - 49 - - - Bottom - - - LabelBottomColor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageNavigation - - - 6 - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 20, 164 - - - 72, 13 - - - 6 - - - System colors - - - ActionUseSystemColors - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageNavigation - - - 7 - - - Microsoft Sans Serif, 8.25pt - - - 83, 99 - - - 25, 25 - - - 3 - - - EditNavigateMiddleColor - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageNavigation - - - 8 - - - Microsoft Sans Serif, 8.25pt - - - 23, 99 - - - 25, 25 - - - 2 - - - EditNavigateTopColor - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageNavigation - - - 9 - - - Microsoft Sans Serif, 8.25pt - - - 143, 99 - - - 25, 25 - - - 4 - - - EditNavigateBottomColor - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageNavigation - - - 10 - - - True - - - NoControl - - - 310, 79 - - - 166, 17 - - - 5 - - - Use sod ha'ibur with sun omer - - - SelectUseSodHaibour - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageGeneration - - - 0 - - - True - - - NoControl - - - 310, 59 - - - 115, 17 - - - 4 - - - Use sun days omer - - - SelectOmerSun - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageGeneration - - - 1 - - - True - - - NoControl - - - 310, 39 - - - 124, 17 - - - 3 - - - Use moon days omer - - - SelectOmerMoon - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageGeneration - - - 2 - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 20, 18 - - - 61, 13 - - - 0 - - - Shabat day - - - LabelShabatDay - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageGeneration - - - 3 - - - Microsoft Sans Serif, 8.25pt - - - 23, 37 - - - 150, 21 - - - 0 - - - EditShabatDay - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageGeneration - - - 4 - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 20, 66 - - - 106, 13 - - - 2 - - - Use personal Shabat - - - ActionUsePersonalShabat - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageGeneration - - - 5 - - - Flat - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAkVJREFUOE99UN1LU2Ec3l9gw20XBtlNd3nRF12l3YiaJdH6WkcbI0QrQ6G8kEwL - KyhBo2yWtvIjSS3PmbuyLkpFBmNuprm1ndVsiEle2FVQXj29z7vj7It+8ON3nk94j+nPsVZobrND+252 - qNgklpeYvGH599icWtFmpw+ujhA8E4sYnVmBN7wiLzF56vQZkY0hmXdhDL1TS2h7lUJJexhb6ydgqx2X - l5g8dfr+KskRzdr0F1T3xbCtYQpXvR/w6xCTp04f/UY0/ebGZ1HUDenYcz2AvGa/DE3qq9hSP4nx+KrE - 25v8UqeP/sw/yVZGfnS+WUL+7RAKxO69EZSBsnuz2HEtgKOdcxLvaglInT76mZMFFkVDg3cBRe0zKL7z - FoVtYexvNcpuBhH5/E0W7LsVkh4u/czJAmu5hnODCZS532X2YMccCkXZ69hXGa4e0FF8dxaH7qd1+pmT - BbZyL5SeGI53R3CsK732hxEcECWcy6NJlIpv+4N5qdFHP3NGgbbm8ERR0atDeRKT63gcg70rilL3PA6L - spOe9xmNPvqZkwUW+6PhghY/qgY/4szTBFz9Opx9cZwQIQ4vMXnq9NHPnCwQk8v3OHviqBn5hLPDSVQK - 0+n+hCzgJSZPnT7j/bnpuBhz/sWaHJcPlQMJXPItok5L4fyLBVQNJeUlJk+dPvqNaGaySFoUFSWtQdSq - KVx5uYzGsWV5iclTN8JZ6djvQ3K35Uj3c6uirmWfUrG+xOSpG77/Dt+2UyzN60u88ebMmEw/AdDTBeRn - kM5gAAAAAElFTkSuQmCC - - - - NoControl - - - 181, 34 - - - 26, 26 - - - 1 - - - ActionPersonalShabatHelp - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageGeneration - - - 6 - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 81, 118 - - - 28, 13 - - - 11 - - - 0 - 0 - - - LabelMaxYearsIntervalInfo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageGeneration - - - 7 - - - True - - - NoControl - - - 20, 95 - - - 92, 13 - - - 2 - - - Max years interval - - - LabelMaxYearsInterval - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 TabPageGeneration @@ -6358,7 +3055,7 @@ 26, 26 - 8 + 7 ActionAstronomyInfo @@ -6444,7 +3141,7 @@ 26, 26 - 7 + 5 ActionCountAsMoonHelp @@ -6498,7 +3195,7 @@ 190, 17 - 6 + 8 Use Sim'hat Torah outside of Israël @@ -6865,7 +3562,7 @@ EditGPSLatitude - Ordisoftware.Core.TextBoxEx, Ordisoftware.Hebrew.Calendar, Version=9.25.0.0, Culture=neutral, PublicKeyToken=null + Ordisoftware.Core.TextBoxEx, Ordisoftware.Hebrew.Calendar, Version=9.27.0.0, Culture=neutral, PublicKeyToken=null TabPageGeneration @@ -6895,7 +3592,7 @@ EditTimeZone - Ordisoftware.Core.TextBoxEx, Ordisoftware.Hebrew.Calendar, Version=9.25.0.0, Culture=neutral, PublicKeyToken=null + Ordisoftware.Core.TextBoxEx, Ordisoftware.Hebrew.Calendar, Version=9.27.0.0, Culture=neutral, PublicKeyToken=null TabPageGeneration @@ -6919,7 +3616,7 @@ EditGPSLongitude - Ordisoftware.Core.TextBoxEx, Ordisoftware.Hebrew.Calendar, Version=9.25.0.0, Culture=neutral, PublicKeyToken=null + Ordisoftware.Core.TextBoxEx, Ordisoftware.Hebrew.Calendar, Version=9.27.0.0, Culture=neutral, PublicKeyToken=null TabPageGeneration @@ -6946,7 +3643,7 @@ EditAutoGenerateYearsInterval - Ordisoftware.Core.TextBoxEx, Ordisoftware.Hebrew.Calendar, Version=9.25.0.0, Culture=neutral, PublicKeyToken=null + Ordisoftware.Core.TextBoxEx, Ordisoftware.Hebrew.Calendar, Version=9.27.0.0, Culture=neutral, PublicKeyToken=null TabPageGeneration @@ -6954,6 +3651,33 @@ 26 + + 4, 49 + + + 3, 3, 3, 3 + + + 571, 395 + + + 7 + + + Generation + + + TabPageGeneration + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControl + + + 4 + True @@ -7407,6 +4131,33 @@ 13 + + 4, 49 + + + 3, 3, 3, 3 + + + 571, 395 + + + 8 + + + Reminder + + + TabPageReminder + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControl + + + 5 + True @@ -7653,6 +4404,33 @@ 7 + + 4, 49 + + + 3, 3, 3, 3 + + + 571, 395 + + + 5 + + + Shabat + + + TabPageShabat + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControl + + + 6 + Flat @@ -8202,6 +4980,33 @@ 17 + + 4, 49 + + + 3, 3, 3, 3 + + + 571, 395 + + + 6 + + + Celebrations + + + TabPageCelebrations + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControl + + + 7 + True @@ -8400,6 +5205,33 @@ 5 + + 4, 49 + + + 3, 3, 3, 3 + + + 571, 395 + + + 14 + + + Parashah + + + TabPageParashah + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControl + + + 8 + True @@ -8469,17 +5301,79 @@ 1 - - ActionOpenTheme + + Flat + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAgxJREFUOE/F0t9LU2EYB/DzF/ivNCh1/drWHHUV3XVVlheWOsVKrSCDkHlTy8rp + Vqxd2IUXSdCFF5pl3Rk159lpv2drIA1rILq1uZ2z9e37njNaBBJB0Asf9nLG8zzv87yv9P+X8tD+XJ46 + irXJQzqxl73HlMbff14iALV1YDdhUNNYnWhF6MHBn0mbDusFwj57vBEuSeIjdqOohs+jInehnp8Hykmg + kjJU00zKAoJGyEKetkDxH9/fTFB+h2q0l/rJqe9V0uJ9UCM92FnpREF4exaVjXn9FCv3rL2NBEeA4hto + qcvQ0sOopUcM61ehpoYQeezAe3c7tSHobkXw7gGE7pv1JIqvI88EnMG3RQYPoRB0orjaj2JIGGDwCXx5 + cdpopRynGEX1llmFSSzgEC3A9hxiAVGprelOO74un4GWHIQa62NbPahGLtIF1DJjKGefYsllXpTkaRtK + 8dtIzDiA+kcOi9V4E1AzbGOYW9HKCHEvJK8AmzPIvR5FYNDUKYW9dmwuO5F7NQAUllDPsP/MNbqO2qcb + dPMXo6hnb/HEz/AhcBIcYQsfUgeSs6dQSk0AW0/w/fMYuQy58d+4gLwXpYQbL8fNC/otKI8cHIaVdzzH + 2/ADO5Pk2VtlFhsL3fBfMp3TE8g+R0GcQp6y8aVZENJZ97Tm4a/Hts3QFj0Bl4nEq/ob++hfLEn6ARk1 + G0tPEW/pAAAAAElFTkSuQmCC + + + + NoControl + + + 471, 283 + + + 26, 26 + + + 20 + + + ActionOpenTheme + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + PanelCalendarColors + + + 0 + + + Flat + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAoNJREFUOE+Nkl1IU2EYx89FRNFFUCsUuvem6CLooqsGCaLdhBdRdwZBUEFe2ZZ9 + 2EUWRRclJZruw6igiDB0N96EIWipfTg3peS4Nbfp5na2ec7Ox/bveZ5GeCHUC/+9z/b8fs97OO+Uuq5Q + p6srhN03RrCrcwQ7/xFmmGWHXWUfFdMZYDzp4H8Xs+ywq+y5NYqvmQqUO4vSjCY0SgERynw8j3Ash8gv + DfOceE4YZtlhVwZMpKtQ3O3S9Ho88Hq9CASC8Pl8WMro6OjooO8B+H2DwijuK+LIgL1doxiLO9jW1g/T + qSC1UUGyVEWiYFOc2m4jrllIaCYMi9k+cdhVXDTl3Y8yDvSqKNs2rl31IOgPYlV34KF6KDCEgM+PdMmC + f2AAumkKyw67MuBlVEfDM5UezkbRdpAzHayXbeTpNM66aSNbNqGZFqpVCw39qjh/BtBj+OdKOBpYRmip + QEMcVGiQQ+F9c/gAZphlh126xlH0fSmi8VUCx1/EqRnD4cEYDg0s42AtXPNv3GOGWXbYlQE9M0WceruC + ltcJPJ9c4Re9aVUpFdm51/ImISw7MmA/fTz8XMTZ4RQ1kgQ6iKgZLNK9L9J/Iqxm8f3nKsJLaerZwjDL + Drsy4N4nDedCaZweTsKml1UwKvDc7Ib7RDPVVUTj61iIZWEbZWJSwrLzd0D3VBGXx7JoC63B2CjTSYC7 + sRl3H/RIraY0qMk8jJIhDLPsyIC62yHcn9ZxfaKA9g95OsUSqanpJB497pV6NWdgLafD0k1hmGWHXcV1 + 6ekTLvhOt3vf49tsBJMzUZy/cLFVOXamdWZ2AeNTYXycmqPevDDMikOuQquecmSL7Khlq14tSv1vbU/x + i7m5HQgAAAAASUVORK5CYII= + + + + NoControl - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 501, 283 - - PanelCalendarColors + + 26, 26 - - 0 + + 21 ActionSaveTheme @@ -8493,6 +5387,27 @@ 1 + + True + + + Microsoft Sans Serif, 8.25pt + + + NoControl + + + 17, 185 + + + 62, 13 + + + 47 + + + Torah back + label1 @@ -8505,6 +5420,18 @@ 2 + + Microsoft Sans Serif, 8.25pt + + + 21, 203 + + + 25, 25 + + + 13 + EditEventColorTorah @@ -8517,6 +5444,18 @@ 3 + + Microsoft Sans Serif, 8.25pt + + + 221, 203 + + + 25, 25 + + + 15 + EditEventColorShabat @@ -8529,6 +5468,18 @@ 4 + + Microsoft Sans Serif, 8.25pt + + + 121, 203 + + + 25, 25 + + + 14 + EditEventColorSeason @@ -8541,6 +5492,27 @@ 5 + + True + + + Microsoft Sans Serif, 8.25pt + + + NoControl + + + 217, 5 + + + 73, 13 + + + 52 + + + No days back + LabelColorNoDay @@ -8553,6 +5525,18 @@ 6 + + Microsoft Sans Serif, 8.25pt + + + 422, 203 + + + 25, 25 + + + 17 + EditEventColorNext @@ -8565,6 +5549,27 @@ 7 + + True + + + Microsoft Sans Serif, 8.25pt + + + NoControl + + + 317, 185 + + + 88, 13 + + + 47 + + + New month back + label5 @@ -8577,6 +5582,18 @@ 8 + + Microsoft Sans Serif, 8.25pt + + + 320, 203 + + + 25, 25 + + + 16 + EditEventColorMonth @@ -8589,2903 +5606,3000 @@ 9 - - label4 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelCalendarColors - - - 10 - - - ActionMonthViewThemeDark - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelCalendarColors - - - 11 - - - LabelColorText - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelCalendarColors - - - 12 - - - ActionMonthViewThemeLight - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelCalendarColors - - - 13 - - - label3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelCalendarColors - - - 14 - - - label2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelCalendarColors - - - 15 - - - EditCurrentDayForeColor - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - PanelCalendarColors + + Microsoft Sans Serif, 8.25pt - - 16 + + NoControl - - EditMonthViewNoDaysBackColor + + 417, 185 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 94, 13 - - PanelCalendarColors + + 47 - - 17 + + Future event back - - EditCalendarColorMoon + + label4 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + PanelCalendarColors - - 18 + + 10 - - LabelColorToday + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Microsoft Sans Serif, 8.25pt - - PanelCalendarColors + + NoControl - + + 18, 275 + + + 62, 13 + + 19 - - LabelColorMoon + + Dark theme - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ActionMonthViewThemeDark - - PanelCalendarColors + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 20 + + PanelCalendarColors - - EditMonthViewTextColor + + 11 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - PanelCalendarColors + + Microsoft Sans Serif, 8.25pt - - 21 + + NoControl - - LabelColorParashah + + 17, 5 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 61, 13 - - PanelCalendarColors + + 52 - - 22 + + Default text - - LabelColorSeason + + LabelColorText - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + PanelCalendarColors - - 23 - - - EditCalendarColorFullMoon + + 12 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - PanelCalendarColors + + Microsoft Sans Serif, 8.25pt - - 24 + + NoControl - - EditCalendarColorParashah + + 17, 250 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 62, 13 - - PanelCalendarColors + + 18 - - 25 + + Light theme - - LabelColorEmpty + + ActionMonthViewThemeLight - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + PanelCalendarColors - - 26 - - - EditCalendarColorSeason + + 13 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - PanelCalendarColors + + Microsoft Sans Serif, 8.25pt - - 27 + + NoControl - - EditCurrentDayBackColor + + 117, 185 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 70, 13 - - PanelCalendarColors + + 47 - - 28 + + Season back - - LabelColorFullMoon + + label3 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + PanelCalendarColors - - 29 - - - EditMonthViewBackColor + + 14 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - PanelCalendarColors + + Microsoft Sans Serif, 8.25pt - - 30 + + NoControl - - LabelColorTorah + + 217, 185 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 68, 13 - - PanelCalendarColors + + 47 - - 31 + + Shabat back - - LabelCalendarColorActiveDay + + label2 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + PanelCalendarColors - - 32 + + 15 - - LabelColorHoverEffect + + Microsoft Sans Serif, 8.25pt - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 20, 83 - - PanelCalendarColors + + 25, 25 - - 33 + + 3 - - EditCalendarColorActiveDay + + EditCurrentDayForeColor - + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + PanelCalendarColors - - 34 + + 16 - - LabelColorSelectedDayBox + + Microsoft Sans Serif, 8.25pt - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 220, 23 - - PanelCalendarColors + + 25, 25 - - 35 + + 2 - - EditCalendarColorHoverEffect + + EditMonthViewNoDaysBackColor - + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + PanelCalendarColors - - 36 + + 17 - - LabelColorTodayBack + + Microsoft Sans Serif, 8.25pt - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 220, 143 - - PanelCalendarColors + + 25, 25 - - 37 + + 10 - - EditSelectedDayBoxColor + + EditCalendarColorMoon - + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + PanelCalendarColors - - 38 + + 18 - - EditCalendarColorTorahEvent + + True - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Microsoft Sans Serif, 8.25pt - - PanelCalendarColors + + NoControl - - 39 + + 17, 65 - - 23, 65 + + 57, 13 - - 540, 320 + + 47 - - 48 + + Today text - - PanelCalendarColors + + LabelColorToday - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageColors + + PanelCalendarColors - - 2 + + 19 - - Flat + + True - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAgxJREFUOE/F0t9LU2EYB/DzF/ivNCh1/drWHHUV3XVVlheWOsVKrSCDkHlTy8rp - Vqxd2IUXSdCFF5pl3Rk159lpv2drIA1rILq1uZ2z9e37njNaBBJB0Asf9nLG8zzv87yv9P+X8tD+XJ46 - irXJQzqxl73HlMbff14iALV1YDdhUNNYnWhF6MHBn0mbDusFwj57vBEuSeIjdqOohs+jInehnp8Hykmg - kjJU00zKAoJGyEKetkDxH9/fTFB+h2q0l/rJqe9V0uJ9UCM92FnpREF4exaVjXn9FCv3rL2NBEeA4hto - qcvQ0sOopUcM61ehpoYQeezAe3c7tSHobkXw7gGE7pv1JIqvI88EnMG3RQYPoRB0orjaj2JIGGDwCXx5 - cdpopRynGEX1llmFSSzgEC3A9hxiAVGprelOO74un4GWHIQa62NbPahGLtIF1DJjKGefYsllXpTkaRtK - 8dtIzDiA+kcOi9V4E1AzbGOYW9HKCHEvJK8AmzPIvR5FYNDUKYW9dmwuO5F7NQAUllDPsP/MNbqO2qcb - dPMXo6hnb/HEz/AhcBIcYQsfUgeSs6dQSk0AW0/w/fMYuQy58d+4gLwXpYQbL8fNC/otKI8cHIaVdzzH - 2/ADO5Pk2VtlFhsL3fBfMp3TE8g+R0GcQp6y8aVZENJZ97Tm4a/Hts3QFj0Bl4nEq/ob++hfLEn6ARk1 - G0tPEW/pAAAAAElFTkSuQmCC - + + Microsoft Sans Serif, 8.25pt - + NoControl - - 471, 283 - - - 26, 26 + + 217, 125 - - 20 + + 53, 13 - - ActionOpenTheme + + 47 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Moon rise - - PanelCalendarColors + + LabelColorMoon - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Flat + + PanelCalendarColors - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAoNJREFUOE+Nkl1IU2EYx89FRNFFUCsUuvem6CLooqsGCaLdhBdRdwZBUEFe2ZZ9 - 2EUWRRclJZruw6igiDB0N96EIWipfTg3peS4Nbfp5na2ec7Ox/bveZ5GeCHUC/+9z/b8fs97OO+Uuq5Q - p6srhN03RrCrcwQ7/xFmmGWHXWUfFdMZYDzp4H8Xs+ywq+y5NYqvmQqUO4vSjCY0SgERynw8j3Ash8gv - DfOceE4YZtlhVwZMpKtQ3O3S9Ho88Hq9CASC8Pl8WMro6OjooO8B+H2DwijuK+LIgL1doxiLO9jW1g/T - qSC1UUGyVEWiYFOc2m4jrllIaCYMi9k+cdhVXDTl3Y8yDvSqKNs2rl31IOgPYlV34KF6KDCEgM+PdMmC - f2AAumkKyw67MuBlVEfDM5UezkbRdpAzHayXbeTpNM66aSNbNqGZFqpVCw39qjh/BtBj+OdKOBpYRmip - QEMcVGiQQ+F9c/gAZphlh126xlH0fSmi8VUCx1/EqRnD4cEYDg0s42AtXPNv3GOGWXbYlQE9M0WceruC - ltcJPJ9c4Re9aVUpFdm51/ImISw7MmA/fTz8XMTZ4RQ1kgQ6iKgZLNK9L9J/Iqxm8f3nKsJLaerZwjDL - Drsy4N4nDedCaZweTsKml1UwKvDc7Ib7RDPVVUTj61iIZWEbZWJSwrLzd0D3VBGXx7JoC63B2CjTSYC7 - sRl3H/RIraY0qMk8jJIhDLPsyIC62yHcn9ZxfaKA9g95OsUSqanpJB497pV6NWdgLafD0k1hmGWHXcV1 - 6ekTLvhOt3vf49tsBJMzUZy/cLFVOXamdWZ2AeNTYXycmqPevDDMikOuQquecmSL7Khlq14tSv1vbU/x - i7m5HQgAAAAASUVORK5CYII= - + + 20 - - NoControl + + Microsoft Sans Serif, 8.25pt - - 501, 283 + + 20, 23 - - 26, 26 + + 25, 25 - - 21 + + 0 - - ActionSaveTheme + + EditMonthViewTextColor - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + PanelCalendarColors - - 1 + + 21 - + True - + Microsoft Sans Serif, 8.25pt - + NoControl - - 17, 185 + + 417, 125 - - 62, 13 + + 87, 13 - + 47 - - Torah back + + Parashah portion - - label1 + + LabelColorParashah - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + PanelCalendarColors - - 2 + + 22 - + + True + + Microsoft Sans Serif, 8.25pt - - 21, 203 + + NoControl - - 25, 25 + + 117, 125 - - 13 + + 73, 13 - - EditEventColorTorah + + 47 + + + Season event + + + LabelColorSeason - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + PanelCalendarColors - - 3 + + 23 - + Microsoft Sans Serif, 8.25pt - - 221, 203 + + 320, 143 - + 25, 25 - - 15 + + 11 - - EditEventColorShabat + + EditCalendarColorFullMoon - + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + PanelCalendarColors - - 4 + + 24 - + Microsoft Sans Serif, 8.25pt - - 121, 203 + + 422, 143 - + 25, 25 - - 14 + + 12 - - EditEventColorSeason + + EditCalendarColorParashah - + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + PanelCalendarColors - - 5 + + 25 - + True - + Microsoft Sans Serif, 8.25pt - + NoControl - - 217, 5 + + 117, 5 - - 73, 13 + + 68, 13 - - 52 + + 53 - - No days back + + Default back - - LabelColorNoDay + + LabelColorEmpty - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + PanelCalendarColors - - 6 + + 26 - + Microsoft Sans Serif, 8.25pt - - 422, 203 + + 120, 143 - + 25, 25 - - 17 + + 9 - - EditEventColorNext + + EditCalendarColorSeason - + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + PanelCalendarColors - - 7 + + 27 - + + Microsoft Sans Serif, 8.25pt + + + 120, 83 + + + 25, 25 + + + 4 + + + EditCurrentDayBackColor + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + PanelCalendarColors + + + 28 + + True - + Microsoft Sans Serif, 8.25pt - + NoControl - - 317, 185 + + 317, 125 - - 88, 13 + + 52, 13 - - 47 + + 49 - - New month back + + Full moon - - label5 + + LabelColorFullMoon - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + PanelCalendarColors - - 8 + + 29 - + Microsoft Sans Serif, 8.25pt - - 320, 203 + + 120, 23 - + 25, 25 - - 16 + + 1 - - EditEventColorMonth + + EditMonthViewBackColor - + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + PanelCalendarColors - - 9 + + 30 - + True - + Microsoft Sans Serif, 8.25pt - + NoControl - - 417, 185 + + 17, 125 - - 94, 13 + + 65, 13 - + 47 - - Future event back + + Torah event - - label4 + + LabelColorTorah - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + PanelCalendarColors - - 10 + + 31 - + True - + Microsoft Sans Serif, 8.25pt - + NoControl - - 18, 275 + + 317, 65 - - 62, 13 + + 57, 13 - - 19 + + 47 - - Dark theme + + Active day - - ActionMonthViewThemeDark + + LabelCalendarColorActiveDay - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + PanelCalendarColors - - 11 + + 32 - + True - + Microsoft Sans Serif, 8.25pt - + NoControl - - 17, 5 + + 417, 65 - - 61, 13 + + 69, 13 - - 52 + + 47 - - Default text + + Mouse hover - - LabelColorText + + LabelColorHoverEffect - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + PanelCalendarColors - - 12 - - - True + + 33 - + Microsoft Sans Serif, 8.25pt - - NoControl - - - 17, 250 - - - 62, 13 + + 320, 83 - - 18 + + 25, 25 - - Light theme + + 6 - - ActionMonthViewThemeLight + + EditCalendarColorActiveDay - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + PanelCalendarColors - - 13 + + 34 - + True - + Microsoft Sans Serif, 8.25pt - + NoControl - - 117, 185 + + 217, 65 - - 70, 13 + + 69, 13 - + 47 - - Season back + + Selected day - - label3 + + LabelColorSelectedDayBox - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + PanelCalendarColors - - 14 + + 35 - + + Microsoft Sans Serif, 8.25pt + + + 420, 83 + + + 25, 25 + + + 7 + + + EditCalendarColorHoverEffect + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + PanelCalendarColors + + + 36 + + True - + Microsoft Sans Serif, 8.25pt - + NoControl - - 217, 185 + + 117, 65 - - 68, 13 + + 64, 13 - + 47 - - Shabat back + + Today back - - label2 + + LabelColorTodayBack - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + PanelCalendarColors - - 15 + + 37 - + Microsoft Sans Serif, 8.25pt - - 20, 83 + + 220, 83 - + 25, 25 - - 3 + + 5 - - EditCurrentDayForeColor + + EditSelectedDayBoxColor - + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + PanelCalendarColors - - 16 + + 38 - + Microsoft Sans Serif, 8.25pt - - 220, 23 + + 20, 143 - + 25, 25 - - 2 + + 8 - - EditMonthViewNoDaysBackColor + + EditCalendarColorTorahEvent - + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + PanelCalendarColors - - 17 + + 39 - - Microsoft Sans Serif, 8.25pt + + 23, 65 - - 220, 143 + + 540, 320 - - 25, 25 + + 48 - - 10 + + PanelCalendarColors + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPageColors + + + 2 + + + 4, 49 + + + 3, 3, 3, 3 + + + 571, 395 + + + 13 - - EditCalendarColorMoon + + Colors - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabPageColors - - PanelCalendarColors + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 18 + + TabControl - + + 9 + + True - + Microsoft Sans Serif, 8.25pt - + NoControl - - 17, 65 + + 20, 90 - - 57, 13 + + 98, 13 - - 47 + + 50 - - Today text + + Double click action - - LabelColorToday + + LabelCalendarDoubleClickAction - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PanelCalendarColors + + TabPageMonthView - - 19 + + 0 - + True - + Microsoft Sans Serif, 8.25pt - + NoControl - - 217, 125 + + 23, 150 - - 53, 13 + + 75, 17 - - 47 + + 6 - - Moon rise + + Select day - - LabelColorMoon + + SelectCalendarDoubleClickActionSelect - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PanelCalendarColors + + TabPageMonthView - - 20 + + 1 - + + True + + Microsoft Sans Serif, 8.25pt - - 20, 23 + + NoControl - - 25, 25 + + 23, 110 - - 0 + + 62, 17 - - EditMonthViewTextColor + + 4 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Nothing - - PanelCalendarColors + + SelectCalendarDoubleClickActionNothing - - 21 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + TabPageMonthView + + + 2 + + True - + Microsoft Sans Serif, 8.25pt - + NoControl - - 417, 125 + + 23, 130 - - 87, 13 + + 93, 17 - - 47 + + 5 - - Parashah portion + + Set active day - - LabelColorParashah + + SelectCalendarDoubleClickActionSetActive - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PanelCalendarColors + + TabPageMonthView - - 22 + + 3 - + True - + Microsoft Sans Serif, 8.25pt - + NoControl - - 117, 125 + + 66, 208 - - 73, 13 + + 28, 13 - - 47 + + 49 - - Season event + + 0 - 0 - - LabelColorSeason + + LabelMonthViewFontSizeInterval - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PanelCalendarColors + + TabPageMonthView - - 23 + + 4 - - Microsoft Sans Serif, 8.25pt + + True - - 320, 143 + + NoControl - - 25, 25 + + 20, 300 - - 11 + + 106, 13 - - EditCalendarColorFullMoon + + 2 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Moon day text format - - PanelCalendarColors + + LabelMoonDayTextFormat - - 24 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPageMonthView + + + 5 + + + Flat + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAjNJREFUOE+Vks1P02Acxxtv7m9QD5p49CKaYDLUCwf15NVEPXjhYAgBEnEzo2xd + N5xgCLIJCc7Q0bFNXEyWEIljdsqBxUVjiCHxnQQ2J2wd3cbb+Po8T8t0ifjyTT797em+z2dtV+728KO8 + 6A3BeS/4V2iP9rlfQ0/+T2jf2KpHIGaaY55XaOhP4+RdnRPGpNDz9Hsa2je26nEYgmJuGZXVLNbzWTIz + 0FYyKK1+QyWfIzMHNZdhPdo3turZFbgCCdwJJdFHcMsK1IIKu5yCEHoNB4EPzLEev5fAGZiBZ0IhJOEa + J4K1CjCxD4iYgPB+QOZYzzoo/15Q0YrYrGjYImyUNZRKZayVqygSj0ooaFusN/91CfNCHG9747poV8A/ + fAZBmiFXkmAIDIVhlxTwYwrrdVpv4lP0M2aHUkjfmkRNsL1RJod1+qGOHcJ2tco6HV3dWFzOwt7rhmyJ + INVy/6eA98chjD2HU9IRCA6y7gm8xIfF75htO4D8QgTd4gAiT2Jos3TRWzheE/wpL1oPAslGIHQI76I9 + aL9hg9l85pLxDPQ38brUgPagGR3B02Q2oXW8EemlJArBU8CKH9WPw4DXhNFrR/Vf5jgTEwiGYGDqLLzT + 5+CbvkDmeQw+bcYXdQ4jlouISVbsvBHhvXwY77Ob9X+j6A0zwV7pvNIMx9UmLIhmthZ8j+sFtr4HCSqh + V1JPGKJvEp7RGDz+KbjJdI1EYev3J4yttRwh0Hv6V2jfCMf9AKQQlciR8BlNAAAAAElFTkSuQmCC + - - Microsoft Sans Serif, 8.25pt + + NoControl - - 422, 143 + + 354, 315 - - 25, 25 + + 26, 26 - - 12 + + 10 - - EditCalendarColorParashah + + ActionMoonDayTextFormatReset - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PanelCalendarColors + + TabPageMonthView - - 25 + + 6 - + True - + Microsoft Sans Serif, 8.25pt - + NoControl - - 117, 5 + + 66, 263 - - 68, 13 + + 28, 13 - - 53 + + 49 - - Default back + + 0 - 0 - - LabelColorEmpty + + LabelCalendarLineSpacingInfo - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PanelCalendarColors - - - 26 - - - Microsoft Sans Serif, 8.25pt - - - 120, 143 - - - 25, 25 - - - 9 - - - EditCalendarColorSeason + + TabPageMonthView - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - - PanelCalendarColors + + Flat - - 27 + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAkVJREFUOE99UN1LU2Ec3l9gw20XBtlNd3nRF12l3YiaJdH6WkcbI0QrQ6G8kEwL + KyhBo2yWtvIjSS3PmbuyLkpFBmNuprm1ndVsiEle2FVQXj29z7vj7It+8ON3nk94j+nPsVZobrND+252 + qNgklpeYvGH599icWtFmpw+ujhA8E4sYnVmBN7wiLzF56vQZkY0hmXdhDL1TS2h7lUJJexhb6ydgqx2X + l5g8dfr+KskRzdr0F1T3xbCtYQpXvR/w6xCTp04f/UY0/ebGZ1HUDenYcz2AvGa/DE3qq9hSP4nx+KrE + 25v8UqeP/sw/yVZGfnS+WUL+7RAKxO69EZSBsnuz2HEtgKOdcxLvaglInT76mZMFFkVDg3cBRe0zKL7z + FoVtYexvNcpuBhH5/E0W7LsVkh4u/czJAmu5hnODCZS532X2YMccCkXZ69hXGa4e0FF8dxaH7qd1+pmT + BbZyL5SeGI53R3CsK732hxEcECWcy6NJlIpv+4N5qdFHP3NGgbbm8ERR0atDeRKT63gcg70rilL3PA6L + spOe9xmNPvqZkwUW+6PhghY/qgY/4szTBFz9Opx9cZwQIQ4vMXnq9NHPnCwQk8v3OHviqBn5hLPDSVQK + 0+n+hCzgJSZPnT7j/bnpuBhz/sWaHJcPlQMJXPItok5L4fyLBVQNJeUlJk+dPvqNaGaySFoUFSWtQdSq + KVx5uYzGsWV5iclTN8JZ6djvQ3K35Uj3c6uirmWfUrG+xOSpG77/Dt+2UyzN60u88ebMmEw/AdDTBeRn + kM5gAAAAAElFTkSuQmCC + - - Microsoft Sans Serif, 8.25pt + + NoControl - - 120, 83 + + 384, 315 - - 25, 25 + + 26, 26 - - 4 + + 11 - - EditCurrentDayBackColor + + ActionMoonDayTextFormatHelp - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PanelCalendarColors + + TabPageMonthView - - 28 + + 8 - + True - + Microsoft Sans Serif, 8.25pt - + NoControl - - 317, 125 + + 23, 40 - - 52, 13 + + 136, 17 - - 49 + + 2 - - Full moon + + Show selected day box - - LabelColorFullMoon + + EditCalendarShowSelectedBox - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PanelCalendarColors + + TabPageMonthView - - 29 + + 9 - + + True + + Microsoft Sans Serif, 8.25pt - - 120, 23 + + NoControl - - 25, 25 + + 23, 20 - + + 105, 17 + + 1 - - EditMonthViewBackColor + + Use hover effect - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + EditCalendarUseHoverEffect - - PanelCalendarColors + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 30 + + TabPageMonthView - + + 10 + + True - + Microsoft Sans Serif, 8.25pt - + NoControl - - 17, 125 + + 23, 60 - - 65, 13 + + 123, 17 - - 47 + + 3 - - Torah event + + Change day on click - - LabelColorTorah + + EditMonthViewChangeDayOnClick - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PanelCalendarColors + + TabPageMonthView - - 31 + + 11 - + True - + Microsoft Sans Serif, 8.25pt - + NoControl - - 317, 65 + + 20, 185 - - 57, 13 + + 49, 13 - - 47 + + 3 - - Active day + + Font size - - LabelCalendarColorActiveDay + + LabelMonthViewFontSize - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PanelCalendarColors - - - 32 + + TabPageMonthView - - True + + 12 - + Microsoft Sans Serif, 8.25pt - - NoControl - - - 417, 65 - - - 69, 13 + + 23, 259 - - 47 + + 37, 20 - - Mouse hover + + 8 - - LabelColorHoverEffect + + EditCalendarLineSpacing - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PanelCalendarColors + + TabPageMonthView - - 33 + + 13 - + Microsoft Sans Serif, 8.25pt - - 320, 83 + + 23, 204 - - 25, 25 + + 37, 20 - - 6 + + 7 - - EditCalendarColorActiveDay + + EditMonthViewFontSize - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PanelCalendarColors + + TabPageMonthView - - 34 + + 14 - + True - + Microsoft Sans Serif, 8.25pt - + NoControl - - 217, 65 + + 20, 240 - - 69, 13 + + 67, 13 - - 47 + + 5 - - Selected day + + Line spacing - - LabelColorSelectedDayBox + + LabelCalendarLineSpacing - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PanelCalendarColors + + TabPageMonthView - - 35 + + 15 - + Microsoft Sans Serif, 8.25pt - - 420, 83 + + 23, 319 - - 25, 25 + + 320, 20 - - 7 + + 9 - - EditCalendarColorHoverEffect + + EditMoonDayTextFormat - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Ordisoftware.Core.TextBoxEx, Ordisoftware.Hebrew.Calendar, Version=9.27.0.0, Culture=neutral, PublicKeyToken=null - - PanelCalendarColors + + TabPageMonthView - - 36 + + 16 - + + 4, 49 + + + 3, 3, 3, 3 + + + 571, 395 + + + 2 + + + Month view + + + TabPageMonthView + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControl + + + 10 + + True - + Microsoft Sans Serif, 8.25pt - + NoControl - - 117, 65 + + 66, 98 - - 64, 13 + + 28, 13 - - 47 + + 50 - - Today back + + 0 - 0 - - LabelColorTodayBack + + LabelTextReportFontSizeInterval - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PanelCalendarColors + + TabPageTextReport - - 37 + + 0 - + + True + + Microsoft Sans Serif, 8.25pt - - 220, 83 + + NoControl - - 25, 25 + + 20, 20 - - 5 + + 57, 13 + + + 0 + + + Font name - - EditSelectedDayBoxColor + + LabelFontName - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PanelCalendarColors + + TabPageTextReport - - 38 + + 1 - + Microsoft Sans Serif, 8.25pt - - 20, 143 + + 23, 94 - - 25, 25 + + 37, 20 - - 8 + + 3 - - EditCalendarColorTorahEvent + + EditTextReportFontSize - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PanelCalendarColors + + TabPageTextReport - - 39 + + 2 - + True - + Microsoft Sans Serif, 8.25pt - + NoControl - - 20, 90 + + 20, 75 - - 98, 13 + + 49, 13 - - 50 + + 2 - - Double click action + + Font size - - LabelCalendarDoubleClickAction + + LabelFontSize - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageMonthView - - - 0 + + TabPageTextReport - - True + + 3 - + Microsoft Sans Serif, 8.25pt - - NoControl - - - 23, 150 - - - 75, 17 + + 23, 39 - - 6 + + 171, 21 - - Select day + + 1 - - SelectCalendarDoubleClickActionSelect + + EditTextReportFontName - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageMonthView + + TabPageTextReport - - 1 + + 4 - + True - + Microsoft Sans Serif, 8.25pt - + NoControl - - 23, 110 - - - 62, 17 + + 80, 130 - - 4 + + 32, 13 - - Nothing + + 6 - - SelectCalendarDoubleClickActionNothing + + Back - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + LabelBackColor - - TabPageMonthView + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + TabPageTextReport - - True + + 5 - + Microsoft Sans Serif, 8.25pt - - NoControl - - - 23, 130 + + 23, 149 - - 93, 17 + + 25, 25 - + 5 - - Set active day + + EditTextReportTextColor - - SelectCalendarDoubleClickActionSetActive + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabPageTextReport - - TabPageMonthView + + 6 - - 3 + + Microsoft Sans Serif, 8.25pt - + + 83, 149 + + + 25, 25 + + + 7 + + + EditTextReportBackColor + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPageTextReport + + + 7 + + True - + Microsoft Sans Serif, 8.25pt - + NoControl - - 66, 208 + + 20, 130 - + 28, 13 - - 49 + + 4 - - 0 - 0 + + Text - - LabelMonthViewFontSizeInterval + + LabelTextColor - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageMonthView + + TabPageTextReport + + + 8 + + + 4, 49 - - 4 + + 3, 3, 3, 3 - - True + + 571, 395 - - NoControl + + 1 - - 20, 300 + + Text report - - 106, 13 + + TabPageTextReport - - 2 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Moon day text format + + TabControl - - LabelMoonDayTextFormat + + 11 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 23, 344 - - TabPageMonthView + + 60, 21 - - 5 + + 17 - - Flat + + EditImageExportFileFormat - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAjNJREFUOE+Vks1P02Acxxtv7m9QD5p49CKaYDLUCwf15NVEPXjhYAgBEnEzo2xd - N5xgCLIJCc7Q0bFNXEyWEIljdsqBxUVjiCHxnQQ2J2wd3cbb+Po8T8t0ifjyTT797em+z2dtV+728KO8 - 6A3BeS/4V2iP9rlfQ0/+T2jf2KpHIGaaY55XaOhP4+RdnRPGpNDz9Hsa2je26nEYgmJuGZXVLNbzWTIz - 0FYyKK1+QyWfIzMHNZdhPdo3turZFbgCCdwJJdFHcMsK1IIKu5yCEHoNB4EPzLEev5fAGZiBZ0IhJOEa - J4K1CjCxD4iYgPB+QOZYzzoo/15Q0YrYrGjYImyUNZRKZayVqygSj0ooaFusN/91CfNCHG9747poV8A/ - fAZBmiFXkmAIDIVhlxTwYwrrdVpv4lP0M2aHUkjfmkRNsL1RJod1+qGOHcJ2tco6HV3dWFzOwt7rhmyJ - INVy/6eA98chjD2HU9IRCA6y7gm8xIfF75htO4D8QgTd4gAiT2Jos3TRWzheE/wpL1oPAslGIHQI76I9 - aL9hg9l85pLxDPQ38brUgPagGR3B02Q2oXW8EemlJArBU8CKH9WPw4DXhNFrR/Vf5jgTEwiGYGDqLLzT - 5+CbvkDmeQw+bcYXdQ4jlouISVbsvBHhvXwY77Ob9X+j6A0zwV7pvNIMx9UmLIhmthZ8j+sFtr4HCSqh - V1JPGKJvEp7RGDz+KbjJdI1EYev3J4yttRwh0Hv6V2jfCMf9AKQQlciR8BlNAAAAAElFTkSuQmCC - + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + TabPagePrint - - 354, 315 + + 0 - - 26, 26 + + 23, 293 - - 10 + + 60, 21 - - ActionMoonDayTextFormatReset + + 15 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + EditDataExportFileFormat - - TabPageMonthView + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6 + + TabPagePrint - + + 1 + + True - + Microsoft Sans Serif, 8.25pt - + NoControl - - 66, 263 + + 20, 326 - - 28, 13 + + 161, 13 - - 49 + + 16 - - 0 - 0 + + Preferred image export file format - - LabelCalendarLineSpacingInfo + + LabelImageExportFileFormat - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageMonthView + + TabPagePrint - - 7 + + 2 - - Flat + + True - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAkVJREFUOE99UN1LU2Ec3l9gw20XBtlNd3nRF12l3YiaJdH6WkcbI0QrQ6G8kEwL - KyhBo2yWtvIjSS3PmbuyLkpFBmNuprm1ndVsiEle2FVQXj29z7vj7It+8ON3nk94j+nPsVZobrND+252 - qNgklpeYvGH599icWtFmpw+ujhA8E4sYnVmBN7wiLzF56vQZkY0hmXdhDL1TS2h7lUJJexhb6ydgqx2X - l5g8dfr+KskRzdr0F1T3xbCtYQpXvR/w6xCTp04f/UY0/ebGZ1HUDenYcz2AvGa/DE3qq9hSP4nx+KrE - 25v8UqeP/sw/yVZGfnS+WUL+7RAKxO69EZSBsnuz2HEtgKOdcxLvaglInT76mZMFFkVDg3cBRe0zKL7z - FoVtYexvNcpuBhH5/E0W7LsVkh4u/czJAmu5hnODCZS532X2YMccCkXZ69hXGa4e0FF8dxaH7qd1+pmT - BbZyL5SeGI53R3CsK732hxEcECWcy6NJlIpv+4N5qdFHP3NGgbbm8ERR0atDeRKT63gcg70rilL3PA6L - spOe9xmNPvqZkwUW+6PhghY/qgY/4szTBFz9Opx9cZwQIQ4vMXnq9NHPnCwQk8v3OHviqBn5hLPDSVQK - 0+n+hCzgJSZPnT7j/bnpuBhz/sWaHJcPlQMJXPItok5L4fyLBVQNJeUlJk+dPvqNaGaySFoUFSWtQdSq - KVx5uYzGsWV5iclTN8JZ6djvQ3K35Uj3c6uirmWfUrG+xOSpG77/Dt+2UyzN60u88ebMmEw/AdDTBeRn - kM5gAAAAAElFTkSuQmCC - + + Microsoft Sans Serif, 8.25pt - + NoControl - - 384, 315 + + 20, 275 - - 26, 26 + + 154, 13 - - 11 + + 14 - - ActionMoonDayTextFormatHelp + + Preferred data export file format - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + LabelDataExportFileFormat - - TabPageMonthView + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + TabPagePrint - + + 3 + + True - + Microsoft Sans Serif, 8.25pt - + NoControl - - 23, 40 + + 20, 125 - - 136, 17 + + 210, 13 - - 2 + + 5 - - Show selected day box + + Number of images to save to show warning - - EditCalendarShowSelectedBox + + LabelSaveImageCountWarning - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageMonthView + + TabPagePrint - - 9 + + 4 - + True - + Microsoft Sans Serif, 8.25pt - + NoControl - - 23, 20 + + 69, 147 - - 105, 17 + + 28, 13 - - 1 + + 7 - - Use hover effect + + 0 - 0 - - EditCalendarUseHoverEffect + + LabelSaveImageCountWarningIntervalInfo - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageMonthView + + TabPagePrint - - 10 + + 5 - + True - + Microsoft Sans Serif, 8.25pt - + NoControl - - 23, 60 + + 20, 175 - - 123, 17 + + 203, 13 - - 3 + + 8 - - Change day on click + + Number of pages to print to show warning - - EditMonthViewChangeDayOnClick + + LabelPrintPageCountWarning - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageMonthView + + TabPagePrint - - 11 + + 6 - + True - + Microsoft Sans Serif, 8.25pt - + NoControl - - 20, 185 + + 69, 197 - - 49, 13 + + 28, 13 - - 3 + + 10 - - Font size + + 0 - 0 - - LabelMonthViewFontSize + + LabelPrintPageCountWarningIntervalInfo - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageMonthView - - - 12 - - - Microsoft Sans Serif, 8.25pt - - - 23, 259 - - - 37, 20 - - - 8 + + TabPagePrint - - EditCalendarLineSpacing + + 7 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - TabPageMonthView + + Microsoft Sans Serif, 8.25pt - - 13 + + NoControl - - Microsoft Sans Serif, 8.25pt + + 20, 225 - - 23, 204 + + 460, 13 - - 37, 20 + + 11 - - 7 + + Printing margin in 100 x inch (20 = 0,5 cm | 50 = 1,25 cm | 80 = 2 cm | 100 = 2,5 cm | 120 = 3 cm) - - EditMonthViewFontSize + + LabelPrintMargin - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageMonthView + + TabPagePrint - - 14 + + 8 - + True - + Microsoft Sans Serif, 8.25pt - + NoControl - - 20, 240 + + 69, 247 - - 67, 13 + + 28, 13 - - 5 + + 13 - - Line spacing + + 0 - 0 - - LabelCalendarLineSpacing + + LabelPrintingMarginIntervalInfo - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageMonthView + + TabPagePrint - - 15 + + 9 - + Microsoft Sans Serif, 8.25pt - - 23, 319 + + 23, 143 - - 320, 20 + + 40, 20 - - 9 + + 6 - - EditMoonDayTextFormat + + EditSaveImageCountWarning - - Ordisoftware.Core.TextBoxEx, Ordisoftware.Hebrew.Calendar, Version=9.25.0.0, Culture=neutral, PublicKeyToken=null + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageMonthView + + TabPagePrint - - 16 + + 10 - + True - - Microsoft Sans Serif, 8.25pt - - + NoControl - - 66, 98 + + 23, 40 - - 28, 13 + + 178, 17 - - 50 + + 1 - - 0 - 0 + + Open exported file after success - - LabelTextReportFontSizeInterval + + EditAutoOpenExportedFile + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPagePrint + + + 11 + + + Microsoft Sans Serif, 8.25pt + + + 23, 193 + + + 40, 20 + + + 9 + + + EditPrintPageCountWarning - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageTextReport + + TabPagePrint - - 0 + + 12 - + True - - Microsoft Sans Serif, 8.25pt - - + NoControl - - 20, 20 + + 23, 20 - - 57, 13 + + 226, 17 - + 0 - - Font name + + Export of enums as humanized translations - - LabelFontName + + EditExportDataEnumsAsTranslations - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageTextReport + + TabPagePrint - - 1 + + 13 - - Microsoft Sans Serif, 8.25pt + + True - - 23, 94 + + NoControl - - 37, 20 + + 23, 60 - - 3 + + 179, 17 - - EditTextReportFontSize + + 2 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Open export folder after success - - TabPageTextReport + + EditAutoOpenExportFolder - - 2 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + TabPagePrint - - Microsoft Sans Serif, 8.25pt + + 14 - + + True + + NoControl - - 20, 75 + + 23, 100 - - 49, 13 + + 146, 17 - - 2 + + 4 - - Font size + + Print images in landscape - - LabelFontSize + + EditPrintImageInLandscape - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageTextReport + + TabPagePrint - - 3 + + 15 - - Microsoft Sans Serif, 8.25pt + + True - - 23, 39 + + NoControl - - 171, 21 + + 23, 80 - - 1 + + 134, 17 - - EditTextReportFontName + + 3 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Preview before printing - - TabPageTextReport + + EditShowPrintDialog - - 4 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + TabPagePrint - + + 16 + + Microsoft Sans Serif, 8.25pt - - NoControl + + 23, 243 - - 80, 130 + + 40, 20 - - 32, 13 + + 12 - - 6 + + EditPrintingMargin - - Back + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - LabelBackColor + + TabPagePrint - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 17 - - TabPageTextReport + + 4, 49 - - 5 + + 3, 3, 3, 3 - - Microsoft Sans Serif, 8.25pt + + 571, 395 - - 23, 149 + + 12 - - 25, 25 + + Export and printing - - 5 + + TabPagePrint - - EditTextReportTextColor + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabControl - - TabPageTextReport + + 12 - - 6 + + Flat - - Microsoft Sans Serif, 8.25pt + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAYxJREFUOE+lkt8rQ2EYx9/r3fsD1NzT3NocbEeSXChJxoV2RXElcbGdMUkxEbmy + Wmp+hAvbOWebNoxdKBKlMSkXk9pJrVEu9PW858rFe+HkqU/P+37P+3yf5307DMC/EIpWEIpWEIpWYPJc + inkIdyjJ2mZ1h6RoMVdA/XAGVDj9BM+ES9HQMqPH3LNJmyeUMus4jAT+IdqsaJtdC8dY0gtQ796QeSwT + hkm2aODw5hWBw1u0z6dBjdZ4U9OAOmI5+4ye1QukHwxEL0uYOipiKHKNwY0LeNdy8K6fY5AY37pCJP+C + AVrTxDumgdOfQMH4glZ4x8h+Ed2Re8iLOUj+RLXRFw7Z5eG+unZfP88OX3hOCmqfvSunoGuADGTTIP5Y + RV/sCd7dZ3Su5NE0EcswxuqJGsL2C75vcE1u61TMDcCaFRVnpW+MJssYSxuIFyroUA4OPPSofEQRFLXS + 9N4JnflirUG1IpFJi5IgKAc18IcVFf6Gws6n4Qs+qkPA30L0c1hBKFpBKFpBKP4dsB8ReHHdeAdE8gAA + AABJRU5ErkJggg== + - - 83, 149 + + NoControl + + + 517, 235 - - 25, 25 + + 26, 27 - - 7 + + 93 - - EditTextReportBackColor + + ActionResetCustomWebSearch - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageTextReport + + TabPagePaths - - 7 + + 0 - + True - - Microsoft Sans Serif, 8.25pt - - + NoControl - - 20, 130 + + 20, 220 - - 28, 13 + + 100, 13 - - 4 + + 94 - - Text + + Custom web search - - LabelTextColor + + LabelCustomWebSearch - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPageTextReport - - - 8 - - - 23, 344 - - - 60, 21 - - - 17 + + TabPagePaths - - EditImageExportFileFormat + + 1 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Flat - - TabPagePrint + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAYxJREFUOE+lkt8rQ2EYx9/r3fsD1NzT3NocbEeSXChJxoV2RXElcbGdMUkxEbmy + Wmp+hAvbOWebNoxdKBKlMSkXk9pJrVEu9PW858rFe+HkqU/P+37P+3yf5307DMC/EIpWEIpWEIpWYPJc + inkIdyjJ2mZ1h6RoMVdA/XAGVDj9BM+ES9HQMqPH3LNJmyeUMus4jAT+IdqsaJtdC8dY0gtQ796QeSwT + hkm2aODw5hWBw1u0z6dBjdZ4U9OAOmI5+4ye1QukHwxEL0uYOipiKHKNwY0LeNdy8K6fY5AY37pCJP+C + AVrTxDumgdOfQMH4glZ4x8h+Ed2Re8iLOUj+RLXRFw7Z5eG+unZfP88OX3hOCmqfvSunoGuADGTTIP5Y + RV/sCd7dZ3Su5NE0EcswxuqJGsL2C75vcE1u61TMDcCaFRVnpW+MJssYSxuIFyroUA4OPPSofEQRFLXS + 9N4JnflirUG1IpFJi5IgKAc18IcVFf6Gws6n4Qs+qkPA30L0c1hBKFpBKFpBKP4dsB8ReHHdeAdE8gAA + AABJRU5ErkJggg== + - - 0 + + NoControl - - 23, 293 + + 517, 185 - - 60, 21 + + 26, 27 - - 15 + + 11 - - EditDataExportFileFormat + + ActionResetHebrewWordsPath - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPagePrint + + TabPagePaths - - 1 + + 2 - + True - - Microsoft Sans Serif, 8.25pt - - + NoControl - - 20, 326 + + 20, 170 - - 161, 13 + + 78, 13 - - 16 + + 40 - - Preferred image export file format + + Hebrew Words - - LabelImageExportFileFormat + + LabelHebrewWordsPath - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPagePrint + + TabPagePaths - - 2 + + 3 - - True + + Flat - - Microsoft Sans Serif, 8.25pt + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAkBJREFUOE+Nkd1LU3Ecxr0L6q5/oJuC7sKsIN+2trK7iPJCupG68CJQMSjlZLYK + CRZS23Ev1YWBN5aMvKguKkGhUhs7ezHS6V5sSqvGmGtRtrPt6TnHU+swFz3w3Bx+z+f7fc635rfm7x7L + hNxHEXQdQdBhQGC4CQGxAX572cq3kMuc0SJ6hVwmNRDxnEPaJyKffAEUwkCe/rmwaTmsQrSIXgGxEcBn + 5JbGsDZ5GUG3GUHxAFYetSA1eRry/FlgQ1I30SJ6+W2HVQDWHwM/JE5egpx6jS+zd7Ds6UB07DgBXgIa + twZItnquHEIhIaAQ7YUcv4rCx/tA+glhi/Baawl4A79YpYJka2DPOQIGUIj1Q470sf4F5N+f50bvNMD0 + vwD8BxtTBHBy/ArkqMAWF5Ff6ARyM/DeqiPoJStUA7Abvj9DYdXyF+ASAV1A5rkGeArf7XoEXOakFitL + Ihk5DwHXCBgoAxa7gZSHFQ4C3ybocZ7SULmFZG8GsqMEXNcB5HAP8OkB3loPEXQT+DoK5a0WK0sFrN9D + ce2GDlBKWBF9eAKR8VZeZIhbjvA/bAHwDxu5gR1IDqL4wQI5JkBe7gUSg/AO8UJZkWEnLzXCCsZKgM9h + ysQn2pCZ60SRlyitKucUCLBwZQOUAX7RqIb9TlNWi+m0z91d2z9tbZqR7EbEPK1Iv+pAaUVAwGFCe8uu + kz2ndp/pa9vbrrzdjFRqJ72HrnN37RemrM2zQaeZE83KxG30dnoH/V/6A6OrTKyp+QUhqPdPJK/KwgAA + AABJRU5ErkJggg== + - + NoControl - - 20, 275 - - - 154, 13 + + 487, 185 - - 14 + + 26, 27 - - Preferred data export file format + + 10 - - LabelDataExportFileFormat + + ActionSelectHebrewWordsPath - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPagePrint + + TabPagePaths - - 3 + + 4 - + True - - Microsoft Sans Serif, 8.25pt - - + NoControl - - 20, 125 + + 20, 20 - - 210, 13 + + 66, 13 - - 5 + + 27 - - Number of images to save to show warning + + Export folder - - LabelSaveImageCountWarning + + LabelExportFolder - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPagePrint + + TabPagePaths - - 4 + + 5 - - True + + Flat - - Microsoft Sans Serif, 8.25pt + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAYxJREFUOE+lkt8rQ2EYx9/r3fsD1NzT3NocbEeSXChJxoV2RXElcbGdMUkxEbmy + Wmp+hAvbOWebNoxdKBKlMSkXk9pJrVEu9PW858rFe+HkqU/P+37P+3yf5307DMC/EIpWEIpWEIpWYPJc + inkIdyjJ2mZ1h6RoMVdA/XAGVDj9BM+ES9HQMqPH3LNJmyeUMus4jAT+IdqsaJtdC8dY0gtQ796QeSwT + hkm2aODw5hWBw1u0z6dBjdZ4U9OAOmI5+4ye1QukHwxEL0uYOipiKHKNwY0LeNdy8K6fY5AY37pCJP+C + AVrTxDumgdOfQMH4glZ4x8h+Ed2Re8iLOUj+RLXRFw7Z5eG+unZfP88OX3hOCmqfvSunoGuADGTTIP5Y + RV/sCd7dZ3Su5NE0EcswxuqJGsL2C75vcE1u61TMDcCaFRVnpW+MJssYSxuIFyroUA4OPPSofEQRFLXS + 9N4JnflirUG1IpFJi5IgKAc18IcVFf6Gws6n4Qs+qkPA30L0c1hBKFpBKFpBKP4dsB8ReHHdeAdE8gAA + AABJRU5ErkJggg== + - + NoControl - - 69, 147 - - - 28, 13 + + 517, 35 - - 7 + + 26, 26 - - 0 - 0 + + 2 - - LabelSaveImageCountWarningIntervalInfo + + ActionResetExportFolder - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPagePrint + + TabPagePaths - - 5 + + 6 - - True + + Flat - - Microsoft Sans Serif, 8.25pt + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAkBJREFUOE+Nkd1LU3Ecxr0L6q5/oJuC7sKsIN+2trK7iPJCupG68CJQMSjlZLYK + CRZS23Ev1YWBN5aMvKguKkGhUhs7ezHS6V5sSqvGmGtRtrPt6TnHU+swFz3w3Bx+z+f7fc635rfm7x7L + hNxHEXQdQdBhQGC4CQGxAX572cq3kMuc0SJ6hVwmNRDxnEPaJyKffAEUwkCe/rmwaTmsQrSIXgGxEcBn + 5JbGsDZ5GUG3GUHxAFYetSA1eRry/FlgQ1I30SJ6+W2HVQDWHwM/JE5egpx6jS+zd7Ds6UB07DgBXgIa + twZItnquHEIhIaAQ7YUcv4rCx/tA+glhi/Baawl4A79YpYJka2DPOQIGUIj1Q470sf4F5N+f50bvNMD0 + vwD8BxtTBHBy/ArkqMAWF5Ff6ARyM/DeqiPoJStUA7Abvj9DYdXyF+ASAV1A5rkGeArf7XoEXOakFitL + Ihk5DwHXCBgoAxa7gZSHFQ4C3ybocZ7SULmFZG8GsqMEXNcB5HAP8OkB3loPEXQT+DoK5a0WK0sFrN9D + ce2GDlBKWBF9eAKR8VZeZIhbjvA/bAHwDxu5gR1IDqL4wQI5JkBe7gUSg/AO8UJZkWEnLzXCCsZKgM9h + ysQn2pCZ60SRlyitKucUCLBwZQOUAX7RqIb9TlNWi+m0z91d2z9tbZqR7EbEPK1Iv+pAaUVAwGFCe8uu + kz2ndp/pa9vbrrzdjFRqJ72HrnN37RemrM2zQaeZE83KxG30dnoH/V/6A6OrTKyp+QUhqPdPJK/KwgAA + AABJRU5ErkJggg== + - + NoControl - - 20, 175 - - - 203, 13 + + 487, 35 - - 8 + + 26, 26 - - Number of pages to print to show warning + + 1 - - LabelPrintPageCountWarning + + ActionSelectExportFolder - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPagePrint + + TabPagePaths - - 6 + + 7 - + True - - Microsoft Sans Serif, 8.25pt - - + NoControl - - 69, 197 + + 20, 70 - - 28, 13 + + 90, 13 - - 10 + + 19 - - 0 - 0 + + System calculator - - LabelPrintPageCountWarningIntervalInfo + + LabelCalculatorPath - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPagePrint + + TabPagePaths - - 7 + + 8 - - True + + Flat - - Microsoft Sans Serif, 8.25pt + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAYxJREFUOE+lkt8rQ2EYx9/r3fsD1NzT3NocbEeSXChJxoV2RXElcbGdMUkxEbmy + Wmp+hAvbOWebNoxdKBKlMSkXk9pJrVEu9PW858rFe+HkqU/P+37P+3yf5307DMC/EIpWEIpWEIpWYPJc + inkIdyjJ2mZ1h6RoMVdA/XAGVDj9BM+ES9HQMqPH3LNJmyeUMus4jAT+IdqsaJtdC8dY0gtQ796QeSwT + hkm2aODw5hWBw1u0z6dBjdZ4U9OAOmI5+4ye1QukHwxEL0uYOipiKHKNwY0LeNdy8K6fY5AY37pCJP+C + AVrTxDumgdOfQMH4glZ4x8h+Ed2Re8iLOUj+RLXRFw7Z5eG+unZfP88OX3hOCmqfvSunoGuADGTTIP5Y + RV/sCd7dZ3Su5NE0EcswxuqJGsL2C75vcE1u61TMDcCaFRVnpW+MJssYSxuIFyroUA4OPPSofEQRFLXS + 9N4JnflirUG1IpFJi5IgKAc18IcVFf6Gws6n4Qs+qkPA30L0c1hBKFpBKFpBKP4dsB8ReHHdeAdE8gAA + AABJRU5ErkJggg== + - + NoControl - - 20, 225 - - - 460, 13 + + 517, 135 - - 11 + + 26, 27 - - Printing margin in 100 x inch (20 = 0,5 cm | 50 = 1,25 cm | 80 = 2 cm | 100 = 2,5 cm | 120 = 3 cm) + + 8 - - LabelPrintMargin + + ActionResetHebrewLettersPath - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPagePrint + + TabPagePaths - - 8 + + 9 - - True + + Flat - - Microsoft Sans Serif, 8.25pt + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAYxJREFUOE+lkt8rQ2EYx9/r3fsD1NzT3NocbEeSXChJxoV2RXElcbGdMUkxEbmy + Wmp+hAvbOWebNoxdKBKlMSkXk9pJrVEu9PW858rFe+HkqU/P+37P+3yf5307DMC/EIpWEIpWEIpWYPJc + inkIdyjJ2mZ1h6RoMVdA/XAGVDj9BM+ES9HQMqPH3LNJmyeUMus4jAT+IdqsaJtdC8dY0gtQ796QeSwT + hkm2aODw5hWBw1u0z6dBjdZ4U9OAOmI5+4ye1QukHwxEL0uYOipiKHKNwY0LeNdy8K6fY5AY37pCJP+C + AVrTxDumgdOfQMH4glZ4x8h+Ed2Re8iLOUj+RLXRFw7Z5eG+unZfP88OX3hOCmqfvSunoGuADGTTIP5Y + RV/sCd7dZ3Su5NE0EcswxuqJGsL2C75vcE1u61TMDcCaFRVnpW+MJssYSxuIFyroUA4OPPSofEQRFLXS + 9N4JnflirUG1IpFJi5IgKAc18IcVFf6Gws6n4Qs+qkPA30L0c1hBKFpBKFpBKP4dsB8ReHHdeAdE8gAA + AABJRU5ErkJggg== + - + NoControl - - 69, 247 + + 517, 85 - - 28, 13 + + 26, 26 - - 13 + + 5 - - 0 - 0 + + ActionResetCalculatorPath - - LabelPrintingMarginIntervalInfo + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabPagePaths - - TabPagePrint + + 10 - - 9 + + Flat + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAkBJREFUOE+Nkd1LU3Ecxr0L6q5/oJuC7sKsIN+2trK7iPJCupG68CJQMSjlZLYK + CRZS23Ev1YWBN5aMvKguKkGhUhs7ezHS6V5sSqvGmGtRtrPt6TnHU+swFz3w3Bx+z+f7fc635rfm7x7L + hNxHEXQdQdBhQGC4CQGxAX572cq3kMuc0SJ6hVwmNRDxnEPaJyKffAEUwkCe/rmwaTmsQrSIXgGxEcBn + 5JbGsDZ5GUG3GUHxAFYetSA1eRry/FlgQ1I30SJ6+W2HVQDWHwM/JE5egpx6jS+zd7Ds6UB07DgBXgIa + twZItnquHEIhIaAQ7YUcv4rCx/tA+glhi/Baawl4A79YpYJka2DPOQIGUIj1Q470sf4F5N+f50bvNMD0 + vwD8BxtTBHBy/ArkqMAWF5Ff6ARyM/DeqiPoJStUA7Abvj9DYdXyF+ASAV1A5rkGeArf7XoEXOakFitL + Ihk5DwHXCBgoAxa7gZSHFQ4C3ybocZ7SULmFZG8GsqMEXNcB5HAP8OkB3loPEXQT+DoK5a0WK0sFrN9D + ce2GDlBKWBF9eAKR8VZeZIhbjvA/bAHwDxu5gR1IDqL4wQI5JkBe7gUSg/AO8UJZkWEnLzXCCsZKgM9h + ysQn2pCZ60SRlyitKucUCLBwZQOUAX7RqIb9TlNWi+m0z91d2z9tbZqR7EbEPK1Iv+pAaUVAwGFCe8uu + kz2ndp/pa9vbrrzdjFRqJ72HrnN37RemrM2zQaeZE83KxG30dnoH/V/6A6OrTKyp+QUhqPdPJK/KwgAA + AABJRU5ErkJggg== + - - Microsoft Sans Serif, 8.25pt + + NoControl - - 23, 143 + + 487, 85 - - 40, 20 + + 26, 26 - - 6 + + 4 - - EditSaveImageCountWarning + + ActionSelectCalculatorPath - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPagePrint + + TabPagePaths - - 10 + + 11 - + True - + NoControl - - 23, 40 - - - 178, 17 - - - 1 - - - Open exported file after success + + 20, 120 - - EditAutoOpenExportedFile + + 79, 13 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 23 - - TabPagePrint + + Hebrew Letters - - 11 + + LabelHebrewLettersPath - - Microsoft Sans Serif, 8.25pt + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 23, 193 + + TabPagePaths - - 40, 20 + + 12 - - 9 + + Flat - - EditPrintPageCountWarning + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAkBJREFUOE+Nkd1LU3Ecxr0L6q5/oJuC7sKsIN+2trK7iPJCupG68CJQMSjlZLYK + CRZS23Ev1YWBN5aMvKguKkGhUhs7ezHS6V5sSqvGmGtRtrPt6TnHU+swFz3w3Bx+z+f7fc635rfm7x7L + hNxHEXQdQdBhQGC4CQGxAX572cq3kMuc0SJ6hVwmNRDxnEPaJyKffAEUwkCe/rmwaTmsQrSIXgGxEcBn + 5JbGsDZ5GUG3GUHxAFYetSA1eRry/FlgQ1I30SJ6+W2HVQDWHwM/JE5egpx6jS+zd7Ds6UB07DgBXgIa + twZItnquHEIhIaAQ7YUcv4rCx/tA+glhi/Baawl4A79YpYJka2DPOQIGUIj1Q470sf4F5N+f50bvNMD0 + vwD8BxtTBHBy/ArkqMAWF5Ff6ARyM/DeqiPoJStUA7Abvj9DYdXyF+ASAV1A5rkGeArf7XoEXOakFitL + Ihk5DwHXCBgoAxa7gZSHFQ4C3ybocZ7SULmFZG8GsqMEXNcB5HAP8OkB3loPEXQT+DoK5a0WK0sFrN9D + ce2GDlBKWBF9eAKR8VZeZIhbjvA/bAHwDxu5gR1IDqL4wQI5JkBe7gUSg/AO8UJZkWEnLzXCCsZKgM9h + ysQn2pCZ60SRlyitKucUCLBwZQOUAX7RqIb9TlNWi+m0z91d2z9tbZqR7EbEPK1Iv+pAaUVAwGFCe8uu + kz2ndp/pa9vbrrzdjFRqJ72HrnN37RemrM2zQaeZE83KxG30dnoH/V/6A6OrTKyp+QUhqPdPJK/KwgAA + AABJRU5ErkJggg== + - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - TabPagePrint + + 487, 135 - - 12 + + 26, 27 - - True + + 7 - - NoControl + + ActionSelectHebrewLettersPath - - 23, 20 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 226, 17 + + TabPagePaths - - 0 + + 13 - - Export of enums as humanized translations + + 23, 238 - - EditExportDataEnumsAsTranslations + + 456, 20 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 92 - - TabPagePrint + + EditCustomWebSearch - - 13 + + Ordisoftware.Core.TextBoxEx, Ordisoftware.Hebrew.Calendar, Version=9.27.0.0, Culture=neutral, PublicKeyToken=null - - True + + TabPagePaths - - NoControl + + 14 - - 23, 60 + + 23, 188 - - 179, 17 + + 456, 20 - - 2 + + 9 - - Open export folder after success + + EditHebrewWordsPath - - EditAutoOpenExportFolder + + Ordisoftware.Core.TextBoxEx, Ordisoftware.Hebrew.Calendar, Version=9.27.0.0, Culture=neutral, PublicKeyToken=null - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabPagePaths - - TabPagePrint + + 15 - - 14 + + 23, 38 - - True + + 456, 20 - - NoControl + + 0 - - 23, 100 + + EditExportFolder - - 146, 17 + + Ordisoftware.Core.TextBoxEx, Ordisoftware.Hebrew.Calendar, Version=9.27.0.0, Culture=neutral, PublicKeyToken=null - - 4 + + TabPagePaths - - Print images in landscape + + 16 - - EditPrintImageInLandscape + + 23, 88 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 456, 20 - - TabPagePrint + + 3 - - 15 + + EditCalculatorPath - - True + + Ordisoftware.Core.TextBoxEx, Ordisoftware.Hebrew.Calendar, Version=9.27.0.0, Culture=neutral, PublicKeyToken=null - - NoControl + + TabPagePaths - - 23, 80 + + 17 - - 134, 17 + + 23, 138 - - 3 + + 456, 20 - - Preview before printing + + 6 - - EditShowPrintDialog + + EditHebrewLettersPath - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Ordisoftware.Core.TextBoxEx, Ordisoftware.Hebrew.Calendar, Version=9.27.0.0, Culture=neutral, PublicKeyToken=null - - TabPagePrint + + TabPagePaths - - 16 + + 18 - - Microsoft Sans Serif, 8.25pt + + 4, 49 - - 23, 243 + + 3, 3, 3, 3 - - 40, 20 + + 571, 395 - - 12 + + 9 - - EditPrintingMargin + + Paths - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabPagePaths - - TabPagePrint + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17 + + TabControl + + + 13 True @@ -11560,120 +8674,6 @@ 1 - - 23, 38 - - - 456, 20 - - - 12 - - - EditWeatherAppPath - - - Ordisoftware.Core.TextBoxEx, Ordisoftware.Hebrew.Calendar, Version=9.25.0.0, Culture=neutral, PublicKeyToken=null - - - TabPageWeather - - - 2 - - - LabelSelectOnlineWeatherProvider - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelWeatherOnline - - - 0 - - - EditWeatherOnlineUseDay - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelWeatherOnline - - - 1 - - - ActionWeatherOnlineTest - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelWeatherOnline - - - 2 - - - SelectWeatherOnlineWeatherDotCom - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelWeatherOnline - - - 3 - - - SelectWeatherOnlineMicrosoftNetworkDotCom - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelWeatherOnline - - - 4 - - - SelectWeatherOnlineMeteoblueDotCom - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelWeatherOnline - - - 5 - - - 20, 72 - - - 460, 128 - - - 36 - - - PanelWeatherOnline - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPageWeather - - - 3 - True @@ -11872,6 +8872,27 @@ 5 + + 20, 72 + + + 460, 128 + + + 36 + + + PanelWeatherOnline + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPageWeather + + + 2 + Flat @@ -11910,8 +8931,83 @@ TabPageWeather + 3 + + + 23, 38 + + + 456, 20 + + + 12 + + + EditWeatherAppPath + + + Ordisoftware.Core.TextBoxEx, Ordisoftware.Hebrew.Calendar, Version=9.27.0.0, Culture=neutral, PublicKeyToken=null + + + TabPageWeather + + 4 + + 4, 49 + + + 3, 3, 3, 3 + + + 571, 395 + + + 15 + + + Weather + + + TabPageWeather + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControl + + + 14 + + + Fill + + + Microsoft Sans Serif, 8.25pt + + + 10, 10 + + + 579, 448 + + + 1 + + + TabControl + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + True @@ -11921,6 +9017,9 @@ 599, 501 + + NoControl + 10, 10, 10, 10 From 79c062a1124ded3ecdaac166fe241116b1391084 Mon Sep 17 00:00:00 2001 From: Olivier Rogier Date: Thu, 17 Mar 2022 20:25:14 +0100 Subject: [PATCH 3/3] Update file --- Project/Source/Program/Translations/AppTranslations.News.cs | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) diff --git a/Project/Source/Program/Translations/AppTranslations.News.cs b/Project/Source/Program/Translations/AppTranslations.News.cs index 13824711b..c25f67501 100644 --- a/Project/Source/Program/Translations/AppTranslations.News.cs +++ b/Project/Source/Program/Translations/AppTranslations.News.cs @@ -38,6 +38,7 @@ static partial class AppTranslations { [Language.EN] = "• Code refactoring." + Globals.NL + "• Fix open navigation window from calendar's context menu." + Globals.NL + + "• Fix order of controls in generation tab of preferences." + Globals.NL + "• Disable IPC intercom for non-administrator users." + Globals.NL + "• Update web links with more resources on Loubavitch." + Globals.NL + "• Update web links with several changes." + Globals.NL + @@ -46,6 +47,7 @@ static partial class AppTranslations [Language.FR] = "• Refactorisation du code." + Globals.NL + "• Correction de l'ouverture de la fenêtre de navigation depuis le menu contextuel du calendrier." + Globals.NL + + "• Correction de l'ordre des contrôles dans l'onglet génération des préférences." + Globals.NL + "• Désactivation de l'inter-com IPC pour les utilisateurs non administrateurs." + Globals.NL + "• Mise à jour les liens Web avec plus de ressources sur Loubavitch." + Globals.NL + "• Mise à jour les liens Web avec plusieurs modifications." + Globals.NL + diff --git a/README.md b/README.md index 441f21abf..ed0da1d87 100644 --- a/README.md +++ b/README.md @@ -379,6 +379,7 @@ The generation of parashot relating to Shabatot with the omer of the moon or the - Code refactoring. - Fix open navigation window from calendar's context menu. +- Fix order of controls in generation tab of preferences. - Disable IPC intercom for non-admin users. - Update web links with more resources on Loubavitch. - Update web links with several changes.