Files
VisionEdit/VisionEdit/FormLib/FormLog.Designer.cs
2019-07-15 20:00:07 +08:00

62 lines
2.1 KiB
C#

namespace VisionEdit.FormLib
{
partial class FormLog
{
/// <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.lbLog = new System.Windows.Forms.ListBox();
this.SuspendLayout();
//
// lbLog
//
this.lbLog.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbLog.FormattingEnabled = true;
this.lbLog.ItemHeight = 12;
this.lbLog.Location = new System.Drawing.Point(0, 0);
this.lbLog.Name = "lbLog";
this.lbLog.Size = new System.Drawing.Size(885, 256);
this.lbLog.TabIndex = 0;
//
// FormLog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(885, 256);
this.Controls.Add(this.lbLog);
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "FormLog";
this.Text = "日志";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListBox lbLog;
}
}