Files
Kanalsanierungsverwaltung/SanSystem/FrmReparaturKonzept.Designer.cs
2018-07-21 15:31:10 +02:00

88 lines
3.6 KiB
C#

namespace SanSystem
{
partial class FrmReparaturKonzept
{
/// <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.txt_anweisung = new System.Windows.Forms.TextBox();
this.btn_add_san = new System.Windows.Forms.Button();
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(51, 20);
this.label1.TabIndex = 0;
this.label1.Text = "label1";
//
// txt_anweisung
//
this.txt_anweisung.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txt_anweisung.Location = new System.Drawing.Point(121, 9);
this.txt_anweisung.Multiline = true;
this.txt_anweisung.Name = "txt_anweisung";
this.txt_anweisung.Size = new System.Drawing.Size(221, 260);
this.txt_anweisung.TabIndex = 1;
//
// btn_add_san
//
this.btn_add_san.Location = new System.Drawing.Point(12, 275);
this.btn_add_san.Name = "btn_add_san";
this.btn_add_san.Size = new System.Drawing.Size(330, 84);
this.btn_add_san.TabIndex = 2;
this.btn_add_san.Text = "Sanierung hinzufügen";
this.btn_add_san.UseVisualStyleBackColor = true;
this.btn_add_san.Click += new System.EventHandler(this.btn_add_san_Click);
//
// FrmReparaturKonzept
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(354, 371);
this.Controls.Add(this.btn_add_san);
this.Controls.Add(this.txt_anweisung);
this.Controls.Add(this.label1);
this.Name = "FrmReparaturKonzept";
this.Text = "FrmRepaturKonzept";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmRepaturKonzept_FormClosing);
this.Load += new System.EventHandler(this.FrmRepaturKonzept_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txt_anweisung;
private System.Windows.Forms.Button btn_add_san;
}
}