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