Files
Kanalsanierungsverwaltung/SanSystem/frmStrassenList.Designer.cs
2018-05-16 21:26:59 +02:00

62 lines
2.2 KiB
C#

namespace SanSystem
{
partial class frmStrassenList
{
/// <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_strassen = new System.Windows.Forms.ListBox();
this.SuspendLayout();
//
// lst_strassen
//
this.lst_strassen.FormattingEnabled = true;
this.lst_strassen.ItemHeight = 16;
this.lst_strassen.Location = new System.Drawing.Point(9, 19);
this.lst_strassen.Name = "lst_strassen";
this.lst_strassen.Size = new System.Drawing.Size(252, 340);
this.lst_strassen.TabIndex = 0;
this.lst_strassen.SelectedIndexChanged += new System.EventHandler(this.lst_strassen_SelectedIndexChanged);
//
// frmStrassenList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(282, 392);
this.ControlBox = false;
this.Controls.Add(this.lst_strassen);
this.Name = "frmStrassenList";
this.Text = "frmStrassenList";
this.Load += new System.EventHandler(this.frmStrassenList_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListBox lst_strassen;
}
}