Font scaling fuckery
This commit is contained in:
11
AyaNovaQBI/InvoiceTemplateBuilder.Designer.cs
generated
11
AyaNovaQBI/InvoiceTemplateBuilder.Designer.cs
generated
@@ -110,7 +110,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(708, 736);
|
||||
this.btnOK.Location = new System.Drawing.Point(710, 736);
|
||||
this.btnOK.Name = "btnOK";
|
||||
this.btnOK.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnOK.TabIndex = 21;
|
||||
@@ -122,7 +122,7 @@
|
||||
//
|
||||
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(7, 736);
|
||||
this.btnCancel.Location = new System.Drawing.Point(9, 736);
|
||||
this.btnCancel.Name = "btnCancel";
|
||||
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnCancel.TabIndex = 20;
|
||||
@@ -161,13 +161,13 @@
|
||||
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||||
| System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.label1.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label1.Location = new System.Drawing.Point(3, 115);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(782, 23);
|
||||
this.label1.TabIndex = 23;
|
||||
this.label1.Text = "Line items (charges - parts, service, expenses etc)";
|
||||
this.label1.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
||||
this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
@@ -827,8 +827,7 @@
|
||||
//
|
||||
// InvoiceTemplateBuilder
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
this.ClientSize = new System.Drawing.Size(803, 771);
|
||||
this.Controls.Add(this.label8);
|
||||
this.Controls.Add(this.edLoanItem);
|
||||
|
||||
Reference in New Issue
Block a user