Login.Designer.cs 11 KB

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