Login.Designer.cs 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. namespace UAS_MES_Tools
  2. {
  3. partial class Login
  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. this.label1 = new System.Windows.Forms.Label();
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.Account = new System.Windows.Forms.TextBox();
  31. this.Password = new System.Windows.Forms.TextBox();
  32. this.LoginIN = new System.Windows.Forms.Button();
  33. this.showMsg = new System.Windows.Forms.Label();
  34. this.SuspendLayout();
  35. //
  36. // label1
  37. //
  38. this.label1.AutoSize = true;
  39. this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  40. this.label1.Location = new System.Drawing.Point(46, 37);
  41. this.label1.Name = "label1";
  42. this.label1.Size = new System.Drawing.Size(82, 24);
  43. this.label1.TabIndex = 0;
  44. this.label1.Text = "登录账户";
  45. //
  46. // label2
  47. //
  48. this.label2.AutoSize = true;
  49. this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  50. this.label2.Location = new System.Drawing.Point(45, 96);
  51. this.label2.Name = "label2";
  52. this.label2.Size = new System.Drawing.Size(82, 24);
  53. this.label2.TabIndex = 1;
  54. this.label2.Text = "登录密码";
  55. //
  56. // Account
  57. //
  58. this.Account.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  59. this.Account.Location = new System.Drawing.Point(122, 34);
  60. this.Account.Name = "Account";
  61. this.Account.Size = new System.Drawing.Size(200, 31);
  62. this.Account.TabIndex = 2;
  63. this.Account.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Account_KeyDown);
  64. //
  65. // Password
  66. //
  67. this.Password.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.Password.Location = new System.Drawing.Point(122, 93);
  69. this.Password.Name = "Password";
  70. this.Password.PasswordChar = '*';
  71. this.Password.Size = new System.Drawing.Size(200, 31);
  72. this.Password.TabIndex = 3;
  73. this.Password.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Password_KeyDown);
  74. //
  75. // LoginIN
  76. //
  77. this.LoginIN.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  78. | System.Windows.Forms.AnchorStyles.Right)));
  79. this.LoginIN.Cursor = System.Windows.Forms.Cursors.Hand;
  80. this.LoginIN.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.LoginIN.Location = new System.Drawing.Point(146, 199);
  82. this.LoginIN.Name = "LoginIN";
  83. this.LoginIN.Size = new System.Drawing.Size(75, 30);
  84. this.LoginIN.TabIndex = 4;
  85. this.LoginIN.Text = "登录";
  86. this.LoginIN.UseVisualStyleBackColor = true;
  87. this.LoginIN.Click += new System.EventHandler(this.LoginIN_Click);
  88. //
  89. // showMsg
  90. //
  91. this.showMsg.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  92. this.showMsg.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.showMsg.ForeColor = System.Drawing.Color.YellowGreen;
  94. this.showMsg.Location = new System.Drawing.Point(50, 130);
  95. this.showMsg.Name = "showMsg";
  96. this.showMsg.Size = new System.Drawing.Size(272, 51);
  97. this.showMsg.TabIndex = 5;
  98. this.showMsg.Text = "提示信息";
  99. this.showMsg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  100. //
  101. // Login
  102. //
  103. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
  104. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  105. this.ClientSize = new System.Drawing.Size(359, 241);
  106. this.Controls.Add(this.showMsg);
  107. this.Controls.Add(this.LoginIN);
  108. this.Controls.Add(this.Password);
  109. this.Controls.Add(this.Account);
  110. this.Controls.Add(this.label2);
  111. this.Controls.Add(this.label1);
  112. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  114. this.Margin = new System.Windows.Forms.Padding(4);
  115. this.Name = "Login";
  116. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  117. this.Text = "UAS_MES 工具";
  118. this.Load += new System.EventHandler(this.Login_Load);
  119. this.ResumeLayout(false);
  120. this.PerformLayout();
  121. }
  122. #endregion
  123. private System.Windows.Forms.Label label1;
  124. private System.Windows.Forms.Label label2;
  125. private System.Windows.Forms.TextBox Account;
  126. private System.Windows.Forms.TextBox Password;
  127. private System.Windows.Forms.Button LoginIN;
  128. private System.Windows.Forms.Label showMsg;
  129. }
  130. }