CNAS取数仪器端升级
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

184 Zeilen
9.2KB

  1. namespace CNAS_BalanceClient
  2. {
  3. partial class frmLoginServer
  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(frmLoginServer));
  29. this.pnlCenter = new System.Windows.Forms.Panel();
  30. this.lblTitle = new System.Windows.Forms.Label();
  31. this.Btn_Logout = new System.Windows.Forms.Button();
  32. this.Btn_Login = new System.Windows.Forms.Button();
  33. this.txtPwd = new System.Windows.Forms.TextBox();
  34. this.lblPwd = new System.Windows.Forms.Label();
  35. this.txtUserName = new System.Windows.Forms.TextBox();
  36. this.lblUser = new System.Windows.Forms.Label();
  37. this.pnlCenter.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // pnlCenter
  41. //
  42. this.pnlCenter.BackColor = System.Drawing.Color.White;
  43. this.pnlCenter.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pnlCenter.BackgroundImage")));
  44. this.pnlCenter.Controls.Add(this.lblTitle);
  45. this.pnlCenter.Controls.Add(this.Btn_Logout);
  46. this.pnlCenter.Controls.Add(this.Btn_Login);
  47. this.pnlCenter.Controls.Add(this.txtPwd);
  48. this.pnlCenter.Controls.Add(this.lblPwd);
  49. this.pnlCenter.Controls.Add(this.txtUserName);
  50. this.pnlCenter.Controls.Add(this.lblUser);
  51. this.pnlCenter.Dock = System.Windows.Forms.DockStyle.Top;
  52. this.pnlCenter.Location = new System.Drawing.Point(0, 0);
  53. this.pnlCenter.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  54. this.pnlCenter.Name = "pnlCenter";
  55. this.pnlCenter.Size = new System.Drawing.Size(491, 249);
  56. this.pnlCenter.TabIndex = 3;
  57. this.pnlCenter.MouseDown += new System.Windows.Forms.MouseEventHandler(this.frmLoginServer_MouseDown);
  58. //
  59. // lblTitle
  60. //
  61. this.lblTitle.AutoSize = true;
  62. this.lblTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  63. this.lblTitle.Font = new System.Drawing.Font("华文新魏", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.lblTitle.ForeColor = System.Drawing.Color.White;
  65. this.lblTitle.Location = new System.Drawing.Point(176, 22);
  66. this.lblTitle.Name = "lblTitle";
  67. this.lblTitle.Size = new System.Drawing.Size(133, 30);
  68. this.lblTitle.TabIndex = 12;
  69. this.lblTitle.Text = "用户登录";
  70. //
  71. // Btn_Logout
  72. //
  73. this.Btn_Logout.BackColor = System.Drawing.SystemColors.HotTrack;
  74. this.Btn_Logout.FlatAppearance.BorderColor = System.Drawing.Color.DarkGray;
  75. this.Btn_Logout.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  76. this.Btn_Logout.Font = new System.Drawing.Font("微软雅黑", 9.5F);
  77. this.Btn_Logout.ForeColor = System.Drawing.Color.White;
  78. this.Btn_Logout.Location = new System.Drawing.Point(268, 177);
  79. this.Btn_Logout.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  80. this.Btn_Logout.Name = "Btn_Logout";
  81. this.Btn_Logout.Size = new System.Drawing.Size(90, 30);
  82. this.Btn_Logout.TabIndex = 6;
  83. this.Btn_Logout.Text = "取 消";
  84. this.Btn_Logout.UseVisualStyleBackColor = false;
  85. this.Btn_Logout.Click += new System.EventHandler(this.Btn_Logout_Click);
  86. //
  87. // Btn_Login
  88. //
  89. this.Btn_Login.BackColor = System.Drawing.SystemColors.HotTrack;
  90. this.Btn_Login.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  91. this.Btn_Login.FlatAppearance.BorderColor = System.Drawing.Color.DarkGray;
  92. this.Btn_Login.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  93. this.Btn_Login.Font = new System.Drawing.Font("微软雅黑", 9.5F);
  94. this.Btn_Login.ForeColor = System.Drawing.Color.White;
  95. this.Btn_Login.Location = new System.Drawing.Point(134, 176);
  96. this.Btn_Login.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  97. this.Btn_Login.Name = "Btn_Login";
  98. this.Btn_Login.Size = new System.Drawing.Size(90, 30);
  99. this.Btn_Login.TabIndex = 5;
  100. this.Btn_Login.Text = "登 录";
  101. this.Btn_Login.UseVisualStyleBackColor = false;
  102. this.Btn_Login.Click += new System.EventHandler(this.Btn_Login_Click);
  103. //
  104. // txtPwd
  105. //
  106. this.txtPwd.Location = new System.Drawing.Point(181, 122);
  107. this.txtPwd.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  108. this.txtPwd.MaxLength = 10;
  109. this.txtPwd.Name = "txtPwd";
  110. this.txtPwd.PasswordChar = '*';
  111. this.txtPwd.Size = new System.Drawing.Size(186, 23);
  112. this.txtPwd.TabIndex = 2;
  113. this.txtPwd.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmLoginServer_KeyDown);
  114. //
  115. // lblPwd
  116. //
  117. this.lblPwd.AutoSize = true;
  118. this.lblPwd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.lblPwd.Location = new System.Drawing.Point(122, 126);
  120. this.lblPwd.Name = "lblPwd";
  121. this.lblPwd.Size = new System.Drawing.Size(39, 17);
  122. this.lblPwd.TabIndex = 6;
  123. this.lblPwd.Text = "密 码:";
  124. //
  125. // txtUserName
  126. //
  127. this.txtUserName.Location = new System.Drawing.Point(181, 84);
  128. this.txtUserName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  129. this.txtUserName.MaxLength = 20;
  130. this.txtUserName.Name = "txtUserName";
  131. this.txtUserName.Size = new System.Drawing.Size(186, 23);
  132. this.txtUserName.TabIndex = 1;
  133. this.txtUserName.Text = "admin";
  134. this.txtUserName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmLoginServer_KeyDown);
  135. //
  136. // lblUser
  137. //
  138. this.lblUser.AutoSize = true;
  139. this.lblUser.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.lblUser.Location = new System.Drawing.Point(117, 88);
  141. this.lblUser.Name = "lblUser";
  142. this.lblUser.Size = new System.Drawing.Size(47, 17);
  143. this.lblUser.TabIndex = 0;
  144. this.lblUser.Text = "用户名:";
  145. //
  146. // frmLoginServer
  147. //
  148. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  149. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  150. this.ClientSize = new System.Drawing.Size(491, 251);
  151. this.Controls.Add(this.pnlCenter);
  152. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  154. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  155. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  156. this.Name = "frmLoginServer";
  157. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  158. this.Text = "登录";
  159. this.Shown += new System.EventHandler(this.frmLoginServer_Shown);
  160. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmLoginServer_KeyDown);
  161. this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.frmLoginServer_MouseDown);
  162. this.pnlCenter.ResumeLayout(false);
  163. this.pnlCenter.PerformLayout();
  164. this.ResumeLayout(false);
  165. }
  166. #endregion
  167. private System.Windows.Forms.Panel pnlCenter;
  168. private System.Windows.Forms.Label lblTitle;
  169. private System.Windows.Forms.Button Btn_Logout;
  170. private System.Windows.Forms.Button Btn_Login;
  171. private System.Windows.Forms.TextBox txtPwd;
  172. private System.Windows.Forms.Label lblPwd;
  173. private System.Windows.Forms.TextBox txtUserName;
  174. private System.Windows.Forms.Label lblUser;
  175. }
  176. }