namespace LB_VisionControls
|
{
|
partial class ClassFileList
|
{
|
/// <summary>
|
/// 必需的设计器变量。
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// 清理所有正在使用的资源。
|
/// </summary>
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region 组件设计器生成的代码
|
|
/// <summary>
|
/// 设计器支持所需的方法 - 不要
|
/// 使用代码编辑器修改此方法的内容。
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.listBox1 = new System.Windows.Forms.ListBox();
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
this.SuspendLayout();
|
//
|
// listBox1
|
//
|
this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
| System.Windows.Forms.AnchorStyles.Right)));
|
this.listBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(17)))), ((int)(((byte)(18)))));
|
this.listBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.listBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.listBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
this.listBox1.FormattingEnabled = true;
|
this.listBox1.ItemHeight = 17;
|
this.listBox1.Location = new System.Drawing.Point(0, 14);
|
this.listBox1.Name = "listBox1";
|
this.listBox1.Size = new System.Drawing.Size(483, 85);
|
this.listBox1.TabIndex = 0;
|
this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
|
this.listBox1.DoubleClick += new System.EventHandler(this.listBox1_DoubleClick);
|
//
|
// textBox1
|
//
|
this.textBox1.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.textBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(17)))), ((int)(((byte)(18)))));
|
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.textBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.textBox1.ForeColor = System.Drawing.Color.Green;
|
this.textBox1.Location = new System.Drawing.Point(0, 100);
|
this.textBox1.Multiline = true;
|
this.textBox1.Name = "textBox1";
|
this.textBox1.Size = new System.Drawing.Size(483, 105);
|
this.textBox1.TabIndex = 1;
|
this.textBox1.Text = "文件系统";
|
//
|
// ClassFileList
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.Controls.Add(this.textBox1);
|
this.Controls.Add(this.listBox1);
|
this.Name = "ClassFileList";
|
this.Size = new System.Drawing.Size(483, 208);
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.ListBox listBox1;
|
private System.Windows.Forms.TextBox textBox1;
|
}
|
}
|