tieuquyngok1995 / ToolSupportUchida

1 stars 1 forks source link

desin4 #30

Closed tieuquyngok1995 closed 3 years ago

tieuquyngok1995 commented 3 years ago
        // 
        // label2
        // 
        this.label2.AutoSize = true;
        this.label2.Location = new System.Drawing.Point(427, 558);
        this.label2.Name = "label2";
        this.label2.Size = new System.Drawing.Size(37, 12);
        this.label2.TabIndex = 6;
        this.label2.Text = "Count:";
        // 
        // label3
        // 
        this.label3.AutoSize = true;
        this.label3.Location = new System.Drawing.Point(669, 557);
        this.label3.Name = "label3";
        this.label3.Size = new System.Drawing.Size(37, 12);
        this.label3.TabIndex = 7;
        this.label3.Text = "Count:";
        // 
        // btnCopy
        // 
        this.btnCopy.Location = new System.Drawing.Point(952, 572);
        this.btnCopy.Name = "btnCopy";
        this.btnCopy.Size = new System.Drawing.Size(92, 32);
        this.btnCopy.TabIndex = 9;
        this.btnCopy.Text = "Copy";
        this.btnCopy.UseVisualStyleBackColor = true;
        this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click);
        // 
        // btnClear
        // 
        this.btnClear.Location = new System.Drawing.Point(854, 572);
        this.btnClear.Name = "btnClear";
        this.btnClear.Size = new System.Drawing.Size(92, 32);
        this.btnClear.TabIndex = 10;
        this.btnClear.Text = "Clear";
        this.btnClear.UseVisualStyleBackColor = true;
        this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
        // 
        // lblLogicCount
        // 
        this.lblLogicCount.AutoSize = true;
        this.lblLogicCount.Location = new System.Drawing.Point(219, 558);
        this.lblLogicCount.Name = "lblLogicCount";
        this.lblLogicCount.Size = new System.Drawing.Size(11, 12);
        this.lblLogicCount.TabIndex = 11;
        this.lblLogicCount.Text = "0";