Files
Kanalsanierungsverwaltung/SanSystem/frmInfo.Designer.cs
2021-05-17 11:18:31 +02:00

65 lines
2.3 KiB
C#

namespace SanSystem
{
partial class frmInfo
{
/// <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_info = new System.Windows.Forms.ListBox();
this.SuspendLayout();
//
// lst_info
//
this.lst_info.FormattingEnabled = true;
this.lst_info.ItemHeight = 20;
this.lst_info.Location = new System.Drawing.Point(12, 12);
this.lst_info.Name = "lst_info";
this.lst_info.Size = new System.Drawing.Size(471, 404);
this.lst_info.TabIndex = 0;
//
// frmInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(507, 448);
this.ControlBox = false;
this.Controls.Add(this.lst_info);
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "frmInfo";
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "Frm_Info";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListBox lst_info;
}
}