📄 formdemo.designer.cs
字号:
namespace Demo
{
partial class FormDemo
{
/// <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()
{
this.labelRegRate = new System.Windows.Forms.Label();
this.labelSegTime = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.buttonSegment = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.textBoxSegwords = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.textBoxSource = new System.Windows.Forms.TextBox();
this.labelSrcLength = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
this.linkLabel3 = new System.Windows.Forms.LinkLabel();
this.linkLabel4 = new System.Windows.Forms.LinkLabel();
this.label10 = new System.Windows.Forms.Label();
this.linkLabel5 = new System.Windows.Forms.LinkLabel();
this.linkLabel6 = new System.Windows.Forms.LinkLabel();
this.label11 = new System.Windows.Forms.Label();
this.checkBoxMatchName = new System.Windows.Forms.CheckBox();
this.checkBoxFilterStopWords = new System.Windows.Forms.CheckBox();
this.buttonTrafficPos = new System.Windows.Forms.Button();
this.checkBoxDisplayPosition = new System.Windows.Forms.CheckBox();
this.checkBoxAutoStudy = new System.Windows.Forms.CheckBox();
this.checkBoxFreqFirst = new System.Windows.Forms.CheckBox();
this.checkBoxAutoInsertUnknownWords = new System.Windows.Forms.CheckBox();
this.numericUpDownUnknownWordsThreshold = new System.Windows.Forms.NumericUpDown();
this.label12 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.numericUpDownAutoSaveInterval = new System.Windows.Forms.NumericUpDown();
this.buttonSaveConfig = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownUnknownWordsThreshold)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownAutoSaveInterval)).BeginInit();
this.SuspendLayout();
//
// labelRegRate
//
this.labelRegRate.AutoSize = true;
this.labelRegRate.Location = new System.Drawing.Point(507, 575);
this.labelRegRate.Name = "labelRegRate";
this.labelRegRate.Size = new System.Drawing.Size(11, 12);
this.labelRegRate.TabIndex = 25;
this.labelRegRate.Text = "0";
//
// labelSegTime
//
this.labelSegTime.AutoSize = true;
this.labelSegTime.Location = new System.Drawing.Point(301, 575);
this.labelSegTime.Name = "labelSegTime";
this.labelSegTime.Size = new System.Drawing.Size(11, 12);
this.labelSegTime.TabIndex = 24;
this.labelSegTime.Text = "0";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(621, 574);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(47, 12);
this.label8.TabIndex = 23;
this.label8.Text = "chars/s";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(421, 575);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(11, 12);
this.label7.TabIndex = 22;
this.label7.Text = "s";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(438, 575);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 21;
this.label6.Text = "分词速度";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(233, 575);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 20;
this.label5.Text = "分词时间";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(34, 575);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(77, 12);
this.label4.TabIndex = 19;
this.label4.Text = "源字符串长度";
//
// buttonSegment
//
this.buttonSegment.Location = new System.Drawing.Point(30, 615);
this.buttonSegment.Name = "buttonSegment";
this.buttonSegment.Size = new System.Drawing.Size(75, 23);
this.buttonSegment.TabIndex = 18;
this.buttonSegment.Text = "分词";
this.buttonSegment.UseVisualStyleBackColor = true;
this.buttonSegment.Click += new System.EventHandler(this.buttonSegment_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 339);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 17;
this.label2.Text = "分词结果";
//
// textBoxSegwords
//
this.textBoxSegwords.Location = new System.Drawing.Point(6, 363);
this.textBoxSegwords.Multiline = true;
this.textBoxSegwords.Name = "textBoxSegwords";
this.textBoxSegwords.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.textBoxSegwords.Size = new System.Drawing.Size(906, 196);
this.textBoxSegwords.TabIndex = 16;
this.textBoxSegwords.TabStop = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 122);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 15;
this.label1.Text = "源文";
//
// textBoxSource
//
this.textBoxSource.Location = new System.Drawing.Point(6, 137);
this.textBoxSource.MaxLength = 327670000;
this.textBoxSource.Multiline = true;
this.textBoxSource.Name = "textBoxSource";
this.textBoxSource.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.textBoxSource.Size = new System.Drawing.Size(906, 173);
this.textBoxSource.TabIndex = 14;
//
// labelSrcLength
//
this.labelSrcLength.AutoSize = true;
this.labelSrcLength.Location = new System.Drawing.Point(117, 575);
this.labelSrcLength.Name = "labelSrcLength";
this.labelSrcLength.Size = new System.Drawing.Size(11, 12);
this.labelSrcLength.TabIndex = 26;
this.labelSrcLength.Text = "0";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(194, 574);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(35, 12);
this.label3.TabIndex = 27;
this.label3.Text = "chars";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(12, 20);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(617, 12);
this.label9.TabIndex = 29;
this.label9.Text = "KTDict 简单中英文分词组件是基于 .Net Framework 2.0的轻量级分词组件,基于C#开发,分词效率和准确性都较高";
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(651, 20);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(131, 12);
this.linkLabel1.TabIndex = 30;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "http://www.kaitoo.com";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
//
// linkLabel2
//
this.linkLabel2.AutoSize = true;
this.linkLabel2.Location = new System.Drawing.Point(12, 47);
this.linkLabel2.Name = "linkLabel2";
this.linkLabel2.Size = new System.Drawing.Size(167, 12);
this.linkLabel2.TabIndex = 31;
this.linkLabel2.TabStop = true;
this.linkLabel2.Text = "http://blog.csdn.net/eaglet";
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
//
// linkLabel3
//
this.linkLabel3.AutoSize = true;
this.linkLabel3.Location = new System.Drawing.Point(194, 47);
this.linkLabel3.Name = "linkLabel3";
this.linkLabel3.Size = new System.Drawing.Size(179, 12);
this.linkLabel3.TabIndex = 32;
this.linkLabel3.TabStop = true;
this.linkLabel3.Text = "http://www.cnblogs.com/eaglet";
this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
//
// linkLabel4
//
this.linkLabel4.AutoSize = true;
this.linkLabel4.Location = new System.Drawing.Point(388, 47);
this.linkLabel4.Name = "linkLabel4";
this.linkLabel4.Size = new System.Drawing.Size(131, 12);
this.linkLabel4.TabIndex = 33;
this.linkLabel4.TabStop = true;
this.linkLabel4.Text = "blog.eaglet@gmail.com";
//
// label10
//
this.label10.AutoSize = true;
this.label10.ForeColor = System.Drawing.Color.Red;
this.label10.Location = new System.Drawing.Point(12, 98);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(323, 12);
this.label10.TabIndex = 34;
this.label10.Text = "注意:第一次点\"分词\"按钮时分词组件会用几秒时间加载字典";
//
// linkLabel5
//
this.linkLabel5.AutoSize = true;
this.linkLabel5.Location = new System.Drawing.Point(442, 74);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -