namespace SanSystem { partial class frmImprägnierBerichtEdit { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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.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(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(131, 25); 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(12, 52); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(136, 25); 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(12, 88); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(111, 25); 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(12, 193); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(315, 91); this.groupBox2.TabIndex = 8; this.groupBox2.TabStop = false; this.groupBox2.Text = "Imprägnier"; // // mtxt_impanfang_datum // this.mtxt_impanfang_datum.Location = new System.Drawing.Point(117, 41); 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(192, 30); this.mtxt_impanfang_datum.TabIndex = 5; 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(15, 44); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(69, 25); 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(215, 6); this.txt_imprägniernr.Name = "txt_imprägniernr"; this.txt_imprägniernr.Size = new System.Drawing.Size(219, 30); 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(213, 49); this.txt_schlauchnummer.Name = "txt_schlauchnummer"; this.txt_schlauchnummer.Size = new System.Drawing.Size(219, 30); 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(213, 85); this.txt_wanddicke.Name = "txt_wanddicke"; this.txt_wanddicke.Size = new System.Drawing.Size(219, 30); 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(440, 6); this.btn_save.Name = "btn_save"; this.btn_save.Size = new System.Drawing.Size(209, 278); this.btn_save.TabIndex = 6; 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(12, 131); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(40, 25); 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(213, 131); this.txt_dn.Name = "txt_dn"; this.txt_dn.Size = new System.Drawing.Size(100, 30); this.txt_dn.TabIndex = 4; // // frmImprägnierBerichtEdit // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(671, 294); 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.Name = "frmImprägnierBerichtEdit"; this.Text = "frmImprägnierBerichtEdit"; 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; } }