tieuquyngok1995 / ToolSupportUchida

1 stars 1 forks source link

desin3 #29

Closed tieuquyngok1995 closed 3 years ago

tieuquyngok1995 commented 3 years ago
       // 
        // tbType
        // 
        this.tbType.Location = new System.Drawing.Point(3, 18);
        this.tbType.Multiline = true;
        this.tbType.Name = "tbType";
        this.tbType.ScrollBars = System.Windows.Forms.ScrollBars.Both;
        this.tbType.Size = new System.Drawing.Size(234, 459);
        this.tbType.TabIndex = 0;
        this.tbType.TextChanged += new System.EventHandler(this.tbType_TextChanged);
        // 
        // groupBox4
        // 
        this.groupBox4.Controls.Add(this.tbResult);
        this.groupBox4.Location = new System.Drawing.Point(744, 67);
        this.groupBox4.Name = "groupBox4";
        this.groupBox4.Size = new System.Drawing.Size(303, 480);
        this.groupBox4.TabIndex = 4;
        this.groupBox4.TabStop = false;
        this.groupBox4.Text = "Result";
        // 
        // tbResult
        // 
        this.tbResult.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
        | System.Windows.Forms.AnchorStyles.Right)));
        this.tbResult.BackColor = System.Drawing.SystemColors.InfoText;
        this.tbResult.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
        this.tbResult.ForeColor = System.Drawing.SystemColors.Window;
        this.tbResult.Location = new System.Drawing.Point(3, 15);
        this.tbResult.Multiline = true;
        this.tbResult.Name = "tbResult";
        this.tbResult.ReadOnly = true;
        this.tbResult.ScrollBars = System.Windows.Forms.ScrollBars.Both;
        this.tbResult.Size = new System.Drawing.Size(297, 462);
        this.tbResult.TabIndex = 0;
        // 
        // label1
        // 
        this.label1.AutoSize = true;
        this.label1.Location = new System.Drawing.Point(185, 558);
        this.label1.Name = "label1";
        this.label1.Size = new System.Drawing.Size(37, 12);
        this.label1.TabIndex = 5;
        this.label1.Text = "Count:";