namespace SanSystem { partial class frmStrassenList { /// /// 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_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; } }