SignUpForm.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. namespace YangjieTester.用户管理
  2. {
  3. partial class SignUpForm
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SignUpForm));
  29. this.uiLabel1 = new Sunny.UI.UILabel();
  30. this.uiLabel2 = new Sunny.UI.UILabel();
  31. this.txtPassword1 = new MyUiTextInput();
  32. this.txtUsername = new MyUiTextInput();
  33. this.btn确认注册 = new MyUiButton();
  34. this.uiLabel3 = new Sunny.UI.UILabel();
  35. this.cobLevel = new MyUIComboBox();
  36. this.uiLabel4 = new Sunny.UI.UILabel();
  37. this.txtPassword2 = new MyUiTextInput();
  38. this.btn注册取消 = new MyUiButton();
  39. this.SuspendLayout();
  40. //
  41. // uiLabel1
  42. //
  43. this.uiLabel1.AutoSize = true;
  44. this.uiLabel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  45. this.uiLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  46. this.uiLabel1.Location = new System.Drawing.Point(15, 65);
  47. this.uiLabel1.Name = "uiLabel1";
  48. this.uiLabel1.Size = new System.Drawing.Size(71, 16);
  49. this.uiLabel1.TabIndex = 9;
  50. this.uiLabel1.Text = "用户名:";
  51. //
  52. // uiLabel2
  53. //
  54. this.uiLabel2.AutoSize = true;
  55. this.uiLabel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. this.uiLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  57. this.uiLabel2.Location = new System.Drawing.Point(15, 108);
  58. this.uiLabel2.Name = "uiLabel2";
  59. this.uiLabel2.Size = new System.Drawing.Size(55, 16);
  60. this.uiLabel2.TabIndex = 11;
  61. this.uiLabel2.Text = "密码:";
  62. //
  63. // txtPassword1
  64. //
  65. this.txtPassword1.Cursor = System.Windows.Forms.Cursors.IBeam;
  66. this.txtPassword1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.txtPassword1.Location = new System.Drawing.Point(103, 104);
  68. this.txtPassword1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  69. this.txtPassword1.MinimumSize = new System.Drawing.Size(1, 16);
  70. this.txtPassword1.Name = "txtPassword1";
  71. this.txtPassword1.Padding = new System.Windows.Forms.Padding(5);
  72. this.txtPassword1.PasswordChar = '*';
  73. this.txtPassword1.ShowText = false;
  74. this.txtPassword1.Size = new System.Drawing.Size(183, 29);
  75. this.txtPassword1.TabIndex = 2;
  76. this.txtPassword1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  77. this.txtPassword1.Watermark = "";
  78. //
  79. // txtUsername
  80. //
  81. this.txtUsername.Cursor = System.Windows.Forms.Cursors.IBeam;
  82. this.txtUsername.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.txtUsername.Location = new System.Drawing.Point(103, 61);
  84. this.txtUsername.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  85. this.txtUsername.MinimumSize = new System.Drawing.Size(1, 16);
  86. this.txtUsername.Name = "txtUsername";
  87. this.txtUsername.Padding = new System.Windows.Forms.Padding(5);
  88. this.txtUsername.ShowText = false;
  89. this.txtUsername.Size = new System.Drawing.Size(183, 29);
  90. this.txtUsername.TabIndex = 1;
  91. this.txtUsername.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  92. this.txtUsername.Watermark = "";
  93. //
  94. // btn确认注册
  95. //
  96. this.btn确认注册.Cursor = System.Windows.Forms.Cursors.Hand;
  97. this.btn确认注册.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.btn确认注册.Location = new System.Drawing.Point(103, 220);
  99. this.btn确认注册.MinimumSize = new System.Drawing.Size(1, 1);
  100. this.btn确认注册.Name = "btn确认注册";
  101. this.btn确认注册.NeedUserEnsure = false;
  102. this.btn确认注册.Size = new System.Drawing.Size(86, 35);
  103. this.btn确认注册.Symbol = 62004;
  104. this.btn确认注册.TabIndex = 5;
  105. this.btn确认注册.Text = "注册";
  106. this.btn确认注册.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.btn确认注册.Click += new System.EventHandler(this.btnSignUp_Click);
  108. //
  109. // uiLabel3
  110. //
  111. this.uiLabel3.AutoSize = true;
  112. this.uiLabel3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.uiLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  114. this.uiLabel3.Location = new System.Drawing.Point(15, 186);
  115. this.uiLabel3.Name = "uiLabel3";
  116. this.uiLabel3.Size = new System.Drawing.Size(87, 16);
  117. this.uiLabel3.TabIndex = 12;
  118. this.uiLabel3.Text = "权限等级:";
  119. //
  120. // cobLevel
  121. //
  122. this.cobLevel.DataSource = null;
  123. this.cobLevel.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  124. this.cobLevel.FillColor = System.Drawing.Color.White;
  125. this.cobLevel.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.cobLevel.ItemHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
  127. this.cobLevel.Items.AddRange(new object[] {
  128. "操作工",
  129. "工程师",
  130. "技术员",
  131. "管理员"});
  132. this.cobLevel.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  133. this.cobLevel.Location = new System.Drawing.Point(103, 183);
  134. this.cobLevel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  135. this.cobLevel.MinimumSize = new System.Drawing.Size(63, 0);
  136. this.cobLevel.Name = "cobLevel";
  137. this.cobLevel.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  138. this.cobLevel.Size = new System.Drawing.Size(183, 29);
  139. this.cobLevel.SymbolSize = 24;
  140. this.cobLevel.TabIndex = 4;
  141. this.cobLevel.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  142. this.cobLevel.Watermark = "";
  143. //
  144. // uiLabel4
  145. //
  146. this.uiLabel4.AutoSize = true;
  147. this.uiLabel4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.uiLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  149. this.uiLabel4.Location = new System.Drawing.Point(15, 147);
  150. this.uiLabel4.Name = "uiLabel4";
  151. this.uiLabel4.Size = new System.Drawing.Size(87, 16);
  152. this.uiLabel4.TabIndex = 15;
  153. this.uiLabel4.Text = "密码确认:";
  154. //
  155. // txtPassword2
  156. //
  157. this.txtPassword2.Cursor = System.Windows.Forms.Cursors.IBeam;
  158. this.txtPassword2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.txtPassword2.Location = new System.Drawing.Point(103, 143);
  160. this.txtPassword2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  161. this.txtPassword2.MinimumSize = new System.Drawing.Size(1, 16);
  162. this.txtPassword2.Name = "txtPassword2";
  163. this.txtPassword2.Padding = new System.Windows.Forms.Padding(5);
  164. this.txtPassword2.PasswordChar = '*';
  165. this.txtPassword2.ShowText = false;
  166. this.txtPassword2.Size = new System.Drawing.Size(183, 29);
  167. this.txtPassword2.TabIndex = 3;
  168. this.txtPassword2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  169. this.txtPassword2.Watermark = "";
  170. //
  171. // btn注册取消
  172. //
  173. this.btn注册取消.Cursor = System.Windows.Forms.Cursors.Hand;
  174. this.btn注册取消.FillColor = System.Drawing.Color.Red;
  175. this.btn注册取消.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.btn注册取消.Location = new System.Drawing.Point(200, 220);
  177. this.btn注册取消.MinimumSize = new System.Drawing.Size(1, 1);
  178. this.btn注册取消.Name = "btn注册取消";
  179. this.btn注册取消.NeedUserEnsure = false;
  180. this.btn注册取消.Size = new System.Drawing.Size(86, 35);
  181. this.btn注册取消.Symbol = 62005;
  182. this.btn注册取消.TabIndex = 16;
  183. this.btn注册取消.Text = "取消";
  184. this.btn注册取消.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.btn注册取消.Click += new System.EventHandler(this.btnCancel_Click);
  186. //
  187. // SignUpForm
  188. //
  189. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  190. this.ClientSize = new System.Drawing.Size(320, 270);
  191. this.Controls.Add(this.btn注册取消);
  192. this.Controls.Add(this.uiLabel4);
  193. this.Controls.Add(this.txtPassword2);
  194. this.Controls.Add(this.cobLevel);
  195. this.Controls.Add(this.uiLabel3);
  196. this.Controls.Add(this.btn确认注册);
  197. this.Controls.Add(this.uiLabel2);
  198. this.Controls.Add(this.txtPassword1);
  199. this.Controls.Add(this.uiLabel1);
  200. this.Controls.Add(this.txtUsername);
  201. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  202. this.MaximizeBox = false;
  203. this.MinimizeBox = false;
  204. this.Name = "SignUpForm";
  205. this.Text = "用户注册";
  206. this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450);
  207. this.Load += new System.EventHandler(this.FormSignIn_Load);
  208. this.ResumeLayout(false);
  209. this.PerformLayout();
  210. }
  211. #endregion
  212. private MyUiTextInput txtUsername;
  213. private Sunny.UI.UILabel uiLabel1;
  214. private Sunny.UI.UILabel uiLabel2;
  215. private MyUiTextInput txtPassword1;
  216. private MyUiButton btn确认注册;
  217. private Sunny.UI.UILabel uiLabel3;
  218. private MyUIComboBox cobLevel;
  219. private Sunny.UI.UILabel uiLabel4;
  220. private MyUiTextInput txtPassword2;
  221. private MyUiButton btn注册取消;
  222. }
  223. }