From db636eb82af6506c8c6ef9d375295784bc22372a Mon Sep 17 00:00:00 2001 From: Damian Bodde Date: Thu, 11 Aug 2022 20:47:38 +0200 Subject: [PATCH] =?UTF-8?q?Ausdruck=20f=C3=BCr=20kalibrierung=20deaktivier?= =?UTF-8?q?t.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SanSystem/FrmAuftraggeberEdit.Designer.cs | 49 ++++++++++++++--------- SanSystem/frmObjekteList.cs | 1 + 2 files changed, 31 insertions(+), 19 deletions(-) diff --git a/SanSystem/FrmAuftraggeberEdit.Designer.cs b/SanSystem/FrmAuftraggeberEdit.Designer.cs index d7752a7..420b295 100644 --- a/SanSystem/FrmAuftraggeberEdit.Designer.cs +++ b/SanSystem/FrmAuftraggeberEdit.Designer.cs @@ -44,7 +44,8 @@ // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label1.Location = new System.Drawing.Point(7, 62); + this.label1.Location = new System.Drawing.Point(5, 50); + this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(64, 25); this.label1.TabIndex = 0; @@ -54,7 +55,8 @@ // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label2.Location = new System.Drawing.Point(7, 101); + this.label2.Location = new System.Drawing.Point(5, 82); + this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(79, 25); this.label2.TabIndex = 1; @@ -64,7 +66,8 @@ // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label3.Location = new System.Drawing.Point(7, 137); + this.label3.Location = new System.Drawing.Point(5, 111); + this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(39, 25); this.label3.TabIndex = 2; @@ -74,7 +77,8 @@ // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label4.Location = new System.Drawing.Point(7, 183); + this.label4.Location = new System.Drawing.Point(5, 149); + this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(157, 25); this.label4.TabIndex = 3; @@ -83,9 +87,10 @@ // btn_save // this.btn_save.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.btn_save.Location = new System.Drawing.Point(12, 232); + this.btn_save.Location = new System.Drawing.Point(9, 188); + this.btn_save.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btn_save.Name = "btn_save"; - this.btn_save.Size = new System.Drawing.Size(581, 105); + this.btn_save.Size = new System.Drawing.Size(436, 85); this.btn_save.TabIndex = 4; this.btn_save.Text = "Speichern"; this.btn_save.UseVisualStyleBackColor = true; @@ -94,50 +99,55 @@ // txt_name // this.txt_name.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txt_name.Location = new System.Drawing.Point(210, 59); + this.txt_name.Location = new System.Drawing.Point(158, 48); + this.txt_name.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.txt_name.Name = "txt_name"; - this.txt_name.Size = new System.Drawing.Size(383, 30); + this.txt_name.Size = new System.Drawing.Size(288, 30); this.txt_name.TabIndex = 5; // // txt_strasse // this.txt_strasse.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txt_strasse.Location = new System.Drawing.Point(210, 98); + this.txt_strasse.Location = new System.Drawing.Point(158, 80); + this.txt_strasse.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.txt_strasse.Name = "txt_strasse"; - this.txt_strasse.Size = new System.Drawing.Size(383, 30); + this.txt_strasse.Size = new System.Drawing.Size(288, 30); this.txt_strasse.TabIndex = 6; // // txt_ort // this.txt_ort.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txt_ort.Location = new System.Drawing.Point(210, 137); + this.txt_ort.Location = new System.Drawing.Point(158, 111); + this.txt_ort.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.txt_ort.Name = "txt_ort"; - this.txt_ort.Size = new System.Drawing.Size(383, 30); + this.txt_ort.Size = new System.Drawing.Size(288, 30); this.txt_ort.TabIndex = 7; // // txt_ansp // this.txt_ansp.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txt_ansp.Location = new System.Drawing.Point(210, 180); + this.txt_ansp.Location = new System.Drawing.Point(158, 146); + this.txt_ansp.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.txt_ansp.Name = "txt_ansp"; - this.txt_ansp.Size = new System.Drawing.Size(383, 30); + this.txt_ansp.Size = new System.Drawing.Size(288, 30); this.txt_ansp.TabIndex = 8; // // cb_auftraggeberlist // this.cb_auftraggeberlist.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cb_auftraggeberlist.FormattingEnabled = true; - this.cb_auftraggeberlist.Location = new System.Drawing.Point(12, 12); + this.cb_auftraggeberlist.Location = new System.Drawing.Point(9, 10); + this.cb_auftraggeberlist.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.cb_auftraggeberlist.Name = "cb_auftraggeberlist"; - this.cb_auftraggeberlist.Size = new System.Drawing.Size(482, 33); + this.cb_auftraggeberlist.Size = new System.Drawing.Size(362, 33); this.cb_auftraggeberlist.TabIndex = 9; this.cb_auftraggeberlist.SelectionChangeCommitted += new System.EventHandler(this.Cb_auftraggeberlist_SelectionChangeCommitted); // // frmAuftraggeberEdit // - this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(631, 365); + this.ClientSize = new System.Drawing.Size(473, 297); this.Controls.Add(this.cb_auftraggeberlist); this.Controls.Add(this.txt_ansp); this.Controls.Add(this.txt_ort); @@ -148,8 +158,9 @@ this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); + this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.Name = "frmAuftraggeberEdit"; - this.Text = "FrmAuftraggeberEdit"; + this.Text = "Auftraggeber Editieren"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmAuftraggeberEdit_FormClosing); this.ResumeLayout(false); this.PerformLayout(); diff --git a/SanSystem/frmObjekteList.cs b/SanSystem/frmObjekteList.cs index 2a20b36..d8aaad2 100644 --- a/SanSystem/frmObjekteList.cs +++ b/SanSystem/frmObjekteList.cs @@ -255,6 +255,7 @@ namespace SanSystem private void btn_make_ausdruck_Click(object sender, EventArgs e) { + return; List ausdruck = new List(); DataGridViewCheckBoxCell checkBoxCell = null;