⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.designer.cs

📁 开发C#串口实现了通讯功能好用的很 还有点小的问题要修改一下
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace GetPower
{
    partial class FrmshowinfoPower
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmshowinfoPower));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.btnSetX = new System.Windows.Forms.Button();
            this.btnSetL = new System.Windows.Forms.Button();
            this.label5 = new System.Windows.Forms.Label();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.txtCWX = new System.Windows.Forms.TextBox();
            this.txtCIX = new System.Windows.Forms.TextBox();
            this.txtCVX = new System.Windows.Forms.TextBox();
            this.txtCWL = new System.Windows.Forms.TextBox();
            this.txtCIL = new System.Windows.Forms.TextBox();
            this.txtCVL = new System.Windows.Forms.TextBox();
            this.label13 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.txtBWX = new System.Windows.Forms.TextBox();
            this.txtBIX = new System.Windows.Forms.TextBox();
            this.txtBVX = new System.Windows.Forms.TextBox();
            this.txtBWL = new System.Windows.Forms.TextBox();
            this.txtBIL = new System.Windows.Forms.TextBox();
            this.txtBVL = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.txtAWX = new System.Windows.Forms.TextBox();
            this.txtAIX = new System.Windows.Forms.TextBox();
            this.txtAVX = new System.Windows.Forms.TextBox();
            this.txtAWL = new System.Windows.Forms.TextBox();
            this.txtAIL = new System.Windows.Forms.TextBox();
            this.txtAVL = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.label6 = new System.Windows.Forms.Label();
            this.groupBox6 = new System.Windows.Forms.GroupBox();
            this.txtCWC = new System.Windows.Forms.TextBox();
            this.txtCIC = new System.Windows.Forms.TextBox();
            this.txtCVC = new System.Windows.Forms.TextBox();
            this.txtCWY = new System.Windows.Forms.TextBox();
            this.txtCIY = new System.Windows.Forms.TextBox();
            this.txtCVY = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.groupBox7 = new System.Windows.Forms.GroupBox();
            this.txtBWC = new System.Windows.Forms.TextBox();
            this.txtBIC = new System.Windows.Forms.TextBox();
            this.txtBVC = new System.Windows.Forms.TextBox();
            this.txtBWY = new System.Windows.Forms.TextBox();
            this.txtBIY = new System.Windows.Forms.TextBox();
            this.txtBVY = new System.Windows.Forms.TextBox();
            this.label17 = new System.Windows.Forms.Label();
            this.label18 = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.groupBox8 = new System.Windows.Forms.GroupBox();
            this.txtAWC = new System.Windows.Forms.TextBox();
            this.txtAIC = new System.Windows.Forms.TextBox();
            this.txtAVC = new System.Windows.Forms.TextBox();
            this.txtAWY = new System.Windows.Forms.TextBox();
            this.txtAIY = new System.Windows.Forms.TextBox();
            this.txtAVY = new System.Windows.Forms.TextBox();
            this.label20 = new System.Windows.Forms.Label();
            this.label21 = new System.Windows.Forms.Label();
            this.label22 = new System.Windows.Forms.Label();
            this.groupBox9 = new System.Windows.Forms.GroupBox();
            this.label23 = new System.Windows.Forms.Label();
            this.cmbCOMM = new System.Windows.Forms.ComboBox();
            this.btnwriteSet = new System.Windows.Forms.Button();
            this.btnReadSet = new System.Windows.Forms.Button();
            this.btnExit = new System.Windows.Forms.Button();
            this.lblMsg = new System.Windows.Forms.Label();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.com = new AxMSCommLib.AxMSComm();
            this.lblxs = new System.Windows.Forms.Label();
            this.lbllp = new System.Windows.Forms.Label();
            this.groupBox1.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.groupBox6.SuspendLayout();
            this.groupBox7.SuspendLayout();
            this.groupBox8.SuspendLayout();
            this.groupBox9.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.com)).BeginInit();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.btnSetX);
            this.groupBox1.Controls.Add(this.btnSetL);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.groupBox4);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.groupBox3);
            this.groupBox1.Controls.Add(this.groupBox2);
            this.groupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox1.Location = new System.Drawing.Point(12, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.groupBox1.Size = new System.Drawing.Size(270, 351);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "设置";
            // 
            // btnSetX
            // 
            this.btnSetX.Location = new System.Drawing.Point(164, 317);
            this.btnSetX.Name = "btnSetX";
            this.btnSetX.Size = new System.Drawing.Size(80, 26);
            this.btnSetX.TabIndex = 6;
            this.btnSetX.Text = "设置系数";
            this.btnSetX.UseVisualStyleBackColor = true;
            this.btnSetX.MouseLeave += new System.EventHandler(this.btnSetX_MouseLeave);
            this.btnSetX.Click += new System.EventHandler(this.btnSetX_Click);
            this.btnSetX.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnSetX_MouseMove);
            // 
            // btnSetL
            // 
            this.btnSetL.Location = new System.Drawing.Point(59, 317);
            this.btnSetL.Name = "btnSetL";
            this.btnSetL.Size = new System.Drawing.Size(80, 26);
            this.btnSetL.TabIndex = 5;
            this.btnSetL.Text = "设置零偏";
            this.btnSetL.UseCompatibleTextRendering = true;
            this.btnSetL.UseVisualStyleBackColor = true;
            this.btnSetL.MouseLeave += new System.EventHandler(this.btnSetL_MouseLeave);
            this.btnSetL.Click += new System.EventHandler(this.btnSetL_Click);
            this.btnSetL.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnSetL_MouseMove);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.label5.Location = new System.Drawing.Point(180, 14);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(42, 16);
            this.label5.TabIndex = 4;
            this.label5.Text = "系数";
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.txtCWX);
            this.groupBox4.Controls.Add(this.txtCIX);
            this.groupBox4.Controls.Add(this.txtCVX);
            this.groupBox4.Controls.Add(this.txtCWL);
            this.groupBox4.Controls.Add(this.txtCIL);
            this.groupBox4.Controls.Add(this.txtCVL);
            this.groupBox4.Controls.Add(this.label13);
            this.groupBox4.Controls.Add(this.label14);
            this.groupBox4.Controls.Add(this.label15);
            this.groupBox4.Location = new System.Drawing.Point(6, 218);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(258, 93);
            this.groupBox4.TabIndex = 2;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "C相电表";
            // 
            // txtCWX
            // 
            this.txtCWX.Location = new System.Drawing.Point(148, 68);
            this.txtCWX.Name = "txtCWX";
            this.txtCWX.Size = new System.Drawing.Size(99, 21);
            this.txtCWX.TabIndex = 8;
            // 
            // txtCIX
            // 
            this.txtCIX.Location = new System.Drawing.Point(148, 41);
            this.txtCIX.Name = "txtCIX";
            this.txtCIX.Size = new System.Drawing.Size(99, 21);
            this.txtCIX.TabIndex = 7;
            // 
            // txtCVX
            // 
            this.txtCVX.Location = new System.Drawing.Point(148, 14);
            this.txtCVX.Name = "txtCVX";
            this.txtCVX.Size = new System.Drawing.Size(99, 21);
            this.txtCVX.TabIndex = 6;
            // 
            // txtCWL
            // 
            this.txtCWL.Location = new System.Drawing.Point(43, 67);
            this.txtCWL.Name = "txtCWL";
            this.txtCWL.Size = new System.Drawing.Size(99, 21);
            this.txtCWL.TabIndex = 5;
            // 
            // txtCIL
            // 
            this.txtCIL.Location = new System.Drawing.Point(43, 40);
            this.txtCIL.Name = "txtCIL";
            this.txtCIL.Size = new System.Drawing.Size(99, 21);
            this.txtCIL.TabIndex = 4;
            // 
            // txtCVL
            // 
            this.txtCVL.Location = new System.Drawing.Point(43, 13);
            this.txtCVL.Name = "txtCVL";
            this.txtCVL.Size = new System.Drawing.Size(99, 21);
            this.txtCVL.TabIndex = 3;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(8, 70);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(29, 12);
            this.label13.TabIndex = 2;
            this.label13.Text = "功率";
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(8, 43);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(29, 12);
            this.label14.TabIndex = 1;
            this.label14.Text = "电流";
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(8, 17);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(29, 12);
            this.label15.TabIndex = 0;
            this.label15.Text = "电压";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.label4.Location = new System.Drawing.Point(80, 14);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(42, 16);
            this.label4.TabIndex = 3;
            this.label4.Text = "零偏";
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.txtBWX);
            this.groupBox3.Controls.Add(this.txtBIX);
            this.groupBox3.Controls.Add(this.txtBVX);
            this.groupBox3.Controls.Add(this.txtBWL);
            this.groupBox3.Controls.Add(this.txtBIL);
            this.groupBox3.Controls.Add(this.txtBVL);
            this.groupBox3.Controls.Add(this.label8);
            this.groupBox3.Controls.Add(this.label9);
            this.groupBox3.Controls.Add(this.label10);
            this.groupBox3.Location = new System.Drawing.Point(6, 119);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(258, 93);
            this.groupBox3.TabIndex = 1;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "B相电表";
            // 
            // txtBWX
            // 
            this.txtBWX.Location = new System.Drawing.Point(148, 68);
            this.txtBWX.Name = "txtBWX";
            this.txtBWX.Size = new System.Drawing.Size(99, 21);
            this.txtBWX.TabIndex = 8;
            // 
            // txtBIX
            // 
            this.txtBIX.Location = new System.Drawing.Point(148, 41);
            this.txtBIX.Name = "txtBIX";
            this.txtBIX.Size = new System.Drawing.Size(99, 21);
            this.txtBIX.TabIndex = 7;
            // 
            // txtBVX
            // 
            this.txtBVX.Location = new System.Drawing.Point(148, 14);
            this.txtBVX.Name = "txtBVX";
            this.txtBVX.Size = new System.Drawing.Size(99, 21);
            this.txtBVX.TabIndex = 6;
            // 
            // txtBWL
            // 
            this.txtBWL.Location = new System.Drawing.Point(43, 67);
            this.txtBWL.Name = "txtBWL";
            this.txtBWL.Size = new System.Drawing.Size(99, 21);
            this.txtBWL.TabIndex = 5;
            // 
            // txtBIL
            // 
            this.txtBIL.Location = new System.Drawing.Point(43, 40);
            this.txtBIL.Name = "txtBIL";
            this.txtBIL.Size = new System.Drawing.Size(99, 21);
            this.txtBIL.TabIndex = 4;
            // 
            // txtBVL
            // 
            this.txtBVL.Location = new System.Drawing.Point(43, 13);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -