73 lines
2.8 KiB
C#
73 lines
2.8 KiB
C#
namespace SanSystem
|
|
{
|
|
partial class frmImprägnierBerichtList
|
|
{
|
|
/// <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.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;
|
|
}
|
|
} |