ChangePwd.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. namespace UAS_MES_NEW.PublicForm
  2. {
  3. partial class ChangePwd
  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(ChangePwd));
  29. this.label3 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.mc_madeqty_label = new System.Windows.Forms.Label();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.UserName = new System.Windows.Forms.Label();
  34. this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  35. this.checkpwd = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  36. this.newpwd = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  37. this.pwd = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  38. this.headBar1 = new UAS_MES_NEW.CustomControl.HeadBar();
  39. this.SuspendLayout();
  40. //
  41. // label3
  42. //
  43. this.label3.AutoSize = true;
  44. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  45. this.label3.ForeColor = System.Drawing.Color.Red;
  46. this.label3.Location = new System.Drawing.Point(42, 128);
  47. this.label3.Name = "label3";
  48. this.label3.Size = new System.Drawing.Size(74, 21);
  49. this.label3.TabIndex = 24;
  50. this.label3.Text = "确认密码";
  51. //
  52. // label2
  53. //
  54. this.label2.AutoSize = true;
  55. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. this.label2.ForeColor = System.Drawing.Color.Red;
  57. this.label2.Location = new System.Drawing.Point(57, 99);
  58. this.label2.Name = "label2";
  59. this.label2.Size = new System.Drawing.Size(58, 21);
  60. this.label2.TabIndex = 23;
  61. this.label2.Text = "新密码";
  62. //
  63. // mc_madeqty_label
  64. //
  65. this.mc_madeqty_label.AutoSize = true;
  66. this.mc_madeqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.mc_madeqty_label.ForeColor = System.Drawing.Color.Red;
  68. this.mc_madeqty_label.Location = new System.Drawing.Point(58, 68);
  69. this.mc_madeqty_label.Name = "mc_madeqty_label";
  70. this.mc_madeqty_label.Size = new System.Drawing.Size(58, 21);
  71. this.mc_madeqty_label.TabIndex = 21;
  72. this.mc_madeqty_label.Text = "原密码";
  73. //
  74. // label1
  75. //
  76. this.label1.AutoSize = true;
  77. this.label1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  78. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.label1.ForeColor = System.Drawing.Color.White;
  80. this.label1.Location = new System.Drawing.Point(8, 6);
  81. this.label1.Name = "label1";
  82. this.label1.Size = new System.Drawing.Size(74, 21);
  83. this.label1.TabIndex = 27;
  84. this.label1.Text = "修改密码";
  85. //
  86. // UserName
  87. //
  88. this.UserName.AutoSize = true;
  89. this.UserName.Location = new System.Drawing.Point(12, 187);
  90. this.UserName.Name = "UserName";
  91. this.UserName.Size = new System.Drawing.Size(0, 12);
  92. this.UserName.TabIndex = 28;
  93. this.UserName.Visible = false;
  94. //
  95. // Confirm
  96. //
  97. this.Confirm.AllPower = null;
  98. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  99. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  100. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  101. this.Confirm.IsShowBorder = true;
  102. this.Confirm.Location = new System.Drawing.Point(134, 168);
  103. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  104. this.Confirm.Name = "Confirm";
  105. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  106. this.Confirm.Power = null;
  107. this.Confirm.Size = new System.Drawing.Size(60, 28);
  108. this.Confirm.TabIndex = 25;
  109. this.Confirm.Text = "确认";
  110. this.Confirm.UseVisualStyleBackColor = true;
  111. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  112. //
  113. // checkpwd
  114. //
  115. this.checkpwd.AllPower = null;
  116. this.checkpwd.BackColor = System.Drawing.Color.White;
  117. this.checkpwd.ID = null;
  118. this.checkpwd.Location = new System.Drawing.Point(134, 128);
  119. this.checkpwd.Lock = false;
  120. this.checkpwd.Name = "checkpwd";
  121. this.checkpwd.PasswordChar = '*';
  122. this.checkpwd.Power = null;
  123. this.checkpwd.Size = new System.Drawing.Size(150, 21);
  124. this.checkpwd.Str = null;
  125. this.checkpwd.Str1 = null;
  126. this.checkpwd.Str2 = null;
  127. this.checkpwd.TabIndex = 20;
  128. this.checkpwd.TextChanged += new System.EventHandler(this.checkpwd_TextChanged);
  129. //
  130. // newpwd
  131. //
  132. this.newpwd.AllPower = null;
  133. this.newpwd.BackColor = System.Drawing.Color.White;
  134. this.newpwd.ID = null;
  135. this.newpwd.Location = new System.Drawing.Point(134, 99);
  136. this.newpwd.Lock = false;
  137. this.newpwd.Name = "newpwd";
  138. this.newpwd.PasswordChar = '*';
  139. this.newpwd.Power = null;
  140. this.newpwd.Size = new System.Drawing.Size(150, 21);
  141. this.newpwd.Str = null;
  142. this.newpwd.Str1 = null;
  143. this.newpwd.Str2 = null;
  144. this.newpwd.TabIndex = 19;
  145. this.newpwd.TextChanged += new System.EventHandler(this.checkpwd_TextChanged);
  146. //
  147. // pwd
  148. //
  149. this.pwd.AllPower = null;
  150. this.pwd.BackColor = System.Drawing.Color.White;
  151. this.pwd.ID = null;
  152. this.pwd.Location = new System.Drawing.Point(134, 68);
  153. this.pwd.Lock = false;
  154. this.pwd.Name = "pwd";
  155. this.pwd.PasswordChar = '*';
  156. this.pwd.Power = null;
  157. this.pwd.Size = new System.Drawing.Size(150, 21);
  158. this.pwd.Str = null;
  159. this.pwd.Str1 = null;
  160. this.pwd.Str2 = null;
  161. this.pwd.TabIndex = 18;
  162. //
  163. // headBar1
  164. //
  165. this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  166. this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
  167. this.headBar1.Location = new System.Drawing.Point(0, 0);
  168. this.headBar1.Name = "headBar1";
  169. this.headBar1.Size = new System.Drawing.Size(331, 32);
  170. this.headBar1.TabIndex = 0;
  171. this.headBar1.Title = null;
  172. this.headBar1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.headBar1_MouseDown);
  173. //
  174. // ChangePwd
  175. //
  176. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  177. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  178. this.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
  179. this.ClientSize = new System.Drawing.Size(331, 211);
  180. this.Controls.Add(this.UserName);
  181. this.Controls.Add(this.label1);
  182. this.Controls.Add(this.Confirm);
  183. this.Controls.Add(this.checkpwd);
  184. this.Controls.Add(this.label3);
  185. this.Controls.Add(this.newpwd);
  186. this.Controls.Add(this.label2);
  187. this.Controls.Add(this.pwd);
  188. this.Controls.Add(this.mc_madeqty_label);
  189. this.Controls.Add(this.headBar1);
  190. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  191. this.Margin = new System.Windows.Forms.Padding(2);
  192. this.Name = "ChangePwd";
  193. this.Tag = "ShowDialogWindow";
  194. this.Text = "ChangePwd";
  195. this.Load += new System.EventHandler(this.ChangePwd_Load);
  196. this.ResumeLayout(false);
  197. this.PerformLayout();
  198. }
  199. #endregion
  200. private CustomControl.HeadBar headBar1;
  201. private CustomControl.ButtonUtil.NormalButton Confirm;
  202. private CustomControl.TextBoxWithIcon.MaCodeTextBox checkpwd;
  203. private System.Windows.Forms.Label label3;
  204. private CustomControl.TextBoxWithIcon.MaCodeTextBox newpwd;
  205. private System.Windows.Forms.Label label2;
  206. private CustomControl.TextBoxWithIcon.MaCodeTextBox pwd;
  207. private System.Windows.Forms.Label mc_madeqty_label;
  208. private System.Windows.Forms.Label label1;
  209. private System.Windows.Forms.Label UserName;
  210. }
  211. }