Initialization code added to load event.
This commit is contained in:
@@ -150,6 +150,13 @@ namespace VEPROMS
|
||||
Settings.Default.AutoPopUpAnnotations = cbAnnotationPopup.Checked;
|
||||
}
|
||||
|
||||
private void frmSysOptions_Load(object sender, EventArgs e)
|
||||
{
|
||||
ClearAllCheckedButtons();
|
||||
tcSysOpts.SelectedTab = tiIntrFaceStngs;
|
||||
btnIntrFaceStngs.Checked = true;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user