This commit is contained in:
Jsj
2008-05-16 18:13:12 +00:00
parent 8ba64060e2
commit af04fa6ef6
16 changed files with 1240 additions and 595 deletions

View File

@@ -53,6 +53,7 @@ namespace VEPROMS
break;
}
colorPickerButton1.SelectedColor = Settings.Default.TransitionRangeColor;
cbAnnotationPopup.Checked = Settings.Default.AutoPopUpAnnotations;
}
@@ -144,6 +145,11 @@ namespace VEPROMS
}
}
private void cbAnnotationPopup_CheckedChanged(object sender, EventArgs e)
{
Settings.Default.AutoPopUpAnnotations = cbAnnotationPopup.Checked;
}