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";

View File

@@ -38,9 +38,6 @@ namespace SanSystem
{
DataRow dr = inliner.NewRow();
dr["hausnummer"] = objekt.Hausnummer;
Trace.WriteLine(objekt.Hausnummer);
if (objekt.Hausnummer.Equals("17a"))
Debugger.Break();
if(objekt.HaltungGemessen.Day == targetDatum.Day &&
objekt.HaltungGemessen.Month == targetDatum.Month &&
objekt.HaltungGemessen.Year == targetDatum.Year)