自动化设备上位机设计 一

news2024/7/7 17:38:29

目录

一 设计原型

二 后台代码


一 设计原型

二 后台代码

namespace 自动化上位机设计
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void Form1_Load(object sender, EventArgs e)
        {

        }
    }
}




namespace 自动化上位机设计
{
    partial class Form1
    {
        /// <summary>
        ///  Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        ///  Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        ///  Required method for Designer support - do not modify
        ///  the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DataGridViewCellStyle dataGridViewCellStyle1 = new DataGridViewCellStyle();
            DataGridViewCellStyle dataGridViewCellStyle2 = new DataGridViewCellStyle();
            DataGridViewCellStyle dataGridViewCellStyle3 = new DataGridViewCellStyle();
            DataGridViewCellStyle dataGridViewCellStyle4 = new DataGridViewCellStyle();
            DataGridViewCellStyle dataGridViewCellStyle5 = new DataGridViewCellStyle();
            Data = new Sunny.UI.UIDataGridView();
            Column1 = new DataGridViewTextBoxColumn();
            Column2 = new DataGridViewTextBoxColumn();
            Column3 = new DataGridViewTextBoxColumn();
            Column4 = new DataGridViewTextBoxColumn();
            Column5 = new DataGridViewTextBoxColumn();
            Column6 = new DataGridViewTextBoxColumn();
            Column7 = new DataGridViewTextBoxColumn();
            Column8 = new DataGridViewTextBoxColumn();
            Column9 = new DataGridViewTextBoxColumn();
            Column10 = new DataGridViewTextBoxColumn();
            Column11 = new DataGridViewTextBoxColumn();
            Column12 = new DataGridViewTextBoxColumn();
            Column13 = new DataGridViewTextBoxColumn();
            Column14 = new DataGridViewTextBoxColumn();
            Column15 = new DataGridViewTextBoxColumn();
            uiGroupBox1 = new Sunny.UI.UIGroupBox();
            uiTextBox9 = new Sunny.UI.UITextBox();
            uiTextBox10 = new Sunny.UI.UITextBox();
            uiTextBox11 = new Sunny.UI.UITextBox();
            uiTextBox12 = new Sunny.UI.UITextBox();
            uiLabel9 = new Sunny.UI.UILabel();
            uiLabel10 = new Sunny.UI.UILabel();
            uiLabel11 = new Sunny.UI.UILabel();
            uiLabel12 = new Sunny.UI.UILabel();
            uiTextBox5 = new Sunny.UI.UITextBox();
            uiTextBox6 = new Sunny.UI.UITextBox();
            uiTextBox7 = new Sunny.UI.UITextBox();
            uiTextBox8 = new Sunny.UI.UITextBox();
            uiLabel5 = new Sunny.UI.UILabel();
            uiLabel6 = new Sunny.UI.UILabel();
            uiLabel7 = new Sunny.UI.UILabel();
            uiLabel8 = new Sunny.UI.UILabel();
            uiTextBox4 = new Sunny.UI.UITextBox();
            uiTextBox3 = new Sunny.UI.UITextBox();
            uiTextBox2 = new Sunny.UI.UITextBox();
            uiTextBox1 = new Sunny.UI.UITextBox();
            uiLabel4 = new Sunny.UI.UILabel();
            uiLabel3 = new Sunny.UI.UILabel();
            uiLabel2 = new Sunny.UI.UILabel();
            uiLabel1 = new Sunny.UI.UILabel();
            Log = new Sunny.UI.UIRichTextBox();
            uiLight1 = new Sunny.UI.UILight();
            uiSwitch1 = new Sunny.UI.UISwitch();
            uiLedDisplay1 = new Sunny.UI.UILedDisplay();
            uiLedDisplay2 = new Sunny.UI.UILedDisplay();
            splitContainer1 = new SplitContainer();
            RunLog = new Sunny.UI.UIRichTextBox();
            ErorrLog = new Sunny.UI.UIRichTextBox();
            ((System.ComponentModel.ISupportInitialize)Data).BeginInit();
            uiGroupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)splitContainer1).BeginInit();
            splitContainer1.Panel1.SuspendLayout();
            splitContainer1.Panel2.SuspendLayout();
            splitContainer1.SuspendLayout();
            SuspendLayout();
            // 
            // Data
            // 
            dataGridViewCellStyle1.BackColor = Color.Lime;
            Data.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            Data.BackgroundColor = Color.DarkSeaGreen;
            Data.ColumnHeadersBorderStyle = DataGridViewHeaderBorderStyle.Single;
            dataGridViewCellStyle2.Alignment = DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle2.BackColor = Color.FromArgb(80, 160, 255);
            dataGridViewCellStyle2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            dataGridViewCellStyle2.ForeColor = Color.White;
            dataGridViewCellStyle2.SelectionBackColor = SystemColors.Highlight;
            dataGridViewCellStyle2.SelectionForeColor = SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = DataGridViewTriState.True;
            Data.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
            Data.ColumnHeadersHeight = 32;
            Data.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            Data.Columns.AddRange(new DataGridViewColumn[] { Column1, Column2, Column3, Column4, Column5, Column6, Column7, Column8, Column9, Column10, Column11, Column12, Column13, Column14, Column15 });
            dataGridViewCellStyle3.Alignment = DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle3.BackColor = SystemColors.Window;
            dataGridViewCellStyle3.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            dataGridViewCellStyle3.ForeColor = SystemColors.ControlText;
            dataGridViewCellStyle3.SelectionBackColor = SystemColors.Highlight;
            dataGridViewCellStyle3.SelectionForeColor = SystemColors.HighlightText;
            dataGridViewCellStyle3.WrapMode = DataGridViewTriState.False;
            Data.DefaultCellStyle = dataGridViewCellStyle3;
            Data.EnableHeadersVisualStyles = false;
            Data.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            Data.GridColor = Color.FromArgb(80, 160, 255);
            Data.Location = new Point(12, 240);
            Data.Name = "Data";
            Data.RectColor = Color.Red;
            dataGridViewCellStyle4.Alignment = DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle4.BackColor = Color.FromArgb(235, 243, 255);
            dataGridViewCellStyle4.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            dataGridViewCellStyle4.ForeColor = Color.FromArgb(48, 48, 48);
            dataGridViewCellStyle4.SelectionBackColor = Color.FromArgb(80, 160, 255);
            dataGridViewCellStyle4.SelectionForeColor = Color.White;
            dataGridViewCellStyle4.WrapMode = DataGridViewTriState.True;
            Data.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
            Data.RowHeadersWidth = 51;
            dataGridViewCellStyle5.BackColor = Color.FromArgb(0, 192, 0);
            dataGridViewCellStyle5.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            Data.RowsDefaultCellStyle = dataGridViewCellStyle5;
            Data.ScrollBarBackColor = Color.Lime;
            Data.ScrollBarHandleHeight = 22;
            Data.ScrollBarHandleWidth = 22;
            Data.ScrollBarHeight = 22;
            Data.ScrollBarStyleInherited = false;
            Data.ScrollBarWidth = 22;
            Data.SelectedIndex = -1;
            Data.Size = new Size(1132, 346);
            Data.StripeEvenColor = Color.FromArgb(0, 192, 0);
            Data.StripeOddColor = Color.Lime;
            Data.TabIndex = 0;
            // 
            // Column1
            // 
            Column1.HeaderText = "长度";
            Column1.MinimumWidth = 6;
            Column1.Name = "Column1";
            Column1.Width = 125;
            // 
            // Column2
            // 
            Column2.HeaderText = "宽度";
            Column2.MinimumWidth = 6;
            Column2.Name = "Column2";
            Column2.Width = 125;
            // 
            // Column3
            // 
            Column3.HeaderText = "高度";
            Column3.MinimumWidth = 6;
            Column3.Name = "Column3";
            Column3.Width = 125;
            // 
            // Column4
            // 
            Column4.HeaderText = "角度";
            Column4.MinimumWidth = 6;
            Column4.Name = "Column4";
            Column4.Width = 125;
            // 
            // Column5
            // 
            Column5.HeaderText = "重量";
            Column5.MinimumWidth = 6;
            Column5.Name = "Column5";
            Column5.Width = 125;
            // 
            // Column6
            // 
            Column6.HeaderText = "噪音";
            Column6.MinimumWidth = 6;
            Column6.Name = "Column6";
            Column6.Width = 125;
            // 
            // Column7
            // 
            Column7.HeaderText = "电压";
            Column7.MinimumWidth = 6;
            Column7.Name = "Column7";
            Column7.Width = 125;
            // 
            // Column8
            // 
            Column8.HeaderText = "内阻";
            Column8.MinimumWidth = 6;
            Column8.Name = "Column8";
            Column8.Width = 125;
            // 
            // Column9
            // 
            Column9.HeaderText = "压力";
            Column9.MinimumWidth = 6;
            Column9.Name = "Column9";
            Column9.Width = 125;
            // 
            // Column10
            // 
            Column10.HeaderText = "温度";
            Column10.MinimumWidth = 6;
            Column10.Name = "Column10";
            Column10.Width = 125;
            // 
            // Column11
            // 
            Column11.HeaderText = "湿度";
            Column11.MinimumWidth = 6;
            Column11.Name = "Column11";
            Column11.Width = 125;
            // 
            // Column12
            // 
            Column12.HeaderText = "力矩";
            Column12.MinimumWidth = 6;
            Column12.Name = "Column12";
            Column12.Width = 125;
            // 
            // Column13
            // 
            Column13.HeaderText = "时间";
            Column13.MinimumWidth = 6;
            Column13.Name = "Column13";
            Column13.Width = 125;
            // 
            // Column14
            // 
            Column14.HeaderText = "总结果";
            Column14.MinimumWidth = 6;
            Column14.Name = "Column14";
            Column14.Width = 125;
            // 
            // Column15
            // 
            Column15.HeaderText = "备注";
            Column15.MinimumWidth = 6;
            Column15.Name = "Column15";
            Column15.Width = 125;
            // 
            // uiGroupBox1
            // 
            uiGroupBox1.BackColor = Color.Beige;
            uiGroupBox1.Controls.Add(uiTextBox9);
            uiGroupBox1.Controls.Add(uiTextBox10);
            uiGroupBox1.Controls.Add(uiTextBox11);
            uiGroupBox1.Controls.Add(uiTextBox12);
            uiGroupBox1.Controls.Add(uiLabel9);
            uiGroupBox1.Controls.Add(uiLabel10);
            uiGroupBox1.Controls.Add(uiLabel11);
            uiGroupBox1.Controls.Add(uiLabel12);
            uiGroupBox1.Controls.Add(uiTextBox5);
            uiGroupBox1.Controls.Add(uiTextBox6);
            uiGroupBox1.Controls.Add(uiTextBox7);
            uiGroupBox1.Controls.Add(uiTextBox8);
            uiGroupBox1.Controls.Add(uiLabel5);
            uiGroupBox1.Controls.Add(uiLabel6);
            uiGroupBox1.Controls.Add(uiLabel7);
            uiGroupBox1.Controls.Add(uiLabel8);
            uiGroupBox1.Controls.Add(uiTextBox4);
            uiGroupBox1.Controls.Add(uiTextBox3);
            uiGroupBox1.Controls.Add(uiTextBox2);
            uiGroupBox1.Controls.Add(uiTextBox1);
            uiGroupBox1.Controls.Add(uiLabel4);
            uiGroupBox1.Controls.Add(uiLabel3);
            uiGroupBox1.Controls.Add(uiLabel2);
            uiGroupBox1.Controls.Add(uiLabel1);
            uiGroupBox1.FillColor = Color.Gray;
            uiGroupBox1.Font = new Font("宋体", 16.2F, FontStyle.Bold, GraphicsUnit.Point, 134);
            uiGroupBox1.ForeColor = Color.Black;
            uiGroupBox1.Location = new Point(13, 7);
            uiGroupBox1.Margin = new Padding(4, 5, 4, 5);
            uiGroupBox1.MinimumSize = new Size(1, 1);
            uiGroupBox1.Name = "uiGroupBox1";
            uiGroupBox1.Padding = new Padding(0, 32, 0, 0);
            uiGroupBox1.Size = new Size(570, 225);
            uiGroupBox1.TabIndex = 1;
            uiGroupBox1.Text = "参数设置";
            uiGroupBox1.TextAlignment = ContentAlignment.MiddleLeft;
            // 
            // uiTextBox9
            // 
            uiTextBox9.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            uiTextBox9.Location = new Point(469, 177);
            uiTextBox9.Margin = new Padding(4, 5, 4, 5);
            uiTextBox9.MinimumSize = new Size(1, 16);
            uiTextBox9.Name = "uiTextBox9";
            uiTextBox9.Padding = new Padding(5);
            uiTextBox9.ShowText = false;
            uiTextBox9.Size = new Size(87, 29);
            uiTextBox9.TabIndex = 15;
            uiTextBox9.TextAlignment = ContentAlignment.MiddleLeft;
            uiTextBox9.Watermark = "";
            // 
            // uiTextBox10
            // 
            uiTextBox10.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            uiTextBox10.Location = new Point(469, 131);
            uiTextBox10.Margin = new Padding(4, 5, 4, 5);
            uiTextBox10.MinimumSize = new Size(1, 16);
            uiTextBox10.Name = "uiTextBox10";
            uiTextBox10.Padding = new Padding(5);
            uiTextBox10.ShowText = false;
            uiTextBox10.Size = new Size(87, 29);
            uiTextBox10.TabIndex = 16;
            uiTextBox10.TextAlignment = ContentAlignment.MiddleLeft;
            uiTextBox10.Watermark = "";
            // 
            // uiTextBox11
            // 
            uiTextBox11.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            uiTextBox11.Location = new Point(469, 88);
            uiTextBox11.Margin = new Padding(4, 5, 4, 5);
            uiTextBox11.MinimumSize = new Size(1, 16);
            uiTextBox11.Name = "uiTextBox11";
            uiTextBox11.Padding = new Padding(5);
            uiTextBox11.ShowText = false;
            uiTextBox11.Size = new Size(87, 29);
            uiTextBox11.TabIndex = 17;
            uiTextBox11.TextAlignment = ContentAlignment.MiddleLeft;
            uiTextBox11.Watermark = "";
            // 
            // uiTextBox12
            // 
            uiTextBox12.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            uiTextBox12.Location = new Point(469, 45);
            uiTextBox12.Margin = new Padding(4, 5, 4, 5);
            uiTextBox12.MinimumSize = new Size(1, 16);
            uiTextBox12.Name = "uiTextBox12";
            uiTextBox12.Padding = new Padding(5);
            uiTextBox12.ShowText = false;
            uiTextBox12.Size = new Size(87, 29);
            uiTextBox12.TabIndex = 18;
            uiTextBox12.TextAlignment = ContentAlignment.MiddleLeft;
            uiTextBox12.Watermark = "";
            // 
            // uiLabel9
            // 
            uiLabel9.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            uiLabel9.ForeColor = Color.FromArgb(48, 48, 48);
            uiLabel9.Location = new Point(389, 177);
            uiLabel9.Name = "uiLabel9";
            uiLabel9.Size = new Size(64, 29);
            uiLabel9.TabIndex = 12;
            uiLabel9.Text = "力矩";
            uiLabel9.TextAlign = ContentAlignment.MiddleLeft;
            // 
            // uiLabel10
            // 
            uiLabel10.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            uiLabel10.ForeColor = Color.FromArgb(48, 48, 48);
            uiLabel10.Location = new Point(389, 131);
            uiLabel10.Name = "uiLabel10";
            uiLabel10.Size = new Size(64, 29);
            uiLabel10.TabIndex = 13;
            uiLabel10.Text = "湿度";
            uiLabel10.TextAlign = ContentAlignment.MiddleLeft;
            // 
            // uiLabel11
            // 
            uiLabel11.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            uiLabel11.ForeColor = Color.FromArgb(48, 48, 48);
            uiLabel11.Location = new Point(389, 88);
            uiLabel11.Name = "uiLabel11";
            uiLabel11.Size = new Size(64, 29);
            uiLabel11.TabIndex = 14;
            uiLabel11.Text = "温度";
            uiLabel11.TextAlign = ContentAlignment.MiddleLeft;
            // 
            // uiLabel12
            // 
            uiLabel12.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            uiLabel12.ForeColor = Color.FromArgb(48, 48, 48);
            uiLabel12.Location = new Point(389, 45);
            uiLabel12.Name = "uiLabel12";
            uiLabel12.Size = new Size(64, 29);
            uiLabel12.TabIndex = 11;
            uiLabel12.Text = "压力";
            uiLabel12.TextAlign = ContentAlignment.MiddleLeft;
            // 
            // uiTextBox5
            // 
            uiTextBox5.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            uiTextBox5.Location = new Point(282, 177);
            uiTextBox5.Margin = new Padding(4, 5, 4, 5);
            uiTextBox5.MinimumSize = new Size(1, 16);
            uiTextBox5.Name = "uiTextBox5";
            uiTextBox5.Padding = new Padding(5);
            uiTextBox5.ShowText = false;
            uiTextBox5.Size = new Size(87, 29);
            uiTextBox5.TabIndex = 7;
            uiTextBox5.TextAlignment = ContentAlignment.MiddleLeft;
            uiTextBox5.Watermark = "";
            // 
            // uiTextBox6
            // 
            uiTextBox6.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            uiTextBox6.Location = new Point(282, 131);
            uiTextBox6.Margin = new Padding(4, 5, 4, 5);
            uiTextBox6.MinimumSize = new Size(1, 16);
            uiTextBox6.Name = "uiTextBox6";
            uiTextBox6.Padding = new Padding(5);
            uiTextBox6.ShowText = false;
            uiTextBox6.Size = new Size(87, 29);
            uiTextBox6.TabIndex = 8;
            uiTextBox6.TextAlignment = ContentAlignment.MiddleLeft;
            uiTextBox6.Watermark = "";
            // 
            // uiTextBox7
            // 
            uiTextBox7.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            uiTextBox7.Location = new Point(282, 88);
            uiTextBox7.Margin = new Padding(4, 5, 4, 5);
            uiTextBox7.MinimumSize = new Size(1, 16);
            uiTextBox7.Name = "uiTextBox7";
            uiTextBox7.Padding = new Padding(5);
            uiTextBox7.ShowText = false;
            uiTextBox7.Size = new Size(87, 29);
            uiTextBox7.TabIndex = 9;
            uiTextBox7.TextAlignment = ContentAlignment.MiddleLeft;
            uiTextBox7.Watermark = "";
            // 
            // uiTextBox8
            // 
            uiTextBox8.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            uiTextBox8.Location = new Point(282, 45);
            uiTextBox8.Margin = new Padding(4, 5, 4, 5);
            uiTextBox8.MinimumSize = new Size(1, 16);
            uiTextBox8.Name = "uiTextBox8";
            uiTextBox8.Padding = new Padding(5);
            uiTextBox8.ShowText = false;
            uiTextBox8.Size = new Size(87, 29);
            uiTextBox8.TabIndex = 10;
            uiTextBox8.TextAlignment = ContentAlignment.MiddleLeft;
            uiTextBox8.Watermark = "";
            // 
            // uiLabel5
            // 
            uiLabel5.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            uiLabel5.ForeColor = Color.FromArgb(48, 48, 48);
            uiLabel5.Location = new Point(202, 177);
            uiLabel5.Name = "uiLabel5";
            uiLabel5.Size = new Size(64, 29);
            uiLabel5.TabIndex = 4;
            uiLabel5.Text = "内阻";
            uiLabel5.TextAlign = ContentAlignment.MiddleLeft;
            // 
            // uiLabel6
            // 
            uiLabel6.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            uiLabel6.ForeColor = Color.FromArgb(48, 48, 48);
            uiLabel6.Location = new Point(202, 131);
            uiLabel6.Name = "uiLabel6";
            uiLabel6.Size = new Size(64, 29);
            uiLabel6.TabIndex = 5;
            uiLabel6.Text = "电压";
            uiLabel6.TextAlign = ContentAlignment.MiddleLeft;
            // 
            // uiLabel7
            // 
            uiLabel7.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            uiLabel7.ForeColor = Color.FromArgb(48, 48, 48);
            uiLabel7.Location = new Point(202, 88);
            uiLabel7.Name = "uiLabel7";
            uiLabel7.Size = new Size(64, 29);
            uiLabel7.TabIndex = 6;
            uiLabel7.Text = "噪音";
            uiLabel7.TextAlign = ContentAlignment.MiddleLeft;
            // 
            // uiLabel8
            // 
            uiLabel8.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            uiLabel8.ForeColor = Color.FromArgb(48, 48, 48);
            uiLabel8.Location = new Point(202, 45);
            uiLabel8.Name = "uiLabel8";
            uiLabel8.Size = new Size(64, 29);
            uiLabel8.TabIndex = 3;
            uiLabel8.Text = "重量";
            uiLabel8.TextAlign = ContentAlignment.MiddleLeft;
            // 
            // uiTextBox4
            // 
            uiTextBox4.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            uiTextBox4.Location = new Point(94, 177);
            uiTextBox4.Margin = new Padding(4, 5, 4, 5);
            uiTextBox4.MinimumSize = new Size(1, 16);
            uiTextBox4.Name = "uiTextBox4";
            uiTextBox4.Padding = new Padding(5);
            uiTextBox4.ShowText = false;
            uiTextBox4.Size = new Size(87, 29);
            uiTextBox4.TabIndex = 2;
            uiTextBox4.TextAlignment = ContentAlignment.MiddleLeft;
            uiTextBox4.Watermark = "";
            // 
            // uiTextBox3
            // 
            uiTextBox3.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            uiTextBox3.Location = new Point(94, 131);
            uiTextBox3.Margin = new Padding(4, 5, 4, 5);
            uiTextBox3.MinimumSize = new Size(1, 16);
            uiTextBox3.Name = "uiTextBox3";
            uiTextBox3.Padding = new Padding(5);
            uiTextBox3.ShowText = false;
            uiTextBox3.Size = new Size(87, 29);
            uiTextBox3.TabIndex = 2;
            uiTextBox3.TextAlignment = ContentAlignment.MiddleLeft;
            uiTextBox3.Watermark = "";
            // 
            // uiTextBox2
            // 
            uiTextBox2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            uiTextBox2.Location = new Point(94, 88);
            uiTextBox2.Margin = new Padding(4, 5, 4, 5);
            uiTextBox2.MinimumSize = new Size(1, 16);
            uiTextBox2.Name = "uiTextBox2";
            uiTextBox2.Padding = new Padding(5);
            uiTextBox2.ShowText = false;
            uiTextBox2.Size = new Size(87, 29);
            uiTextBox2.TabIndex = 2;
            uiTextBox2.TextAlignment = ContentAlignment.MiddleLeft;
            uiTextBox2.Watermark = "";
            // 
            // uiTextBox1
            // 
            uiTextBox1.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            uiTextBox1.Location = new Point(94, 45);
            uiTextBox1.Margin = new Padding(4, 5, 4, 5);
            uiTextBox1.MinimumSize = new Size(1, 16);
            uiTextBox1.Name = "uiTextBox1";
            uiTextBox1.Padding = new Padding(5);
            uiTextBox1.ShowText = false;
            uiTextBox1.Size = new Size(87, 29);
            uiTextBox1.TabIndex = 2;
            uiTextBox1.TextAlignment = ContentAlignment.MiddleLeft;
            uiTextBox1.Watermark = "";
            // 
            // uiLabel4
            // 
            uiLabel4.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            uiLabel4.ForeColor = Color.FromArgb(48, 48, 48);
            uiLabel4.Location = new Point(14, 177);
            uiLabel4.Name = "uiLabel4";
            uiLabel4.Size = new Size(64, 29);
            uiLabel4.TabIndex = 1;
            uiLabel4.Text = "角度";
            uiLabel4.TextAlign = ContentAlignment.MiddleLeft;
            // 
            // uiLabel3
            // 
            uiLabel3.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            uiLabel3.ForeColor = Color.FromArgb(48, 48, 48);
            uiLabel3.Location = new Point(14, 131);
            uiLabel3.Name = "uiLabel3";
            uiLabel3.Size = new Size(64, 29);
            uiLabel3.TabIndex = 1;
            uiLabel3.Text = "高度";
            uiLabel3.TextAlign = ContentAlignment.MiddleLeft;
            // 
            // uiLabel2
            // 
            uiLabel2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            uiLabel2.ForeColor = Color.FromArgb(48, 48, 48);
            uiLabel2.Location = new Point(14, 88);
            uiLabel2.Name = "uiLabel2";
            uiLabel2.Size = new Size(64, 29);
            uiLabel2.TabIndex = 1;
            uiLabel2.Text = "宽度";
            uiLabel2.TextAlign = ContentAlignment.MiddleLeft;
            // 
            // uiLabel1
            // 
            uiLabel1.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            uiLabel1.ForeColor = Color.FromArgb(48, 48, 48);
            uiLabel1.Location = new Point(14, 45);
            uiLabel1.Name = "uiLabel1";
            uiLabel1.Size = new Size(64, 29);
            uiLabel1.TabIndex = 0;
            uiLabel1.Text = "长度";
            uiLabel1.TextAlign = ContentAlignment.MiddleLeft;
            // 
            // Log
            // 
            Log.FillColor = Color.FromArgb(255, 224, 192);
            Log.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            Log.Location = new Point(13, 594);
            Log.Margin = new Padding(4, 5, 4, 5);
            Log.MinimumSize = new Size(1, 1);
            Log.Name = "Log";
            Log.Padding = new Padding(2);
            Log.ScrollBarStyleInherited = false;
            Log.ShowText = false;
            Log.Size = new Size(1131, 108);
            Log.TabIndex = 2;
            Log.TextAlignment = ContentAlignment.MiddleCenter;
            // 
            // uiLight1
            // 
            uiLight1.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            uiLight1.Location = new Point(1094, 7);
            uiLight1.MinimumSize = new Size(1, 1);
            uiLight1.Name = "uiLight1";
            uiLight1.Radius = 44;
            uiLight1.Size = new Size(44, 44);
            uiLight1.TabIndex = 3;
            uiLight1.Text = "uiLight1";
            // 
            // uiSwitch1
            // 
            uiSwitch1.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            uiSwitch1.Location = new Point(994, 12);
            uiSwitch1.MinimumSize = new Size(1, 1);
            uiSwitch1.Name = "uiSwitch1";
            uiSwitch1.Size = new Size(94, 36);
            uiSwitch1.TabIndex = 4;
            uiSwitch1.Text = "uiSwitch1";
            // 
            // uiLedDisplay1
            // 
            uiLedDisplay1.BackColor = Color.Black;
            uiLedDisplay1.BorderColor = Color.FromArgb(255, 192, 255);
            uiLedDisplay1.BorderInColor = Color.RosyBrown;
            uiLedDisplay1.ForeColor = Color.Lime;
            uiLedDisplay1.LedBackColor = Color.Silver;
            uiLedDisplay1.Location = new Point(798, 12);
            uiLedDisplay1.Name = "uiLedDisplay1";
            uiLedDisplay1.Size = new Size(190, 34);
            uiLedDisplay1.TabIndex = 5;
            // 
            // uiLedDisplay2
            // 
            uiLedDisplay2.BackColor = Color.Black;
            uiLedDisplay2.BorderColor = Color.Transparent;
            uiLedDisplay2.BorderInColor = Color.Transparent;
            uiLedDisplay2.ForeColor = Color.Lime;
            uiLedDisplay2.LedBackColor = Color.Gray;
            uiLedDisplay2.Location = new Point(590, 12);
            uiLedDisplay2.Name = "uiLedDisplay2";
            uiLedDisplay2.Size = new Size(190, 34);
            uiLedDisplay2.TabIndex = 6;
            // 
            // splitContainer1
            // 
            splitContainer1.Location = new Point(592, 52);
            splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            splitContainer1.Panel1.Controls.Add(RunLog);
            // 
            // splitContainer1.Panel2
            // 
            splitContainer1.Panel2.Controls.Add(ErorrLog);
            splitContainer1.Size = new Size(552, 182);
            splitContainer1.SplitterDistance = 291;
            splitContainer1.TabIndex = 7;
            // 
            // RunLog
            // 
            RunLog.FillColor = Color.FromArgb(0, 192, 0);
            RunLog.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            RunLog.Location = new Point(4, 5);
            RunLog.Margin = new Padding(4, 5, 4, 5);
            RunLog.MinimumSize = new Size(1, 1);
            RunLog.Name = "RunLog";
            RunLog.Padding = new Padding(2);
            RunLog.ScrollBarStyleInherited = false;
            RunLog.ShowText = false;
            RunLog.Size = new Size(282, 172);
            RunLog.TabIndex = 0;
            RunLog.TextAlignment = ContentAlignment.MiddleCenter;
            // 
            // ErorrLog
            // 
            ErorrLog.FillColor = Color.Fuchsia;
            ErorrLog.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
            ErorrLog.Location = new Point(4, 5);
            ErorrLog.Margin = new Padding(4, 5, 4, 5);
            ErorrLog.MinimumSize = new Size(1, 1);
            ErorrLog.Name = "ErorrLog";
            ErorrLog.Padding = new Padding(2);
            ErorrLog.ScrollBarStyleInherited = false;
            ErorrLog.ShowText = false;
            ErorrLog.Size = new Size(247, 172);
            ErorrLog.TabIndex = 1;
            ErorrLog.TextAlignment = ContentAlignment.MiddleCenter;
            // 
            // Form1
            // 
            AutoScaleDimensions = new SizeF(9F, 20F);
            AutoScaleMode = AutoScaleMode.Font;
            BackColor = Color.Black;
            ClientSize = new Size(1150, 706);
            Controls.Add(splitContainer1);
            Controls.Add(uiLedDisplay2);
            Controls.Add(uiLedDisplay1);
            Controls.Add(uiSwitch1);
            Controls.Add(uiLight1);
            Controls.Add(Log);
            Controls.Add(uiGroupBox1);
            Controls.Add(Data);
            FormBorderStyle = FormBorderStyle.FixedSingle;
            MaximizeBox = false;
            Name = "Form1";
            Text = "上位机";
            Load += Form1_Load;
            ((System.ComponentModel.ISupportInitialize)Data).EndInit();
            uiGroupBox1.ResumeLayout(false);
            splitContainer1.Panel1.ResumeLayout(false);
            splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)splitContainer1).EndInit();
            splitContainer1.ResumeLayout(false);
            ResumeLayout(false);
        }

        #endregion

        private Sunny.UI.UIDataGridView Data;
        private Sunny.UI.UIGroupBox uiGroupBox1;
        private Sunny.UI.UIRichTextBox Log;
        private Sunny.UI.UILight uiLight1;
        private Sunny.UI.UISwitch uiSwitch1;
        private Sunny.UI.UILedDisplay uiLedDisplay1;
        private Sunny.UI.UILedDisplay uiLedDisplay2;
        private SplitContainer splitContainer1;
        private Sunny.UI.UITextBox uiTextBox1;
        private Sunny.UI.UILabel uiLabel4;
        private Sunny.UI.UILabel uiLabel3;
        private Sunny.UI.UILabel uiLabel2;
        private Sunny.UI.UILabel uiLabel1;
        private Sunny.UI.UITextBox uiTextBox4;
        private Sunny.UI.UITextBox uiTextBox3;
        private Sunny.UI.UITextBox uiTextBox2;
        private Sunny.UI.UITextBox uiTextBox9;
        private Sunny.UI.UITextBox uiTextBox10;
        private Sunny.UI.UITextBox uiTextBox11;
        private Sunny.UI.UITextBox uiTextBox12;
        private Sunny.UI.UILabel uiLabel9;
        private Sunny.UI.UILabel uiLabel10;
        private Sunny.UI.UILabel uiLabel11;
        private Sunny.UI.UILabel uiLabel12;
        private Sunny.UI.UITextBox uiTextBox5;
        private Sunny.UI.UITextBox uiTextBox6;
        private Sunny.UI.UITextBox uiTextBox7;
        private Sunny.UI.UITextBox uiTextBox8;
        private Sunny.UI.UILabel uiLabel5;
        private Sunny.UI.UILabel uiLabel6;
        private Sunny.UI.UILabel uiLabel7;
        private Sunny.UI.UILabel uiLabel8;
        private Sunny.UI.UIRichTextBox RunLog;
        private Sunny.UI.UIRichTextBox ErorrLog;
        private DataGridViewTextBoxColumn Column1;
        private DataGridViewTextBoxColumn Column2;
        private DataGridViewTextBoxColumn Column3;
        private DataGridViewTextBoxColumn Column4;
        private DataGridViewTextBoxColumn Column5;
        private DataGridViewTextBoxColumn Column6;
        private DataGridViewTextBoxColumn Column7;
        private DataGridViewTextBoxColumn Column8;
        private DataGridViewTextBoxColumn Column9;
        private DataGridViewTextBoxColumn Column10;
        private DataGridViewTextBoxColumn Column11;
        private DataGridViewTextBoxColumn Column12;
        private DataGridViewTextBoxColumn Column13;
        private DataGridViewTextBoxColumn Column14;
        private DataGridViewTextBoxColumn Column15;
    }
}

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/1894461.html

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!

相关文章

GPU相关的一些截图(备查,待整理)

GPU相关的一些截图 这里记录一些与GPU相关的截图,方便查阅

线段树求区间最值问题

引言 今天主要还是练了两道题&#xff0c;是有关线段树如何去求一个区间内的最值问题的&#xff0c;我们可以用线段树来解决。 对应一个无法改变顺序的数组&#xff0c;我们想要去求一个区间内的最值&#xff0c;假设有n个结点&#xff0c;m次询问&#xff0c;暴力的解决办法…

【高校科研前沿】南京地理与湖泊研究所博士后夏凡为第一作者在环境科学与水资源领域Top期刊发文:钙对云南洱海溶解有机质与浮游细菌相互作用的调控作用

文章简介 论文名称&#xff1a;Calcium regulates the interactions between dissolved organic matter and planktonic bacteria in Erhai Lake, Yunnan Province, China 第一作者及单位&#xff1a;夏凡&#xff08;博士后|中国科学院南京地理与湖泊研究所&#xff09; 通讯…

关于虚拟机CentOS 7使用ssh无法连接(详细)

虚拟机CentOS 7使用ssh无法连接 猜测&#xff1a;可能是虚拟机软件的网关和和centos7的网关不同导致的问题。 首先打开CentOS7的终端, 输入ifconfig&#xff0c;查看一下系统的ip 打开虚拟机的虚拟网络编辑器, 查看一下网关, 发现确实不一样. 这里有两种方式, 要么修改虚…

fluwx插件实现微信支付

Flutter开发使用fluwx插件实现微信支付&#xff0c;代码量不多&#xff0c;复杂的是安卓和iOS的各种配置。 在 pubspec.yaml 文件中添加fluwx依赖 fluwx: ^4.5.5 使用方法 通过fluwx注册微信Api await Fluwx().registerApi(appId: wxea7a1c53d9e5849d, universalLink: htt…

Android系统集成和使用FFmpeg

文章目录 前言FFmpeg源码下载交叉编译NDK下载x264编译源码下载编译 FFmpeg编译脚本 AOSP继承FFmpeg 前言 原生AOSP中并未继承FFmpeg&#xff0c;所以要想在android上使用&#xff0c;需要自己编译集成。 FFmpeg源码下载 git clone https://git.ffmpeg.org/ffmpeg.git目前最新…

Java [ 基础 ] Stream流 ✨

✨探索Java基础Stream流✨ 在现代Java编程中&#xff0c;Stream是一个非常强大的工具&#xff0c;它提供了一种更高效和简洁的方式来处理集合数据。在这篇博客中&#xff0c;我们将深入探讨Java中的Stream流&#xff0c;介绍它的基础知识、常见操作和一些实用示例。 什么是Str…

暗潮短视频:成都柏煜文化传媒有限公司

暗潮短视频&#xff1a;涌动的新媒体力量 在数字化时代的浪潮中&#xff0c;短视频以其独特的魅力和无限的潜力&#xff0c;迅速成为新媒体领域的一股强大力量。而在这片繁荣的短视频领域中&#xff0c;成都柏煜文化传媒有限公司“暗潮短视频”以其独特的定位和深邃的内容&…

解决mysql数据库连接报错:Authentication plugin ‘caching_sha2_password‘ cannot be loaded

解决mysql数据库连接报错&#xff1a;Authentication plugin ‘caching_sha2_password’ cannot be loaded OperationalError: (2059, “Authentication plugin ‘caching_sha2_password’ cannot be loaded: /usr/lib/mysql/plugin/caching_sha2_password.so: cannot open sha…

虚拟机与主机的联通

本地光纤分配地址给路由器--》连结路由器是连结局域网--》由路由器分配IP地址 因此在网站上搜索的IP与本机的IP是不一样的 1.windows查看主机IP地址 在终端输入 2.linux虚拟机查看ip 3.主机是否联通虚拟机ping加ip

【AI学习】无线AI的问题和挑战

无线AI&#xff0c;即无线人工智能&#xff0c;是指内生于未来&#xff08;6G&#xff09;无线通信系统并通过无线架构、无线数据、无线算法和无线应用所呈现出来的新的人工智能技术体系。 最近一直在进行无线AI的调研&#xff0c;感觉真的是路漫漫其修远兮。业界有一些探索&a…

数学建模------Matlab数据可视化

目录 1.plot函数 &#xff08;1&#xff09;函数介绍 &#xff08;2&#xff09;参数介绍 &#xff08;3&#xff09;图形美化 &#xff08;4&#xff09;背景更改 &#xff08;5&#xff09;多组绘制 &#xff08;6&#xff09;图形叠加 &#xff08;7&#xff09;添加…

Matplotlib 简介

import matplotlib.pyplot as plt plt.plot([1, 2, 3, 4]) plt.ylabel(some numbers) plt.show() 当使用plot只传入单个数组时&#xff0c;matplotlib会认为这是y的值&#xff0c;并自动生成长度相同&#xff0c;但是从0开始的x值&#xff0c;所以这里的x会自动生成为 [0,1,2,…

Vue.js 案例——商品管理

一.需要做出的效果图&#xff1a; 二.实现的步骤 首先&#xff0c;先建一个项目&#xff0c;命名Table&#xff0c;在Table项目中的components里新建一个MyTable.vue文件。 第二步&#xff0c;在原有的 HelloWorld.vue中写入代码。 HelloWorld.vue代码如下&#xff1a; <…

土地规划与文化遗产保护:在发展浪潮中守护历史的脉络

在这个日新月异的时代&#xff0c;城市化进程如火如荼&#xff0c;土地规划作为引导城市发展方向的关键&#xff0c;承载着平衡发展与保护的重任。在追求现代化的同时&#xff0c;保护文化遗产不仅是对过去的尊重&#xff0c;更是对未来负责。本文旨在深入探讨如何在土地规划实…

云桌面运维工程师

一 深信服驻场工程师 1 深信服AC、AF、AD、NGAF、WOC Atrust、WAF项目实施经验者优先考虑。 负责云桌面POC测试 部署和配置&#xff1a;设置云桌面基础设施&#xff0c;包括虚拟化平台、云桌面管理软件和相关组件。确保正确配置网络、存储和安全设置。 用户体验&#xff1…

7.3数据库第一次作业

安装MySQL 1.打开安装包 2.选择自定义安装&#xff08;custom&#xff09;并点击下一步 3.自定义安装路径 4.点击执行 5.执行成功 6.默认选项点击下一步 7.选择新的授权方式并点击下一步 8.配置密码 9.默认配置并点击下一步 10.点击执行&#xff08;Execute&#xff09; 11.执…

bcc python开发示例

文章目录 1. hello_world.py2. hello_fields.py3. sync_timing.py4. disksnoop.py5. hello_perf_output.py6. bitehist.py7. vfsreadlat.py8. urandomread.py9. strlen_count.py10. nodejs_http_server.py11. task_switch.c12. 监视 do_execve 1. hello_world.py from bcc imp…

Ubuntu 24.04-自动安装-Nvidia驱动

教程 但在安全启动模式下可能会报错。 先在Nvidia官网找到GPU对应的驱动版&#xff0c; 1. 在软件与更新中选择合适的驱动 2. ubuntu自动安装驱动 sudo ubuntu-drivers autoinstall显示驱动 ubuntu-drivers devices3. 安装你想要的驱动 sudo apt install nvidia-driver-ve…

React@16.x(48)路由v5.x(13)源码(5)- 实现 Switch

目录 1&#xff0c;原生 Switch 的渲染内容2&#xff0c;实现 1&#xff0c;原生 Switch 的渲染内容 对如下代码来说&#xff1a; import { BrowserRouter as Router, Route, Switch } from "react-router-dom"; function News() {return <div className"p…