namespace Mesnac.Action.ChemicalWeighing.UserManage { partial class FrmUser { /// /// 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.btnOK = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.uTypeCB = new System.Windows.Forms.ComboBox(); this.uPwdTB2 = new System.Windows.Forms.TextBox(); this.uPwdTB = new System.Windows.Forms.TextBox(); this.uNameTB = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // btnOK // this.btnOK.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnOK.Location = new System.Drawing.Point(133, 300); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(87, 39); this.btnOK.TabIndex = 8; this.btnOK.Text = "确定(&O)"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnInsertUser_Click); // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancel.Location = new System.Drawing.Point(330, 300); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 39); this.btnCancel.TabIndex = 9; this.btnCancel.Text = "取消(&C)"; this.btnCancel.UseVisualStyleBackColor = true; // // uTypeCB // this.uTypeCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.uTypeCB.FormattingEnabled = true; this.uTypeCB.Location = new System.Drawing.Point(228, 218); this.uTypeCB.Name = "uTypeCB"; this.uTypeCB.Size = new System.Drawing.Size(165, 23); this.uTypeCB.TabIndex = 17; // // uPwdTB2 // this.uPwdTB2.Location = new System.Drawing.Point(228, 157); this.uPwdTB2.Name = "uPwdTB2"; this.uPwdTB2.Size = new System.Drawing.Size(165, 25); this.uPwdTB2.TabIndex = 16; // // uPwdTB // this.uPwdTB.Location = new System.Drawing.Point(228, 102); this.uPwdTB.Name = "uPwdTB"; this.uPwdTB.Size = new System.Drawing.Size(165, 25); this.uPwdTB.TabIndex = 15; // // uNameTB // this.uNameTB.Location = new System.Drawing.Point(228, 42); this.uNameTB.Name = "uNameTB"; this.uNameTB.Size = new System.Drawing.Size(165, 25); this.uNameTB.TabIndex = 14; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(120, 219); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(104, 19); this.label4.TabIndex = 13; this.label4.Text = "用户类型:"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(120, 158); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(104, 19); this.label3.TabIndex = 12; this.label3.Text = "确认密码:"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(156, 103); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(66, 19); this.label2.TabIndex = 11; this.label2.Text = "密码:"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(139, 45); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(85, 19); this.label1.TabIndex = 10; this.label1.Text = "用户名:"; // // groupBox1 // this.groupBox1.Controls.Add(this.uTypeCB); this.groupBox1.Controls.Add(this.uPwdTB2); this.groupBox1.Controls.Add(this.uPwdTB); this.groupBox1.Controls.Add(this.uNameTB); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(540, 276); this.groupBox1.TabIndex = 18; this.groupBox1.TabStop = false; // // FrmUser // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(540, 366); this.Controls.Add(this.groupBox1); this.Controls.Add(this.btnOK); this.Controls.Add(this.btnCancel); this.Name = "FrmUser"; this.Text = "添加用户"; this.Load += new System.EventHandler(this.FrmInsertUser_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.ComboBox uTypeCB; private System.Windows.Forms.TextBox uPwdTB2; private System.Windows.Forms.TextBox uPwdTB; private System.Windows.Forms.TextBox uNameTB; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox groupBox1; } }