轮胎外观检测添加思谋语义分割模型检测工具
C3204
11 小时以前 6e14b76f38ea713b43430bc86b1411172d9530f6
LB_SmartVision/Forms/Pages/CommunicatorPage/CommunicatorS7Form.Designer.cs
@@ -67,7 +67,7 @@
            label3.ForeColor = Color.CornflowerBlue;
            label3.Location = new Point(3, 100);
            label3.Name = "label3";
            label3.Size = new Size(655, 20);
            label3.Size = new Size(780, 20);
            label3.TabIndex = 18;
            label3.Text = "发送信息";
            label3.TextAlign = ContentAlignment.BottomLeft;
@@ -90,7 +90,7 @@
            tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 30F));
            tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 40F));
            tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
            tableLayoutPanel1.Size = new Size(661, 322);
            tableLayoutPanel1.Size = new Size(786, 424);
            tableLayoutPanel1.TabIndex = 26;
            // 
            // grpReceive
@@ -100,7 +100,7 @@
            grpReceive.ForeColor = Color.CornflowerBlue;
            grpReceive.Location = new Point(3, 193);
            grpReceive.Name = "grpReceive";
            grpReceive.Size = new Size(655, 126);
            grpReceive.Size = new Size(780, 228);
            grpReceive.TabIndex = 30;
            grpReceive.TabStop = false;
            grpReceive.Text = "通讯记录";
@@ -113,7 +113,7 @@
            txtReceiveMsg.Name = "txtReceiveMsg";
            txtReceiveMsg.ReadOnly = true;
            txtReceiveMsg.ScrollBars = ScrollBars.Both;
            txtReceiveMsg.Size = new Size(649, 106);
            txtReceiveMsg.Size = new Size(774, 208);
            txtReceiveMsg.TabIndex = 0;
            // 
            // txtSendMsg
@@ -121,7 +121,7 @@
            txtSendMsg.Dock = DockStyle.Fill;
            txtSendMsg.Location = new Point(3, 123);
            txtSendMsg.Name = "txtSendMsg";
            txtSendMsg.Size = new Size(655, 21);
            txtSendMsg.Size = new Size(780, 21);
            txtSendMsg.TabIndex = 29;
            // 
            // grpSetting
@@ -143,7 +143,7 @@
            grpSetting.Location = new Point(3, 3);
            grpSetting.MinimumSize = new Size(261, 61);
            grpSetting.Name = "grpSetting";
            grpSetting.Size = new Size(655, 94);
            grpSetting.Size = new Size(780, 94);
            grpSetting.TabIndex = 28;
            grpSetting.TabStop = false;
            grpSetting.Text = "通讯配置";
@@ -255,7 +255,7 @@
            tableLayoutPanel2.Name = "tableLayoutPanel2";
            tableLayoutPanel2.RowCount = 1;
            tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
            tableLayoutPanel2.Size = new Size(655, 34);
            tableLayoutPanel2.Size = new Size(780, 34);
            tableLayoutPanel2.TabIndex = 27;
            // 
            // btnRuleSend
@@ -295,11 +295,11 @@
            themeForm_Communicator.Padding = new Padding(10, 70, 10, 9);
            themeForm_Communicator.RoundCorners = true;
            themeForm_Communicator.Sizable = true;
            themeForm_Communicator.Size = new Size(681, 401);
            themeForm_Communicator.Size = new Size(806, 503);
            themeForm_Communicator.SmartBounds = true;
            themeForm_Communicator.StartPosition = FormStartPosition.WindowsDefaultLocation;
            themeForm_Communicator.TabIndex = 27;
            themeForm_Communicator.Text = "通讯设置";
            themeForm_Communicator.Text = "S7通讯设置";
            // 
            // controlBox1
            // 
@@ -311,7 +311,7 @@
            controlBox1.EnableMaximizeButton = true;
            controlBox1.EnableMinimizeButton = true;
            controlBox1.ForeColor = Color.FromArgb(155, 155, 155);
            controlBox1.Location = new Point(581, 18);
            controlBox1.Location = new Point(706, 18);
            controlBox1.MaximizeHoverColor = Color.FromArgb(74, 74, 74);
            controlBox1.MinimizeHoverColor = Color.FromArgb(63, 63, 65);
            controlBox1.Name = "controlBox1";
@@ -325,19 +325,19 @@
            panel_CommunicatorForm.Dock = DockStyle.Fill;
            panel_CommunicatorForm.Location = new Point(10, 70);
            panel_CommunicatorForm.Name = "panel_CommunicatorForm";
            panel_CommunicatorForm.Size = new Size(661, 322);
            panel_CommunicatorForm.Size = new Size(786, 424);
            panel_CommunicatorForm.TabIndex = 27;
            // 
            // CommunicatorS7Form
            // 
            AutoScaleDimensions = new SizeF(96F, 96F);
            AutoScaleMode = AutoScaleMode.Dpi;
            ClientSize = new Size(681, 401);
            ClientSize = new Size(806, 503);
            Controls.Add(themeForm_Communicator);
            FormBorderStyle = FormBorderStyle.None;
            MinimumSize = new Size(261, 61);
            Name = "CommunicatorS7Form";
            Text = "通讯设置";
            Text = "S7通讯设置";
            TransparencyKey = Color.Fuchsia;
            FormClosing += CommunicatorForm_FormClosing;
            tableLayoutPanel1.ResumeLayout(false);