Design anpassungen

This commit is contained in:
Husky
2018-07-14 22:55:24 +02:00
parent 9ee15d86cb
commit a6e58a81ef
3 changed files with 2 additions and 3 deletions

View File

@@ -61,6 +61,8 @@
// cb_pdf
//
this.cb_pdf.AutoSize = true;
this.cb_pdf.Checked = true;
this.cb_pdf.CheckState = System.Windows.Forms.CheckState.Checked;
this.cb_pdf.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cb_pdf.Location = new System.Drawing.Point(6, 35);
this.cb_pdf.Name = "cb_pdf";