From 0c733eafdf66cfbf60e20bd653df37826367bee8 Mon Sep 17 00:00:00 2001 From: HuskyTeufel Date: Fri, 20 Sep 2019 11:56:15 +0200 Subject: [PATCH] =?UTF-8?q?Designanpassungen=20durchgef=C3=BChrt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KlassenBIB/AbstractImprägnier.cs | 3 +- .../FrmKalibrierungFestlegung.Designer.cs | 4 +- SanSystem/SanSystem.csproj | 10 +- SanSystem/UCInliner.Designer.cs | 32 +- SanSystem/UCInliner.cs | 4 +- ....cs => UCLinerGrundlagenBrawo.Designer.cs} | 84 +- ...rundlagen.cs => UCLinerGrundlagenBrawo.cs} | 11 +- ...lagen.resx => UCLinerGrundlagenBrawo.resx} | 0 SanSystem/frmObjektEdit.Designer.cs | 851 +++++++++--------- 9 files changed, 500 insertions(+), 499 deletions(-) rename SanSystem/{UCLinerGrundlagen.Designer.cs => UCLinerGrundlagenBrawo.Designer.cs} (98%) rename SanSystem/{UCLinerGrundlagen.cs => UCLinerGrundlagenBrawo.cs} (90%) rename SanSystem/{UCLinerGrundlagen.resx => UCLinerGrundlagenBrawo.resx} (100%) diff --git a/KlassenBIB/AbstractImprägnier.cs b/KlassenBIB/AbstractImprägnier.cs index be62369..8ba084e 100644 --- a/KlassenBIB/AbstractImprägnier.cs +++ b/KlassenBIB/AbstractImprägnier.cs @@ -24,6 +24,7 @@ namespace KlassenBIB public double Länge { get; set; } public double Harzmenge { get; set; } public string Bediener { get; set; } - + public double HarzTemperatur { get; set; } + public double Vakuum { get; set; } } } diff --git a/SanSystem/FrmKalibrierungFestlegung.Designer.cs b/SanSystem/FrmKalibrierungFestlegung.Designer.cs index 8b6c1a0..99ae523 100644 --- a/SanSystem/FrmKalibrierungFestlegung.Designer.cs +++ b/SanSystem/FrmKalibrierungFestlegung.Designer.cs @@ -28,7 +28,7 @@ /// private void InitializeComponent() { - this.ucLinerGrundlagen1 = new SanSystem.UCLinerGrundlagen(); + this.ucLinerGrundlagen1 = new SanSystem.UCLinerGrundlagenBrawo(); this.SuspendLayout(); // // ucLinerGrundlagen1 @@ -53,6 +53,6 @@ #endregion - private UCLinerGrundlagen ucLinerGrundlagen1; + private UCLinerGrundlagenBrawo ucLinerGrundlagen1; } } \ No newline at end of file diff --git a/SanSystem/SanSystem.csproj b/SanSystem/SanSystem.csproj index c1dec1e..81fe0b2 100644 --- a/SanSystem/SanSystem.csproj +++ b/SanSystem/SanSystem.csproj @@ -165,11 +165,11 @@ UCInliner.cs - + UserControl - - UCLinerGrundlagen.cs + + UCLinerGrundlagenBrawo.cs UserControl @@ -229,8 +229,8 @@ UCInliner.cs - - UCLinerGrundlagen.cs + + UCLinerGrundlagenBrawo.cs UCSchachtanbindung.cs diff --git a/SanSystem/UCInliner.Designer.cs b/SanSystem/UCInliner.Designer.cs index 2db90c6..061e4c8 100644 --- a/SanSystem/UCInliner.Designer.cs +++ b/SanSystem/UCInliner.Designer.cs @@ -30,6 +30,7 @@ { this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage2 = new System.Windows.Forms.TabPage(); + this.btn_open_file = new System.Windows.Forms.Button(); this.cb_preliner = new System.Windows.Forms.CheckBox(); this.txt_besatzung = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); @@ -54,7 +55,6 @@ this.cb_stvo = new System.Windows.Forms.CheckBox(); this.cb_wasserhaltung = new System.Windows.Forms.CheckBox(); this.cb_genehmigung = new System.Windows.Forms.CheckBox(); - this.btn_open_file = new System.Windows.Forms.Button(); this.tabControl1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.groupBox1.SuspendLayout(); @@ -63,15 +63,13 @@ // // tabControl1 // - this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); this.tabControl1.Controls.Add(this.tabPage2); - this.tabControl1.Location = new System.Drawing.Point(4, 0); + this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; + this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; - this.tabControl1.Size = new System.Drawing.Size(1336, 612); + this.tabControl1.Size = new System.Drawing.Size(1344, 702); this.tabControl1.TabIndex = 0; this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged); // @@ -98,11 +96,21 @@ this.tabPage2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.tabPage2.Size = new System.Drawing.Size(1328, 574); + this.tabPage2.Size = new System.Drawing.Size(1336, 664); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Vorraussetzungen"; this.tabPage2.UseVisualStyleBackColor = true; // + // btn_open_file + // + this.btn_open_file.Location = new System.Drawing.Point(535, 311); + this.btn_open_file.Name = "btn_open_file"; + this.btn_open_file.Size = new System.Drawing.Size(172, 71); + this.btn_open_file.TabIndex = 39; + this.btn_open_file.Text = "Öffnen vom Ordner"; + this.btn_open_file.UseVisualStyleBackColor = true; + this.btn_open_file.Click += new System.EventHandler(this.Btn_open_file_Click); + // // cb_preliner // this.cb_preliner.AutoSize = true; @@ -354,16 +362,6 @@ this.cb_genehmigung.Text = "Genehmigung wurde eingeholt"; this.cb_genehmigung.UseVisualStyleBackColor = true; // - // btn_open_file - // - this.btn_open_file.Location = new System.Drawing.Point(535, 311); - this.btn_open_file.Name = "btn_open_file"; - this.btn_open_file.Size = new System.Drawing.Size(172, 71); - this.btn_open_file.TabIndex = 39; - this.btn_open_file.Text = "Öffnen vom Ordner"; - this.btn_open_file.UseVisualStyleBackColor = true; - this.btn_open_file.Click += new System.EventHandler(this.Btn_open_file_Click); - // // UCInliner // this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F); diff --git a/SanSystem/UCInliner.cs b/SanSystem/UCInliner.cs index 4e8e4e3..cc7363b 100644 --- a/SanSystem/UCInliner.cs +++ b/SanSystem/UCInliner.cs @@ -30,7 +30,7 @@ namespace SanSystem } InlinerSanierung inliner = null; string destinationPath = string.Empty; - UCLinerGrundlagen UCLinerGrundlagen = null; + UCLinerGrundlagenBrawo UCLinerGrundlagen = null; List filenames = new List(); /// /// @@ -40,7 +40,7 @@ namespace SanSystem { InitializeComponent(); inliner = san; - UCLinerGrundlagen = new UCLinerGrundlagen(san); + UCLinerGrundlagen = new UCLinerGrundlagenBrawo(san); TabPage tab = new TabPage("Linergrundlagen"); UCLinerGrundlagen.Dock = DockStyle.Fill; diff --git a/SanSystem/UCLinerGrundlagen.Designer.cs b/SanSystem/UCLinerGrundlagenBrawo.Designer.cs similarity index 98% rename from SanSystem/UCLinerGrundlagen.Designer.cs rename to SanSystem/UCLinerGrundlagenBrawo.Designer.cs index 1f920c8..39f1676 100644 --- a/SanSystem/UCLinerGrundlagen.Designer.cs +++ b/SanSystem/UCLinerGrundlagenBrawo.Designer.cs @@ -1,6 +1,6 @@ namespace SanSystem { - partial class UCLinerGrundlagen + partial class UCLinerGrundlagenBrawo { /// /// Erforderliche Designervariable. @@ -34,6 +34,10 @@ this.txt_charge_liner = new System.Windows.Forms.TextBox(); this.txt_charge_harz = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.txt_kali_uhr_bis = new System.Windows.Forms.TextBox(); + this.txt_kali_uhr_von = new System.Windows.Forms.TextBox(); + this.txt_bediener = new System.Windows.Forms.TextBox(); + this.txt_ort = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); @@ -53,10 +57,6 @@ this.label11 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); - this.txt_ort = new System.Windows.Forms.TextBox(); - this.txt_bediener = new System.Windows.Forms.TextBox(); - this.txt_kali_uhr_von = new System.Windows.Forms.TextBox(); - this.txt_kali_uhr_bis = new System.Windows.Forms.TextBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // @@ -135,6 +135,38 @@ this.groupBox1.TabStop = false; this.groupBox1.Text = "Kalibrierung"; // + // txt_kali_uhr_bis + // + this.txt_kali_uhr_bis.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txt_kali_uhr_bis.Location = new System.Drawing.Point(519, 245); + this.txt_kali_uhr_bis.Name = "txt_kali_uhr_bis"; + this.txt_kali_uhr_bis.Size = new System.Drawing.Size(178, 30); + this.txt_kali_uhr_bis.TabIndex = 38; + // + // txt_kali_uhr_von + // + this.txt_kali_uhr_von.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txt_kali_uhr_von.Location = new System.Drawing.Point(519, 198); + this.txt_kali_uhr_von.Name = "txt_kali_uhr_von"; + this.txt_kali_uhr_von.Size = new System.Drawing.Size(178, 30); + this.txt_kali_uhr_von.TabIndex = 37; + // + // txt_bediener + // + this.txt_bediener.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txt_bediener.Location = new System.Drawing.Point(195, 226); + this.txt_bediener.Name = "txt_bediener"; + this.txt_bediener.Size = new System.Drawing.Size(196, 30); + this.txt_bediener.TabIndex = 36; + // + // 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(195, 173); + this.txt_ort.Name = "txt_ort"; + this.txt_ort.Size = new System.Drawing.Size(196, 30); + this.txt_ort.TabIndex = 35; + // // label5 // this.label5.AutoSize = true; @@ -193,7 +225,7 @@ // btn_save_for_liners // this.btn_save_for_liners.Location = new System.Drawing.Point(728, 54); - this.btn_save_for_liners.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.btn_save_for_liners.Margin = new System.Windows.Forms.Padding(4); this.btn_save_for_liners.Name = "btn_save_for_liners"; this.btn_save_for_liners.Size = new System.Drawing.Size(151, 204); this.btn_save_for_liners.TabIndex = 29; @@ -336,39 +368,7 @@ this.label9.TabIndex = 25; this.label9.Text = "Harz"; // - // 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(195, 173); - this.txt_ort.Name = "txt_ort"; - this.txt_ort.Size = new System.Drawing.Size(196, 30); - this.txt_ort.TabIndex = 35; - // - // txt_bediener - // - this.txt_bediener.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txt_bediener.Location = new System.Drawing.Point(195, 226); - this.txt_bediener.Name = "txt_bediener"; - this.txt_bediener.Size = new System.Drawing.Size(196, 30); - this.txt_bediener.TabIndex = 36; - // - // txt_kali_uhr_von - // - this.txt_kali_uhr_von.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txt_kali_uhr_von.Location = new System.Drawing.Point(519, 198); - this.txt_kali_uhr_von.Name = "txt_kali_uhr_von"; - this.txt_kali_uhr_von.Size = new System.Drawing.Size(178, 30); - this.txt_kali_uhr_von.TabIndex = 37; - // - // txt_kali_uhr_bis - // - this.txt_kali_uhr_bis.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txt_kali_uhr_bis.Location = new System.Drawing.Point(519, 245); - this.txt_kali_uhr_bis.Name = "txt_kali_uhr_bis"; - this.txt_kali_uhr_bis.Size = new System.Drawing.Size(178, 30); - this.txt_kali_uhr_bis.TabIndex = 38; - // - // UCLinerGrundlagen + // UCLinerGrundlagenBrawo // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; @@ -384,9 +384,9 @@ this.Controls.Add(this.label11); this.Controls.Add(this.label10); this.Controls.Add(this.label9); - this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); - this.Name = "UCLinerGrundlagen"; - this.Size = new System.Drawing.Size(1127, 657); + this.Margin = new System.Windows.Forms.Padding(4); + this.Name = "UCLinerGrundlagenBrawo"; + this.Size = new System.Drawing.Size(974, 526); this.Load += new System.EventHandler(this.UCLinerGrundlagen_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); diff --git a/SanSystem/UCLinerGrundlagen.cs b/SanSystem/UCLinerGrundlagenBrawo.cs similarity index 90% rename from SanSystem/UCLinerGrundlagen.cs rename to SanSystem/UCLinerGrundlagenBrawo.cs index 4032a52..b4e427c 100644 --- a/SanSystem/UCLinerGrundlagen.cs +++ b/SanSystem/UCLinerGrundlagenBrawo.cs @@ -14,7 +14,7 @@ namespace SanSystem /// /// /// - public partial class UCLinerGrundlagen : UserControl + public partial class UCLinerGrundlagenBrawo : UserControl { InlinerSanierung inliner = null; /// @@ -25,7 +25,7 @@ namespace SanSystem /// /// /// - public UCLinerGrundlagen(InlinerSanierung inliner) + public UCLinerGrundlagenBrawo(InlinerSanierung inliner) { InitializeComponent(); this.inliner = inliner; @@ -33,7 +33,7 @@ namespace SanSystem /// /// /// - public UCLinerGrundlagen() + public UCLinerGrundlagenBrawo() { InitializeComponent(); } @@ -54,6 +54,8 @@ namespace SanSystem txt_liner.DataBindings.Clear(); txt_harz.DataBindings.Clear(); txt_harzbedarf.DataBindings.Clear(); + txt_ort.DataBindings.Clear(); + txt_bediener.DataBindings.Clear(); txt_harz.DataBindings.Add(new Binding("Text", inliner, "HarzTyp")); txt_liner.DataBindings.Add(new Binding("Text", inliner, "LinerTyp")); @@ -64,7 +66,8 @@ namespace SanSystem txt_charge_liner.DataBindings.Add(new Binding("Text", inliner, "LinerChargenummer")); dt_kalibrierdatum.DataBindings.Add(new Binding("Value", inliner, "DatumKalibrierung")); txt_harzbedarf.DataBindings.Add(new Binding("Text", inliner, "HarzBedarf")); - + txt_bediener.DataBindings.Add(new Binding("Text", inliner, "Bediener")); + txt_ort.DataBindings.Add(new Binding("Text", inliner, "Ort")); } } diff --git a/SanSystem/UCLinerGrundlagen.resx b/SanSystem/UCLinerGrundlagenBrawo.resx similarity index 100% rename from SanSystem/UCLinerGrundlagen.resx rename to SanSystem/UCLinerGrundlagenBrawo.resx diff --git a/SanSystem/frmObjektEdit.Designer.cs b/SanSystem/frmObjektEdit.Designer.cs index 4718106..07bac15 100644 --- a/SanSystem/frmObjektEdit.Designer.cs +++ b/SanSystem/frmObjektEdit.Designer.cs @@ -28,94 +28,150 @@ /// private void InitializeComponent() { - this.tabControl1 = new System.Windows.Forms.TabControl(); - this.tabPage1 = new System.Windows.Forms.TabPage(); - this.txt_san_nr = new System.Windows.Forms.TextBox(); - this.label9 = new System.Windows.Forms.Label(); - this.btn_delete = new System.Windows.Forms.Button(); - this.btn_close = 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(); - this.label7 = new System.Windows.Forms.Label(); - this.txt_bemerkung = new System.Windows.Forms.TextBox(); - this.txt_objekt_name = new System.Windows.Forms.TextBox(); - this.lbl_objektname = new System.Windows.Forms.Label(); - this.cb_material = new System.Windows.Forms.ComboBox(); - this.groupBox2 = new System.Windows.Forms.GroupBox(); - 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.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(); - this.txt_hausnummer = new System.Windows.Forms.TextBox(); - this.txt_strasse = new System.Windows.Forms.TextBox(); - this.label19 = new System.Windows.Forms.Label(); - this.label18 = new System.Windows.Forms.Label(); - this.txt_dn = new System.Windows.Forms.TextBox(); - this.txt_punkt_bis = new System.Windows.Forms.TextBox(); - this.txt_punkt_von = new System.Windows.Forms.TextBox(); - this.txt_pro_nr = new System.Windows.Forms.TextBox(); - this.label5 = new System.Windows.Forms.Label(); - this.label4 = new System.Windows.Forms.Label(); - this.label3 = new System.Windows.Forms.Label(); - this.label2 = new System.Windows.Forms.Label(); - this.label1 = new System.Windows.Forms.Label(); - this.Kanalinformationen = new System.Windows.Forms.TabPage(); - this.dgv_schadenkuerzel = new System.Windows.Forms.DataGridView(); this.btn_add_san = new System.Windows.Forms.Button(); + this.btn_close = new System.Windows.Forms.Button(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.dgv_sanierungen = new System.Windows.Forms.DataGridView(); - this.tabControl1.SuspendLayout(); - this.tabPage1.SuspendLayout(); - this.groupBox2.SuspendLayout(); - this.Kanalinformationen.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.dgv_schadenkuerzel)).BeginInit(); + this.Kanalinformationen = new System.Windows.Forms.TabPage(); + this.dgv_schadenkuerzel = new System.Windows.Forms.DataGridView(); + this.tabPage1 = new System.Windows.Forms.TabPage(); + this.label1 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.label4 = new System.Windows.Forms.Label(); + this.label5 = new System.Windows.Forms.Label(); + this.label18 = new System.Windows.Forms.Label(); + this.label19 = new System.Windows.Forms.Label(); + this.label20 = new System.Windows.Forms.Label(); + this.dt_haltunggemessen_datum = new System.Windows.Forms.DateTimePicker(); + this.groupBox2 = new System.Windows.Forms.GroupBox(); + this.label6 = new System.Windows.Forms.Label(); + this.cb_geschlossenesEnde = new System.Windows.Forms.CheckBox(); + this.label21 = new System.Windows.Forms.Label(); + this.txt_laenge_schacht = new System.Windows.Forms.MaskedTextBox(); + this.txt_haltungslaenge = new System.Windows.Forms.MaskedTextBox(); + this.cb_material = new System.Windows.Forms.ComboBox(); + this.lbl_objektname = new System.Windows.Forms.Label(); + this.label7 = new System.Windows.Forms.Label(); + this.label8 = new System.Windows.Forms.Label(); + this.cb_objekname_man = new System.Windows.Forms.CheckBox(); + this.btn_delete = new System.Windows.Forms.Button(); + this.label9 = new System.Windows.Forms.Label(); + this.txt_pro_nr = new System.Windows.Forms.TextBox(); + this.txt_punkt_von = new System.Windows.Forms.TextBox(); + this.txt_punkt_bis = new System.Windows.Forms.TextBox(); + this.txt_dn = new System.Windows.Forms.TextBox(); + this.txt_strasse = new System.Windows.Forms.TextBox(); + this.txt_hausnummer = new System.Windows.Forms.TextBox(); + this.txt_objekt_name = new System.Windows.Forms.TextBox(); + this.txt_bemerkung = new System.Windows.Forms.TextBox(); + this.txt_ort = new System.Windows.Forms.TextBox(); + this.txt_san_nr = new System.Windows.Forms.TextBox(); + this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv_sanierungen)).BeginInit(); + this.Kanalinformationen.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.dgv_schadenkuerzel)).BeginInit(); + this.tabPage1.SuspendLayout(); + this.groupBox2.SuspendLayout(); + this.tabControl1.SuspendLayout(); this.SuspendLayout(); // - // tabControl1 + // btn_add_san // - this.tabControl1.Controls.Add(this.tabPage1); - this.tabControl1.Controls.Add(this.Kanalinformationen); - this.tabControl1.Controls.Add(this.tabPage2); - this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; - this.tabControl1.Location = new System.Drawing.Point(0, 0); - this.tabControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.tabControl1.Name = "tabControl1"; - this.tabControl1.SelectedIndex = 0; - this.tabControl1.Size = new System.Drawing.Size(1290, 702); - this.tabControl1.TabIndex = 0; - this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged); + this.btn_add_san.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.btn_add_san.Image = global::SanSystem.Properties.Resources.Add1; + this.btn_add_san.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.btn_add_san.Location = new System.Drawing.Point(224, 628); + this.btn_add_san.Name = "btn_add_san"; + this.btn_add_san.Size = new System.Drawing.Size(202, 50); + this.btn_add_san.TabIndex = 30; + this.btn_add_san.Text = "Add San"; + this.btn_add_san.UseVisualStyleBackColor = true; + this.btn_add_san.Click += new System.EventHandler(this.btn_add_san_Click); + // + // btn_close + // + this.btn_close.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.btn_close.Image = global::SanSystem.Properties.Resources.Close1; + this.btn_close.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.btn_close.Location = new System.Drawing.Point(4, 628); + this.btn_close.Name = "btn_close"; + this.btn_close.Size = new System.Drawing.Size(181, 50); + this.btn_close.TabIndex = 29; + this.btn_close.Text = "Close"; + this.btn_close.UseVisualStyleBackColor = true; + this.btn_close.Click += new System.EventHandler(this.btn_close_Click); + // + // tabPage2 + // + this.tabPage2.Controls.Add(this.dgv_sanierungen); + this.tabPage2.Location = new System.Drawing.Point(4, 34); + this.tabPage2.Name = "tabPage2"; + this.tabPage2.Padding = new System.Windows.Forms.Padding(3); + this.tabPage2.Size = new System.Drawing.Size(1282, 651); + this.tabPage2.TabIndex = 2; + this.tabPage2.Text = "tabPage2"; + this.tabPage2.UseVisualStyleBackColor = true; + // + // dgv_sanierungen + // + this.dgv_sanierungen.AllowUserToOrderColumns = true; + this.dgv_sanierungen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; + this.dgv_sanierungen.Location = new System.Drawing.Point(51, 6); + this.dgv_sanierungen.Name = "dgv_sanierungen"; + this.dgv_sanierungen.RowHeadersWidth = 51; + this.dgv_sanierungen.RowTemplate.Height = 24; + this.dgv_sanierungen.Size = new System.Drawing.Size(824, 208); + this.dgv_sanierungen.TabIndex = 0; + // + // Kanalinformationen + // + this.Kanalinformationen.Controls.Add(this.dgv_schadenkuerzel); + this.Kanalinformationen.Location = new System.Drawing.Point(4, 34); + this.Kanalinformationen.Name = "Kanalinformationen"; + this.Kanalinformationen.Padding = new System.Windows.Forms.Padding(3); + this.Kanalinformationen.Size = new System.Drawing.Size(1282, 651); + this.Kanalinformationen.TabIndex = 1; + this.Kanalinformationen.Text = "Kanalinformationen"; + this.Kanalinformationen.UseVisualStyleBackColor = true; + // + // dgv_schadenkuerzel + // + this.dgv_schadenkuerzel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.dgv_schadenkuerzel.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; + this.dgv_schadenkuerzel.Location = new System.Drawing.Point(6, 6); + this.dgv_schadenkuerzel.Name = "dgv_schadenkuerzel"; + this.dgv_schadenkuerzel.RowHeadersWidth = 51; + this.dgv_schadenkuerzel.Size = new System.Drawing.Size(1268, 269); + this.dgv_schadenkuerzel.TabIndex = 0; + this.dgv_schadenkuerzel.RowHeaderMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgv_schadenkuerzel_RowHeaderMouseDoubleClick); // // tabPage1 // this.tabPage1.Controls.Add(this.txt_san_nr); - this.tabPage1.Controls.Add(this.label9); - this.tabPage1.Controls.Add(this.btn_delete); - this.tabPage1.Controls.Add(this.btn_close); - this.tabPage1.Controls.Add(this.cb_objekname_man); - this.tabPage1.Controls.Add(this.label8); this.tabPage1.Controls.Add(this.txt_ort); - this.tabPage1.Controls.Add(this.label7); this.tabPage1.Controls.Add(this.txt_bemerkung); this.tabPage1.Controls.Add(this.txt_objekt_name); + this.tabPage1.Controls.Add(this.txt_hausnummer); + this.tabPage1.Controls.Add(this.txt_strasse); + this.tabPage1.Controls.Add(this.txt_dn); + this.tabPage1.Controls.Add(this.txt_punkt_bis); + this.tabPage1.Controls.Add(this.txt_punkt_von); + this.tabPage1.Controls.Add(this.txt_pro_nr); + this.tabPage1.Controls.Add(this.label9); + this.tabPage1.Controls.Add(this.btn_delete); + this.tabPage1.Controls.Add(this.cb_objekname_man); + this.tabPage1.Controls.Add(this.label8); + this.tabPage1.Controls.Add(this.label7); this.tabPage1.Controls.Add(this.lbl_objektname); this.tabPage1.Controls.Add(this.cb_material); this.tabPage1.Controls.Add(this.groupBox2); this.tabPage1.Controls.Add(this.dt_haltunggemessen_datum); this.tabPage1.Controls.Add(this.label20); - this.tabPage1.Controls.Add(this.txt_hausnummer); - this.tabPage1.Controls.Add(this.txt_strasse); this.tabPage1.Controls.Add(this.label19); this.tabPage1.Controls.Add(this.label18); - this.tabPage1.Controls.Add(this.txt_dn); - this.tabPage1.Controls.Add(this.txt_punkt_bis); - this.tabPage1.Controls.Add(this.txt_punkt_von); - this.tabPage1.Controls.Add(this.txt_pro_nr); this.tabPage1.Controls.Add(this.label5); this.tabPage1.Controls.Add(this.label4); this.tabPage1.Controls.Add(this.label3); @@ -126,120 +182,172 @@ this.tabPage1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.tabPage1.Size = new System.Drawing.Size(1282, 664); + this.tabPage1.Size = new System.Drawing.Size(1282, 651); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Grunddaten"; this.tabPage1.UseVisualStyleBackColor = true; // - // txt_san_nr + // label1 // - this.txt_san_nr.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txt_san_nr.Location = new System.Drawing.Point(745, 29); - this.txt_san_nr.Name = "txt_san_nr"; - this.txt_san_nr.Size = new System.Drawing.Size(191, 30); - this.txt_san_nr.TabIndex = 7; + 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(9, 35); + this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(143, 25); + this.label1.TabIndex = 0; + this.label1.Text = "Projektnummer"; // - // label9 + // label2 // - this.label9.AutoSize = true; - this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label9.Location = new System.Drawing.Point(585, 32); - this.label9.Name = "label9"; - this.label9.Size = new System.Drawing.Size(84, 25); - this.label9.TabIndex = 32; - this.label9.Text = "SAN. Nr"; + 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(9, 110); + this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(103, 25); + this.label2.TabIndex = 1; + this.label2.Text = "Von Punkt"; // - // btn_delete + // label3 // - 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.Image = global::SanSystem.Properties.Resources.Delete1; - this.btn_delete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - 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); + 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(9, 156); + this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(94, 25); + this.label3.TabIndex = 2; + this.label3.Text = "Bis Punkt"; // - // btn_close + // label4 // - this.btn_close.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.btn_close.Image = global::SanSystem.Properties.Resources.Close1; - this.btn_close.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.btn_close.Location = new System.Drawing.Point(24, 606); - this.btn_close.Name = "btn_close"; - this.btn_close.Size = new System.Drawing.Size(181, 50); - this.btn_close.TabIndex = 29; - this.btn_close.Text = "Close"; - this.btn_close.UseVisualStyleBackColor = true; - this.btn_close.Click += new System.EventHandler(this.btn_close_Click); + 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(9, 204); + this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(128, 25); + this.label4.TabIndex = 3; + this.label4.Text = "Durchmesser"; // - // cb_objekname_man + // label5 // - this.cb_objekname_man.AutoSize = true; - this.cb_objekname_man.Location = new System.Drawing.Point(108, 70); - this.cb_objekname_man.Name = "cb_objekname_man"; - this.cb_objekname_man.Size = new System.Drawing.Size(72, 24); - this.cb_objekname_man.TabIndex = 29; - this.cb_objekname_man.Text = "man?"; - this.cb_objekname_man.UseVisualStyleBackColor = true; - this.cb_objekname_man.CheckedChanged += new System.EventHandler(this.cb_objekname_man_CheckedChanged); + this.label5.AutoSize = true; + this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label5.Location = new System.Drawing.Point(9, 255); + this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(81, 25); + this.label5.TabIndex = 4; + this.label5.Text = "Material"; // - // label8 + // label18 // - this.label8.AutoSize = true; - this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label8.Location = new System.Drawing.Point(725, 276); - this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(112, 25); - this.label8.TabIndex = 28; - this.label8.Text = "Bemerkung"; + this.label18.AutoSize = true; + this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label18.Location = new System.Drawing.Point(584, 72); + this.label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label18.Name = "label18"; + this.label18.Size = new System.Drawing.Size(79, 25); + this.label18.TabIndex = 12; + this.label18.Text = "Strasse"; // - // txt_ort + // label19 // - 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(745, 145); - this.txt_ort.Name = "txt_ort"; - this.txt_ort.Size = new System.Drawing.Size(191, 30); - this.txt_ort.TabIndex = 9; + this.label19.AutoSize = true; + this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label19.Location = new System.Drawing.Point(584, 111); + this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label19.Name = "label19"; + this.label19.Size = new System.Drawing.Size(129, 25); + this.label19.TabIndex = 13; + this.label19.Text = "Hausnummer"; // - // label7 + // label20 // - this.label7.AutoSize = true; - this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label7.Location = new System.Drawing.Point(584, 148); - this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(39, 25); - this.label7.TabIndex = 27; - this.label7.Text = "Ort"; + this.label20.AutoSize = true; + this.label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label20.Location = new System.Drawing.Point(8, 300); + this.label20.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label20.Name = "label20"; + this.label20.Size = new System.Drawing.Size(265, 25); + this.label20.TabIndex = 16; + this.label20.Text = "Haltungslänge gemessen am"; // - // txt_bemerkung + // dt_haltunggemessen_datum // - this.txt_bemerkung.Location = new System.Drawing.Point(729, 318); - this.txt_bemerkung.Multiline = true; - this.txt_bemerkung.Name = "txt_bemerkung"; - this.txt_bemerkung.Size = new System.Drawing.Size(333, 253); - this.txt_bemerkung.TabIndex = 14; + this.dt_haltunggemessen_datum.CustomFormat = "dddd, dd. MMMM yyyy hh:mm"; + this.dt_haltunggemessen_datum.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.dt_haltunggemessen_datum.Format = System.Windows.Forms.DateTimePickerFormat.Custom; + this.dt_haltunggemessen_datum.Location = new System.Drawing.Point(298, 295); + this.dt_haltunggemessen_datum.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.dt_haltunggemessen_datum.Name = "dt_haltunggemessen_datum"; + this.dt_haltunggemessen_datum.RightToLeft = System.Windows.Forms.RightToLeft.No; + this.dt_haltunggemessen_datum.Size = new System.Drawing.Size(354, 30); + this.dt_haltunggemessen_datum.TabIndex = 10; // - // txt_objekt_name + // groupBox2 // - this.txt_objekt_name.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txt_objekt_name.Location = new System.Drawing.Point(192, 67); - this.txt_objekt_name.Name = "txt_objekt_name"; - this.txt_objekt_name.Size = new System.Drawing.Size(330, 30); - this.txt_objekt_name.TabIndex = 2; + 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.cb_geschlossenesEnde); + this.groupBox2.Controls.Add(this.label6); + this.groupBox2.Location = new System.Drawing.Point(13, 340); + this.groupBox2.Name = "groupBox2"; + this.groupBox2.Size = new System.Drawing.Size(375, 203); + this.groupBox2.TabIndex = 21; + this.groupBox2.TabStop = false; + this.groupBox2.Text = "Längen"; // - // lbl_objektname + // label6 // - this.lbl_objektname.AutoSize = true; - this.lbl_objektname.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbl_objektname.Location = new System.Drawing.Point(9, 70); - this.lbl_objektname.Name = "lbl_objektname"; - this.lbl_objektname.Size = new System.Drawing.Size(118, 25); - this.lbl_objektname.TabIndex = 25; - this.lbl_objektname.Text = "Objektname"; + this.label6.AutoSize = true; + this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label6.Location = new System.Drawing.Point(5, 26); + this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label6.Name = "label6"; + this.label6.Size = new System.Drawing.Size(137, 25); + this.label6.TabIndex = 5; + this.label6.Text = "Haltungslänge"; + // + // cb_geschlossenesEnde + // + 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; + // + // label21 + // + this.label21.AutoSize = true; + this.label21.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label21.Location = new System.Drawing.Point(6, 114); + this.label21.Name = "label21"; + this.label21.Size = new System.Drawing.Size(132, 25); + this.label21.TabIndex = 21; + this.label21.Text = "Schachtlänge"; + // + // txt_laenge_schacht + // + this.txt_laenge_schacht.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txt_laenge_schacht.Location = new System.Drawing.Point(188, 112); + this.txt_laenge_schacht.Name = "txt_laenge_schacht"; + this.txt_laenge_schacht.Size = new System.Drawing.Size(136, 30); + this.txt_laenge_schacht.TabIndex = 13; + // + // txt_haltungslaenge + // + this.txt_haltungslaenge.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txt_haltungslaenge.Location = new System.Drawing.Point(188, 21); + this.txt_haltungslaenge.Name = "txt_haltungslaenge"; + this.txt_haltungslaenge.Size = new System.Drawing.Size(136, 30); + this.txt_haltungslaenge.TabIndex = 11; // // cb_material // @@ -287,149 +395,79 @@ this.cb_material.Size = new System.Drawing.Size(323, 33); this.cb_material.TabIndex = 6; // - // groupBox2 + // lbl_objektname // - 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.cb_geschlossenesEnde); - this.groupBox2.Controls.Add(this.label6); - this.groupBox2.Location = new System.Drawing.Point(13, 340); - this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(375, 203); - this.groupBox2.TabIndex = 21; - this.groupBox2.TabStop = false; - this.groupBox2.Text = "Längen"; + this.lbl_objektname.AutoSize = true; + this.lbl_objektname.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lbl_objektname.Location = new System.Drawing.Point(9, 70); + this.lbl_objektname.Name = "lbl_objektname"; + this.lbl_objektname.Size = new System.Drawing.Size(118, 25); + this.lbl_objektname.TabIndex = 25; + this.lbl_objektname.Text = "Objektname"; // - // txt_haltungslaenge + // label7 // - this.txt_haltungslaenge.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txt_haltungslaenge.Location = new System.Drawing.Point(188, 21); - this.txt_haltungslaenge.Name = "txt_haltungslaenge"; - this.txt_haltungslaenge.Size = new System.Drawing.Size(136, 30); - this.txt_haltungslaenge.TabIndex = 11; + this.label7.AutoSize = true; + this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label7.Location = new System.Drawing.Point(584, 148); + this.label7.Name = "label7"; + this.label7.Size = new System.Drawing.Size(39, 25); + this.label7.TabIndex = 27; + this.label7.Text = "Ort"; // - // txt_laenge_schacht + // label8 // - this.txt_laenge_schacht.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txt_laenge_schacht.Location = new System.Drawing.Point(188, 112); - this.txt_laenge_schacht.Name = "txt_laenge_schacht"; - this.txt_laenge_schacht.Size = new System.Drawing.Size(136, 30); - this.txt_laenge_schacht.TabIndex = 13; + this.label8.AutoSize = true; + this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label8.Location = new System.Drawing.Point(725, 276); + this.label8.Name = "label8"; + this.label8.Size = new System.Drawing.Size(112, 25); + this.label8.TabIndex = 28; + this.label8.Text = "Bemerkung"; // - // label21 + // cb_objekname_man // - this.label21.AutoSize = true; - this.label21.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label21.Location = new System.Drawing.Point(6, 114); - this.label21.Name = "label21"; - this.label21.Size = new System.Drawing.Size(132, 25); - this.label21.TabIndex = 21; - this.label21.Text = "Schachtlänge"; + this.cb_objekname_man.AutoSize = true; + this.cb_objekname_man.Location = new System.Drawing.Point(108, 70); + this.cb_objekname_man.Name = "cb_objekname_man"; + this.cb_objekname_man.Size = new System.Drawing.Size(72, 24); + this.cb_objekname_man.TabIndex = 29; + this.cb_objekname_man.Text = "man?"; + this.cb_objekname_man.UseVisualStyleBackColor = true; + this.cb_objekname_man.CheckedChanged += new System.EventHandler(this.cb_objekname_man_CheckedChanged); // - // cb_geschlossenesEnde + // btn_delete // - 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; + 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.Image = global::SanSystem.Properties.Resources.Delete1; + this.btn_delete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.btn_delete.Location = new System.Drawing.Point(428, 595); + 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); // - // label6 + // label9 // - this.label6.AutoSize = true; - this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label6.Location = new System.Drawing.Point(5, 26); - this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); - this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(137, 25); - this.label6.TabIndex = 5; - this.label6.Text = "Haltungslänge"; + this.label9.AutoSize = true; + this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label9.Location = new System.Drawing.Point(585, 32); + this.label9.Name = "label9"; + this.label9.Size = new System.Drawing.Size(84, 25); + this.label9.TabIndex = 32; + this.label9.Text = "SAN. Nr"; // - // dt_haltunggemessen_datum + // txt_pro_nr // - this.dt_haltunggemessen_datum.CustomFormat = "dddd, dd. MMMM yyyy hh:mm"; - this.dt_haltunggemessen_datum.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.dt_haltunggemessen_datum.Format = System.Windows.Forms.DateTimePickerFormat.Custom; - this.dt_haltunggemessen_datum.Location = new System.Drawing.Point(298, 295); - this.dt_haltunggemessen_datum.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.dt_haltunggemessen_datum.Name = "dt_haltunggemessen_datum"; - this.dt_haltunggemessen_datum.RightToLeft = System.Windows.Forms.RightToLeft.No; - this.dt_haltunggemessen_datum.Size = new System.Drawing.Size(354, 30); - this.dt_haltunggemessen_datum.TabIndex = 10; - // - // label20 - // - this.label20.AutoSize = true; - this.label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label20.Location = new System.Drawing.Point(8, 300); - this.label20.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); - this.label20.Name = "label20"; - this.label20.Size = new System.Drawing.Size(265, 25); - this.label20.TabIndex = 16; - this.label20.Text = "Haltungslänge gemessen am"; - // - // txt_hausnummer - // - this.txt_hausnummer.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txt_hausnummer.Location = new System.Drawing.Point(745, 107); - this.txt_hausnummer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.txt_hausnummer.Name = "txt_hausnummer"; - this.txt_hausnummer.Size = new System.Drawing.Size(148, 30); - this.txt_hausnummer.TabIndex = 8; - // - // 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(745, 67); - this.txt_strasse.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.txt_strasse.Name = "txt_strasse"; - this.txt_strasse.Size = new System.Drawing.Size(320, 30); - this.txt_strasse.TabIndex = 7; - // - // label19 - // - this.label19.AutoSize = true; - this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label19.Location = new System.Drawing.Point(584, 111); - this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); - this.label19.Name = "label19"; - this.label19.Size = new System.Drawing.Size(129, 25); - this.label19.TabIndex = 13; - this.label19.Text = "Hausnummer"; - // - // label18 - // - this.label18.AutoSize = true; - this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label18.Location = new System.Drawing.Point(584, 72); - this.label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); - this.label18.Name = "label18"; - this.label18.Size = new System.Drawing.Size(79, 25); - this.label18.TabIndex = 12; - this.label18.Text = "Strasse"; - // - // txt_dn - // - this.txt_dn.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txt_dn.Location = new System.Drawing.Point(192, 201); - this.txt_dn.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.txt_dn.Name = "txt_dn"; - this.txt_dn.Size = new System.Drawing.Size(330, 30); - this.txt_dn.TabIndex = 5; - // - // txt_punkt_bis - // - this.txt_punkt_bis.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txt_punkt_bis.Location = new System.Drawing.Point(192, 153); - this.txt_punkt_bis.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.txt_punkt_bis.Name = "txt_punkt_bis"; - this.txt_punkt_bis.Size = new System.Drawing.Size(330, 30); - this.txt_punkt_bis.TabIndex = 4; - this.txt_punkt_bis.Leave += new System.EventHandler(this.Txt_punkt_bis_Leave); + this.txt_pro_nr.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txt_pro_nr.Location = new System.Drawing.Point(192, 31); + this.txt_pro_nr.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.txt_pro_nr.Name = "txt_pro_nr"; + this.txt_pro_nr.Size = new System.Drawing.Size(330, 30); + this.txt_pro_nr.TabIndex = 1; // // txt_punkt_von // @@ -441,136 +479,98 @@ this.txt_punkt_von.TabIndex = 3; this.txt_punkt_von.TextChanged += new System.EventHandler(this.txt_punkt_von_TextChanged); // - // txt_pro_nr + // txt_punkt_bis // - this.txt_pro_nr.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txt_pro_nr.Location = new System.Drawing.Point(192, 31); - this.txt_pro_nr.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.txt_pro_nr.Name = "txt_pro_nr"; - this.txt_pro_nr.Size = new System.Drawing.Size(330, 30); - this.txt_pro_nr.TabIndex = 1; + this.txt_punkt_bis.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txt_punkt_bis.Location = new System.Drawing.Point(192, 153); + this.txt_punkt_bis.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.txt_punkt_bis.Name = "txt_punkt_bis"; + this.txt_punkt_bis.Size = new System.Drawing.Size(330, 30); + this.txt_punkt_bis.TabIndex = 4; + this.txt_punkt_bis.Leave += new System.EventHandler(this.Txt_punkt_bis_Leave); // - // label5 + // txt_dn // - this.label5.AutoSize = true; - this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label5.Location = new System.Drawing.Point(9, 255); - this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(81, 25); - this.label5.TabIndex = 4; - this.label5.Text = "Material"; + this.txt_dn.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txt_dn.Location = new System.Drawing.Point(192, 201); + this.txt_dn.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.txt_dn.Name = "txt_dn"; + this.txt_dn.Size = new System.Drawing.Size(330, 30); + this.txt_dn.TabIndex = 5; // - // label4 + // txt_strasse // - 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(9, 204); - this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(128, 25); - this.label4.TabIndex = 3; - this.label4.Text = "Durchmesser"; + 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(745, 67); + this.txt_strasse.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.txt_strasse.Name = "txt_strasse"; + this.txt_strasse.Size = new System.Drawing.Size(320, 30); + this.txt_strasse.TabIndex = 7; // - // label3 + // txt_hausnummer // - 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(9, 156); - this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(94, 25); - this.label3.TabIndex = 2; - this.label3.Text = "Bis Punkt"; + this.txt_hausnummer.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txt_hausnummer.Location = new System.Drawing.Point(745, 107); + this.txt_hausnummer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.txt_hausnummer.Name = "txt_hausnummer"; + this.txt_hausnummer.Size = new System.Drawing.Size(148, 30); + this.txt_hausnummer.TabIndex = 8; // - // label2 + // txt_objekt_name // - 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(9, 110); - this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(103, 25); - this.label2.TabIndex = 1; - this.label2.Text = "Von Punkt"; + this.txt_objekt_name.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txt_objekt_name.Location = new System.Drawing.Point(192, 67); + this.txt_objekt_name.Name = "txt_objekt_name"; + this.txt_objekt_name.Size = new System.Drawing.Size(330, 30); + this.txt_objekt_name.TabIndex = 2; // - // label1 + // txt_bemerkung // - 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(9, 35); - this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(143, 25); - this.label1.TabIndex = 0; - this.label1.Text = "Projektnummer"; + this.txt_bemerkung.Location = new System.Drawing.Point(729, 318); + this.txt_bemerkung.Multiline = true; + this.txt_bemerkung.Name = "txt_bemerkung"; + this.txt_bemerkung.Size = new System.Drawing.Size(333, 253); + this.txt_bemerkung.TabIndex = 14; // - // Kanalinformationen + // txt_ort // - this.Kanalinformationen.Controls.Add(this.dgv_schadenkuerzel); - this.Kanalinformationen.Location = new System.Drawing.Point(4, 34); - this.Kanalinformationen.Name = "Kanalinformationen"; - this.Kanalinformationen.Padding = new System.Windows.Forms.Padding(3); - this.Kanalinformationen.Size = new System.Drawing.Size(1282, 664); - this.Kanalinformationen.TabIndex = 1; - this.Kanalinformationen.Text = "Kanalinformationen"; - this.Kanalinformationen.UseVisualStyleBackColor = true; + 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(745, 145); + this.txt_ort.Name = "txt_ort"; + this.txt_ort.Size = new System.Drawing.Size(191, 30); + this.txt_ort.TabIndex = 9; // - // dgv_schadenkuerzel + // txt_san_nr // - this.dgv_schadenkuerzel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.dgv_schadenkuerzel.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; - this.dgv_schadenkuerzel.Location = new System.Drawing.Point(6, 6); - this.dgv_schadenkuerzel.Name = "dgv_schadenkuerzel"; - this.dgv_schadenkuerzel.RowHeadersWidth = 51; - this.dgv_schadenkuerzel.Size = new System.Drawing.Size(1268, 269); - this.dgv_schadenkuerzel.TabIndex = 0; - this.dgv_schadenkuerzel.RowHeaderMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgv_schadenkuerzel_RowHeaderMouseDoubleClick); + this.txt_san_nr.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txt_san_nr.Location = new System.Drawing.Point(745, 29); + this.txt_san_nr.Name = "txt_san_nr"; + this.txt_san_nr.Size = new System.Drawing.Size(191, 30); + this.txt_san_nr.TabIndex = 7; // - // btn_add_san + // tabControl1 // - this.btn_add_san.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.btn_add_san.Image = global::SanSystem.Properties.Resources.Add1; - this.btn_add_san.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.btn_add_san.Location = new System.Drawing.Point(224, 641); - this.btn_add_san.Name = "btn_add_san"; - this.btn_add_san.Size = new System.Drawing.Size(202, 50); - this.btn_add_san.TabIndex = 30; - this.btn_add_san.Text = "Add San"; - this.btn_add_san.UseVisualStyleBackColor = true; - this.btn_add_san.Click += new System.EventHandler(this.btn_add_san_Click); - // - // tabPage2 - // - this.tabPage2.Controls.Add(this.dgv_sanierungen); - this.tabPage2.Location = new System.Drawing.Point(4, 34); - this.tabPage2.Name = "tabPage2"; - this.tabPage2.Padding = new System.Windows.Forms.Padding(3); - this.tabPage2.Size = new System.Drawing.Size(1282, 664); - this.tabPage2.TabIndex = 2; - this.tabPage2.Text = "tabPage2"; - this.tabPage2.UseVisualStyleBackColor = true; - // - // dgv_sanierungen - // - this.dgv_sanierungen.AllowUserToOrderColumns = true; - this.dgv_sanierungen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; - this.dgv_sanierungen.Location = new System.Drawing.Point(51, 6); - this.dgv_sanierungen.Name = "dgv_sanierungen"; - this.dgv_sanierungen.RowHeadersWidth = 51; - this.dgv_sanierungen.RowTemplate.Height = 24; - this.dgv_sanierungen.Size = new System.Drawing.Size(824, 208); - this.dgv_sanierungen.TabIndex = 0; + this.tabControl1.Controls.Add(this.tabPage1); + this.tabControl1.Controls.Add(this.Kanalinformationen); + this.tabControl1.Controls.Add(this.tabPage2); + this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; + this.tabControl1.Location = new System.Drawing.Point(0, 0); + this.tabControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.tabControl1.Name = "tabControl1"; + this.tabControl1.SelectedIndex = 0; + this.tabControl1.Size = new System.Drawing.Size(1290, 689); + this.tabControl1.TabIndex = 0; + this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged); // // frmObjektEdit // this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; - this.ClientSize = new System.Drawing.Size(1290, 702); + this.ClientSize = new System.Drawing.Size(1290, 689); this.ControlBox = false; this.Controls.Add(this.btn_add_san); + this.Controls.Add(this.btn_close); this.Controls.Add(this.tabControl1); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; @@ -578,60 +578,59 @@ this.Name = "frmObjektEdit"; this.Text = "Editieren"; this.Load += new System.EventHandler(this.frmObjektEdit_Load); - this.tabControl1.ResumeLayout(false); + this.tabPage2.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.dgv_sanierungen)).EndInit(); + this.Kanalinformationen.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.dgv_schadenkuerzel)).EndInit(); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); - this.Kanalinformationen.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.dgv_schadenkuerzel)).EndInit(); - this.tabPage2.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.dgv_sanierungen)).EndInit(); + this.tabControl1.ResumeLayout(false); this.ResumeLayout(false); } #endregion - - private System.Windows.Forms.TabControl tabControl1; + private System.Windows.Forms.Button btn_add_san; + private System.Windows.Forms.Button btn_close; + private System.Windows.Forms.TabPage tabPage2; + private System.Windows.Forms.DataGridView dgv_sanierungen; + private System.Windows.Forms.TabPage Kanalinformationen; + private System.Windows.Forms.DataGridView dgv_schadenkuerzel; private System.Windows.Forms.TabPage tabPage1; - private System.Windows.Forms.Label label6; - private System.Windows.Forms.Label label5; - private System.Windows.Forms.Label label4; - private System.Windows.Forms.Label label3; - private System.Windows.Forms.Label label2; - private System.Windows.Forms.Label label1; + private System.Windows.Forms.TextBox txt_san_nr; + private System.Windows.Forms.TextBox txt_ort; + private System.Windows.Forms.TextBox txt_bemerkung; + private System.Windows.Forms.TextBox txt_objekt_name; + private System.Windows.Forms.TextBox txt_hausnummer; + private System.Windows.Forms.TextBox txt_strasse; private System.Windows.Forms.TextBox txt_dn; private System.Windows.Forms.TextBox txt_punkt_bis; private System.Windows.Forms.TextBox txt_punkt_von; private System.Windows.Forms.TextBox txt_pro_nr; - private System.Windows.Forms.Label label18; - private System.Windows.Forms.Label label19; - private System.Windows.Forms.TextBox txt_hausnummer; - private System.Windows.Forms.TextBox txt_strasse; - private System.Windows.Forms.DateTimePicker dt_haltunggemessen_datum; - private System.Windows.Forms.Label label20; + private System.Windows.Forms.Label label9; + private System.Windows.Forms.Button btn_delete; + private System.Windows.Forms.CheckBox cb_objekname_man; + private System.Windows.Forms.Label label8; + private System.Windows.Forms.Label label7; + private System.Windows.Forms.Label lbl_objektname; + private System.Windows.Forms.ComboBox cb_material; private System.Windows.Forms.GroupBox groupBox2; 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 cb_geschlossenesEnde; - private System.Windows.Forms.ComboBox cb_material; - private System.Windows.Forms.Button btn_close; - private System.Windows.Forms.TextBox txt_objekt_name; - private System.Windows.Forms.Label lbl_objektname; - private System.Windows.Forms.Button btn_add_san; - private System.Windows.Forms.Button btn_delete; - private System.Windows.Forms.TextBox txt_bemerkung; - private System.Windows.Forms.TextBox txt_ort; - private System.Windows.Forms.Label label7; - private System.Windows.Forms.Label label8; - private System.Windows.Forms.CheckBox cb_objekname_man; - private System.Windows.Forms.TabPage Kanalinformationen; - private System.Windows.Forms.DataGridView dgv_schadenkuerzel; - private System.Windows.Forms.TextBox txt_san_nr; - private System.Windows.Forms.Label label9; - private System.Windows.Forms.TabPage tabPage2; - private System.Windows.Forms.DataGridView dgv_sanierungen; + private System.Windows.Forms.Label label6; + private System.Windows.Forms.DateTimePicker dt_haltunggemessen_datum; + private System.Windows.Forms.Label label20; + private System.Windows.Forms.Label label19; + private System.Windows.Forms.Label label18; + private System.Windows.Forms.Label label5; + private System.Windows.Forms.Label label4; + private System.Windows.Forms.Label label3; + private System.Windows.Forms.Label label2; + private System.Windows.Forms.Label label1; + private System.Windows.Forms.TabControl tabControl1; } } \ No newline at end of file