FrmPdfInfo: Fix alignment of buttons
This commit is contained in:
4
VAR.PdfTools.Workbench/FrmPdfInfo.Designer.cs
generated
4
VAR.PdfTools.Workbench/FrmPdfInfo.Designer.cs
generated
@@ -59,7 +59,7 @@
|
|||||||
// btnBrowse
|
// btnBrowse
|
||||||
//
|
//
|
||||||
this.btnBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
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.Name = "btnBrowse";
|
||||||
this.btnBrowse.Size = new System.Drawing.Size(75, 23);
|
this.btnBrowse.Size = new System.Drawing.Size(75, 23);
|
||||||
this.btnBrowse.TabIndex = 9;
|
this.btnBrowse.TabIndex = 9;
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
// btnProcess
|
// btnProcess
|
||||||
//
|
//
|
||||||
this.btnProcess.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
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.Name = "btnProcess";
|
||||||
this.btnProcess.Size = new System.Drawing.Size(75, 23);
|
this.btnProcess.Size = new System.Drawing.Size(75, 23);
|
||||||
this.btnProcess.TabIndex = 6;
|
this.btnProcess.TabIndex = 6;
|
||||||
|
|||||||
Reference in New Issue
Block a user