This commit is contained in:
parent
973be37d39
commit
5208475a1a
@ -166,6 +166,7 @@ namespace VEPROMS
|
|||||||
SpellChecker = new VlnSpellCheck();
|
SpellChecker = new VlnSpellCheck();
|
||||||
displaySearch1.PrintRequest += new DisplaySearchEvent(displaySearch1_PrintRequest);
|
displaySearch1.PrintRequest += new DisplaySearchEvent(displaySearch1_PrintRequest);
|
||||||
this.Activated += new EventHandler(frmVEPROMS_Activated);
|
this.Activated += new EventHandler(frmVEPROMS_Activated);
|
||||||
|
VlnSettings.StepTypeToolType = Settings.Default.StepTypeToolTip;
|
||||||
}
|
}
|
||||||
void frmVEPROMS_Activated(object sender, EventArgs e)
|
void frmVEPROMS_Activated(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
@ -227,7 +228,7 @@ namespace VEPROMS
|
|||||||
if (Settings.Default["Location"] != null) this.Location = Settings.Default.Location;
|
if (Settings.Default["Location"] != null) this.Location = Settings.Default.Location;
|
||||||
if (Settings.Default["Size"] != null) this.Size = Settings.Default.Size;
|
if (Settings.Default["Size"] != null) this.Size = Settings.Default.Size;
|
||||||
if (Settings.Default["WindowState"] != null) this.WindowState = Settings.Default.WindowState;
|
if (Settings.Default["WindowState"] != null) this.WindowState = Settings.Default.WindowState;
|
||||||
epProcedures.Expanded = Settings.Default.TreeviewExpanded;
|
if (Settings.Default.SaveTreeviewExpanded)epProcedures.Expanded = Settings.Default.TreeviewExpanded;
|
||||||
_MyMRIList = MostRecentItemList.GetMRILst((System.Collections.Specialized.StringCollection)(Properties.Settings.Default["MRIList"]));
|
_MyMRIList = MostRecentItemList.GetMRILst((System.Collections.Specialized.StringCollection)(Properties.Settings.Default["MRIList"]));
|
||||||
_MyMRIList.AfterRemove += new ItemInfoEvent(_MyMRIList_AfterRemove);
|
_MyMRIList.AfterRemove += new ItemInfoEvent(_MyMRIList_AfterRemove);
|
||||||
SetupMRU();
|
SetupMRU();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user