CNAS取数仪器端升级
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

96 rindas
4.1KB

  1. namespace CNAS_DBSync
  2. {
  3. partial class frmOperationPwd
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmOperationPwd));
  29. this.txtOldPwd = new System.Windows.Forms.TextBox();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.btnOK = new System.Windows.Forms.Button();
  32. this.SuspendLayout();
  33. //
  34. // txtOldPwd
  35. //
  36. this.txtOldPwd.Location = new System.Drawing.Point(114, 50);
  37. this.txtOldPwd.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  38. this.txtOldPwd.Name = "txtOldPwd";
  39. this.txtOldPwd.PasswordChar = '*';
  40. this.txtOldPwd.Size = new System.Drawing.Size(300, 27);
  41. this.txtOldPwd.TabIndex = 35;
  42. this.txtOldPwd.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmOperationPwd_KeyDown);
  43. //
  44. // label2
  45. //
  46. this.label2.AutoSize = true;
  47. this.label2.Location = new System.Drawing.Point(44, 52);
  48. this.label2.Name = "label2";
  49. this.label2.Size = new System.Drawing.Size(54, 20);
  50. this.label2.TabIndex = 34;
  51. this.label2.Text = "密码:";
  52. //
  53. // btnOK
  54. //
  55. this.btnOK.Location = new System.Drawing.Point(457, 49);
  56. this.btnOK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  57. this.btnOK.Name = "btnOK";
  58. this.btnOK.Size = new System.Drawing.Size(60, 28);
  59. this.btnOK.TabIndex = 36;
  60. this.btnOK.Text = "确定";
  61. this.btnOK.UseVisualStyleBackColor = true;
  62. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  63. //
  64. // frmOperationPwd
  65. //
  66. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
  67. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  68. this.ClientSize = new System.Drawing.Size(588, 151);
  69. this.Controls.Add(this.btnOK);
  70. this.Controls.Add(this.txtOldPwd);
  71. this.Controls.Add(this.label2);
  72. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  74. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  75. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  76. this.MaximizeBox = false;
  77. this.Name = "frmOperationPwd";
  78. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  79. this.Text = "输入操作密码";
  80. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmOperationPwd_KeyDown);
  81. this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.frmOperationPwd_MouseDown);
  82. this.ResumeLayout(false);
  83. this.PerformLayout();
  84. }
  85. #endregion
  86. private System.Windows.Forms.TextBox txtOldPwd;
  87. private System.Windows.Forms.Label label2;
  88. private System.Windows.Forms.Button btnOK;
  89. }
  90. }