📄 frmtestgoogle.designer.cs
字号:
namespace SECompare.Test
{
partial class FrmTestGoogle
{
/// <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.btnParse = new System.Windows.Forms.Button();
this.btnWSearch = new System.Windows.Forms.Button();
this.txtSize = new System.Windows.Forms.TextBox();
this.txtStart = new System.Windows.Forms.TextBox();
this.txtWords = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.rtxtResult = new System.Windows.Forms.RichTextBox();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// btnParse
//
this.btnParse.Location = new System.Drawing.Point(246, 27);
this.btnParse.Margin = new System.Windows.Forms.Padding(2);
this.btnParse.Name = "btnParse";
this.btnParse.Size = new System.Drawing.Size(66, 21);
this.btnParse.TabIndex = 33;
this.btnParse.Text = "解析";
this.btnParse.Click += new System.EventHandler(this.btnParse_Click);
//
// btnWSearch
//
this.btnWSearch.Location = new System.Drawing.Point(246, 3);
this.btnWSearch.Margin = new System.Windows.Forms.Padding(2);
this.btnWSearch.Name = "btnWSearch";
this.btnWSearch.Size = new System.Drawing.Size(66, 21);
this.btnWSearch.TabIndex = 32;
this.btnWSearch.Text = "搜索";
this.btnWSearch.Click += new System.EventHandler(this.btnWSearch_Click);
//
// txtSize
//
this.txtSize.Location = new System.Drawing.Point(194, 27);
this.txtSize.Margin = new System.Windows.Forms.Padding(2);
this.txtSize.Name = "txtSize";
this.txtSize.Size = new System.Drawing.Size(37, 21);
this.txtSize.TabIndex = 31;
this.txtSize.Text = "100";
//
// txtStart
//
this.txtStart.Location = new System.Drawing.Point(72, 27);
this.txtStart.Margin = new System.Windows.Forms.Padding(2);
this.txtStart.Name = "txtStart";
this.txtStart.Size = new System.Drawing.Size(49, 21);
this.txtStart.TabIndex = 29;
this.txtStart.Text = "1";
//
// txtWords
//
this.txtWords.Location = new System.Drawing.Point(72, 3);
this.txtWords.Margin = new System.Windows.Forms.Padding(2);
this.txtWords.Name = "txtWords";
this.txtWords.Size = new System.Drawing.Size(160, 21);
this.txtWords.TabIndex = 24;
//
// label4
//
this.label4.Location = new System.Drawing.Point(138, 31);
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(48, 20);
this.label4.TabIndex = 30;
this.label4.Text = "长度:";
//
// label3
//
this.label3.Location = new System.Drawing.Point(12, 32);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(71, 17);
this.label3.TabIndex = 28;
this.label3.Text = "开始序号:";
//
// rtxtResult
//
this.rtxtResult.Location = new System.Drawing.Point(12, 51);
this.rtxtResult.Margin = new System.Windows.Forms.Padding(2);
this.rtxtResult.Name = "rtxtResult";
this.rtxtResult.Size = new System.Drawing.Size(301, 247);
this.rtxtResult.TabIndex = 26;
this.rtxtResult.Text = "";
//
// label1
//
this.label1.Location = new System.Drawing.Point(12, 7);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(60, 17);
this.label1.TabIndex = 25;
this.label1.Text = "搜索:";
//
// FrmTestGoogle
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(326, 310);
this.Controls.Add(this.btnParse);
this.Controls.Add(this.btnWSearch);
this.Controls.Add(this.txtSize);
this.Controls.Add(this.txtStart);
this.Controls.Add(this.txtWords);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.rtxtResult);
this.Controls.Add(this.label1);
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "FrmTestGoogle";
this.Text = "测试Google搜索";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnParse;
private System.Windows.Forms.Button btnWSearch;
private System.Windows.Forms.TextBox txtSize;
private System.Windows.Forms.TextBox txtStart;
private System.Windows.Forms.TextBox txtWords;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.RichTextBox rtxtResult;
private System.Windows.Forms.Label label1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -