GeschlossenesEnde wird nun gespeichert

This commit is contained in:
Husky
2019-08-08 21:05:38 +02:00
parent 98eb4351fd
commit bf019037f2
4 changed files with 33 additions and 25 deletions

View File

@@ -30,6 +30,7 @@
{
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.btn_delete = new System.Windows.Forms.Button();
this.cb_objekname_man = new System.Windows.Forms.CheckBox();
this.label8 = new System.Windows.Forms.Label();
this.txt_ort = new System.Windows.Forms.TextBox();
@@ -42,7 +43,7 @@
this.txt_haltungslaenge = new System.Windows.Forms.MaskedTextBox();
this.txt_laenge_schacht = new System.Windows.Forms.MaskedTextBox();
this.label21 = new System.Windows.Forms.Label();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.cb_geschlossenesEnde = new System.Windows.Forms.CheckBox();
this.label6 = new System.Windows.Forms.Label();
this.dt_haltunggemessen_datum = new System.Windows.Forms.DateTimePicker();
this.label20 = new System.Windows.Forms.Label();
@@ -63,7 +64,6 @@
this.dgv_schadenkuerzel = new System.Windows.Forms.DataGridView();
this.btn_close = new System.Windows.Forms.Button();
this.btn_add_san = new System.Windows.Forms.Button();
this.btn_delete = new System.Windows.Forms.Button();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.groupBox2.SuspendLayout();
@@ -121,6 +121,18 @@
this.tabPage1.Text = "Grunddaten";
this.tabPage1.UseVisualStyleBackColor = true;
//
// btn_delete
//
this.btn_delete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btn_delete.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_delete.Location = new System.Drawing.Point(428, 608);
this.btn_delete.Name = "btn_delete";
this.btn_delete.Size = new System.Drawing.Size(166, 49);
this.btn_delete.TabIndex = 31;
this.btn_delete.Text = "Löschen";
this.btn_delete.UseVisualStyleBackColor = true;
this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);
//
// cb_objekname_man
//
this.cb_objekname_man.AutoSize = true;
@@ -237,7 +249,7 @@
this.groupBox2.Controls.Add(this.txt_haltungslaenge);
this.groupBox2.Controls.Add(this.txt_laenge_schacht);
this.groupBox2.Controls.Add(this.label21);
this.groupBox2.Controls.Add(this.checkBox1);
this.groupBox2.Controls.Add(this.cb_geschlossenesEnde);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Location = new System.Drawing.Point(13, 340);
this.groupBox2.Name = "groupBox2";
@@ -272,16 +284,16 @@
this.label21.TabIndex = 21;
this.label21.Text = "Schachtlänge";
//
// checkBox1
// cb_geschlossenesEnde
//
this.checkBox1.AutoSize = true;
this.checkBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.checkBox1.Location = new System.Drawing.Point(9, 75);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(210, 29);
this.checkBox1.TabIndex = 12;
this.checkBox1.Text = "Geschlossene Ende";
this.checkBox1.UseVisualStyleBackColor = true;
this.cb_geschlossenesEnde.AutoSize = true;
this.cb_geschlossenesEnde.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cb_geschlossenesEnde.Location = new System.Drawing.Point(9, 75);
this.cb_geschlossenesEnde.Name = "cb_geschlossenesEnde";
this.cb_geschlossenesEnde.Size = new System.Drawing.Size(210, 29);
this.cb_geschlossenesEnde.TabIndex = 12;
this.cb_geschlossenesEnde.Text = "Geschlossene Ende";
this.cb_geschlossenesEnde.UseVisualStyleBackColor = true;
//
// label6
//
@@ -495,18 +507,6 @@
this.btn_add_san.UseVisualStyleBackColor = true;
this.btn_add_san.Click += new System.EventHandler(this.btn_add_san_Click);
//
// btn_delete
//
this.btn_delete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btn_delete.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_delete.Location = new System.Drawing.Point(428, 608);
this.btn_delete.Name = "btn_delete";
this.btn_delete.Size = new System.Drawing.Size(166, 49);
this.btn_delete.TabIndex = 31;
this.btn_delete.Text = "Löschen";
this.btn_delete.UseVisualStyleBackColor = true;
this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);
//
// frmObjektEdit
//
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
@@ -558,7 +558,7 @@
private System.Windows.Forms.MaskedTextBox txt_haltungslaenge;
private System.Windows.Forms.MaskedTextBox txt_laenge_schacht;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.CheckBox cb_geschlossenesEnde;
private System.Windows.Forms.ComboBox cb_material;
private System.Windows.Forms.Button btn_close;
private System.Windows.Forms.TextBox txt_objekt_name;