轮胎外观检测添加思谋语义分割模型检测工具
C3204
2026-04-02 3c837a3be1548e296d6ed1afb32ebe418b69db25
LB_SmartVision/Forms/Pages/CommunicatorPage/CommunicatorForm.Designer.cs
@@ -154,7 +154,7 @@
            txtAddress.Name = "txtAddress";
            txtAddress.Size = new Size(100, 21);
            txtAddress.TabIndex = 9;
            txtAddress.TextChanged += txtAddress_TextChanged;
            txtAddress.TextChanged += this.txtAddress_TextChanged;
            // 
            // cmbType
            // 
@@ -231,7 +231,7 @@
            cmbDataType.Name = "cmbDataType";
            cmbDataType.Size = new Size(100, 23);
            cmbDataType.TabIndex = 11;
            cmbDataType.SelectedIndexChanged += cmbDataType_SelectedIndexChanged;
            cmbDataType.SelectedIndexChanged += this.cmbDataType_SelectedIndexChanged;
            // 
            // lblDataType
            // 
@@ -268,7 +268,7 @@
            btnRuleSend.TabIndex = 14;
            btnRuleSend.Text = "校验发送";
            btnRuleSend.UseVisualStyleBackColor = true;
            btnRuleSend.Click += btnRuleSend_Click;
            btnRuleSend.Click += this.btnRuleSend_Click;
            // 
            // btnSend
            // 
@@ -280,7 +280,7 @@
            btnSend.TabIndex = 12;
            btnSend.Text = "发送";
            btnSend.UseVisualStyleBackColor = true;
            btnSend.Click += btnSend_Click;
            btnSend.Click += this.btnSend_Click;
            // 
            // themeForm_Communicator
            // 
@@ -339,7 +339,7 @@
            Name = "CommunicatorForm";
            Text = "通讯设置";
            TransparencyKey = Color.Fuchsia;
            FormClosing += CommunicatorForm_FormClosing;
            FormClosing += this.CommunicatorForm_FormClosing;
            tableLayoutPanel1.ResumeLayout(false);
            tableLayoutPanel1.PerformLayout();
            grpReceive.ResumeLayout(false);