Login.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  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(234, 181);
  51. this.pictureBox1.Name = "pictureBox1";
  52. this.pictureBox1.Size = new System.Drawing.Size(72, 72);
  53. this.pictureBox1.TabIndex = 0;
  54. this.pictureBox1.TabStop = false;
  55. //
  56. // label1
  57. //
  58. this.label1.AutoSize = true;
  59. this.label1.BackColor = System.Drawing.Color.Transparent;
  60. this.label1.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  61. this.label1.ForeColor = System.Drawing.SystemColors.Desktop;
  62. this.label1.Location = new System.Drawing.Point(342, 125);
  63. this.label1.Name = "label1";
  64. this.label1.Size = new System.Drawing.Size(231, 28);
  65. this.label1.TabIndex = 1;
  66. this.label1.Text = "优软-出货标签管理系统";
  67. //
  68. // UserName
  69. //
  70. this.UserName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.UserName.Location = new System.Drawing.Point(369, 168);
  72. this.UserName.Name = "UserName";
  73. this.UserName.Size = new System.Drawing.Size(196, 29);
  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(369, 206);
  80. this.PassWord.Name = "PassWord";
  81. this.PassWord.PasswordChar = '*';
  82. this.PassWord.Size = new System.Drawing.Size(196, 29);
  83. this.PassWord.TabIndex = 3;
  84. this.PassWord.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PassWord_KeyDown);
  85. //
  86. // LoginIcon
  87. //
  88. this.LoginIcon.BackColor = System.Drawing.Color.Transparent;
  89. this.LoginIcon.Cursor = System.Windows.Forms.Cursors.Hand;
  90. this.LoginIcon.Image = global::UAS_LabelMachine.Properties.Resources.Login_Icon;
  91. this.LoginIcon.Location = new System.Drawing.Point(423, 323);
  92. this.LoginIcon.Name = "LoginIcon";
  93. this.LoginIcon.Size = new System.Drawing.Size(72, 26);
  94. this.LoginIcon.TabIndex = 4;
  95. this.LoginIcon.TabStop = false;
  96. this.LoginIcon.Click += new System.EventHandler(this.LoginIcon_Click);
  97. //
  98. // label2
  99. //
  100. this.label2.AutoSize = true;
  101. this.label2.BackColor = System.Drawing.Color.Transparent;
  102. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.label2.Location = new System.Drawing.Point(321, 171);
  104. this.label2.Name = "label2";
  105. this.label2.Size = new System.Drawing.Size(42, 21);
  106. this.label2.TabIndex = 5;
  107. this.label2.Text = "账号";
  108. //
  109. // label3
  110. //
  111. this.label3.AutoSize = true;
  112. this.label3.BackColor = System.Drawing.Color.Transparent;
  113. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.label3.Location = new System.Drawing.Point(321, 209);
  115. this.label3.Name = "label3";
  116. this.label3.Size = new System.Drawing.Size(42, 21);
  117. this.label3.TabIndex = 6;
  118. this.label3.Text = "密码";
  119. //
  120. // MasterCombox
  121. //
  122. this.MasterCombox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  123. this.MasterCombox.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.MasterCombox.FormattingEnabled = true;
  125. this.MasterCombox.Location = new System.Drawing.Point(369, 247);
  126. this.MasterCombox.Name = "MasterCombox";
  127. this.MasterCombox.Size = new System.Drawing.Size(196, 29);
  128. this.MasterCombox.TabIndex = 7;
  129. //
  130. // Master
  131. //
  132. this.Master.AutoSize = true;
  133. this.Master.BackColor = System.Drawing.Color.Transparent;
  134. this.Master.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.Master.Location = new System.Drawing.Point(321, 250);
  136. this.Master.Name = "Master";
  137. this.Master.Size = new System.Drawing.Size(42, 21);
  138. this.Master.TabIndex = 8;
  139. this.Master.Text = "账套";
  140. //
  141. // label4
  142. //
  143. this.label4.AutoSize = true;
  144. this.label4.BackColor = System.Drawing.Color.Transparent;
  145. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.label4.Location = new System.Drawing.Point(321, 288);
  147. this.label4.Name = "label4";
  148. this.label4.Size = new System.Drawing.Size(25, 21);
  149. this.label4.TabIndex = 10;
  150. this.label4.Text = "IP";
  151. //
  152. // IP
  153. //
  154. this.IP.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.IP.Location = new System.Drawing.Point(369, 285);
  156. this.IP.Name = "IP";
  157. this.IP.Size = new System.Drawing.Size(196, 29);
  158. this.IP.TabIndex = 9;
  159. //
  160. // Login
  161. //
  162. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  163. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  164. this.BackgroundImage = global::UAS_LabelMachine.Properties.Resources.timg;
  165. this.ClientSize = new System.Drawing.Size(884, 461);
  166. this.Controls.Add(this.label4);
  167. this.Controls.Add(this.IP);
  168. this.Controls.Add(this.Master);
  169. this.Controls.Add(this.MasterCombox);
  170. this.Controls.Add(this.label3);
  171. this.Controls.Add(this.label2);
  172. this.Controls.Add(this.LoginIcon);
  173. this.Controls.Add(this.PassWord);
  174. this.Controls.Add(this.UserName);
  175. this.Controls.Add(this.label1);
  176. this.Controls.Add(this.pictureBox1);
  177. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  178. this.Name = "Login";
  179. this.Text = "出货标签管理系统";
  180. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Login_FormClosing);
  181. this.Load += new System.EventHandler(this.Login_Load);
  182. this.Paint += new System.Windows.Forms.PaintEventHandler(this.Login_Paint);
  183. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  184. ((System.ComponentModel.ISupportInitialize)(this.LoginIcon)).EndInit();
  185. ((System.ComponentModel.ISupportInitialize)(this.ComData)).EndInit();
  186. this.ResumeLayout(false);
  187. this.PerformLayout();
  188. }
  189. #endregion
  190. private System.Windows.Forms.PictureBox pictureBox1;
  191. private System.Windows.Forms.Label label1;
  192. private System.Windows.Forms.TextBox UserName;
  193. private System.Windows.Forms.TextBox PassWord;
  194. private System.Windows.Forms.PictureBox LoginIcon;
  195. private System.Windows.Forms.Label label2;
  196. private System.Windows.Forms.Label label3;
  197. private System.Windows.Forms.ComboBox MasterCombox;
  198. private System.Windows.Forms.Label Master;
  199. private System.Windows.Forms.Label label4;
  200. private System.Windows.Forms.TextBox IP;
  201. private System.Windows.Forms.BindingSource ComData;
  202. }
  203. }