namespace Core.LZMes.Client.UIB { partial class CUIB010302SP { /// /// 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.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.editPassWord = new System.Windows.Forms.TextBox(); this.verifyPassWord = new System.Windows.Forms.TextBox(); this.button3 = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // button1 // this.button1.Location = new System.Drawing.Point(42, 46); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(68, 23); this.button1.TabIndex = 1; this.button1.Text = " 确认"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Location = new System.Drawing.Point(137, 46); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(68, 23); this.button2.TabIndex = 4; this.button2.Text = "取消"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // panel1 // this.panel1.Controls.Add(this.editPassWord); this.panel1.Controls.Add(this.verifyPassWord); this.panel1.Controls.Add(this.button3); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(257, 38); this.panel1.TabIndex = 5; // // editPassWord // this.editPassWord.Location = new System.Drawing.Point(27, 12); this.editPassWord.Name = "editPassWord"; this.editPassWord.Size = new System.Drawing.Size(200, 21); this.editPassWord.TabIndex = 16; this.editPassWord.Tag = "查询、保存、删除操作需要在此处输入密码才可以进行操作"; this.editPassWord.UseSystemPasswordChar = true; // // verifyPassWord // this.verifyPassWord.Location = new System.Drawing.Point(552, 9); this.verifyPassWord.Name = "verifyPassWord"; this.verifyPassWord.ReadOnly = true; this.verifyPassWord.Size = new System.Drawing.Size(100, 21); this.verifyPassWord.TabIndex = 14; this.verifyPassWord.Text = "lzcjsb"; this.verifyPassWord.Visible = false; // // button3 // this.button3.Location = new System.Drawing.Point(450, 7); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 23); this.button3.TabIndex = 13; this.button3.Text = "打印"; this.button3.UseVisualStyleBackColor = true; // // CUIB010302SP // this.AcceptButton = this.button1; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.button2; this.ClientSize = new System.Drawing.Size(257, 81); this.Controls.Add(this.panel1); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "CUIB010302SP"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "请输入操作密码"; this.Activated += new System.EventHandler(this.CUIB010302SP_Activated); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TextBox editPassWord; private System.Windows.Forms.TextBox verifyPassWord; private System.Windows.Forms.Button button3; } }