Man kann jetzt im objekt ansicht die Massenstatistik erzeugen
This commit is contained in:
25
SanSystem/frmObjekteList.Designer.cs
generated
25
SanSystem/frmObjekteList.Designer.cs
generated
@@ -50,6 +50,7 @@
|
||||
this.btn_search = new System.Windows.Forms.Button();
|
||||
this.btn_make_ausdruck = new System.Windows.Forms.Button();
|
||||
this.btn_set_kali = new System.Windows.Forms.Button();
|
||||
this.btn_statistik = new System.Windows.Forms.Button();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dGObjekte)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.strasseBindingSource)).BeginInit();
|
||||
this.gb_error_messages.SuspendLayout();
|
||||
@@ -73,6 +74,7 @@
|
||||
//
|
||||
// btn_add
|
||||
//
|
||||
this.btn_add.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btn_add.Location = new System.Drawing.Point(510, 154);
|
||||
this.btn_add.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.btn_add.Name = "btn_add";
|
||||
@@ -220,13 +222,15 @@
|
||||
this.gb_error_messages.Controls.Add(this.label5);
|
||||
this.gb_error_messages.Location = new System.Drawing.Point(515, 46);
|
||||
this.gb_error_messages.Name = "gb_error_messages";
|
||||
this.gb_error_messages.Size = new System.Drawing.Size(351, 103);
|
||||
this.gb_error_messages.Size = new System.Drawing.Size(480, 103);
|
||||
this.gb_error_messages.TabIndex = 16;
|
||||
this.gb_error_messages.TabStop = false;
|
||||
this.gb_error_messages.Text = "error_messages";
|
||||
//
|
||||
// btn_search
|
||||
//
|
||||
this.btn_search.Enabled = false;
|
||||
this.btn_search.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btn_search.Location = new System.Drawing.Point(617, 154);
|
||||
this.btn_search.Name = "btn_search";
|
||||
this.btn_search.Size = new System.Drawing.Size(102, 101);
|
||||
@@ -236,16 +240,18 @@
|
||||
//
|
||||
// btn_make_ausdruck
|
||||
//
|
||||
this.btn_make_ausdruck.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btn_make_ausdruck.Location = new System.Drawing.Point(725, 155);
|
||||
this.btn_make_ausdruck.Name = "btn_make_ausdruck";
|
||||
this.btn_make_ausdruck.Size = new System.Drawing.Size(102, 101);
|
||||
this.btn_make_ausdruck.TabIndex = 18;
|
||||
this.btn_make_ausdruck.Text = "Ausdruck für Pregnieren";
|
||||
this.btn_make_ausdruck.Text = "Ausdruck für Kalibrieren";
|
||||
this.btn_make_ausdruck.UseVisualStyleBackColor = true;
|
||||
this.btn_make_ausdruck.Click += new System.EventHandler(this.btn_make_ausdruck_Click);
|
||||
//
|
||||
// btn_set_kali
|
||||
//
|
||||
this.btn_set_kali.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btn_set_kali.Location = new System.Drawing.Point(510, 262);
|
||||
this.btn_set_kali.Name = "btn_set_kali";
|
||||
this.btn_set_kali.Size = new System.Drawing.Size(317, 53);
|
||||
@@ -254,11 +260,23 @@
|
||||
this.btn_set_kali.UseVisualStyleBackColor = true;
|
||||
this.btn_set_kali.Click += new System.EventHandler(this.btn_set_kali_Click);
|
||||
//
|
||||
// btn_statistik
|
||||
//
|
||||
this.btn_statistik.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btn_statistik.Location = new System.Drawing.Point(833, 155);
|
||||
this.btn_statistik.Name = "btn_statistik";
|
||||
this.btn_statistik.Size = new System.Drawing.Size(100, 101);
|
||||
this.btn_statistik.TabIndex = 20;
|
||||
this.btn_statistik.Text = "Statistik";
|
||||
this.btn_statistik.UseVisualStyleBackColor = true;
|
||||
this.btn_statistik.Click += new System.EventHandler(this.btn_statistik_Click);
|
||||
//
|
||||
// frmObjekteList
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(879, 338);
|
||||
this.ClientSize = new System.Drawing.Size(1007, 338);
|
||||
this.Controls.Add(this.btn_statistik);
|
||||
this.Controls.Add(this.btn_set_kali);
|
||||
this.Controls.Add(this.btn_make_ausdruck);
|
||||
this.Controls.Add(this.btn_search);
|
||||
@@ -313,5 +331,6 @@
|
||||
private System.Windows.Forms.Button btn_search;
|
||||
private System.Windows.Forms.Button btn_make_ausdruck;
|
||||
private System.Windows.Forms.Button btn_set_kali;
|
||||
private System.Windows.Forms.Button btn_statistik;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user