📄 frmdataviewer.designer.cs
字号:
namespace SECompare.Forms
{
partial class FrmDataViewer
{
/// <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.engineList2 = new SECompare.Controls.EngineList();
this.engineList1 = new SECompare.Controls.EngineList();
this.txtData2 = new System.Windows.Forms.RichTextBox();
this.txtData1 = new System.Windows.Forms.RichTextBox();
this.btnShow = new System.Windows.Forms.Button();
this.txtLength = new System.Windows.Forms.TextBox();
this.txtStart = new System.Windows.Forms.TextBox();
this.txtQuery = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// engineList2
//
this.engineList2.Location = new System.Drawing.Point(270, 32);
this.engineList2.Margin = new System.Windows.Forms.Padding(2);
this.engineList2.Name = "engineList2";
this.engineList2.Size = new System.Drawing.Size(180, 30);
this.engineList2.TabIndex = 23;
//
// engineList1
//
this.engineList1.Location = new System.Drawing.Point(33, 33);
this.engineList1.Margin = new System.Windows.Forms.Padding(2);
this.engineList1.Name = "engineList1";
this.engineList1.Size = new System.Drawing.Size(180, 30);
this.engineList1.TabIndex = 22;
//
// txtData2
//
this.txtData2.Location = new System.Drawing.Point(243, 63);
this.txtData2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtData2.Name = "txtData2";
this.txtData2.Size = new System.Drawing.Size(229, 283);
this.txtData2.TabIndex = 21;
this.txtData2.Text = "";
//
// txtData1
//
this.txtData1.Location = new System.Drawing.Point(9, 63);
this.txtData1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtData1.Name = "txtData1";
this.txtData1.Size = new System.Drawing.Size(223, 283);
this.txtData1.TabIndex = 20;
this.txtData1.Text = "";
//
// btnShow
//
this.btnShow.Location = new System.Drawing.Point(423, 8);
this.btnShow.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnShow.Name = "btnShow";
this.btnShow.Size = new System.Drawing.Size(49, 19);
this.btnShow.TabIndex = 19;
this.btnShow.Text = "显示";
this.btnShow.Click += new System.EventHandler(this.btnShow_Click);
//
// txtLength
//
this.txtLength.Location = new System.Drawing.Point(369, 8);
this.txtLength.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtLength.Name = "txtLength";
this.txtLength.Size = new System.Drawing.Size(43, 21);
this.txtLength.TabIndex = 18;
this.txtLength.Text = "10";
//
// txtStart
//
this.txtStart.Location = new System.Drawing.Point(273, 8);
this.txtStart.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtStart.Name = "txtStart";
this.txtStart.Size = new System.Drawing.Size(37, 21);
this.txtStart.TabIndex = 16;
this.txtStart.Text = "1";
//
// txtQuery
//
this.txtQuery.Location = new System.Drawing.Point(45, 8);
this.txtQuery.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtQuery.Name = "txtQuery";
this.txtQuery.Size = new System.Drawing.Size(175, 21);
this.txtQuery.TabIndex = 13;
//
// label3
//
this.label3.Location = new System.Drawing.Point(334, 11);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(36, 17);
this.label3.TabIndex = 17;
this.label3.Text = "长度";
//
// label2
//
this.label2.Location = new System.Drawing.Point(236, 11);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(30, 17);
this.label2.TabIndex = 15;
this.label2.Text = "开始";
//
// label1
//
this.label1.Location = new System.Drawing.Point(3, 11);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(48, 16);
this.label1.TabIndex = 14;
this.label1.Text = "关键词";
//
// FrmDataViewer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(482, 355);
this.Controls.Add(this.engineList2);
this.Controls.Add(this.engineList1);
this.Controls.Add(this.txtData2);
this.Controls.Add(this.txtData1);
this.Controls.Add(this.btnShow);
this.Controls.Add(this.txtLength);
this.Controls.Add(this.txtStart);
this.Controls.Add(this.txtQuery);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "FrmDataViewer";
this.Text = "数据查看";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private SECompare.Controls.EngineList engineList2;
private SECompare.Controls.EngineList engineList1;
private System.Windows.Forms.RichTextBox txtData2;
private System.Windows.Forms.RichTextBox txtData1;
private System.Windows.Forms.Button btnShow;
private System.Windows.Forms.TextBox txtLength;
private System.Windows.Forms.TextBox txtStart;
private System.Windows.Forms.TextBox txtQuery;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -