ChangePwd.Designer.cs 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. namespace UAS_MES.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.headBar1 = new UAS_MES.CustomControl.HeadBar();
  30. this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  31. this.EarlyWarning = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.UnitTime = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.Cycle = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  36. this.mc_madeqty_label = new System.Windows.Forms.Label();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.SuspendLayout();
  39. //
  40. // headBar1
  41. //
  42. this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  43. this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
  44. this.headBar1.Location = new System.Drawing.Point(0, 0);
  45. this.headBar1.Margin = new System.Windows.Forms.Padding(4);
  46. this.headBar1.Name = "headBar1";
  47. this.headBar1.Size = new System.Drawing.Size(441, 40);
  48. this.headBar1.TabIndex = 0;
  49. //
  50. // Confirm
  51. //
  52. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  53. this.Confirm.Location = new System.Drawing.Point(178, 210);
  54. this.Confirm.Margin = new System.Windows.Forms.Padding(4);
  55. this.Confirm.Name = "Confirm";
  56. this.Confirm.Power = null;
  57. this.Confirm.Size = new System.Drawing.Size(80, 35);
  58. this.Confirm.TabIndex = 25;
  59. this.Confirm.Text = "确认";
  60. this.Confirm.UseVisualStyleBackColor = true;
  61. //
  62. // EarlyWarning
  63. //
  64. this.EarlyWarning.ID = null;
  65. this.EarlyWarning.Location = new System.Drawing.Point(178, 160);
  66. this.EarlyWarning.Margin = new System.Windows.Forms.Padding(4);
  67. this.EarlyWarning.Name = "EarlyWarning";
  68. this.EarlyWarning.Power = null;
  69. this.EarlyWarning.Size = new System.Drawing.Size(199, 25);
  70. this.EarlyWarning.Str = null;
  71. this.EarlyWarning.Str1 = null;
  72. this.EarlyWarning.Str2 = null;
  73. this.EarlyWarning.TabIndex = 20;
  74. //
  75. // label3
  76. //
  77. this.label3.AutoSize = true;
  78. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.label3.ForeColor = System.Drawing.Color.Red;
  80. this.label3.Location = new System.Drawing.Point(56, 160);
  81. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  82. this.label3.Name = "label3";
  83. this.label3.Size = new System.Drawing.Size(92, 27);
  84. this.label3.TabIndex = 24;
  85. this.label3.Text = "确认密码";
  86. //
  87. // UnitTime
  88. //
  89. this.UnitTime.ID = null;
  90. this.UnitTime.Location = new System.Drawing.Point(178, 124);
  91. this.UnitTime.Margin = new System.Windows.Forms.Padding(4);
  92. this.UnitTime.Name = "UnitTime";
  93. this.UnitTime.Power = null;
  94. this.UnitTime.Size = new System.Drawing.Size(199, 25);
  95. this.UnitTime.Str = null;
  96. this.UnitTime.Str1 = null;
  97. this.UnitTime.Str2 = null;
  98. this.UnitTime.TabIndex = 19;
  99. //
  100. // label2
  101. //
  102. this.label2.AutoSize = true;
  103. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.label2.ForeColor = System.Drawing.Color.Red;
  105. this.label2.Location = new System.Drawing.Point(76, 124);
  106. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  107. this.label2.Name = "label2";
  108. this.label2.Size = new System.Drawing.Size(72, 27);
  109. this.label2.TabIndex = 23;
  110. this.label2.Text = "新密码";
  111. //
  112. // Cycle
  113. //
  114. this.Cycle.ID = null;
  115. this.Cycle.Location = new System.Drawing.Point(178, 85);
  116. this.Cycle.Margin = new System.Windows.Forms.Padding(4);
  117. this.Cycle.Name = "Cycle";
  118. this.Cycle.Power = null;
  119. this.Cycle.Size = new System.Drawing.Size(199, 25);
  120. this.Cycle.Str = null;
  121. this.Cycle.Str1 = null;
  122. this.Cycle.Str2 = null;
  123. this.Cycle.TabIndex = 18;
  124. //
  125. // mc_madeqty_label
  126. //
  127. this.mc_madeqty_label.AutoSize = true;
  128. this.mc_madeqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.mc_madeqty_label.ForeColor = System.Drawing.Color.Red;
  130. this.mc_madeqty_label.Location = new System.Drawing.Point(77, 85);
  131. this.mc_madeqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  132. this.mc_madeqty_label.Name = "mc_madeqty_label";
  133. this.mc_madeqty_label.Size = new System.Drawing.Size(72, 27);
  134. this.mc_madeqty_label.TabIndex = 21;
  135. this.mc_madeqty_label.Text = "原密码";
  136. //
  137. // label1
  138. //
  139. this.label1.AutoSize = true;
  140. this.label1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  141. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.label1.ForeColor = System.Drawing.Color.White;
  143. this.label1.Location = new System.Drawing.Point(10, 7);
  144. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  145. this.label1.Name = "label1";
  146. this.label1.Size = new System.Drawing.Size(92, 27);
  147. this.label1.TabIndex = 27;
  148. this.label1.Text = "修改密码";
  149. //
  150. // ChangePwd
  151. //
  152. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  153. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  154. this.ClientSize = new System.Drawing.Size(441, 264);
  155. this.Controls.Add(this.label1);
  156. this.Controls.Add(this.Confirm);
  157. this.Controls.Add(this.EarlyWarning);
  158. this.Controls.Add(this.label3);
  159. this.Controls.Add(this.UnitTime);
  160. this.Controls.Add(this.label2);
  161. this.Controls.Add(this.Cycle);
  162. this.Controls.Add(this.mc_madeqty_label);
  163. this.Controls.Add(this.headBar1);
  164. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  165. this.Name = "ChangePwd";
  166. this.Text = "ChangePwd";
  167. this.ResumeLayout(false);
  168. this.PerformLayout();
  169. }
  170. #endregion
  171. private CustomControl.HeadBar headBar1;
  172. private CustomControl.ButtonUtil.NormalButton Confirm;
  173. private CustomControl.TextBoxWithIcon.MaCodeTextBox EarlyWarning;
  174. private System.Windows.Forms.Label label3;
  175. private CustomControl.TextBoxWithIcon.MaCodeTextBox UnitTime;
  176. private System.Windows.Forms.Label label2;
  177. private CustomControl.TextBoxWithIcon.MaCodeTextBox Cycle;
  178. private System.Windows.Forms.Label mc_madeqty_label;
  179. private System.Windows.Forms.Label label1;
  180. }
  181. }