Login.Designer.cs 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. namespace Welling_Motor_Debug_Tool
  2. {
  3. partial class Login
  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(Login));
  29. this.comboBox_User = new System.Windows.Forms.ComboBox();
  30. this.button_keyboard = new System.Windows.Forms.Button();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.textBox_Passwd = new System.Windows.Forms.TextBox();
  34. this.button_Login = new System.Windows.Forms.Button();
  35. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  36. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // comboBox_User
  40. //
  41. this.comboBox_User.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  42. this.comboBox_User.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  43. this.comboBox_User.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  44. this.comboBox_User.FormattingEnabled = true;
  45. this.comboBox_User.Location = new System.Drawing.Point(89, 65);
  46. this.comboBox_User.Name = "comboBox_User";
  47. this.comboBox_User.Size = new System.Drawing.Size(171, 28);
  48. this.comboBox_User.TabIndex = 43;
  49. //
  50. // button_keyboard
  51. //
  52. this.button_keyboard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  53. this.button_keyboard.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  54. this.button_keyboard.ForeColor = System.Drawing.Color.White;
  55. this.button_keyboard.Location = new System.Drawing.Point(280, 206);
  56. this.button_keyboard.Name = "button_keyboard";
  57. this.button_keyboard.Size = new System.Drawing.Size(91, 43);
  58. this.button_keyboard.TabIndex = 42;
  59. this.button_keyboard.Text = "屏幕键盘";
  60. this.button_keyboard.UseVisualStyleBackColor = false;
  61. this.button_keyboard.Click += new System.EventHandler(this.button_keyboard_Click);
  62. //
  63. // label2
  64. //
  65. this.label2.AutoSize = true;
  66. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  67. this.label2.Location = new System.Drawing.Point(42, 104);
  68. this.label2.Name = "label2";
  69. this.label2.Size = new System.Drawing.Size(37, 20);
  70. this.label2.TabIndex = 38;
  71. this.label2.Text = "密码";
  72. //
  73. // label1
  74. //
  75. this.label1.AutoSize = true;
  76. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  77. this.label1.Location = new System.Drawing.Point(42, 69);
  78. this.label1.Name = "label1";
  79. this.label1.Size = new System.Drawing.Size(37, 20);
  80. this.label1.TabIndex = 39;
  81. this.label1.Text = "账户";
  82. //
  83. // textBox_Passwd
  84. //
  85. this.textBox_Passwd.Font = new System.Drawing.Font("微软雅黑", 12F);
  86. this.textBox_Passwd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  87. this.textBox_Passwd.ImeMode = System.Windows.Forms.ImeMode.Disable;
  88. this.textBox_Passwd.Location = new System.Drawing.Point(89, 100);
  89. this.textBox_Passwd.Name = "textBox_Passwd";
  90. this.textBox_Passwd.Size = new System.Drawing.Size(171, 29);
  91. this.textBox_Passwd.TabIndex = 37;
  92. this.textBox_Passwd.UseSystemPasswordChar = true;
  93. this.textBox_Passwd.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBox_Passwd_KeyUp);
  94. //
  95. // button_Login
  96. //
  97. this.button_Login.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  98. this.button_Login.Font = new System.Drawing.Font("微软雅黑", 12F);
  99. this.button_Login.Location = new System.Drawing.Point(280, 65);
  100. this.button_Login.Name = "button_Login";
  101. this.button_Login.Size = new System.Drawing.Size(61, 63);
  102. this.button_Login.TabIndex = 36;
  103. this.button_Login.Text = "进入";
  104. this.button_Login.UseVisualStyleBackColor = false;
  105. this.button_Login.Click += new System.EventHandler(this.button_Login_Click);
  106. //
  107. // pictureBox1
  108. //
  109. this.pictureBox1.Image = global::Welling_Motor_Debug_Tool.Properties.Resources.about;
  110. this.pictureBox1.Location = new System.Drawing.Point(12, 216);
  111. this.pictureBox1.Name = "pictureBox1";
  112. this.pictureBox1.Size = new System.Drawing.Size(136, 33);
  113. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  114. this.pictureBox1.TabIndex = 40;
  115. this.pictureBox1.TabStop = false;
  116. //
  117. // Login
  118. //
  119. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  120. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  121. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  122. this.ClientSize = new System.Drawing.Size(384, 261);
  123. this.Controls.Add(this.comboBox_User);
  124. this.Controls.Add(this.button_keyboard);
  125. this.Controls.Add(this.pictureBox1);
  126. this.Controls.Add(this.label2);
  127. this.Controls.Add(this.label1);
  128. this.Controls.Add(this.textBox_Passwd);
  129. this.Controls.Add(this.button_Login);
  130. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  131. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  132. this.MaximizeBox = false;
  133. this.Name = "Login";
  134. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  135. this.Text = "Login";
  136. this.Load += new System.EventHandler(this.Login_Load);
  137. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  138. this.ResumeLayout(false);
  139. this.PerformLayout();
  140. }
  141. #endregion
  142. public System.Windows.Forms.ComboBox comboBox_User;
  143. private System.Windows.Forms.Button button_keyboard;
  144. private System.Windows.Forms.PictureBox pictureBox1;
  145. private System.Windows.Forms.Label label2;
  146. private System.Windows.Forms.Label label1;
  147. public System.Windows.Forms.TextBox textBox_Passwd;
  148. private System.Windows.Forms.Button button_Login;
  149. }
  150. }