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

📄 fdatashow.designer.cs

📁 一个用C#写的CDT主站程序
💻 CS
字号:
namespace MySerial
{
    partial class FDataShow
    {
        /// <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.tabCtrl_DataShow = new System.Windows.Forms.TabControl();
            this.tabPage_YC = new System.Windows.Forms.TabPage();
            this.listView_YC = new System.Windows.Forms.ListView();
            this.col_YC_XH = new System.Windows.Forms.ColumnHeader();
            this.col_YC_RTU = new System.Windows.Forms.ColumnHeader();
            this.col_YC_Multi = new System.Windows.Forms.ColumnHeader();
            this.col_YC_RealValue = new System.Windows.Forms.ColumnHeader();
            this.tabPage_YX = new System.Windows.Forms.TabPage();
            this.listView_YX = new System.Windows.Forms.ListView();
            this.col_YX_XH = new System.Windows.Forms.ColumnHeader();
            this.col_YX_Status = new System.Windows.Forms.ColumnHeader();
            this.tabPage_DN = new System.Windows.Forms.TabPage();
            this.listView_DN = new System.Windows.Forms.ListView();
            this.col_DN_XH = new System.Windows.Forms.ColumnHeader();
            this.col_DN_RTU = new System.Windows.Forms.ColumnHeader();
            this.col_DN_Multi = new System.Windows.Forms.ColumnHeader();
            this.col_DN_RealValue = new System.Windows.Forms.ColumnHeader();
            this.tabPage_SOE = new System.Windows.Forms.TabPage();
            this.richTextBox_SOE = new System.Windows.Forms.RichTextBox();
            this.tabCtrl_DataShow.SuspendLayout();
            this.tabPage_YC.SuspendLayout();
            this.tabPage_YX.SuspendLayout();
            this.tabPage_DN.SuspendLayout();
            this.tabPage_SOE.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabCtrl_DataShow
            // 
            this.tabCtrl_DataShow.Controls.Add(this.tabPage_YC);
            this.tabCtrl_DataShow.Controls.Add(this.tabPage_YX);
            this.tabCtrl_DataShow.Controls.Add(this.tabPage_DN);
            this.tabCtrl_DataShow.Controls.Add(this.tabPage_SOE);
            this.tabCtrl_DataShow.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabCtrl_DataShow.Location = new System.Drawing.Point(0, 0);
            this.tabCtrl_DataShow.Name = "tabCtrl_DataShow";
            this.tabCtrl_DataShow.SelectedIndex = 0;
            this.tabCtrl_DataShow.Size = new System.Drawing.Size(416, 456);
            this.tabCtrl_DataShow.TabIndex = 0;
            // 
            // tabPage_YC
            // 
            this.tabPage_YC.Controls.Add(this.listView_YC);
            this.tabPage_YC.Location = new System.Drawing.Point(4, 21);
            this.tabPage_YC.Name = "tabPage_YC";
            this.tabPage_YC.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage_YC.Size = new System.Drawing.Size(408, 431);
            this.tabPage_YC.TabIndex = 0;
            this.tabPage_YC.Text = "遥测";
            this.tabPage_YC.UseVisualStyleBackColor = true;
            // 
            // listView_YC
            // 
            this.listView_YC.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.col_YC_XH,
            this.col_YC_RTU,
            this.col_YC_Multi,
            this.col_YC_RealValue});
            this.listView_YC.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listView_YC.FullRowSelect = true;
            this.listView_YC.GridLines = true;
            this.listView_YC.Location = new System.Drawing.Point(3, 3);
            this.listView_YC.Name = "listView_YC";
            this.listView_YC.Size = new System.Drawing.Size(402, 425);
            this.listView_YC.TabIndex = 0;
            this.listView_YC.UseCompatibleStateImageBehavior = false;
            this.listView_YC.View = System.Windows.Forms.View.Details;
            // 
            // col_YC_XH
            // 
            this.col_YC_XH.Text = "序号";
            this.col_YC_XH.Width = 48;
            // 
            // col_YC_RTU
            // 
            this.col_YC_RTU.Text = "RTU值";
            // 
            // col_YC_Multi
            // 
            this.col_YC_Multi.Text = "系数";
            this.col_YC_Multi.Width = 72;
            // 
            // col_YC_RealValue
            // 
            this.col_YC_RealValue.Text = "实际值";
            this.col_YC_RealValue.Width = 85;
            // 
            // tabPage_YX
            // 
            this.tabPage_YX.Controls.Add(this.listView_YX);
            this.tabPage_YX.Location = new System.Drawing.Point(4, 21);
            this.tabPage_YX.Name = "tabPage_YX";
            this.tabPage_YX.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage_YX.Size = new System.Drawing.Size(408, 431);
            this.tabPage_YX.TabIndex = 1;
            this.tabPage_YX.Text = "遥信";
            this.tabPage_YX.UseVisualStyleBackColor = true;
            // 
            // listView_YX
            // 
            this.listView_YX.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.col_YX_XH,
            this.col_YX_Status});
            this.listView_YX.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listView_YX.FullRowSelect = true;
            this.listView_YX.GridLines = true;
            this.listView_YX.Location = new System.Drawing.Point(3, 3);
            this.listView_YX.Name = "listView_YX";
            this.listView_YX.Size = new System.Drawing.Size(402, 425);
            this.listView_YX.TabIndex = 0;
            this.listView_YX.UseCompatibleStateImageBehavior = false;
            this.listView_YX.View = System.Windows.Forms.View.Details;
            // 
            // col_YX_XH
            // 
            this.col_YX_XH.Text = "序号";
            // 
            // col_YX_Status
            // 
            this.col_YX_Status.Text = "状态";
            // 
            // tabPage_DN
            // 
            this.tabPage_DN.Controls.Add(this.listView_DN);
            this.tabPage_DN.Location = new System.Drawing.Point(4, 21);
            this.tabPage_DN.Name = "tabPage_DN";
            this.tabPage_DN.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage_DN.Size = new System.Drawing.Size(408, 431);
            this.tabPage_DN.TabIndex = 2;
            this.tabPage_DN.Text = "电能";
            this.tabPage_DN.UseVisualStyleBackColor = true;
            // 
            // listView_DN
            // 
            this.listView_DN.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.col_DN_XH,
            this.col_DN_RTU,
            this.col_DN_Multi,
            this.col_DN_RealValue});
            this.listView_DN.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listView_DN.FullRowSelect = true;
            this.listView_DN.GridLines = true;
            this.listView_DN.Location = new System.Drawing.Point(3, 3);
            this.listView_DN.Name = "listView_DN";
            this.listView_DN.Size = new System.Drawing.Size(402, 425);
            this.listView_DN.TabIndex = 0;
            this.listView_DN.UseCompatibleStateImageBehavior = false;
            this.listView_DN.View = System.Windows.Forms.View.Details;
            // 
            // col_DN_XH
            // 
            this.col_DN_XH.Text = "序号";
            // 
            // col_DN_RTU
            // 
            this.col_DN_RTU.Text = "RTU值";
            // 
            // col_DN_Multi
            // 
            this.col_DN_Multi.Text = "系数";
            // 
            // col_DN_RealValue
            // 
            this.col_DN_RealValue.Text = "实际值";
            // 
            // tabPage_SOE
            // 
            this.tabPage_SOE.Controls.Add(this.richTextBox_SOE);
            this.tabPage_SOE.Location = new System.Drawing.Point(4, 21);
            this.tabPage_SOE.Name = "tabPage_SOE";
            this.tabPage_SOE.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage_SOE.Size = new System.Drawing.Size(408, 431);
            this.tabPage_SOE.TabIndex = 3;
            this.tabPage_SOE.Text = "SOE";
            this.tabPage_SOE.UseVisualStyleBackColor = true;
            // 
            // richTextBox_SOE
            // 
            this.richTextBox_SOE.Dock = System.Windows.Forms.DockStyle.Fill;
            this.richTextBox_SOE.Location = new System.Drawing.Point(3, 3);
            this.richTextBox_SOE.Name = "richTextBox_SOE";
            this.richTextBox_SOE.Size = new System.Drawing.Size(402, 425);
            this.richTextBox_SOE.TabIndex = 0;
            this.richTextBox_SOE.Text = "";
            // 
            // FDataShow
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(416, 456);
            this.Controls.Add(this.tabCtrl_DataShow);
            this.Name = "FDataShow";
            this.Text = "数据列表";
            this.tabCtrl_DataShow.ResumeLayout(false);
            this.tabPage_YC.ResumeLayout(false);
            this.tabPage_YX.ResumeLayout(false);
            this.tabPage_DN.ResumeLayout(false);
            this.tabPage_SOE.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TabControl tabCtrl_DataShow;
        private System.Windows.Forms.TabPage tabPage_YC;
        private System.Windows.Forms.TabPage tabPage_YX;
        private System.Windows.Forms.TabPage tabPage_DN;
        private System.Windows.Forms.TabPage tabPage_SOE;
        private System.Windows.Forms.ListView listView_YC;
        private System.Windows.Forms.ColumnHeader col_YC_XH;
        private System.Windows.Forms.ColumnHeader col_YC_RTU;
        private System.Windows.Forms.ColumnHeader col_YC_Multi;
        private System.Windows.Forms.ColumnHeader col_YC_RealValue;
        private System.Windows.Forms.ListView listView_YX;
        private System.Windows.Forms.ColumnHeader col_YX_XH;
        private System.Windows.Forms.ColumnHeader col_YX_Status;
        private System.Windows.Forms.ListView listView_DN;
        private System.Windows.Forms.ColumnHeader col_DN_XH;
        private System.Windows.Forms.ColumnHeader col_DN_RTU;
        private System.Windows.Forms.ColumnHeader col_DN_Multi;
        private System.Windows.Forms.ColumnHeader col_DN_RealValue;
        private System.Windows.Forms.RichTextBox richTextBox_SOE;
    }
}

⌨️ 快捷键说明

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