Es wird jetzt ein massenstatistik erzeugt

This commit is contained in:
Husky
2018-07-15 11:53:53 +02:00
parent a6e58a81ef
commit 1362483c8c
13 changed files with 53 additions and 16 deletions

View File

@@ -38,6 +38,7 @@
this.bearbeitenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.löschenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cb_erledigt = new System.Windows.Forms.CheckBox();
this.dt_datum = new System.Windows.Forms.DateTimePicker();
((System.ComponentModel.ISupportInitialize)(this.pt_box)).BeginInit();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
@@ -55,9 +56,9 @@
// txt_schachtnummer
//
this.txt_schachtnummer.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txt_schachtnummer.Location = new System.Drawing.Point(252, 15);
this.txt_schachtnummer.Location = new System.Drawing.Point(141, 15);
this.txt_schachtnummer.Name = "txt_schachtnummer";
this.txt_schachtnummer.Size = new System.Drawing.Size(232, 26);
this.txt_schachtnummer.Size = new System.Drawing.Size(157, 26);
this.txt_schachtnummer.TabIndex = 1;
//
// pt_box
@@ -113,17 +114,27 @@
//
this.cb_erledigt.AutoSize = true;
this.cb_erledigt.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cb_erledigt.Location = new System.Drawing.Point(512, 10);
this.cb_erledigt.Location = new System.Drawing.Point(304, 14);
this.cb_erledigt.Name = "cb_erledigt";
this.cb_erledigt.Size = new System.Drawing.Size(93, 28);
this.cb_erledigt.TabIndex = 6;
this.cb_erledigt.Text = "Erledigt";
this.cb_erledigt.UseVisualStyleBackColor = true;
//
// dt_datum
//
this.dt_datum.CalendarFont = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dt_datum.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dt_datum.Location = new System.Drawing.Point(403, 15);
this.dt_datum.Name = "dt_datum";
this.dt_datum.Size = new System.Drawing.Size(298, 26);
this.dt_datum.TabIndex = 7;
//
// UCSchachtanbindung
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.dt_datum);
this.Controls.Add(this.cb_erledigt);
this.Controls.Add(this.lb_pictures);
this.Controls.Add(this.btn_add_bild);
@@ -151,5 +162,6 @@
private System.Windows.Forms.ToolStripMenuItem bearbeitenToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem löschenToolStripMenuItem;
private System.Windows.Forms.CheckBox cb_erledigt;
private System.Windows.Forms.DateTimePicker dt_datum;
}
}