namespace IOM_cs.insertForm.sysSetting { partial class CtrlDeviceAdd { /// <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_cancle = 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(72, 40); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 20); this.label1.TabIndex = 12; 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(114, 92); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(22, 20); this.label2.TabIndex = 13; 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(85, 139); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(51, 20); this.label3.TabIndex = 14; 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(101, 185); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(37, 20); this.label4.TabIndex = 15; 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.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(143, 265); 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 = 22; this.btn_save.Text = "保存"; this.btn_save.UseVisualStyleBackColor = true; this.btn_save.Click += new System.EventHandler(this.btn_save_Click); // // btn_cancle // this.btn_cancle.EnterBackColor = System.Drawing.Color.Blue; this.btn_cancle.EnterForeColor = System.Drawing.Color.White; this.btn_cancle.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btn_cancle.FlatAppearance.BorderSize = 0; this.btn_cancle.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btn_cancle.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btn_cancle.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_cancle.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(163)))), ((int)(((byte)(242))))); this.btn_cancle.HoverForeColor = System.Drawing.Color.White; this.btn_cancle.Location = new System.Drawing.Point(229, 265); this.btn_cancle.Name = "btn_cancle"; this.btn_cancle.PressBackColor = System.Drawing.Color.DarkBlue; this.btn_cancle.PressForeColor = System.Drawing.Color.White; this.btn_cancle.Radius = 5; this.btn_cancle.Size = new System.Drawing.Size(80, 30); this.btn_cancle.TabIndex = 23; this.btn_cancle.Text = "取消"; this.btn_cancle.UseVisualStyleBackColor = true; this.btn_cancle.Click += new System.EventHandler(this.roundButton2_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 = 3; 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(150, 36); this.txt_deviceCode.Name = "txt_deviceCode"; this.txt_deviceCode.PreventEnterBeep = true; this.txt_deviceCode.Size = new System.Drawing.Size(190, 28); 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 = 3; 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(150, 88); this.txt_ip.Name = "txt_ip"; this.txt_ip.PreventEnterBeep = true; this.txt_ip.Size = new System.Drawing.Size(190, 28); 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 = 3; 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(150, 135); this.txt_port.Name = "txt_port"; this.txt_port.PreventEnterBeep = true; this.txt_port.Size = new System.Drawing.Size(190, 28); 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 = 3; 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(150, 181); this.txt_remarks.Name = "txt_remarks"; this.txt_remarks.PreventEnterBeep = true; this.txt_remarks.Size = new System.Drawing.Size(190, 28); 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(101, 92); 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 = 375; 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(72, 141); 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 = 376; this.label5.Text = "*"; // // CtrlDeviceAdd // 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(442, 348); this.Controls.Add(this.label5); this.Controls.Add(this.label8); 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_cancle); 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.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "CtrlDeviceAdd"; 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_cancle; 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; } }