namespace IOM_cs.insertForm.sysSetting { partial class CtrlServer { /// <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.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.btn_cancle = new IOM_cs.RoundButton(); this.btn_save = new IOM_cs.RoundButton(); this.textBoxServerIp = new DevComponents.DotNetBar.Controls.TextBoxX(); this.textBoxServerPort = new DevComponents.DotNetBar.Controls.TextBoxX(); this.SuspendLayout(); // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; 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(260, 163); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(64, 20); this.label3.TabIndex = 16; this.label3.Text = "服务器IP"; // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.Transparent; 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(245, 239); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(79, 20); this.label4.TabIndex = 17; this.label4.Text = "服务器端口"; // // 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.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); 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(285, 404); 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(150, 30); this.btn_cancle.TabIndex = 25; this.btn_cancle.Text = "放弃修改"; this.btn_cancle.UseVisualStyleBackColor = true; this.btn_cancle.Click += new System.EventHandler(this.btn_cancle_Click); // // 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(455, 404); 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(150, 30); this.btn_save.TabIndex = 26; this.btn_save.Text = "保存"; this.btn_save.UseVisualStyleBackColor = true; this.btn_save.Click += new System.EventHandler(this.btn_save_Click); // // textBoxServerIp // this.textBoxServerIp.BackColor = System.Drawing.SystemColors.ButtonHighlight; // // // this.textBoxServerIp.Border.BorderColor = System.Drawing.SystemColors.ScrollBar; this.textBoxServerIp.Border.Class = "TextBoxBorder"; this.textBoxServerIp.Border.CornerDiameter = 5; this.textBoxServerIp.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.textBoxServerIp.DisabledBackColor = System.Drawing.SystemColors.ButtonFace; this.textBoxServerIp.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBoxServerIp.Location = new System.Drawing.Point(341, 157); this.textBoxServerIp.Name = "textBoxServerIp"; this.textBoxServerIp.PreventEnterBeep = true; this.textBoxServerIp.Size = new System.Drawing.Size(286, 30); this.textBoxServerIp.TabIndex = 306; // // textBoxServerPort // this.textBoxServerPort.BackColor = System.Drawing.SystemColors.ButtonHighlight; // // // this.textBoxServerPort.Border.BorderColor = System.Drawing.SystemColors.ScrollBar; this.textBoxServerPort.Border.Class = "TextBoxBorder"; this.textBoxServerPort.Border.CornerDiameter = 5; this.textBoxServerPort.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.textBoxServerPort.DisabledBackColor = System.Drawing.SystemColors.ButtonFace; this.textBoxServerPort.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBoxServerPort.Location = new System.Drawing.Point(341, 234); this.textBoxServerPort.Name = "textBoxServerPort"; this.textBoxServerPort.PreventEnterBeep = true; this.textBoxServerPort.Size = new System.Drawing.Size(286, 30); this.textBoxServerPort.TabIndex = 307; // // CtrlServer // 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.BackgroundImage = global::IOM_cs.Properties.Resources.白色阴影底框详情页; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.Controls.Add(this.textBoxServerPort); this.Controls.Add(this.textBoxServerIp); this.Controls.Add(this.btn_save); this.Controls.Add(this.btn_cancle); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.DoubleBuffered = true; this.Name = "CtrlServer"; this.Size = new System.Drawing.Size(900, 549); this.Load += new System.EventHandler(this.CtrlServer_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private RoundButton btn_cancle; private RoundButton btn_save; private DevComponents.DotNetBar.Controls.TextBoxX textBoxServerIp; private DevComponents.DotNetBar.Controls.TextBoxX textBoxServerPort; } }