namespace Rs.MotionPlat.SysConfig { partial class RenameIO { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.txtIoName = new System.Windows.Forms.TextBox(); this.buttonClose = new Rs.Controls.ButtonEx(); this.buttonSave = new Rs.Controls.ButtonEx(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(25, 98); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(47, 12); this.label1.TabIndex = 3; this.label1.Text = "IO名称:"; // // txtIoName // this.txtIoName.Location = new System.Drawing.Point(78, 95); this.txtIoName.Name = "txtIoName"; this.txtIoName.Size = new System.Drawing.Size(261, 21); this.txtIoName.TabIndex = 4; // // buttonClose // this.buttonClose.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104))))); this.buttonClose.ButtonType = Rs.Controls.EButtonType.None; this.buttonClose.Location = new System.Drawing.Point(162, 145); this.buttonClose.Name = "buttonClose"; this.buttonClose.Selected = false; this.buttonClose.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203))))); this.buttonClose.ShowIcon = null; this.buttonClose.ShowText = "Close"; this.buttonClose.Size = new System.Drawing.Size(101, 33); this.buttonClose.TabIndex = 5; this.buttonClose.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104))))); this.buttonClose.UseVisualStyleBackColor = true; this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click); // // buttonSave // this.buttonSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104))))); this.buttonSave.ButtonType = Rs.Controls.EButtonType.None; this.buttonSave.Location = new System.Drawing.Point(288, 145); this.buttonSave.Name = "buttonSave"; this.buttonSave.Selected = false; this.buttonSave.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203))))); this.buttonSave.ShowIcon = null; this.buttonSave.ShowText = "Save"; this.buttonSave.Size = new System.Drawing.Size(101, 33); this.buttonSave.TabIndex = 5; this.buttonSave.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104))))); this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click); // // RenameIO // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(401, 190); this.Controls.Add(this.buttonSave); this.Controls.Add(this.buttonClose); this.Controls.Add(this.txtIoName); this.Controls.Add(this.label1); this.HeadText = "Rename IO"; this.Name = "RenameIO"; this.ShowMax = false; this.ShowMin = false; this.Text = "RenameIO"; this.Load += new System.EventHandler(this.RenameIO_Load); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.txtIoName, 0); this.Controls.SetChildIndex(this.buttonClose, 0); this.Controls.SetChildIndex(this.buttonSave, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtIoName; private Controls.ButtonEx buttonClose; private Controls.ButtonEx buttonSave; } }