CNAS取数仪器端升级
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

111 lignes
4.9KB

  1. namespace CNAS_DBSync
  2. {
  3. partial class frmLockPwd
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.lblPrompt = new System.Windows.Forms.Label();
  29. this.txtPwd = new System.Windows.Forms.TextBox();
  30. this.btnOK = new System.Windows.Forms.Button();
  31. this.btnCancel = new System.Windows.Forms.Button();
  32. this.SuspendLayout();
  33. //
  34. // lblPrompt
  35. //
  36. this.lblPrompt.AutoSize = true;
  37. this.lblPrompt.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  38. this.lblPrompt.Location = new System.Drawing.Point(30, 25);
  39. this.lblPrompt.Name = "lblPrompt";
  40. this.lblPrompt.Size = new System.Drawing.Size(180, 20);
  41. this.lblPrompt.TabIndex = 0;
  42. this.lblPrompt.Text = "请输入cnas数据库root密码";
  43. //
  44. // txtPwd
  45. //
  46. this.txtPwd.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  47. this.txtPwd.Location = new System.Drawing.Point(30, 55);
  48. this.txtPwd.Name = "txtPwd";
  49. this.txtPwd.PasswordChar = '*';
  50. this.txtPwd.Size = new System.Drawing.Size(320, 26);
  51. this.txtPwd.TabIndex = 1;
  52. //
  53. // btnOK
  54. //
  55. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. this.btnOK.Location = new System.Drawing.Point(100, 100);
  57. this.btnOK.Name = "btnOK";
  58. this.btnOK.Size = new System.Drawing.Size(80, 35);
  59. this.btnOK.TabIndex = 2;
  60. this.btnOK.Text = "确认";
  61. this.btnOK.UseVisualStyleBackColor = true;
  62. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  63. //
  64. // btnCancel
  65. //
  66. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  67. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.btnCancel.Location = new System.Drawing.Point(200, 100);
  69. this.btnCancel.Name = "btnCancel";
  70. this.btnCancel.Size = new System.Drawing.Size(80, 35);
  71. this.btnCancel.TabIndex = 3;
  72. this.btnCancel.Text = "取消";
  73. this.btnCancel.UseVisualStyleBackColor = true;
  74. //
  75. // frmLockPwd
  76. //
  77. this.AcceptButton = this.btnOK;
  78. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
  79. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  80. this.CancelButton = this.btnCancel;
  81. this.ClientSize = new System.Drawing.Size(380, 160);
  82. this.Controls.Add(this.btnCancel);
  83. this.Controls.Add(this.btnOK);
  84. this.Controls.Add(this.txtPwd);
  85. this.Controls.Add(this.lblPrompt);
  86. this.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  88. this.KeyPreview = true;
  89. this.MaximizeBox = false;
  90. this.MinimizeBox = false;
  91. this.Name = "frmLockPwd";
  92. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  93. this.Text = "密码验证";
  94. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmLockPwd_KeyDown);
  95. this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.frmLockPwd_MouseDown);
  96. this.ResumeLayout(false);
  97. this.PerformLayout();
  98. }
  99. #endregion
  100. private System.Windows.Forms.Label lblPrompt;
  101. private System.Windows.Forms.TextBox txtPwd;
  102. private System.Windows.Forms.Button btnOK;
  103. private System.Windows.Forms.Button btnCancel;
  104. }
  105. }