Newer
Older
IRIS_COLLECT / IOM_cs / insertForm / CtrlWriteData.Designer.cs
yangqianqian on 29 Dec 2020 9 KB first
namespace IOM_cs.insertForm
{
    partial class CtrlWriteData
    {
        /// <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 组件设计器生成的代码

        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {  
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.txt_sbbh = new System.Windows.Forms.TextBox();
            this.txt_sbxh = new System.Windows.Forms.TextBox();
            this.btn_write = new IOM_cs.RoundButton();
            this.label_idNow = new System.Windows.Forms.Label();
            this.label_modelNow = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.White;
            this.label1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.label1.Font = new System.Drawing.Font("微软雅黑", 25F);
            this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(111)))), ((int)(((byte)(198)))));
            this.label1.Location = new System.Drawing.Point(26, 31);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(29, 45);
            this.label1.TabIndex = 389;
            this.label1.Text = "|";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.BackColor = System.Drawing.Color.White;
            this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(111)))), ((int)(((byte)(198)))));
            this.label2.Location = new System.Drawing.Point(50, 47);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(135, 19);
            this.label2.TabIndex = 390;
            this.label2.Text = "往采集设备写入数据";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.BackColor = System.Drawing.Color.White;
            this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.Location = new System.Drawing.Point(262, 225);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(79, 20);
            this.label3.TabIndex = 391;
            this.label3.Text = "设备编号:";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.BackColor = System.Drawing.Color.White;
            this.label4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label4.Location = new System.Drawing.Point(262, 284);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(79, 20);
            this.label4.TabIndex = 392;
            this.label4.Text = "设备型号:";
            // 
            // txt_sbbh
            // 
            this.txt_sbbh.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txt_sbbh.Location = new System.Drawing.Point(359, 222);
            this.txt_sbbh.Name = "txt_sbbh";
            this.txt_sbbh.Size = new System.Drawing.Size(213, 26);
            this.txt_sbbh.TabIndex = 393;
            // 
            // txt_sbxh
            // 
            this.txt_sbxh.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txt_sbxh.Location = new System.Drawing.Point(359, 280);
            this.txt_sbxh.Name = "txt_sbxh";
            this.txt_sbxh.Size = new System.Drawing.Size(213, 26);
            this.txt_sbxh.TabIndex = 394;
            // 
            // btn_write
            // 
            this.btn_write.EnterBackColor = System.Drawing.Color.Blue;
            this.btn_write.EnterForeColor = System.Drawing.Color.White;
            this.btn_write.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.btn_write.FlatAppearance.BorderSize = 0;
            this.btn_write.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.btn_write.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.btn_write.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_write.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_write.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(111)))), ((int)(((byte)(198)))));
            this.btn_write.HoverForeColor = System.Drawing.Color.White;
            this.btn_write.Location = new System.Drawing.Point(345, 387);
            this.btn_write.Name = "btn_write";
            this.btn_write.PressBackColor = System.Drawing.Color.DarkBlue;
            this.btn_write.PressForeColor = System.Drawing.Color.White;
            this.btn_write.Radius = 5;
            this.btn_write.Size = new System.Drawing.Size(151, 30);
            this.btn_write.TabIndex = 435;
            this.btn_write.Text = "写入";
            this.btn_write.UseVisualStyleBackColor = true;
            this.btn_write.Click += new System.EventHandler(this.btn_write_Click);
            // 
            // label_idNow
            // 
            this.label_idNow.AutoSize = true;
            this.label_idNow.BackColor = System.Drawing.Color.White;
            this.label_idNow.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label_idNow.Location = new System.Drawing.Point(330, 112);
            this.label_idNow.Name = "label_idNow";
            this.label_idNow.Size = new System.Drawing.Size(0, 20);
            this.label_idNow.TabIndex = 436;
            // 
            // label_modelNow
            // 
            this.label_modelNow.AutoSize = true;
            this.label_modelNow.BackColor = System.Drawing.Color.White;
            this.label_modelNow.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label_modelNow.Location = new System.Drawing.Point(330, 149);
            this.label_modelNow.Name = "label_modelNow";
            this.label_modelNow.Size = new System.Drawing.Size(0, 20);
            this.label_modelNow.TabIndex = 437;
            // 
            // CtrlWriteData
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(242)))));
            this.BackgroundImage = global::IOM_cs.Properties.Resources.白色阴影底框详情页;
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.Controls.Add(this.label_modelNow);
            this.Controls.Add(this.label_idNow);
            this.Controls.Add(this.btn_write);
            this.Controls.Add(this.txt_sbxh);
            this.Controls.Add(this.txt_sbbh);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.DoubleBuffered = true;
            this.Name = "CtrlWriteData";
            this.Size = new System.Drawing.Size(900, 560);
            this.Load += new System.EventHandler(this.CtrlWriteData_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }



        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox txt_sbbh;
        private System.Windows.Forms.TextBox txt_sbxh;
        private RoundButton btn_write;
        private System.Windows.Forms.Label label_idNow;
        private System.Windows.Forms.Label label_modelNow;
    }
}