Hide Original Page Break check box from print procedure dialog

Changed Harry's MAC domain
This commit is contained in:
Rich 2014-08-07 20:10:30 +00:00
parent 0098d6251a
commit 5e3f6b5e0e
2 changed files with 3 additions and 2 deletions

View File

@ -251,7 +251,8 @@ namespace VEPROMS
// default to using OriginalPageBreaks (16bit page breaks) if App.config is set // default to using OriginalPageBreaks (16bit page breaks) if App.config is set
// to true: // to true:
cbxOrPgBrk.Visible = VlnSettings.OriginalPageBreak && VlnSettings.DebugMode; //cbxOrPgBrk.Visible = VlnSettings.OriginalPageBreak && VlnSettings.DebugMode;
cbxOrPgBrk.Visible = false; //per Harry
cbxOrPgBrk.Checked = false; cbxOrPgBrk.Checked = false;
} }

View File

@ -1031,7 +1031,7 @@ namespace VEPROMS
- Harrys PC- Harry-7100 - Harrys PC- Harry-7100
- Caitlin- Caitlin-PC - Caitlin- Caitlin-PC
*/ */
if ("|VOLIAN0|JCB2-HP|WINDOWS7-RHM|PAUL-PC|MICHELLE-PC|WIN-04QLPEH7JKH|HARRY-7100|CAITLIN-PC|".Contains("|" + Environment.UserDomainName + "|")) if ("|VOLIAN0|JCB2-HP|WINDOWS7-RHM|PAUL-PC|MICHELLE-PC|WIN-O4QLPEH7JKH|HARRY-7100|CAITLIN-PC|".Contains("|" + Environment.UserDomainName + "|"))
{ {
Random rnd = new Random(DateTime.Now.Year + DateTime.Now.DayOfYear * 1000); Random rnd = new Random(DateTime.Now.Year + DateTime.Now.DayOfYear * 1000);
MessageBox.Show(this, GetSecurityKey(), "Today's Security Key"); MessageBox.Show(this, GetSecurityKey(), "Today's Security Key");