Login.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  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. this.FTPNet = new System.Windows.Forms.CheckBox();
  42. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.LoginIcon)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.ComData)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // pictureBox1
  48. //
  49. this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
  50. this.pictureBox1.Image = global::UAS_LabelMachine.Properties.Resources.users_user_72px_523311_easyicon_net;
  51. this.pictureBox1.Location = new System.Drawing.Point(234, 181);
  52. this.pictureBox1.Name = "pictureBox1";
  53. this.pictureBox1.Size = new System.Drawing.Size(72, 72);
  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(342, 125);
  64. this.label1.Name = "label1";
  65. this.label1.Size = new System.Drawing.Size(231, 28);
  66. this.label1.TabIndex = 1;
  67. this.label1.Text = "优软-出货标签管理系统";
  68. //
  69. // UserName
  70. //
  71. this.UserName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.UserName.Location = new System.Drawing.Point(369, 168);
  73. this.UserName.Name = "UserName";
  74. this.UserName.Size = new System.Drawing.Size(196, 29);
  75. this.UserName.TabIndex = 2;
  76. //
  77. // PassWord
  78. //
  79. this.PassWord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.PassWord.Location = new System.Drawing.Point(369, 206);
  81. this.PassWord.Name = "PassWord";
  82. this.PassWord.PasswordChar = '*';
  83. this.PassWord.Size = new System.Drawing.Size(196, 29);
  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(423, 323);
  93. this.LoginIcon.Name = "LoginIcon";
  94. this.LoginIcon.Size = new System.Drawing.Size(72, 26);
  95. this.LoginIcon.TabIndex = 4;
  96. this.LoginIcon.TabStop = false;
  97. this.LoginIcon.Click += new System.EventHandler(this.LoginIcon_Click);
  98. //
  99. // label2
  100. //
  101. this.label2.AutoSize = true;
  102. this.label2.BackColor = System.Drawing.Color.Transparent;
  103. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.label2.Location = new System.Drawing.Point(321, 171);
  105. this.label2.Name = "label2";
  106. this.label2.Size = new System.Drawing.Size(42, 21);
  107. this.label2.TabIndex = 5;
  108. this.label2.Text = "账号";
  109. //
  110. // label3
  111. //
  112. this.label3.AutoSize = true;
  113. this.label3.BackColor = System.Drawing.Color.Transparent;
  114. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.label3.Location = new System.Drawing.Point(321, 209);
  116. this.label3.Name = "label3";
  117. this.label3.Size = new System.Drawing.Size(42, 21);
  118. this.label3.TabIndex = 6;
  119. this.label3.Text = "密码";
  120. //
  121. // MasterCombox
  122. //
  123. this.MasterCombox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  124. this.MasterCombox.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.MasterCombox.FormattingEnabled = true;
  126. this.MasterCombox.Location = new System.Drawing.Point(369, 247);
  127. this.MasterCombox.Name = "MasterCombox";
  128. this.MasterCombox.Size = new System.Drawing.Size(196, 29);
  129. this.MasterCombox.TabIndex = 7;
  130. //
  131. // Master
  132. //
  133. this.Master.AutoSize = true;
  134. this.Master.BackColor = System.Drawing.Color.Transparent;
  135. this.Master.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.Master.Location = new System.Drawing.Point(321, 250);
  137. this.Master.Name = "Master";
  138. this.Master.Size = new System.Drawing.Size(42, 21);
  139. this.Master.TabIndex = 8;
  140. this.Master.Text = "账套";
  141. //
  142. // label4
  143. //
  144. this.label4.AutoSize = true;
  145. this.label4.BackColor = System.Drawing.Color.Transparent;
  146. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.label4.Location = new System.Drawing.Point(321, 288);
  148. this.label4.Name = "label4";
  149. this.label4.Size = new System.Drawing.Size(25, 21);
  150. this.label4.TabIndex = 10;
  151. this.label4.Text = "IP";
  152. //
  153. // IP
  154. //
  155. this.IP.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.IP.Location = new System.Drawing.Point(369, 285);
  157. this.IP.Name = "IP";
  158. this.IP.Size = new System.Drawing.Size(196, 29);
  159. this.IP.TabIndex = 9;
  160. //
  161. // FTPNet
  162. //
  163. this.FTPNet.AutoSize = true;
  164. this.FTPNet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.FTPNet.Location = new System.Drawing.Point(584, 168);
  166. this.FTPNet.Name = "FTPNet";
  167. this.FTPNet.Size = new System.Drawing.Size(80, 24);
  168. this.FTPNet.TabIndex = 11;
  169. this.FTPNet.Text = "FTP内网";
  170. this.FTPNet.UseVisualStyleBackColor = true;
  171. this.FTPNet.Visible = false;
  172. //
  173. // Login
  174. //
  175. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  176. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  177. this.BackgroundImage = global::UAS_LabelMachine.Properties.Resources.timg;
  178. this.ClientSize = new System.Drawing.Size(884, 461);
  179. this.Controls.Add(this.FTPNet);
  180. this.Controls.Add(this.label4);
  181. this.Controls.Add(this.IP);
  182. this.Controls.Add(this.Master);
  183. this.Controls.Add(this.MasterCombox);
  184. this.Controls.Add(this.label3);
  185. this.Controls.Add(this.label2);
  186. this.Controls.Add(this.LoginIcon);
  187. this.Controls.Add(this.PassWord);
  188. this.Controls.Add(this.UserName);
  189. this.Controls.Add(this.label1);
  190. this.Controls.Add(this.pictureBox1);
  191. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  192. this.Name = "Login";
  193. this.Text = "出货标签管理系统";
  194. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Login_FormClosing);
  195. this.Load += new System.EventHandler(this.Login_Load);
  196. this.Paint += new System.Windows.Forms.PaintEventHandler(this.Login_Paint);
  197. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  198. ((System.ComponentModel.ISupportInitialize)(this.LoginIcon)).EndInit();
  199. ((System.ComponentModel.ISupportInitialize)(this.ComData)).EndInit();
  200. this.ResumeLayout(false);
  201. this.PerformLayout();
  202. }
  203. #endregion
  204. private System.Windows.Forms.PictureBox pictureBox1;
  205. private System.Windows.Forms.Label label1;
  206. private System.Windows.Forms.TextBox UserName;
  207. private System.Windows.Forms.TextBox PassWord;
  208. private System.Windows.Forms.PictureBox LoginIcon;
  209. private System.Windows.Forms.Label label2;
  210. private System.Windows.Forms.Label label3;
  211. private System.Windows.Forms.ComboBox MasterCombox;
  212. private System.Windows.Forms.Label Master;
  213. private System.Windows.Forms.Label label4;
  214. private System.Windows.Forms.TextBox IP;
  215. private System.Windows.Forms.BindingSource ComData;
  216. private System.Windows.Forms.CheckBox FTPNet;
  217. }
  218. }