diff --git a/BerichtGen/FrmOptions.Designer.cs b/BerichtGen/FrmOptions.Designer.cs index 6b41403..ef3f04c 100644 --- a/BerichtGen/FrmOptions.Designer.cs +++ b/BerichtGen/FrmOptions.Designer.cs @@ -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"; diff --git a/SanSystem/MassenStatistik.cs b/SanSystem/MassenStatistik.cs index 0884b83..d4eaf01 100644 --- a/SanSystem/MassenStatistik.cs +++ b/SanSystem/MassenStatistik.cs @@ -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) diff --git a/SanSystem/documents/JUME/Massenstatistik.docx b/SanSystem/documents/JUME/Massenstatistik.docx index 030aab0..c8a0709 100644 Binary files a/SanSystem/documents/JUME/Massenstatistik.docx and b/SanSystem/documents/JUME/Massenstatistik.docx differ