| | |
| | | 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(); |
| | |
| | | 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"; |
| | |
| | | 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 |
| | | // |
| | |
| | | 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); |
| | |
| | | private Sunny.UI.UIButton btn_GlobalVar; |
| | | private Sunny.UI.UIComboBox materialCombobox1; |
| | | private Sunny.UI.UITableLayoutPanel tlp_MainViewMenu; |
| | | private TextBox textBox_CommunicationSetting; |
| | | } |
| | | } |