namespace SanSystem
{
partial class frmImprägnierBerichtList
{
///
/// 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.lst_imprägnierBerichtNr = new System.Windows.Forms.ListBox();
this.btn_add = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// lst_imprägnierBerichtNr
//
this.lst_imprägnierBerichtNr.FormattingEnabled = true;
this.lst_imprägnierBerichtNr.ItemHeight = 16;
this.lst_imprägnierBerichtNr.Location = new System.Drawing.Point(12, 12);
this.lst_imprägnierBerichtNr.Name = "lst_imprägnierBerichtNr";
this.lst_imprägnierBerichtNr.Size = new System.Drawing.Size(700, 276);
this.lst_imprägnierBerichtNr.TabIndex = 0;
this.lst_imprägnierBerichtNr.DoubleClick += new System.EventHandler(this.Lst_imprägnierBerichtNr_DoubleClick);
//
// btn_add
//
this.btn_add.Location = new System.Drawing.Point(60, 315);
this.btn_add.Name = "btn_add";
this.btn_add.Size = new System.Drawing.Size(296, 74);
this.btn_add.TabIndex = 1;
this.btn_add.Text = "Neue Hinzufügen";
this.btn_add.UseVisualStyleBackColor = true;
this.btn_add.Click += new System.EventHandler(this.Btn_add_Click);
//
// frmImprägnierBerichtList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.btn_add);
this.Controls.Add(this.lst_imprägnierBerichtNr);
this.Name = "frmImprägnierBerichtList";
this.Text = "frmImprägnierBerichtList";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListBox lst_imprägnierBerichtNr;
private System.Windows.Forms.Button btn_add;
}
}