Compare commits

..

2 Commits

Author SHA1 Message Date
a8d13bb998 ~Added PSI information to coverpage and modified PSI dialog box with corresponding fields
~Added second Cover Page pagestyle to support differences in PSI for Unit 3 and Unit 4
2023-07-19 12:43:59 -04:00
ceda31c80e ~Added table to printed cover page 2023-07-18 12:05:18 -04:00
3 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -147,7 +147,8 @@ namespace Formats
} }
Properties.Settings.Default.FormatPath = txbxPROMSFormatsPath.Text.Substring(0,txbxPROMSFormatsPath.Text.Length-1); // save the copy format path minus the ending backslash Properties.Settings.Default.FormatPath = txbxPROMSFormatsPath.Text.Substring(0,txbxPROMSFormatsPath.Text.Length-1); // save the copy format path minus the ending backslash
Properties.Settings.Default.Save(); Properties.Settings.Default.Save();
if(MessageBox.Show("Do you want to end the Format Copier?","Formats Copied.", MessageBoxButtons.YesNo, MessageBoxIcon.Question)== DialogResult.Yes)Application.Exit(); //if(MessageBox.Show("Do you want to end the Format Copier?","Formats Copied.", MessageBoxButtons.YesNo, MessageBoxIcon.Question)== DialogResult.Yes)
Application.Exit();
} }
private void buttonX2_Click(object sender, EventArgs e) private void buttonX2_Click(object sender, EventArgs e)

Binary file not shown.