📄 info_frm.designer.cs
字号:
namespace LC_DataIO
{
partial class info_frm
{
/// <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 Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(info_frm));
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.fail_lb = new System.Windows.Forms.Label();
this.suc_lb = new System.Windows.Forms.Label();
this.rows_lb = new System.Windows.Forms.Label();
this.error_lbx = new System.Windows.Forms.ListBox();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.fail_lb);
this.splitContainer1.Panel1.Controls.Add(this.suc_lb);
this.splitContainer1.Panel1.Controls.Add(this.rows_lb);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.error_lbx);
this.splitContainer1.Size = new System.Drawing.Size(618, 263);
this.splitContainer1.SplitterDistance = 114;
this.splitContainer1.TabIndex = 0;
//
// fail_lb
//
this.fail_lb.AutoSize = true;
this.fail_lb.Location = new System.Drawing.Point(12, 71);
this.fail_lb.Name = "fail_lb";
this.fail_lb.Size = new System.Drawing.Size(41, 12);
this.fail_lb.TabIndex = 7;
this.fail_lb.Text = "label2";
//
// suc_lb
//
this.suc_lb.AutoSize = true;
this.suc_lb.Location = new System.Drawing.Point(12, 42);
this.suc_lb.Name = "suc_lb";
this.suc_lb.Size = new System.Drawing.Size(41, 12);
this.suc_lb.TabIndex = 6;
this.suc_lb.Text = "label1";
//
// rows_lb
//
this.rows_lb.AutoSize = true;
this.rows_lb.Location = new System.Drawing.Point(12, 9);
this.rows_lb.Name = "rows_lb";
this.rows_lb.Size = new System.Drawing.Size(41, 12);
this.rows_lb.TabIndex = 5;
this.rows_lb.Text = "label1";
//
// error_lbx
//
this.error_lbx.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.error_lbx.Dock = System.Windows.Forms.DockStyle.Fill;
this.error_lbx.FormattingEnabled = true;
this.error_lbx.ItemHeight = 12;
this.error_lbx.Location = new System.Drawing.Point(0, 0);
this.error_lbx.Name = "error_lbx";
this.error_lbx.Size = new System.Drawing.Size(618, 134);
this.error_lbx.TabIndex = 9;
//
// info_frm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(618, 263);
this.Controls.Add(this.splitContainer1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "info_frm";
this.Text = "信息输出";
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.Label fail_lb;
private System.Windows.Forms.Label suc_lb;
private System.Windows.Forms.Label rows_lb;
private System.Windows.Forms.ListBox error_lbx;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -