Design anpassungen
This commit is contained in:
2
BerichtGen/FrmOptions.Designer.cs
generated
2
BerichtGen/FrmOptions.Designer.cs
generated
@@ -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";
|
||||
|
||||
@@ -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)
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user