namespace UAS_MES_NEW.PublicForm { partial class CheckPwd { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CheckPwd)); this.mc_madeqty_label = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.UserName = new System.Windows.Forms.Label(); this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton(); this.pwd = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeTextBox(); this.SuspendLayout(); // // mc_madeqty_label // this.mc_madeqty_label.AutoSize = true; this.mc_madeqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.mc_madeqty_label.ForeColor = System.Drawing.Color.Red; this.mc_madeqty_label.Location = new System.Drawing.Point(116, 136); this.mc_madeqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.mc_madeqty_label.Name = "mc_madeqty_label"; this.mc_madeqty_label.Size = new System.Drawing.Size(82, 41); this.mc_madeqty_label.TabIndex = 21; this.mc_madeqty_label.Text = "密码"; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(16, 12); this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(146, 41); this.label1.TabIndex = 27; this.label1.Text = "验证密码"; // // UserName // this.UserName.AutoSize = true; this.UserName.Location = new System.Drawing.Point(24, 374); this.UserName.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.UserName.Name = "UserName"; this.UserName.Size = new System.Drawing.Size(0, 24); this.UserName.TabIndex = 28; this.UserName.Visible = false; // // Confirm // this.Confirm.AllPower = null; this.Confirm.BackColor = System.Drawing.Color.Transparent; this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage"))); this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image"))); this.Confirm.IsShowBorder = true; this.Confirm.Location = new System.Drawing.Point(268, 336); this.Confirm.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage"))); this.Confirm.Name = "Confirm"; this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage"))); this.Confirm.Power = null; this.Confirm.Size = new System.Drawing.Size(120, 56); this.Confirm.TabIndex = 25; this.Confirm.Text = "确认"; this.Confirm.UseVisualStyleBackColor = true; this.Confirm.Click += new System.EventHandler(this.Confirm_Click); // // pwd // this.pwd.AllPower = null; this.pwd.BackColor = System.Drawing.Color.White; this.pwd.ID = null; this.pwd.Location = new System.Drawing.Point(268, 136); this.pwd.Lock = false; this.pwd.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.pwd.Name = "pwd"; this.pwd.PasswordChar = '*'; this.pwd.Power = null; this.pwd.Size = new System.Drawing.Size(296, 35); this.pwd.Str = null; this.pwd.Str1 = null; this.pwd.Str2 = null; this.pwd.TabIndex = 18; // // CheckPwd // this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.GradientActiveCaption; this.ClientSize = new System.Drawing.Size(662, 422); this.Controls.Add(this.UserName); this.Controls.Add(this.label1); this.Controls.Add(this.Confirm); this.Controls.Add(this.pwd); this.Controls.Add(this.mc_madeqty_label); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "CheckPwd"; this.Tag = "ShowDialogWindow"; this.Text = "ChangePwd"; this.Load += new System.EventHandler(this.ChangePwd_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private CustomControl.ButtonUtil.NormalButton Confirm; private CustomControl.TextBoxWithIcon.MaCodeTextBox checkpwd; private CustomControl.TextBoxWithIcon.MaCodeTextBox pwd; private System.Windows.Forms.Label mc_madeqty_label; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label UserName; } }