Man kann jetzt im objekt ansicht die Massenstatistik erzeugen

This commit is contained in:
Husky
2018-07-15 15:44:48 +02:00
parent c4872276ac
commit e63929f403
10 changed files with 101 additions and 17 deletions

View File

@@ -41,9 +41,9 @@
this.btn_start.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_start.Location = new System.Drawing.Point(374, 12);
this.btn_start.Name = "btn_start";
this.btn_start.Size = new System.Drawing.Size(75, 67);
this.btn_start.Size = new System.Drawing.Size(91, 74);
this.btn_start.TabIndex = 0;
this.btn_start.Text = "button1";
this.btn_start.Text = "Bericht erzeugen";
this.btn_start.UseVisualStyleBackColor = true;
this.btn_start.Click += new System.EventHandler(this.btn_start_Click);
//
@@ -109,7 +109,7 @@
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(477, 113);
this.ClientSize = new System.Drawing.Size(477, 97);
this.Controls.Add(this.label1);
this.Controls.Add(this.rb_no);
this.Controls.Add(this.rb_yes);