CheckPwd.Designer.cs 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. namespace UAS_MES_NEW.PublicForm
  2. {
  3. partial class CheckPwd
  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(CheckPwd));
  29. this.mc_madeqty_label = new System.Windows.Forms.Label();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.UserName = new System.Windows.Forms.Label();
  32. this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  33. this.pwd = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  34. this.SuspendLayout();
  35. //
  36. // mc_madeqty_label
  37. //
  38. this.mc_madeqty_label.AutoSize = true;
  39. this.mc_madeqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  40. this.mc_madeqty_label.ForeColor = System.Drawing.Color.Red;
  41. this.mc_madeqty_label.Location = new System.Drawing.Point(116, 136);
  42. this.mc_madeqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  43. this.mc_madeqty_label.Name = "mc_madeqty_label";
  44. this.mc_madeqty_label.Size = new System.Drawing.Size(82, 41);
  45. this.mc_madeqty_label.TabIndex = 21;
  46. this.mc_madeqty_label.Text = "密码";
  47. //
  48. // label1
  49. //
  50. this.label1.AutoSize = true;
  51. this.label1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  52. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  53. this.label1.ForeColor = System.Drawing.Color.White;
  54. this.label1.Location = new System.Drawing.Point(16, 12);
  55. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  56. this.label1.Name = "label1";
  57. this.label1.Size = new System.Drawing.Size(146, 41);
  58. this.label1.TabIndex = 27;
  59. this.label1.Text = "验证密码";
  60. //
  61. // UserName
  62. //
  63. this.UserName.AutoSize = true;
  64. this.UserName.Location = new System.Drawing.Point(24, 374);
  65. this.UserName.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  66. this.UserName.Name = "UserName";
  67. this.UserName.Size = new System.Drawing.Size(0, 24);
  68. this.UserName.TabIndex = 28;
  69. this.UserName.Visible = false;
  70. //
  71. // Confirm
  72. //
  73. this.Confirm.AllPower = null;
  74. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  75. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  76. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  77. this.Confirm.IsShowBorder = true;
  78. this.Confirm.Location = new System.Drawing.Point(268, 336);
  79. this.Confirm.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  80. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  81. this.Confirm.Name = "Confirm";
  82. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  83. this.Confirm.Power = null;
  84. this.Confirm.Size = new System.Drawing.Size(120, 56);
  85. this.Confirm.TabIndex = 25;
  86. this.Confirm.Text = "确认";
  87. this.Confirm.UseVisualStyleBackColor = true;
  88. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  89. //
  90. // pwd
  91. //
  92. this.pwd.AllPower = null;
  93. this.pwd.BackColor = System.Drawing.Color.White;
  94. this.pwd.ID = null;
  95. this.pwd.Location = new System.Drawing.Point(268, 136);
  96. this.pwd.Lock = false;
  97. this.pwd.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  98. this.pwd.Name = "pwd";
  99. this.pwd.PasswordChar = '*';
  100. this.pwd.Power = null;
  101. this.pwd.Size = new System.Drawing.Size(296, 35);
  102. this.pwd.Str = null;
  103. this.pwd.Str1 = null;
  104. this.pwd.Str2 = null;
  105. this.pwd.TabIndex = 18;
  106. //
  107. // CheckPwd
  108. //
  109. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  110. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  111. this.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
  112. this.ClientSize = new System.Drawing.Size(662, 422);
  113. this.Controls.Add(this.UserName);
  114. this.Controls.Add(this.label1);
  115. this.Controls.Add(this.Confirm);
  116. this.Controls.Add(this.pwd);
  117. this.Controls.Add(this.mc_madeqty_label);
  118. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  119. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  120. this.Name = "CheckPwd";
  121. this.Tag = "ShowDialogWindow";
  122. this.Text = "ChangePwd";
  123. this.Load += new System.EventHandler(this.ChangePwd_Load);
  124. this.ResumeLayout(false);
  125. this.PerformLayout();
  126. }
  127. #endregion
  128. private CustomControl.ButtonUtil.NormalButton Confirm;
  129. private CustomControl.TextBoxWithIcon.MaCodeTextBox checkpwd;
  130. private CustomControl.TextBoxWithIcon.MaCodeTextBox pwd;
  131. private System.Windows.Forms.Label mc_madeqty_label;
  132. private System.Windows.Forms.Label label1;
  133. private System.Windows.Forms.Label UserName;
  134. }
  135. }