轮胎外观检测添加思谋语义分割模型检测工具
C3204
3 小时以前 dc18021539bdf4ee176ec9d9b88eb7d9ad581600
LB_SmartVision/VisionForm.Designer.cs
@@ -40,6 +40,7 @@
            btn_Login = new Sunny.UI.UIButton();
            btn_RunContinuously = new Sunny.UI.UIButton();
            btn_GlobalVar = new Sunny.UI.UIButton();
            textBox_CommunicationSetting = new TextBox();
            tlp_MainViewMenu = new Sunny.UI.UITableLayoutPanel();
            materialCombobox1 = new Sunny.UI.UIComboBox();
            materialTabSelector = new MaterialSkin.Controls.MaterialTabSelector();
@@ -149,6 +150,7 @@
            tlp_VisionMainOperator.Controls.Add(btn_Login, 1, 0);
            tlp_VisionMainOperator.Controls.Add(btn_RunContinuously, 3, 0);
            tlp_VisionMainOperator.Controls.Add(btn_GlobalVar, 7, 0);
            tlp_VisionMainOperator.Controls.Add(textBox_CommunicationSetting, 4, 0);
            tlp_VisionMainOperator.Dock = DockStyle.Fill;
            tlp_VisionMainOperator.Location = new Point(3, 51);
            tlp_VisionMainOperator.Name = "tlp_VisionMainOperator";
@@ -257,6 +259,16 @@
            btn_GlobalVar.Text = "全局变量";
            btn_GlobalVar.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
            btn_GlobalVar.Click += btn_GlobalVar_Click;
            //
            // textBox_CommunicationSetting
            //
            textBox_CommunicationSetting.Cursor = Cursors.AppStarting;
            textBox_CommunicationSetting.Dock = DockStyle.Fill;
            textBox_CommunicationSetting.Location = new Point(503, 3);
            textBox_CommunicationSetting.Name = "textBox_CommunicationSetting";
            textBox_CommunicationSetting.ReadOnly = true;
            textBox_CommunicationSetting.Size = new Size(119, 28);
            textBox_CommunicationSetting.TabIndex = 7;
            // 
            // tlp_MainViewMenu
            // 
@@ -379,6 +391,7 @@
            sc_VisionForm.ResumeLayout(false);
            tlp_MainView.ResumeLayout(false);
            tlp_VisionMainOperator.ResumeLayout(false);
            tlp_VisionMainOperator.PerformLayout();
            tlp_MainViewMenu.ResumeLayout(false);
            grb_Info.ResumeLayout(false);
            ResumeLayout(false);
@@ -403,5 +416,6 @@
        private Sunny.UI.UIButton btn_GlobalVar;
        private Sunny.UI.UIComboBox materialCombobox1;
        private Sunny.UI.UITableLayoutPanel tlp_MainViewMenu;
        private TextBox textBox_CommunicationSetting;
    }
}