diff --git a/Alti2Reader/bin/Release/Alti2Reader.exe b/Alti2Reader/bin/Release/Alti2Reader.exe index ff99824..84daded 100644 Binary files a/Alti2Reader/bin/Release/Alti2Reader.exe and b/Alti2Reader/bin/Release/Alti2Reader.exe differ diff --git a/Alti2Reader/frmSettings.Designer.cs b/Alti2Reader/frmSettings.Designer.cs index 630172a..7671349 100644 --- a/Alti2Reader/frmSettings.Designer.cs +++ b/Alti2Reader/frmSettings.Designer.cs @@ -1067,10 +1067,10 @@ private void InitializeComponent() // dtpEarliestJump // resources.ApplyResources(this.dtpEarliestJump, "dtpEarliestJump"); - this.dtpEarliestJump.MaxDate = new System.DateTime(2017, 7, 31, 0, 0, 0, 0); - this.dtpEarliestJump.MinDate = new System.DateTime(2007, 1, 1, 0, 0, 0, 0); + this.dtpEarliestJump.MaxDate = new System.DateTime(2099, 12, 31, 0, 0, 0, 0); + this.dtpEarliestJump.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0); this.dtpEarliestJump.Name = "dtpEarliestJump"; - this.dtpEarliestJump.Value = new System.DateTime(2007, 1, 1, 0, 0, 0, 0); + this.dtpEarliestJump.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0); // // btnCancel //