|
- namespace CNAS_DBSync
- {
- partial class frmLockPwd
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows Form Designer generated code
-
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.lblPrompt = new System.Windows.Forms.Label();
- this.txtPwd = new System.Windows.Forms.TextBox();
- this.btnOK = new System.Windows.Forms.Button();
- this.btnCancel = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // lblPrompt
- //
- this.lblPrompt.AutoSize = true;
- this.lblPrompt.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblPrompt.Location = new System.Drawing.Point(30, 25);
- this.lblPrompt.Name = "lblPrompt";
- this.lblPrompt.Size = new System.Drawing.Size(180, 20);
- this.lblPrompt.TabIndex = 0;
- this.lblPrompt.Text = "请输入cnas数据库root密码";
- //
- // txtPwd
- //
- this.txtPwd.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtPwd.Location = new System.Drawing.Point(30, 55);
- this.txtPwd.Name = "txtPwd";
- this.txtPwd.PasswordChar = '*';
- this.txtPwd.Size = new System.Drawing.Size(320, 26);
- this.txtPwd.TabIndex = 1;
- //
- // btnOK
- //
- this.btnOK.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnOK.Location = new System.Drawing.Point(100, 100);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(80, 35);
- this.btnOK.TabIndex = 2;
- this.btnOK.Text = "确认";
- this.btnOK.UseVisualStyleBackColor = true;
- this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
- //
- // btnCancel
- //
- this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnCancel.Location = new System.Drawing.Point(200, 100);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(80, 35);
- this.btnCancel.TabIndex = 3;
- this.btnCancel.Text = "取消";
- this.btnCancel.UseVisualStyleBackColor = true;
- //
- // frmLockPwd
- //
- this.AcceptButton = this.btnOK;
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.CancelButton = this.btnCancel;
- this.ClientSize = new System.Drawing.Size(380, 160);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnOK);
- this.Controls.Add(this.txtPwd);
- this.Controls.Add(this.lblPrompt);
- this.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.KeyPreview = true;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "frmLockPwd";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "密码验证";
- this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmLockPwd_KeyDown);
- this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.frmLockPwd_MouseDown);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
-
- #endregion
-
- private System.Windows.Forms.Label lblPrompt;
- private System.Windows.Forms.TextBox txtPwd;
- private System.Windows.Forms.Button btnOK;
- private System.Windows.Forms.Button btnCancel;
- }
- }
|