From 2bfc220948c3c1101b14259c6c432375a5200598 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 27 Aug 2014 13:57:39 +0000 Subject: [PATCH] Fixed the size of the Open PDF button on the PDF Status dialog --- .../frmPDFStatusForm.Designer.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PROMS/VEPROMS User Interface/frmPDFStatusForm.Designer.cs b/PROMS/VEPROMS User Interface/frmPDFStatusForm.Designer.cs index 356eb31a..5e8f795f 100644 --- a/PROMS/VEPROMS User Interface/frmPDFStatusForm.Designer.cs +++ b/PROMS/VEPROMS User Interface/frmPDFStatusForm.Designer.cs @@ -72,10 +72,10 @@ namespace VEPROMS // this.btnOpenFolder.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnOpenFolder.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; - this.btnOpenFolder.Location = new System.Drawing.Point(494, 23); + this.btnOpenFolder.Location = new System.Drawing.Point(473, 23); this.btnOpenFolder.Margin = new System.Windows.Forms.Padding(2); this.btnOpenFolder.Name = "btnOpenFolder"; - this.btnOpenFolder.Size = new System.Drawing.Size(56, 19); + this.btnOpenFolder.Size = new System.Drawing.Size(77, 19); this.btnOpenFolder.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnOpenFolder.TabIndex = 2; this.btnOpenFolder.Text = "Open Folder"; @@ -86,10 +86,10 @@ namespace VEPROMS // this.btnOpenPDF.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnOpenPDF.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; - this.btnOpenPDF.Location = new System.Drawing.Point(426, 23); + this.btnOpenPDF.Location = new System.Drawing.Point(394, 23); this.btnOpenPDF.Margin = new System.Windows.Forms.Padding(2); this.btnOpenPDF.Name = "btnOpenPDF"; - this.btnOpenPDF.Size = new System.Drawing.Size(56, 19); + this.btnOpenPDF.Size = new System.Drawing.Size(75, 19); this.btnOpenPDF.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnOpenPDF.TabIndex = 3; this.btnOpenPDF.Text = "Open PDF"; @@ -100,7 +100,7 @@ namespace VEPROMS // this.btnCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; - this.btnCancel.Location = new System.Drawing.Point(475, 21); + this.btnCancel.Location = new System.Drawing.Point(453, 21); this.btnCancel.Margin = new System.Windows.Forms.Padding(2); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(77, 19);