C3204
2026-01-16 76d74124f6011a25ee1cdbc322ab22e2c36d7beb
LB_SmartVision/Forms/Pages/CommunicatorPage/CommunicatorForm.Designer.cs
@@ -36,10 +36,12 @@
            txtSendMsg = new TextBox();
            grpSetting = new GroupBox();
            txtAddress = new TextBox();
            cmbVarType = new ComboBox();
            cmbType = new ComboBox();
            txtIP = new TextBox();
            txtPort = new TextBox();
            lblPort = new Label();
            lbVarType = new Label();
            cmbIP = new ComboBox();
            lblType = new Label();
            lblAddress = new Label();
@@ -134,10 +136,12 @@
            // 
            grpSetting.BackColor = Color.FromArgb(32, 41, 50);
            grpSetting.Controls.Add(txtAddress);
            grpSetting.Controls.Add(cmbVarType);
            grpSetting.Controls.Add(cmbType);
            grpSetting.Controls.Add(txtIP);
            grpSetting.Controls.Add(txtPort);
            grpSetting.Controls.Add(lblPort);
            grpSetting.Controls.Add(lbVarType);
            grpSetting.Controls.Add(cmbIP);
            grpSetting.Controls.Add(lblType);
            grpSetting.Controls.Add(lblAddress);
@@ -164,6 +168,17 @@
            txtAddress.Size = new Size(124, 24);
            txtAddress.TabIndex = 9;
            txtAddress.TextChanged += txtAddress_TextChanged;
            //
            // cmbVarType
            //
            cmbVarType.DropDownStyle = ComboBoxStyle.DropDownList;
            cmbVarType.FormattingEnabled = true;
            cmbVarType.Location = new Point(533, 32);
            cmbVarType.Margin = new Padding(4);
            cmbVarType.Name = "cmbVarType";
            cmbVarType.Size = new Size(124, 26);
            cmbVarType.TabIndex = 8;
            cmbVarType.SelectedIndexChanged += cmbVarType_SelectedIndexChanged;
            // 
            // cmbType
            // 
@@ -201,6 +216,16 @@
            lblPort.TabIndex = 4;
            lblPort.Text = "端口";
            // 
            // lbVarType
            //
            lbVarType.AutoSize = true;
            lbVarType.Location = new Point(463, 35);
            lbVarType.Margin = new Padding(4, 0, 4, 0);
            lbVarType.Name = "lbVarType";
            lbVarType.Size = new Size(68, 18);
            lbVarType.TabIndex = 0;
            lbVarType.Text = "变量类型";
            //
            // cmbIP
            // 
            cmbIP.FormattingEnabled = true;
@@ -228,7 +253,7 @@
            lblAddress.Name = "lblAddress";
            lblAddress.Size = new Size(38, 18);
            lblAddress.TabIndex = 0;
            lblAddress.Text = "地址";
            lblAddress.Text = "变量地址";
            // 
            // lblIP
            //