Skip to content

Commit

Permalink
Improve UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Rogier committed Apr 5, 2023
1 parent 687dc75 commit c4bb3c6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 24 deletions.
32 changes: 16 additions & 16 deletions Project/Source/Forms/MainForm/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 4 additions & 7 deletions Project/Source/Forms/MainForm/MainForm.resx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
<value>MonthlyCalendar</value>
</data>
<data name="&gt;&gt;MonthlyCalendar.Type" xml:space="preserve">
<value>CodeProjectCalendar.NET.Calendar, Ordisoftware.Hebrew.Calendar, Version=10.1.0.0, Culture=neutral, PublicKeyToken=null</value>
<value>CodeProjectCalendar.NET.Calendar, Ordisoftware.Hebrew.Calendar, Version=10.4.0.0, Culture=neutral, PublicKeyToken=null</value>
</data>
<data name="&gt;&gt;MonthlyCalendar.Parent" xml:space="preserve">
<value>PanelViewMonthlyCalendar</value>
Expand Down Expand Up @@ -3625,9 +3625,6 @@
<data name="ContextMenuParashahSeparator.Size" type="System.Drawing.Size, System.Drawing">
<value>239, 6</value>
</data>
<data name="ContextMenuParashahSeparator.Visible" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="ContextMenuDayCelebrationVersesBoard.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
Expand Down Expand Up @@ -3927,7 +3924,7 @@
<value>Navigation window</value>
</data>
<data name="ContextMenuStripDay.Size" type="System.Drawing.Size, System.Drawing">
<value>243, 476</value>
<value>243, 498</value>
</data>
<data name="&gt;&gt;ContextMenuStripDay.Name" xml:space="preserve">
<value>ContextMenuStripDay</value>
Expand All @@ -3943,7 +3940,7 @@
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAC8
CQAAAk1TRnQBSQFMAgEBBAEAAaABAwGgAQMBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
CQAAAk1TRnQBSQFMAgEBBAEAAagBAwGoAQMBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
AwABQAMAASADAAEBAQABCAYAAQgYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
Expand Down Expand Up @@ -4180,7 +4177,7 @@
<value>EditExportDataEnumsAsTranslations</value>
</data>
<data name="&gt;&gt;EditExportDataEnumsAsTranslations.Type" xml:space="preserve">
<value>Ordisoftware.Core.ToolStripCheckBoxItem, Ordisoftware.Hebrew.Calendar, Version=10.1.0.0, Culture=neutral, PublicKeyToken=null</value>
<value>Ordisoftware.Core.ToolStripCheckBoxItem, Ordisoftware.Hebrew.Calendar, Version=10.4.0.0, Culture=neutral, PublicKeyToken=null</value>
</data>
<data name="&gt;&gt;LabelEnumsAsTranslations.Name" xml:space="preserve">
<value>LabelEnumsAsTranslations</value>
Expand Down
1 change: 0 additions & 1 deletion Project/Source/Forms/MainForm/UI/MainForm.ContextMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ private void DoContextMenuStripDay_Opened(object sender, EventArgs e)
ContextMenuDayDate.Text = rowDay?.DayAndMonthWithYearText ?? SysTranslations.NullSlot.GetLang();
ContextMenuDayParashah.Enabled = false;
ContextMenuDayParashah.Visible = Settings.CalendarShowParashah;
//ContextMenuParashahSeparator.Visible = Settings.CalendarShowParashah;
ContextMenuDayParashah.Text = new System.Resources.ResourceManager(typeof(MainForm)).GetString("ContextMenuDayParashah.Text");
var weeklong = rowDay?.GetWeekLongCelebrationIntermediateDay();
var torahEvent = ( weeklong?.Event ) ?? TorahCelebration.None;
Expand Down

0 comments on commit c4bb3c6

Please sign in to comment.