namespace MisDataName { partial class MainLockConfirm { /// /// 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.label2 = new System.Windows.Forms.Label(); this.textBox_PassWord = new System.Windows.Forms.TextBox(); this.textBox_PassWordConfirm = new System.Windows.Forms.TextBox(); this.button_OK = new System.Windows.Forms.Button(); this.button_Cancel = new System.Windows.Forms.Button(); this.checkBox_ShowPWD = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(45, 42); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(40, 16); this.label1.TabIndex = 0; this.label1.Text = "密码"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(45, 86); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(72, 16); this.label2.TabIndex = 0; this.label2.Text = "密码确认"; // // textBox_PassWord // this.textBox_PassWord.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox_PassWord.Location = new System.Drawing.Point(133, 39); this.textBox_PassWord.Name = "textBox_PassWord"; this.textBox_PassWord.Size = new System.Drawing.Size(175, 26); this.textBox_PassWord.TabIndex = 1; this.textBox_PassWord.UseSystemPasswordChar = true; // // textBox_PassWordConfirm // this.textBox_PassWordConfirm.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox_PassWordConfirm.Location = new System.Drawing.Point(133, 83); this.textBox_PassWordConfirm.Name = "textBox_PassWordConfirm"; this.textBox_PassWordConfirm.Size = new System.Drawing.Size(175, 26); this.textBox_PassWordConfirm.TabIndex = 2; this.textBox_PassWordConfirm.UseSystemPasswordChar = true; // // button_OK // this.button_OK.Location = new System.Drawing.Point(57, 160); this.button_OK.Name = "button_OK"; this.button_OK.Size = new System.Drawing.Size(75, 23); this.button_OK.TabIndex = 4; this.button_OK.Text = "OK"; this.button_OK.UseVisualStyleBackColor = true; this.button_OK.Click += new System.EventHandler(this.button_OK_Click); // // button_Cancel // this.button_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.button_Cancel.Location = new System.Drawing.Point(202, 160); this.button_Cancel.Name = "button_Cancel"; this.button_Cancel.Size = new System.Drawing.Size(75, 23); this.button_Cancel.TabIndex = 5; this.button_Cancel.Text = "Cancel"; this.button_Cancel.UseVisualStyleBackColor = true; this.button_Cancel.Click += new System.EventHandler(this.button_Cancel_Click); // // checkBox_ShowPWD // this.checkBox_ShowPWD.AutoSize = true; this.checkBox_ShowPWD.Location = new System.Drawing.Point(133, 127); this.checkBox_ShowPWD.Name = "checkBox_ShowPWD"; this.checkBox_ShowPWD.Size = new System.Drawing.Size(72, 16); this.checkBox_ShowPWD.TabIndex = 3; this.checkBox_ShowPWD.Text = "显示密码"; this.checkBox_ShowPWD.UseVisualStyleBackColor = true; this.checkBox_ShowPWD.CheckedChanged += new System.EventHandler(this.checkBox_ShowPWD_CheckedChanged); // // MainLockConfirm // this.AcceptButton = this.button_OK; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.button_Cancel; this.ClientSize = new System.Drawing.Size(354, 210); this.Controls.Add(this.checkBox_ShowPWD); this.Controls.Add(this.button_Cancel); this.Controls.Add(this.button_OK); this.Controls.Add(this.textBox_PassWordConfirm); this.Controls.Add(this.textBox_PassWord); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "MainLockConfirm"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "锁定MISData"; this.TopMost = true; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBox_PassWord; private System.Windows.Forms.TextBox textBox_PassWordConfirm; private System.Windows.Forms.Button button_OK; private System.Windows.Forms.Button button_Cancel; private System.Windows.Forms.CheckBox checkBox_ShowPWD; } }