Form1.Designer.cs
资源名称:2.rar [点击查看]
上传用户:hshongkong
上传日期:2021-11-20
资源大小:10241k
文件大小:10k
源码类别:
多国语言处理
开发平台:
C#
- namespace TestSpliter
- {
- partial class Form1
- {
- /// <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.button1 = new System.Windows.Forms.Button();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.RichTextBox();
- this.button2 = new System.Windows.Forms.Button();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.groupBox3 = new System.Windows.Forms.GroupBox();
- this.richTextBox1 = new System.Windows.Forms.RichTextBox();
- this.richTextBox2 = new System.Windows.Forms.RichTextBox();
- this.groupBox4 = new System.Windows.Forms.GroupBox();
- this.richTextBox3 = new System.Windows.Forms.RichTextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.groupBox1.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.groupBox3.SuspendLayout();
- this.groupBox4.SuspendLayout();
- this.SuspendLayout();
- //
- // button1
- //
- this.button1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.button1.Location = new System.Drawing.Point(3, 137);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(788, 23);
- this.button1.TabIndex = 0;
- this.button1.Text = "↓分词↓";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // textBox1
- //
- this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.textBox1.Location = new System.Drawing.Point(3, 17);
- this.textBox1.Multiline = true;
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(788, 120);
- this.textBox1.TabIndex = 2;
- this.textBox1.Text = "摄像头有问题,镜片模糊,支架松散,夜光片不对称,观光组件不敏感,产品尺寸太大,携带不轻便";
- //
- // label1
- //
- this.label1.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label1.Location = new System.Drawing.Point(3, 17);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(788, 81);
- this.label1.TabIndex = 4;
- this.label1.Text = "";
- //
- // button2
- //
- this.button2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.button2.Location = new System.Drawing.Point(3, 98);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(788, 23);
- this.button2.TabIndex = 5;
- this.button2.Text = "↓语料归类↓";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.textBox1);
- this.groupBox1.Controls.Add(this.button1);
- this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.groupBox1.Location = new System.Drawing.Point(0, 0);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(794, 163);
- this.groupBox1.TabIndex = 6;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "产品语料";
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.label1);
- this.groupBox2.Controls.Add(this.button2);
- this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
- this.groupBox2.Location = new System.Drawing.Point(0, 163);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(794, 124);
- this.groupBox2.TabIndex = 7;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "分词结果";
- //
- // groupBox3
- //
- this.groupBox3.Controls.Add(this.richTextBox1);
- this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox3.Location = new System.Drawing.Point(200, 287);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Size = new System.Drawing.Size(594, 276);
- this.groupBox3.TabIndex = 8;
- this.groupBox3.TabStop = false;
- this.groupBox3.Text = "归类结果";
- //
- // richTextBox1
- //
- this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.richTextBox1.Location = new System.Drawing.Point(3, 17);
- this.richTextBox1.Name = "richTextBox1";
- this.richTextBox1.Size = new System.Drawing.Size(588, 256);
- this.richTextBox1.TabIndex = 0;
- this.richTextBox1.Text = "";
- //
- // richTextBox2
- //
- this.richTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.richTextBox2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.richTextBox2.Location = new System.Drawing.Point(3, 40);
- this.richTextBox2.Name = "richTextBox2";
- this.richTextBox2.Size = new System.Drawing.Size(194, 114);
- this.richTextBox2.TabIndex = 1;
- this.richTextBox2.Text = "观光,大,太,尺寸";
- //
- // groupBox4
- //
- this.groupBox4.Controls.Add(this.richTextBox2);
- this.groupBox4.Controls.Add(this.label3);
- this.groupBox4.Controls.Add(this.label2);
- this.groupBox4.Controls.Add(this.richTextBox3);
- this.groupBox4.Dock = System.Windows.Forms.DockStyle.Left;
- this.groupBox4.Location = new System.Drawing.Point(0, 287);
- this.groupBox4.Name = "groupBox4";
- this.groupBox4.Size = new System.Drawing.Size(200, 276);
- this.groupBox4.TabIndex = 2;
- this.groupBox4.TabStop = false;
- this.groupBox4.Text = "分类规则";
- //
- // richTextBox3
- //
- this.richTextBox3.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.richTextBox3.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.richTextBox3.Location = new System.Drawing.Point(3, 177);
- this.richTextBox3.Name = "richTextBox3";
- this.richTextBox3.Size = new System.Drawing.Size(194, 96);
- this.richTextBox3.TabIndex = 2;
- this.richTextBox3.Text = "镜片,模糊,夜光,不,轻便";
- //
- // label2
- //
- this.label2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.label2.Location = new System.Drawing.Point(3, 154);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(194, 23);
- this.label2.TabIndex = 1;
- this.label2.Text = "规则二";
- this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label3
- //
- this.label3.Dock = System.Windows.Forms.DockStyle.Top;
- this.label3.Location = new System.Drawing.Point(3, 17);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(194, 23);
- this.label3.TabIndex = 1;
- this.label3.Text = "规则一";
- this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(794, 563);
- this.Controls.Add(this.groupBox3);
- this.Controls.Add(this.groupBox4);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.groupBox1);
- this.Name = "Form1";
- this.Text = "Form1";
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.groupBox2.ResumeLayout(false);
- this.groupBox3.ResumeLayout(false);
- this.groupBox4.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.RichTextBox label1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.GroupBox groupBox3;
- private System.Windows.Forms.RichTextBox richTextBox1;
- private System.Windows.Forms.RichTextBox richTextBox2;
- private System.Windows.Forms.GroupBox groupBox4;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.RichTextBox richTextBox3;
- private System.Windows.Forms.Label label3;
- }
- }