Pre-selected the Create button when the print dialog is first opened.

Updated the list to include <CTRL><P> for creating a PDF
Assigned “P” to the KeyTips for the Create PDF ribbon button and <Ctrl><P> to the ShortCut and updated the Tool Tips
This commit is contained in:
2011-12-08 16:44:34 +00:00
parent f7cb594d76
commit 0d9e131849
4 changed files with 136 additions and 125 deletions

View File

@@ -193,13 +193,16 @@ namespace VEPROMS
_MyTimer.Tick += new EventHandler(_MyTimer_Tick);
_MyTimer.Interval = 100;
_MyTimer.Enabled = true;
btnCreatePDF.Select();
}
void _MyTimer_Tick(object sender, EventArgs e)
{
_MyTimer.Enabled = false;
BringToFront();
if (Automatic) RunAutomatic();
}
private Timer _MyTimer;
private void SetupForProcedure()
{