Merge pull request 'Development' (#402) from Development into master
Merging C2021-034 and B2024-065 into master after successful testing.
This commit is contained in:
commit
4f0548fd60
@ -231,7 +231,6 @@ namespace VEPROMS
|
|||||||
cbxOpenAfterCreate2.Visible = oneProcedure;
|
cbxOpenAfterCreate2.Visible = oneProcedure;
|
||||||
cbxOpenAfterCreate2.Checked = false;
|
cbxOpenAfterCreate2.Checked = false;
|
||||||
cbxOverwritePDF2.Visible = oneProcedure;
|
cbxOverwritePDF2.Visible = oneProcedure;
|
||||||
cbxOverwritePDF2.Checked = true;
|
|
||||||
gpnlDebug.Visible = Volian.Base.Library.VlnSettings.DebugMode;
|
gpnlDebug.Visible = Volian.Base.Library.VlnSettings.DebugMode;
|
||||||
swtbtnGeneratePlacekeeper.Value = false;
|
swtbtnGeneratePlacekeeper.Value = false;
|
||||||
cbxGenerateConActSum.Checked = false;
|
cbxGenerateConActSum.Checked = false;
|
||||||
|
@ -511,7 +511,7 @@ namespace VEPROMS
|
|||||||
|
|
||||||
private void btnPC_Click(object sender, EventArgs e)
|
private void btnPC_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
if (MessageBox.Show(this, "Are you sure you want to add Applicability to this Working Draft?", "Add Applicability", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Stop) == DialogResult.Yes)
|
if (MessageBox.Show(this, "Are you sure you want to add Applicability to this Working Draft?", "Add Applicability", MessageBoxButtons.YesNo, MessageBoxIcon.Stop) == DialogResult.Yes)
|
||||||
{
|
{
|
||||||
btnApplicability.Visible = true;
|
btnApplicability.Visible = true;
|
||||||
tiApplicability.Visible = true;
|
tiApplicability.Visible = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user