Added Paste Plain Text and Paste No Returns options to System Options

This commit is contained in:
Rich
2012-12-01 00:23:41 +00:00
parent 1b30632829
commit 3b0062bc7e
6 changed files with 157 additions and 5 deletions

View File

@@ -545,6 +545,8 @@ namespace VEPROMS
// Shutoff UpdateFormats for Production Mode
if (Volian.Base.Library.VlnSettings.ProductionMode)
btnAdmin.Visible = false;
StepTabRibbon.PasteNoReturnsSetting = Properties.Settings.Default.PasteNoReturns;
StepTabRibbon.PastePlainTextSetting = Properties.Settings.Default.PastePlainText;
}
void tmrShutDown_Tick(object sender, EventArgs e)
{
@@ -1202,7 +1204,8 @@ namespace VEPROMS
{
frmSysOptions VeSysOpts = new frmSysOptions();
VeSysOpts.ShowDialog();
StepTabRibbon.PasteNoReturnsSetting = Properties.Settings.Default.PasteNoReturns;
StepTabRibbon.PastePlainTextSetting = Properties.Settings.Default.PastePlainText;
}
/// <summary>
/// Exit button on the dialog that appears when the V icon is clicked (top left of application window)