Files
Kanalsanierungsverwaltung/SanSystem/frmImprägnierBerichtEdit.Designer.cs
2022-04-20 15:39:43 +02:00

239 lines
12 KiB
C#

namespace SanSystem
{
partial class frmImprägnierBerichtEdit
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.mtxt_impanfang_datum = new System.Windows.Forms.MaskedTextBox();
this.label8 = new System.Windows.Forms.Label();
this.txt_imprägniernr = new System.Windows.Forms.TextBox();
this.txt_schlauchnummer = new System.Windows.Forms.TextBox();
this.txt_wanddicke = new System.Windows.Forms.TextBox();
this.btn_save = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.txt_dn = new System.Windows.Forms.TextBox();
this.txt_liner_laenge = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.cb_vorhanden = new System.Windows.Forms.CheckBox();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// label1
//
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(14, 11);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(106, 20);
this.label1.TabIndex = 0;
this.label1.Text = "Imprägnier-Nr";
//
// label3
//
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(14, 65);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(108, 20);
this.label3.TabIndex = 2;
this.label3.Text = "Schlauch - Nr.";
//
// label4
//
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(14, 111);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(88, 20);
this.label4.TabIndex = 3;
this.label4.Text = "Wanddicke";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.mtxt_impanfang_datum);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox2.Location = new System.Drawing.Point(20, 282);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(354, 114);
this.groupBox2.TabIndex = 6;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Imprägnier";
//
// mtxt_impanfang_datum
//
this.mtxt_impanfang_datum.Location = new System.Drawing.Point(132, 51);
this.mtxt_impanfang_datum.Mask = "00/00/0000";
this.mtxt_impanfang_datum.Name = "mtxt_impanfang_datum";
this.mtxt_impanfang_datum.Size = new System.Drawing.Size(216, 26);
this.mtxt_impanfang_datum.TabIndex = 7;
this.mtxt_impanfang_datum.ValidatingType = typeof(System.DateTime);
//
// label8
//
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(16, 55);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(57, 20);
this.label8.TabIndex = 0;
this.label8.Text = "Datum";
//
// txt_imprägniernr
//
this.txt_imprägniernr.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txt_imprägniernr.Location = new System.Drawing.Point(242, 8);
this.txt_imprägniernr.Name = "txt_imprägniernr";
this.txt_imprägniernr.Size = new System.Drawing.Size(246, 26);
this.txt_imprägniernr.TabIndex = 1;
//
// txt_schlauchnummer
//
this.txt_schlauchnummer.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txt_schlauchnummer.Location = new System.Drawing.Point(240, 62);
this.txt_schlauchnummer.Name = "txt_schlauchnummer";
this.txt_schlauchnummer.Size = new System.Drawing.Size(246, 26);
this.txt_schlauchnummer.TabIndex = 2;
//
// txt_wanddicke
//
this.txt_wanddicke.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txt_wanddicke.Location = new System.Drawing.Point(240, 106);
this.txt_wanddicke.Name = "txt_wanddicke";
this.txt_wanddicke.Size = new System.Drawing.Size(246, 26);
this.txt_wanddicke.TabIndex = 3;
//
// 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(495, 8);
this.btn_save.Name = "btn_save";
this.btn_save.Size = new System.Drawing.Size(236, 348);
this.btn_save.TabIndex = 9;
this.btn_save.Text = "Speichern";
this.btn_save.UseVisualStyleBackColor = true;
this.btn_save.Click += new System.EventHandler(this.Btn_save_Click);
//
// label2
//
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(14, 163);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(32, 20);
this.label2.TabIndex = 20;
this.label2.Text = "DN";
//
// 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(240, 163);
this.txt_dn.Name = "txt_dn";
this.txt_dn.Size = new System.Drawing.Size(112, 26);
this.txt_dn.TabIndex = 4;
//
// txt_liner_laenge
//
this.txt_liner_laenge.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txt_liner_laenge.Location = new System.Drawing.Point(240, 225);
this.txt_liner_laenge.Name = "txt_liner_laenge";
this.txt_liner_laenge.Size = new System.Drawing.Size(176, 26);
this.txt_liner_laenge.TabIndex = 5;
//
// label5
//
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(14, 225);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(93, 20);
this.label5.TabIndex = 22;
this.label5.Text = "Liner Länge";
//
// cb_vorhanden
//
this.cb_vorhanden.AutoSize = true;
this.cb_vorhanden.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cb_vorhanden.Location = new System.Drawing.Point(20, 403);
this.cb_vorhanden.Name = "cb_vorhanden";
this.cb_vorhanden.Size = new System.Drawing.Size(107, 24);
this.cb_vorhanden.TabIndex = 8;
this.cb_vorhanden.Text = "Vorhanden";
this.cb_vorhanden.UseVisualStyleBackColor = true;
//
// frmImprägnierBerichtEdit
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(754, 483);
this.Controls.Add(this.cb_vorhanden);
this.Controls.Add(this.label5);
this.Controls.Add(this.txt_liner_laenge);
this.Controls.Add(this.txt_dn);
this.Controls.Add(this.label2);
this.Controls.Add(this.btn_save);
this.Controls.Add(this.txt_wanddicke);
this.Controls.Add(this.txt_schlauchnummer);
this.Controls.Add(this.txt_imprägniernr);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label1);
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Name = "frmImprägnierBerichtEdit";
this.Text = "Imprägnierbericht Editieren";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmImprägnierBerichtEdit_FormClosing);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox txt_imprägniernr;
private System.Windows.Forms.TextBox txt_schlauchnummer;
private System.Windows.Forms.TextBox txt_wanddicke;
private System.Windows.Forms.Button btn_save;
private System.Windows.Forms.MaskedTextBox mtxt_impanfang_datum;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txt_dn;
private System.Windows.Forms.TextBox txt_liner_laenge;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.CheckBox cb_vorhanden;
}
}