using System.ComponentModel; using DevComponents.DotNetBar; using DevComponents.DotNetBar.Controls; namespace Cyberpipe { partial class FrmSysUserInfoEdit { /// <summary> /// Required designer variable. /// </summary> private 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.labelX1 = new DevComponents.DotNetBar.LabelX(); this.txt_code = new DevComponents.DotNetBar.Controls.TextBoxX(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.textBoxPassWord = new DevComponents.DotNetBar.Controls.TextBoxX(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.SuspendLayout(); // // labelX1 // this.labelX1.AutoSize = true; // // // this.labelX1.BackgroundStyle.Class = ""; this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Location = new System.Drawing.Point(17, 34); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(37, 18); this.labelX1.TabIndex = 0; this.labelX1.Text = "账号*"; // // txt_code // // // // this.txt_code.Border.Class = "TextBoxBorder"; this.txt_code.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_code.Location = new System.Drawing.Point(54, 29); this.txt_code.Name = "txt_code"; this.txt_code.Size = new System.Drawing.Size(159, 21); this.txt_code.TabIndex = 1; // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX1.Location = new System.Drawing.Point(138, 115); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(75, 23); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.TabIndex = 4; this.buttonX1.Text = "确定"; this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click); // // textBoxPassWord // // // // this.textBoxPassWord.Border.Class = "TextBoxBorder"; this.textBoxPassWord.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.textBoxPassWord.Location = new System.Drawing.Point(53, 71); this.textBoxPassWord.Name = "textBoxPassWord"; this.textBoxPassWord.Size = new System.Drawing.Size(159, 21); this.textBoxPassWord.TabIndex = 5; // // labelX2 // this.labelX2.AutoSize = true; // // // this.labelX2.BackgroundStyle.Class = ""; this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Location = new System.Drawing.Point(18, 72); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(37, 18); this.labelX2.TabIndex = 6; this.labelX2.Text = "密码*"; // // FrmSysUserInfoEdit // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(240, 150); this.Controls.Add(this.labelX2); this.Controls.Add(this.textBoxPassWord); this.Controls.Add(this.buttonX1); this.Controls.Add(this.txt_code); this.Controls.Add(this.labelX1); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmSysUserInfoEdit"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "用户信息编辑"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private LabelX labelX1; private TextBoxX txt_code; private ButtonX buttonX1; private TextBoxX textBoxPassWord; private LabelX labelX2; } }