Enter.Designer.cs 7.2 KB

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