Newer
Older
IRIS_COLLECT / IOM_cs / insertForm / sysSetting / CtrlDeviceEdit.Designer.cs
yangqianqian on 29 Dec 2020 14 KB first
namespace IOM_cs.insertForm.sysSetting
{
    partial class CtrlDeviceEdit
    {
        /// <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()
        {
            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.btn_save = new IOM_cs.RoundButton();
            this.btn_cancel = new IOM_cs.RoundButton();
            this.txt_deviceCode = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.txt_ip = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.txt_port = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.txt_remarks = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.label8 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(75, 50);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 20);
            this.label1.TabIndex = 19;
            this.label1.Text = "设备编号";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(116, 101);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(22, 20);
            this.label2.TabIndex = 20;
            this.label2.Text = "IP";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            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(93, 153);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(51, 20);
            this.label3.TabIndex = 21;
            this.label3.Text = "端口号";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            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(107, 203);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(37, 20);
            this.label4.TabIndex = 22;
            this.label4.Text = "备注";
            // 
            // btn_save
            // 
            this.btn_save.EnterBackColor = System.Drawing.Color.Blue;
            this.btn_save.EnterForeColor = System.Drawing.Color.White;
            this.btn_save.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.btn_save.FlatAppearance.BorderSize = 0;
            this.btn_save.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.btn_save.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.btn_save.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_save.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_save.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(111)))), ((int)(((byte)(198)))));
            this.btn_save.HoverForeColor = System.Drawing.Color.White;
            this.btn_save.Location = new System.Drawing.Point(132, 272);
            this.btn_save.Name = "btn_save";
            this.btn_save.PressBackColor = System.Drawing.Color.DarkBlue;
            this.btn_save.PressForeColor = System.Drawing.Color.White;
            this.btn_save.Radius = 5;
            this.btn_save.Size = new System.Drawing.Size(80, 30);
            this.btn_save.TabIndex = 27;
            this.btn_save.Text = "保存";
            this.btn_save.UseVisualStyleBackColor = true;
            this.btn_save.Click += new System.EventHandler(this.btn_save_Click);
            // 
            // btn_cancel
            // 
            this.btn_cancel.EnterBackColor = System.Drawing.Color.Blue;
            this.btn_cancel.EnterForeColor = System.Drawing.Color.White;
            this.btn_cancel.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.btn_cancel.FlatAppearance.BorderSize = 0;
            this.btn_cancel.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.btn_cancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.btn_cancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_cancel.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_cancel.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(163)))), ((int)(((byte)(242)))));
            this.btn_cancel.HoverForeColor = System.Drawing.Color.White;
            this.btn_cancel.Location = new System.Drawing.Point(218, 272);
            this.btn_cancel.Name = "btn_cancel";
            this.btn_cancel.PressBackColor = System.Drawing.Color.DarkBlue;
            this.btn_cancel.PressForeColor = System.Drawing.Color.White;
            this.btn_cancel.Radius = 5;
            this.btn_cancel.Size = new System.Drawing.Size(80, 30);
            this.btn_cancel.TabIndex = 28;
            this.btn_cancel.Text = "取消";
            this.btn_cancel.UseVisualStyleBackColor = true;
            this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
            // 
            // txt_deviceCode
            // 
            this.txt_deviceCode.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            // 
            // 
            // 
            this.txt_deviceCode.Border.BorderColor = System.Drawing.SystemColors.ScrollBar;
            this.txt_deviceCode.Border.Class = "TextBoxBorder";
            this.txt_deviceCode.Border.CornerDiameter = 5;
            this.txt_deviceCode.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.txt_deviceCode.DisabledBackColor = System.Drawing.SystemColors.ButtonFace;
            this.txt_deviceCode.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txt_deviceCode.Location = new System.Drawing.Point(155, 45);
            this.txt_deviceCode.Name = "txt_deviceCode";
            this.txt_deviceCode.PreventEnterBeep = true;
            this.txt_deviceCode.Size = new System.Drawing.Size(190, 30);
            this.txt_deviceCode.TabIndex = 306;
            // 
            // txt_ip
            // 
            this.txt_ip.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            // 
            // 
            // 
            this.txt_ip.Border.BorderColor = System.Drawing.SystemColors.ScrollBar;
            this.txt_ip.Border.Class = "TextBoxBorder";
            this.txt_ip.Border.CornerDiameter = 5;
            this.txt_ip.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.txt_ip.DisabledBackColor = System.Drawing.SystemColors.ButtonFace;
            this.txt_ip.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txt_ip.Location = new System.Drawing.Point(155, 97);
            this.txt_ip.Name = "txt_ip";
            this.txt_ip.PreventEnterBeep = true;
            this.txt_ip.Size = new System.Drawing.Size(190, 30);
            this.txt_ip.TabIndex = 307;
            // 
            // txt_port
            // 
            this.txt_port.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            // 
            // 
            // 
            this.txt_port.Border.BorderColor = System.Drawing.SystemColors.ScrollBar;
            this.txt_port.Border.Class = "TextBoxBorder";
            this.txt_port.Border.CornerDiameter = 5;
            this.txt_port.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.txt_port.DisabledBackColor = System.Drawing.SystemColors.ButtonFace;
            this.txt_port.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txt_port.Location = new System.Drawing.Point(155, 149);
            this.txt_port.Name = "txt_port";
            this.txt_port.PreventEnterBeep = true;
            this.txt_port.Size = new System.Drawing.Size(190, 30);
            this.txt_port.TabIndex = 308;
            // 
            // txt_remarks
            // 
            this.txt_remarks.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            // 
            // 
            // 
            this.txt_remarks.Border.BorderColor = System.Drawing.SystemColors.ScrollBar;
            this.txt_remarks.Border.Class = "TextBoxBorder";
            this.txt_remarks.Border.CornerDiameter = 5;
            this.txt_remarks.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.txt_remarks.DisabledBackColor = System.Drawing.SystemColors.ButtonFace;
            this.txt_remarks.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txt_remarks.Location = new System.Drawing.Point(155, 199);
            this.txt_remarks.Name = "txt_remarks";
            this.txt_remarks.PreventEnterBeep = true;
            this.txt_remarks.Size = new System.Drawing.Size(190, 30);
            this.txt_remarks.TabIndex = 309;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.BackColor = System.Drawing.Color.Transparent;
            this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label8.ForeColor = System.Drawing.Color.OrangeRed;
            this.label8.Location = new System.Drawing.Point(104, 101);
            this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(17, 21);
            this.label8.TabIndex = 376;
            this.label8.Text = "*";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.BackColor = System.Drawing.Color.Transparent;
            this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label5.ForeColor = System.Drawing.Color.OrangeRed;
            this.label5.Location = new System.Drawing.Point(80, 155);
            this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(17, 21);
            this.label5.TabIndex = 377;
            this.label5.Text = "*";
            // 
            // CtrlDeviceEdit
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(242)))));
            this.ClientSize = new System.Drawing.Size(419, 336);
            this.Controls.Add(this.txt_remarks);
            this.Controls.Add(this.txt_port);
            this.Controls.Add(this.txt_ip);
            this.Controls.Add(this.txt_deviceCode);
            this.Controls.Add(this.btn_cancel);
            this.Controls.Add(this.btn_save);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label8);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "CtrlDeviceEdit";
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "编辑设备";
            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 RoundButton btn_save;
        private RoundButton btn_cancel;
        private DevComponents.DotNetBar.Controls.TextBoxX txt_deviceCode;
        private DevComponents.DotNetBar.Controls.TextBoxX txt_ip;
        private DevComponents.DotNetBar.Controls.TextBoxX txt_port;
        private DevComponents.DotNetBar.Controls.TextBoxX txt_remarks;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label5;
    }
}