SignInForm.Designer.cs 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. namespace YangjieTester.用户管理
  2. {
  3. partial class SignInForm
  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(SignInForm));
  29. this.uiLabel1 = new Sunny.UI.UILabel();
  30. this.uiLabel2 = new Sunny.UI.UILabel();
  31. this.btnSignIn = new MyUiButton();
  32. this.txtPassword = new MyUiTextInput();
  33. this.txtUsername = new MyUiTextInput();
  34. this.btnSignOut = new MyUiButton();
  35. this.btnSignUp = new MyUiButton();
  36. this.SuspendLayout();
  37. //
  38. // uiLabel1
  39. //
  40. this.uiLabel1.AutoSize = true;
  41. this.uiLabel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  42. this.uiLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  43. this.uiLabel1.Location = new System.Drawing.Point(15, 65);
  44. this.uiLabel1.Name = "uiLabel1";
  45. this.uiLabel1.Size = new System.Drawing.Size(71, 16);
  46. this.uiLabel1.TabIndex = 9;
  47. this.uiLabel1.Text = "用户名:";
  48. //
  49. // uiLabel2
  50. //
  51. this.uiLabel2.AutoSize = true;
  52. this.uiLabel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  53. this.uiLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  54. this.uiLabel2.Location = new System.Drawing.Point(31, 108);
  55. this.uiLabel2.Name = "uiLabel2";
  56. this.uiLabel2.Size = new System.Drawing.Size(55, 16);
  57. this.uiLabel2.TabIndex = 11;
  58. this.uiLabel2.Text = "密码:";
  59. //
  60. // btnSignIn
  61. //
  62. this.btnSignIn.Cursor = System.Windows.Forms.Cursors.Hand;
  63. this.btnSignIn.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.btnSignIn.Location = new System.Drawing.Point(93, 139);
  65. this.btnSignIn.MinimumSize = new System.Drawing.Size(1, 1);
  66. this.btnSignIn.Name = "btnSignIn";
  67. this.btnSignIn.NeedUserEnsure = false;
  68. this.btnSignIn.RequiredPermissionLevel = Model.PermissionLevel.无权限;
  69. this.btnSignIn.Size = new System.Drawing.Size(70, 35);
  70. this.btnSignIn.Symbol = 61452;
  71. this.btnSignIn.TabIndex = 3;
  72. this.btnSignIn.Text = "登录";
  73. this.btnSignIn.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. this.btnSignIn.Click += new System.EventHandler(this.btnSignIn_Click);
  75. //
  76. // txtPassword
  77. //
  78. this.txtPassword.Cursor = System.Windows.Forms.Cursors.IBeam;
  79. this.txtPassword.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.txtPassword.Location = new System.Drawing.Point(93, 102);
  81. this.txtPassword.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  82. this.txtPassword.MinimumSize = new System.Drawing.Size(1, 16);
  83. this.txtPassword.Name = "txtPassword";
  84. this.txtPassword.Padding = new System.Windows.Forms.Padding(5);
  85. this.txtPassword.PasswordChar = '*';
  86. this.txtPassword.RequiredPermissionLevel = Model.PermissionLevel.无权限;
  87. this.txtPassword.ShowText = false;
  88. this.txtPassword.Size = new System.Drawing.Size(237, 29);
  89. this.txtPassword.TabIndex = 2;
  90. this.txtPassword.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  91. this.txtPassword.Watermark = "";
  92. //
  93. // txtUsername
  94. //
  95. this.txtUsername.Cursor = System.Windows.Forms.Cursors.IBeam;
  96. this.txtUsername.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.txtUsername.Location = new System.Drawing.Point(93, 59);
  98. this.txtUsername.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  99. this.txtUsername.MinimumSize = new System.Drawing.Size(1, 16);
  100. this.txtUsername.Name = "txtUsername";
  101. this.txtUsername.Padding = new System.Windows.Forms.Padding(5);
  102. this.txtUsername.RequiredPermissionLevel = Model.PermissionLevel.无权限;
  103. this.txtUsername.ShowText = false;
  104. this.txtUsername.Size = new System.Drawing.Size(237, 29);
  105. this.txtUsername.TabIndex = 1;
  106. this.txtUsername.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  107. this.txtUsername.Watermark = "";
  108. //
  109. // btnSignOut
  110. //
  111. this.btnSignOut.Cursor = System.Windows.Forms.Cursors.Hand;
  112. this.btnSignOut.FillColor = System.Drawing.Color.Red;
  113. this.btnSignOut.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.btnSignOut.Location = new System.Drawing.Point(175, 139);
  115. this.btnSignOut.MinimumSize = new System.Drawing.Size(1, 1);
  116. this.btnSignOut.Name = "btnSignOut";
  117. this.btnSignOut.NeedUserEnsure = false;
  118. this.btnSignOut.RequiredPermissionLevel = Model.PermissionLevel.无权限;
  119. this.btnSignOut.Size = new System.Drawing.Size(68, 35);
  120. this.btnSignOut.Symbol = 61453;
  121. this.btnSignOut.TabIndex = 4;
  122. this.btnSignOut.Text = "注销";
  123. this.btnSignOut.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.btnSignOut.Click += new System.EventHandler(this.btnSignOut_Click);
  125. //
  126. // btnSignUp
  127. //
  128. this.btnSignUp.Cursor = System.Windows.Forms.Cursors.Hand;
  129. this.btnSignUp.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.btnSignUp.Location = new System.Drawing.Point(262, 139);
  131. this.btnSignUp.MinimumSize = new System.Drawing.Size(1, 1);
  132. this.btnSignUp.Name = "btnSignUp";
  133. this.btnSignUp.NeedUserEnsure = false;
  134. this.btnSignUp.Size = new System.Drawing.Size(68, 35);
  135. this.btnSignUp.Symbol = 62004;
  136. this.btnSignUp.TabIndex = 5;
  137. this.btnSignUp.Text = "注册";
  138. this.btnSignUp.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.btnSignUp.Click += new System.EventHandler(this.btnSignUp_Click);
  140. //
  141. // SignInForm
  142. //
  143. this.AcceptButton = this.btnSignIn;
  144. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  145. this.ClientSize = new System.Drawing.Size(361, 196);
  146. this.Controls.Add(this.btnSignUp);
  147. this.Controls.Add(this.btnSignOut);
  148. this.Controls.Add(this.btnSignIn);
  149. this.Controls.Add(this.uiLabel2);
  150. this.Controls.Add(this.txtPassword);
  151. this.Controls.Add(this.uiLabel1);
  152. this.Controls.Add(this.txtUsername);
  153. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  154. this.Name = "SignInForm";
  155. this.Text = "登录";
  156. this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450);
  157. this.Load += new System.EventHandler(this.FormSignIn_Load);
  158. this.ResumeLayout(false);
  159. this.PerformLayout();
  160. }
  161. #endregion
  162. private MyUiTextInput txtUsername;
  163. private Sunny.UI.UILabel uiLabel1;
  164. private Sunny.UI.UILabel uiLabel2;
  165. private MyUiTextInput txtPassword;
  166. private MyUiButton btnSignIn;
  167. private MyUiButton btnSignOut;
  168. private MyUiButton btnSignUp;
  169. }
  170. }