namespace LB_VisionControl.ScriptEditControl
|
{
|
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()
|
{
|
listBox1 = new ListBox();
|
textBox1 = new TextBox();
|
SuspendLayout();
|
//
|
// listBox1
|
//
|
listBox1.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
listBox1.BackColor = Color.FromArgb(30, 17, 18);
|
listBox1.BorderStyle = BorderStyle.None;
|
listBox1.Font = new Font("微软雅黑", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
listBox1.ForeColor = Color.FromArgb(255, 255, 128);
|
listBox1.FormattingEnabled = true;
|
listBox1.ItemHeight = 17;
|
listBox1.Location = new Point(0, 20);
|
listBox1.Margin = new Padding(4, 4, 4, 4);
|
listBox1.Name = "listBox1";
|
listBox1.Size = new Size(564, 119);
|
listBox1.TabIndex = 0;
|
listBox1.SelectedIndexChanged += listBox1_SelectedIndexChanged;
|
listBox1.DoubleClick += listBox1_DoubleClick;
|
//
|
// textBox1
|
//
|
textBox1.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
|
textBox1.BackColor = Color.FromArgb(30, 17, 18);
|
textBox1.BorderStyle = BorderStyle.FixedSingle;
|
textBox1.Font = new Font("微软雅黑", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
textBox1.ForeColor = Color.Green;
|
textBox1.Location = new Point(0, 142);
|
textBox1.Margin = new Padding(4, 4, 4, 4);
|
textBox1.Multiline = true;
|
textBox1.Name = "textBox1";
|
textBox1.Size = new Size(563, 148);
|
textBox1.TabIndex = 1;
|
textBox1.Text = "文件系统";
|
//
|
// ClassFileList
|
//
|
AutoScaleDimensions = new SizeF(96F, 96F);
|
AutoScaleMode = AutoScaleMode.Dpi;
|
Controls.Add(textBox1);
|
Controls.Add(listBox1);
|
Margin = new Padding(4, 4, 4, 4);
|
Name = "ClassFileList";
|
Size = new Size(564, 295);
|
ResumeLayout(false);
|
PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.ListBox listBox1;
|
private System.Windows.Forms.TextBox textBox1;
|
}
|
}
|