Added new feature to keep Background Document and Deviation Documents in Sync as the user moves through the procedure.
Added manual ping on btnStepRTF. This is for testing Ping logic when running in debug (visual Studio) Changed security to allow SetAdministrator to perform some Admin functions. Support multiple windows by VersionID.
This commit is contained in:
@@ -59,6 +59,14 @@ namespace VEPROMS
|
||||
cbTVExpand.Checked = Settings.Default.SaveTreeviewExpanded;
|
||||
cbPasteNoReturns.Checked = Settings.Default.PasteNoReturns;
|
||||
cbPastePlainText.Checked = Settings.Default.PastePlainText;
|
||||
cbEnhancedDocumentSync.Checked = Settings.Default.SyncEnhancedDocuments;
|
||||
}
|
||||
private void cbEnhancedDocumentSync_CheckedChanged(object sender, System.EventArgs e)
|
||||
{
|
||||
if (!_initializing)
|
||||
{
|
||||
Settings.Default.SyncEnhancedDocuments = cbEnhancedDocumentSync.Checked;
|
||||
}
|
||||
}
|
||||
private void cbPastePlainText_CheckedChanged(object sender, EventArgs e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user