gesamtlänge wird erfasst
This commit is contained in:
66
SanSystem/FrmLinerReste.Designer.cs
generated
Normal file
66
SanSystem/FrmLinerReste.Designer.cs
generated
Normal file
@@ -0,0 +1,66 @@
|
||||
namespace SanSystem
|
||||
{
|
||||
partial class FrmLinerReste
|
||||
{
|
||||
/// <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.list_liner = new System.Windows.Forms.ListBox();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// list_liner
|
||||
//
|
||||
this.list_liner.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||||
| System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.list_liner.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.list_liner.FormattingEnabled = true;
|
||||
this.list_liner.ItemHeight = 25;
|
||||
this.list_liner.Location = new System.Drawing.Point(12, 12);
|
||||
this.list_liner.Name = "list_liner";
|
||||
this.list_liner.Size = new System.Drawing.Size(385, 379);
|
||||
this.list_liner.TabIndex = 0;
|
||||
//
|
||||
// FrmLinerReste
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(409, 407);
|
||||
this.ControlBox = false;
|
||||
this.Controls.Add(this.list_liner);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||||
this.Name = "FrmLinerReste";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
||||
this.Text = "FrmLinerReste";
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.ListBox list_liner;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user