namespace CheTransApp { partial class AdminPasswordForm { private System.ComponentModel.IContainer components = null; private System.Windows.Forms.TextBox txtPassword; private System.Windows.Forms.Label lblPassword; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button btnCancel; protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } private void InitializeComponent() { this.txtPassword = new System.Windows.Forms.TextBox(); this.lblPassword = new System.Windows.Forms.Label(); this.btnOK = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.SuspendLayout(); // // txtPassword // this.txtPassword.Location = new System.Drawing.Point(12, 25); this.txtPassword.Name = "txtPassword"; this.txtPassword.PasswordChar = '*'; this.txtPassword.Size = new System.Drawing.Size(200, 20); this.txtPassword.TabIndex = 0; this.txtPassword.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPassword_KeyPress); // // lblPassword // this.lblPassword.AutoSize = true; this.lblPassword.Location = new System.Drawing.Point(12, 9); this.lblPassword.Name = "lblPassword"; this.lblPassword.Size = new System.Drawing.Size(45, 13); this.lblPassword.TabIndex = 1; this.lblPassword.Text = "Пароль"; // // btnOK // this.btnOK.Location = new System.Drawing.Point(12, 51); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(95, 23); this.btnOK.TabIndex = 2; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(117, 51); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(95, 23); this.btnCancel.TabIndex = 3; this.btnCancel.Text = "Отмена"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // AdminPasswordForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(224, 86); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.lblPassword); this.Controls.Add(this.txtPassword); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "AdminPasswordForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Ввод пароля"; this.ResumeLayout(false); this.PerformLayout(); } } }