Form1.Designer.cs
资源名称:2.rar [点击查看]
上传用户:hshongkong
上传日期:2021-11-20
资源大小:10241k
文件大小:10k
源码类别:

多国语言处理

开发平台:

C#

  1. namespace TestSpliter
  2. {
  3.     partial class Form1
  4.     {
  5.         /// <summary>
  6.         /// 必需的设计器变量。
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// 清理所有正在使用的资源。
  11.         /// </summary>
  12.         /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13.         protected override void Dispose(bool disposing)
  14.         {
  15.             if (disposing && (components != null))
  16.             {
  17.                 components.Dispose();
  18.             }
  19.             base.Dispose(disposing);
  20.         }
  21.         #region Windows 窗体设计器生成的代码
  22.         /// <summary>
  23.         /// 设计器支持所需的方法 - 不要
  24.         /// 使用代码编辑器修改此方法的内容。
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             this.button1 = new System.Windows.Forms.Button();
  29.             this.textBox1 = new System.Windows.Forms.TextBox();
  30.             this.label1 = new System.Windows.Forms.RichTextBox();
  31.             this.button2 = new System.Windows.Forms.Button();
  32.             this.groupBox1 = new System.Windows.Forms.GroupBox();
  33.             this.groupBox2 = new System.Windows.Forms.GroupBox();
  34.             this.groupBox3 = new System.Windows.Forms.GroupBox();
  35.             this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  36.             this.richTextBox2 = new System.Windows.Forms.RichTextBox();
  37.             this.groupBox4 = new System.Windows.Forms.GroupBox();
  38.             this.richTextBox3 = new System.Windows.Forms.RichTextBox();
  39.             this.label2 = new System.Windows.Forms.Label();
  40.             this.label3 = new System.Windows.Forms.Label();
  41.             this.groupBox1.SuspendLayout();
  42.             this.groupBox2.SuspendLayout();
  43.             this.groupBox3.SuspendLayout();
  44.             this.groupBox4.SuspendLayout();
  45.             this.SuspendLayout();
  46.             // 
  47.             // button1
  48.             // 
  49.             this.button1.Dock = System.Windows.Forms.DockStyle.Bottom;
  50.             this.button1.Location = new System.Drawing.Point(3, 137);
  51.             this.button1.Name = "button1";
  52.             this.button1.Size = new System.Drawing.Size(788, 23);
  53.             this.button1.TabIndex = 0;
  54.             this.button1.Text = "↓分词↓";
  55.             this.button1.UseVisualStyleBackColor = true;
  56.             this.button1.Click += new System.EventHandler(this.button1_Click);
  57.             // 
  58.             // textBox1
  59.             // 
  60.             this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
  61.             this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  62.             this.textBox1.Location = new System.Drawing.Point(3, 17);
  63.             this.textBox1.Multiline = true;
  64.             this.textBox1.Name = "textBox1";
  65.             this.textBox1.Size = new System.Drawing.Size(788, 120);
  66.             this.textBox1.TabIndex = 2;
  67.             this.textBox1.Text = "摄像头有问题,镜片模糊,支架松散,夜光片不对称,观光组件不敏感,产品尺寸太大,携带不轻便";
  68.             // 
  69.             // label1
  70.             // 
  71.             this.label1.BorderStyle = System.Windows.Forms.BorderStyle.None;
  72.             this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
  73.             this.label1.Location = new System.Drawing.Point(3, 17);
  74.             this.label1.Name = "label1";
  75.             this.label1.Size = new System.Drawing.Size(788, 81);
  76.             this.label1.TabIndex = 4;
  77.             this.label1.Text = "";
  78.             // 
  79.             // button2
  80.             // 
  81.             this.button2.Dock = System.Windows.Forms.DockStyle.Bottom;
  82.             this.button2.Location = new System.Drawing.Point(3, 98);
  83.             this.button2.Name = "button2";
  84.             this.button2.Size = new System.Drawing.Size(788, 23);
  85.             this.button2.TabIndex = 5;
  86.             this.button2.Text = "↓语料归类↓";
  87.             this.button2.UseVisualStyleBackColor = true;
  88.             this.button2.Click += new System.EventHandler(this.button2_Click);
  89.             // 
  90.             // groupBox1
  91.             // 
  92.             this.groupBox1.Controls.Add(this.textBox1);
  93.             this.groupBox1.Controls.Add(this.button1);
  94.             this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  95.             this.groupBox1.Location = new System.Drawing.Point(0, 0);
  96.             this.groupBox1.Name = "groupBox1";
  97.             this.groupBox1.Size = new System.Drawing.Size(794, 163);
  98.             this.groupBox1.TabIndex = 6;
  99.             this.groupBox1.TabStop = false;
  100.             this.groupBox1.Text = "产品语料";
  101.             // 
  102.             // groupBox2
  103.             // 
  104.             this.groupBox2.Controls.Add(this.label1);
  105.             this.groupBox2.Controls.Add(this.button2);
  106.             this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
  107.             this.groupBox2.Location = new System.Drawing.Point(0, 163);
  108.             this.groupBox2.Name = "groupBox2";
  109.             this.groupBox2.Size = new System.Drawing.Size(794, 124);
  110.             this.groupBox2.TabIndex = 7;
  111.             this.groupBox2.TabStop = false;
  112.             this.groupBox2.Text = "分词结果";
  113.             // 
  114.             // groupBox3
  115.             // 
  116.             this.groupBox3.Controls.Add(this.richTextBox1);
  117.             this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  118.             this.groupBox3.Location = new System.Drawing.Point(200, 287);
  119.             this.groupBox3.Name = "groupBox3";
  120.             this.groupBox3.Size = new System.Drawing.Size(594, 276);
  121.             this.groupBox3.TabIndex = 8;
  122.             this.groupBox3.TabStop = false;
  123.             this.groupBox3.Text = "归类结果";
  124.             // 
  125.             // richTextBox1
  126.             // 
  127.             this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
  128.             this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  129.             this.richTextBox1.Location = new System.Drawing.Point(3, 17);
  130.             this.richTextBox1.Name = "richTextBox1";
  131.             this.richTextBox1.Size = new System.Drawing.Size(588, 256);
  132.             this.richTextBox1.TabIndex = 0;
  133.             this.richTextBox1.Text = "";
  134.             // 
  135.             // richTextBox2
  136.             // 
  137.             this.richTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
  138.             this.richTextBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  139.             this.richTextBox2.Location = new System.Drawing.Point(3, 40);
  140.             this.richTextBox2.Name = "richTextBox2";
  141.             this.richTextBox2.Size = new System.Drawing.Size(194, 114);
  142.             this.richTextBox2.TabIndex = 1;
  143.             this.richTextBox2.Text = "观光,大,太,尺寸";
  144.             // 
  145.             // groupBox4
  146.             // 
  147.             this.groupBox4.Controls.Add(this.richTextBox2);
  148.             this.groupBox4.Controls.Add(this.label3);
  149.             this.groupBox4.Controls.Add(this.label2);
  150.             this.groupBox4.Controls.Add(this.richTextBox3);
  151.             this.groupBox4.Dock = System.Windows.Forms.DockStyle.Left;
  152.             this.groupBox4.Location = new System.Drawing.Point(0, 287);
  153.             this.groupBox4.Name = "groupBox4";
  154.             this.groupBox4.Size = new System.Drawing.Size(200, 276);
  155.             this.groupBox4.TabIndex = 2;
  156.             this.groupBox4.TabStop = false;
  157.             this.groupBox4.Text = "分类规则";
  158.             // 
  159.             // richTextBox3
  160.             // 
  161.             this.richTextBox3.BorderStyle = System.Windows.Forms.BorderStyle.None;
  162.             this.richTextBox3.Dock = System.Windows.Forms.DockStyle.Bottom;
  163.             this.richTextBox3.Location = new System.Drawing.Point(3, 177);
  164.             this.richTextBox3.Name = "richTextBox3";
  165.             this.richTextBox3.Size = new System.Drawing.Size(194, 96);
  166.             this.richTextBox3.TabIndex = 2;
  167.             this.richTextBox3.Text = "镜片,模糊,夜光,不,轻便";
  168.             // 
  169.             // label2
  170.             // 
  171.             this.label2.Dock = System.Windows.Forms.DockStyle.Bottom;
  172.             this.label2.Location = new System.Drawing.Point(3, 154);
  173.             this.label2.Name = "label2";
  174.             this.label2.Size = new System.Drawing.Size(194, 23);
  175.             this.label2.TabIndex = 1;
  176.             this.label2.Text = "规则二";
  177.             this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  178.             // 
  179.             // label3
  180.             // 
  181.             this.label3.Dock = System.Windows.Forms.DockStyle.Top;
  182.             this.label3.Location = new System.Drawing.Point(3, 17);
  183.             this.label3.Name = "label3";
  184.             this.label3.Size = new System.Drawing.Size(194, 23);
  185.             this.label3.TabIndex = 1;
  186.             this.label3.Text = "规则一";
  187.             this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  188.             // 
  189.             // Form1
  190.             // 
  191.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  192.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  193.             this.ClientSize = new System.Drawing.Size(794, 563);
  194.             this.Controls.Add(this.groupBox3);
  195.             this.Controls.Add(this.groupBox4);
  196.             this.Controls.Add(this.groupBox2);
  197.             this.Controls.Add(this.groupBox1);
  198.             this.Name = "Form1";
  199.             this.Text = "Form1";
  200.             this.groupBox1.ResumeLayout(false);
  201.             this.groupBox1.PerformLayout();
  202.             this.groupBox2.ResumeLayout(false);
  203.             this.groupBox3.ResumeLayout(false);
  204.             this.groupBox4.ResumeLayout(false);
  205.             this.ResumeLayout(false);
  206.         }
  207.         #endregion
  208.         private System.Windows.Forms.Button button1;
  209.         private System.Windows.Forms.TextBox textBox1;
  210.         private System.Windows.Forms.RichTextBox label1;
  211.         private System.Windows.Forms.Button button2;
  212.         private System.Windows.Forms.GroupBox groupBox1;
  213.         private System.Windows.Forms.GroupBox groupBox2;
  214.         private System.Windows.Forms.GroupBox groupBox3;
  215.         private System.Windows.Forms.RichTextBox richTextBox1;
  216.         private System.Windows.Forms.RichTextBox richTextBox2;
  217.         private System.Windows.Forms.GroupBox groupBox4;
  218.         private System.Windows.Forms.Label label2;
  219.         private System.Windows.Forms.RichTextBox richTextBox3;
  220.         private System.Windows.Forms.Label label3;
  221.     }
  222. }