Enter.Designer.cs 8.5 KB

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