Login.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. namespace UAS_LabelMachine
  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. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.UserName = new System.Windows.Forms.TextBox();
  31. this.PassWord = new System.Windows.Forms.TextBox();
  32. this.LoginIcon = new System.Windows.Forms.PictureBox();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.MasterCombox = new System.Windows.Forms.ComboBox();
  36. this.Master = new System.Windows.Forms.Label();
  37. this.label4 = new System.Windows.Forms.Label();
  38. this.IP = new System.Windows.Forms.TextBox();
  39. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.LoginIcon)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // pictureBox1
  44. //
  45. this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
  46. this.pictureBox1.Image = global::UAS_LabelMachine.Properties.Resources.users_user_72px_523311_easyicon_net;
  47. this.pictureBox1.Location = new System.Drawing.Point(312, 226);
  48. this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  49. this.pictureBox1.Name = "pictureBox1";
  50. this.pictureBox1.Size = new System.Drawing.Size(96, 90);
  51. this.pictureBox1.TabIndex = 0;
  52. this.pictureBox1.TabStop = false;
  53. //
  54. // label1
  55. //
  56. this.label1.AutoSize = true;
  57. this.label1.BackColor = System.Drawing.Color.Transparent;
  58. this.label1.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  59. this.label1.ForeColor = System.Drawing.SystemColors.Desktop;
  60. this.label1.Location = new System.Drawing.Point(456, 156);
  61. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  62. this.label1.Name = "label1";
  63. this.label1.Size = new System.Drawing.Size(297, 35);
  64. this.label1.TabIndex = 1;
  65. this.label1.Text = "优软-出货标签管理系统";
  66. //
  67. // UserName
  68. //
  69. this.UserName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.UserName.Location = new System.Drawing.Point(492, 210);
  71. this.UserName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  72. this.UserName.Name = "UserName";
  73. this.UserName.Size = new System.Drawing.Size(260, 34);
  74. this.UserName.TabIndex = 2;
  75. //
  76. // PassWord
  77. //
  78. this.PassWord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.PassWord.Location = new System.Drawing.Point(492, 258);
  80. this.PassWord.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  81. this.PassWord.Name = "PassWord";
  82. this.PassWord.PasswordChar = '*';
  83. this.PassWord.Size = new System.Drawing.Size(260, 34);
  84. this.PassWord.TabIndex = 3;
  85. this.PassWord.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PassWord_KeyDown);
  86. //
  87. // LoginIcon
  88. //
  89. this.LoginIcon.BackColor = System.Drawing.Color.Transparent;
  90. this.LoginIcon.Cursor = System.Windows.Forms.Cursors.Hand;
  91. this.LoginIcon.Image = global::UAS_LabelMachine.Properties.Resources.Login_Icon;
  92. this.LoginIcon.Location = new System.Drawing.Point(564, 404);
  93. this.LoginIcon.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  94. this.LoginIcon.Name = "LoginIcon";
  95. this.LoginIcon.Size = new System.Drawing.Size(96, 32);
  96. this.LoginIcon.TabIndex = 4;
  97. this.LoginIcon.TabStop = false;
  98. this.LoginIcon.Click += new System.EventHandler(this.LoginIcon_Click);
  99. //
  100. // label2
  101. //
  102. this.label2.AutoSize = true;
  103. this.label2.BackColor = System.Drawing.Color.Transparent;
  104. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.label2.Location = new System.Drawing.Point(428, 214);
  106. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  107. this.label2.Name = "label2";
  108. this.label2.Size = new System.Drawing.Size(52, 27);
  109. this.label2.TabIndex = 5;
  110. this.label2.Text = "账号";
  111. //
  112. // label3
  113. //
  114. this.label3.AutoSize = true;
  115. this.label3.BackColor = System.Drawing.Color.Transparent;
  116. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.label3.Location = new System.Drawing.Point(432, 261);
  118. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  119. this.label3.Name = "label3";
  120. this.label3.Size = new System.Drawing.Size(52, 27);
  121. this.label3.TabIndex = 6;
  122. this.label3.Text = "密码";
  123. //
  124. // MasterCombox
  125. //
  126. this.MasterCombox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  127. this.MasterCombox.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. this.MasterCombox.FormattingEnabled = true;
  129. this.MasterCombox.Location = new System.Drawing.Point(492, 309);
  130. this.MasterCombox.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  131. this.MasterCombox.Name = "MasterCombox";
  132. this.MasterCombox.Size = new System.Drawing.Size(260, 35);
  133. this.MasterCombox.TabIndex = 7;
  134. //
  135. // Master
  136. //
  137. this.Master.AutoSize = true;
  138. this.Master.BackColor = System.Drawing.Color.Transparent;
  139. this.Master.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.Master.Location = new System.Drawing.Point(432, 312);
  141. this.Master.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  142. this.Master.Name = "Master";
  143. this.Master.Size = new System.Drawing.Size(52, 27);
  144. this.Master.TabIndex = 8;
  145. this.Master.Text = "账套";
  146. //
  147. // label4
  148. //
  149. this.label4.AutoSize = true;
  150. this.label4.BackColor = System.Drawing.Color.Transparent;
  151. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.label4.Location = new System.Drawing.Point(432, 360);
  153. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  154. this.label4.Name = "label4";
  155. this.label4.Size = new System.Drawing.Size(30, 27);
  156. this.label4.TabIndex = 10;
  157. this.label4.Text = "IP";
  158. //
  159. // IP
  160. //
  161. this.IP.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.IP.Location = new System.Drawing.Point(492, 356);
  163. this.IP.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  164. this.IP.Name = "IP";
  165. this.IP.Size = new System.Drawing.Size(260, 34);
  166. this.IP.TabIndex = 9;
  167. this.IP.KeyDown += new System.Windows.Forms.KeyEventHandler(this.IP_KeyDown);
  168. //
  169. // Login
  170. //
  171. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  172. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  173. this.BackgroundImage = global::UAS_LabelMachine.Properties.Resources.timg;
  174. this.ClientSize = new System.Drawing.Size(1179, 576);
  175. this.Controls.Add(this.label4);
  176. this.Controls.Add(this.IP);
  177. this.Controls.Add(this.Master);
  178. this.Controls.Add(this.MasterCombox);
  179. this.Controls.Add(this.label3);
  180. this.Controls.Add(this.label2);
  181. this.Controls.Add(this.LoginIcon);
  182. this.Controls.Add(this.PassWord);
  183. this.Controls.Add(this.UserName);
  184. this.Controls.Add(this.label1);
  185. this.Controls.Add(this.pictureBox1);
  186. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  187. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  188. this.Name = "Login";
  189. this.Text = "出货标签管理系统";
  190. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Login_FormClosing);
  191. this.Load += new System.EventHandler(this.Login_Load);
  192. this.Paint += new System.Windows.Forms.PaintEventHandler(this.Login_Paint);
  193. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  194. ((System.ComponentModel.ISupportInitialize)(this.LoginIcon)).EndInit();
  195. this.ResumeLayout(false);
  196. this.PerformLayout();
  197. }
  198. #endregion
  199. private System.Windows.Forms.PictureBox pictureBox1;
  200. private System.Windows.Forms.Label label1;
  201. private System.Windows.Forms.TextBox UserName;
  202. private System.Windows.Forms.TextBox PassWord;
  203. private System.Windows.Forms.PictureBox LoginIcon;
  204. private System.Windows.Forms.Label label2;
  205. private System.Windows.Forms.Label label3;
  206. private System.Windows.Forms.ComboBox MasterCombox;
  207. private System.Windows.Forms.Label Master;
  208. private System.Windows.Forms.Label label4;
  209. private System.Windows.Forms.TextBox IP;
  210. }
  211. }