Font scaling fuckery
This commit is contained in:
30
AyaNovaQBI/ApproveCompanyFile.Designer.cs
generated
30
AyaNovaQBI/ApproveCompanyFile.Designer.cs
generated
@@ -30,42 +30,32 @@
|
||||
{
|
||||
this.lblCompany = new System.Windows.Forms.Label();
|
||||
this.lblPath = new System.Windows.Forms.Label();
|
||||
this.lblExplain = new System.Windows.Forms.Label();
|
||||
this.btnCancel = new System.Windows.Forms.Button();
|
||||
this.btnOK = new System.Windows.Forms.Button();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// lblCompany
|
||||
//
|
||||
this.lblCompany.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.lblCompany.Location = new System.Drawing.Point(12, 38);
|
||||
this.lblCompany.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.lblCompany.Location = new System.Drawing.Point(12, 9);
|
||||
this.lblCompany.Name = "lblCompany";
|
||||
this.lblCompany.Size = new System.Drawing.Size(490, 30);
|
||||
this.lblCompany.Size = new System.Drawing.Size(613, 24);
|
||||
this.lblCompany.TabIndex = 0;
|
||||
this.lblCompany.Text = "A company";
|
||||
//
|
||||
// lblPath
|
||||
//
|
||||
this.lblPath.Location = new System.Drawing.Point(12, 74);
|
||||
this.lblPath.Location = new System.Drawing.Point(12, 33);
|
||||
this.lblPath.Name = "lblPath";
|
||||
this.lblPath.Size = new System.Drawing.Size(490, 47);
|
||||
this.lblPath.Size = new System.Drawing.Size(613, 47);
|
||||
this.lblPath.TabIndex = 1;
|
||||
this.lblPath.Text = "path";
|
||||
//
|
||||
// lblExplain
|
||||
//
|
||||
this.lblExplain.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.lblExplain.Location = new System.Drawing.Point(12, 9);
|
||||
this.lblExplain.Name = "lblExplain";
|
||||
this.lblExplain.Size = new System.Drawing.Size(490, 23);
|
||||
this.lblExplain.TabIndex = 2;
|
||||
this.lblExplain.Text = "AyaNova QBI will work with this company file";
|
||||
//
|
||||
// btnCancel
|
||||
//
|
||||
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
this.btnCancel.Location = new System.Drawing.Point(3, 158);
|
||||
this.btnCancel.Location = new System.Drawing.Point(12, 111);
|
||||
this.btnCancel.Name = "btnCancel";
|
||||
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnCancel.TabIndex = 3;
|
||||
@@ -75,7 +65,7 @@
|
||||
// btnOK
|
||||
//
|
||||
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnOK.Location = new System.Drawing.Point(435, 158);
|
||||
this.btnOK.Location = new System.Drawing.Point(550, 111);
|
||||
this.btnOK.Name = "btnOK";
|
||||
this.btnOK.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnOK.TabIndex = 4;
|
||||
@@ -89,18 +79,17 @@
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.CancelButton = this.btnCancel;
|
||||
this.ClientSize = new System.Drawing.Size(522, 193);
|
||||
this.ClientSize = new System.Drawing.Size(637, 146);
|
||||
this.ControlBox = false;
|
||||
this.Controls.Add(this.btnOK);
|
||||
this.Controls.Add(this.btnCancel);
|
||||
this.Controls.Add(this.lblExplain);
|
||||
this.Controls.Add(this.lblPath);
|
||||
this.Controls.Add(this.lblCompany);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||||
this.Name = "ApproveCompanyFile";
|
||||
this.ShowInTaskbar = false;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "QuickBooks Company file";
|
||||
this.Text = "AyaNova QBI will work with this company file";
|
||||
this.TopMost = true;
|
||||
this.Load += new System.EventHandler(this.ApproveCompanyFile_Load);
|
||||
this.ResumeLayout(false);
|
||||
@@ -111,7 +100,6 @@
|
||||
|
||||
private System.Windows.Forms.Label lblCompany;
|
||||
private System.Windows.Forms.Label lblPath;
|
||||
private System.Windows.Forms.Label lblExplain;
|
||||
private System.Windows.Forms.Button btnCancel;
|
||||
private System.Windows.Forms.Button btnOK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user