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

@@ -303,7 +303,7 @@ namespace VEPROMS
this.calDateSelector.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
this.calDateSelector.NavigationBackgroundStyle.Class = "";
this.calDateSelector.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.calDateSelector.Size = new System.Drawing.Size(170, 128);
this.calDateSelector.Size = new System.Drawing.Size(170, 131);
this.calDateSelector.TabIndex = 84;
this.calDateSelector.Text = "monthCalendarAdv1";
this.calDateSelector.Visible = false;
@@ -1088,6 +1088,7 @@ namespace VEPROMS
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnCreatePDF);
this.Controls.Add(this.tabControl1);
this.DoubleBuffered = true;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.MaximizeBox = false;