版博士V2.0程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

FrmModifyPW.Designer.cs 6.1 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. namespace ProductionControl
  2. {
  3. partial class FrmModifyPW
  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.txtNewPW = new System.Windows.Forms.TextBox();
  29. this.label3 = new System.Windows.Forms.Label();
  30. this.txtPW = new System.Windows.Forms.TextBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.btnCancel = new System.Windows.Forms.Button();
  33. this.btnSave = new System.Windows.Forms.Button();
  34. this.txtNewPW2 = new System.Windows.Forms.TextBox();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.SuspendLayout();
  37. //
  38. // txtNewPW
  39. //
  40. this.txtNewPW.Location = new System.Drawing.Point(121, 55);
  41. this.txtNewPW.Name = "txtNewPW";
  42. this.txtNewPW.PasswordChar = '*';
  43. this.txtNewPW.Size = new System.Drawing.Size(185, 28);
  44. this.txtNewPW.TabIndex = 2;
  45. //
  46. // label3
  47. //
  48. this.label3.AutoSize = true;
  49. this.label3.Location = new System.Drawing.Point(20, 96);
  50. this.label3.Name = "label3";
  51. this.label3.Size = new System.Drawing.Size(98, 18);
  52. this.label3.TabIndex = 22;
  53. this.label3.Text = "确认新密码";
  54. //
  55. // txtPW
  56. //
  57. this.txtPW.Location = new System.Drawing.Point(121, 21);
  58. this.txtPW.Name = "txtPW";
  59. this.txtPW.PasswordChar = '*';
  60. this.txtPW.Size = new System.Drawing.Size(185, 28);
  61. this.txtPW.TabIndex = 1;
  62. //
  63. // label1
  64. //
  65. this.label1.AutoSize = true;
  66. this.label1.Location = new System.Drawing.Point(20, 30);
  67. this.label1.Name = "label1";
  68. this.label1.Size = new System.Drawing.Size(62, 18);
  69. this.label1.TabIndex = 18;
  70. this.label1.Text = "旧密码";
  71. //
  72. // btnCancel
  73. //
  74. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  75. this.btnCancel.Location = new System.Drawing.Point(190, 141);
  76. this.btnCancel.Name = "btnCancel";
  77. this.btnCancel.Size = new System.Drawing.Size(92, 32);
  78. this.btnCancel.TabIndex = 6;
  79. this.btnCancel.Text = "取消";
  80. this.btnCancel.UseVisualStyleBackColor = true;
  81. //
  82. // btnSave
  83. //
  84. this.btnSave.Location = new System.Drawing.Point(82, 141);
  85. this.btnSave.Name = "btnSave";
  86. this.btnSave.Size = new System.Drawing.Size(92, 32);
  87. this.btnSave.TabIndex = 5;
  88. this.btnSave.Text = "保存";
  89. this.btnSave.UseVisualStyleBackColor = true;
  90. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  91. //
  92. // txtNewPW2
  93. //
  94. this.txtNewPW2.Location = new System.Drawing.Point(121, 89);
  95. this.txtNewPW2.Name = "txtNewPW2";
  96. this.txtNewPW2.PasswordChar = '*';
  97. this.txtNewPW2.Size = new System.Drawing.Size(185, 28);
  98. this.txtNewPW2.TabIndex = 3;
  99. //
  100. // label2
  101. //
  102. this.label2.AutoSize = true;
  103. this.label2.Location = new System.Drawing.Point(20, 65);
  104. this.label2.Name = "label2";
  105. this.label2.Size = new System.Drawing.Size(62, 18);
  106. this.label2.TabIndex = 30;
  107. this.label2.Text = "新密码";
  108. //
  109. // FrmModifyPW
  110. //
  111. this.AcceptButton = this.btnSave;
  112. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  113. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  114. this.BackColor = System.Drawing.SystemColors.ActiveCaption;
  115. this.CancelButton = this.btnCancel;
  116. this.ClientSize = new System.Drawing.Size(345, 176);
  117. this.Controls.Add(this.txtNewPW2);
  118. this.Controls.Add(this.label2);
  119. this.Controls.Add(this.btnCancel);
  120. this.Controls.Add(this.btnSave);
  121. this.Controls.Add(this.txtNewPW);
  122. this.Controls.Add(this.label3);
  123. this.Controls.Add(this.txtPW);
  124. this.Controls.Add(this.label1);
  125. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  126. this.MaximizeBox = false;
  127. this.MinimizeBox = false;
  128. this.Name = "FrmModifyPW";
  129. this.ShowIcon = false;
  130. this.ShowInTaskbar = false;
  131. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  132. this.Text = "修改密码";
  133. this.Load += new System.EventHandler(this.FrmModifyPW_Load);
  134. this.ResumeLayout(false);
  135. this.PerformLayout();
  136. }
  137. #endregion
  138. private System.Windows.Forms.TextBox txtNewPW;
  139. private System.Windows.Forms.Label label3;
  140. private System.Windows.Forms.TextBox txtPW;
  141. private System.Windows.Forms.Label label1;
  142. private System.Windows.Forms.Button btnCancel;
  143. private System.Windows.Forms.Button btnSave;
  144. private System.Windows.Forms.TextBox txtNewPW2;
  145. private System.Windows.Forms.Label label2;
  146. }
  147. }