FrmPdfInfo: Fix alignment of buttons

This commit is contained in:
2016-06-18 13:31:06 +02:00
parent a5b5b97e7b
commit 0f575df7ce

View File

@@ -59,7 +59,7 @@
// btnBrowse
//
this.btnBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnBrowse.Location = new System.Drawing.Point(323, 22);
this.btnBrowse.Location = new System.Drawing.Point(323, 23);
this.btnBrowse.Name = "btnBrowse";
this.btnBrowse.Size = new System.Drawing.Size(75, 23);
this.btnBrowse.TabIndex = 9;
@@ -94,7 +94,7 @@
// btnProcess
//
this.btnProcess.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnProcess.Location = new System.Drawing.Point(404, 22);
this.btnProcess.Location = new System.Drawing.Point(404, 23);
this.btnProcess.Name = "btnProcess";
this.btnProcess.Size = new System.Drawing.Size(75, 23);
this.btnProcess.TabIndex = 6;