F_SYS_0101.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. namespace Dongke.IBOSS.PRD.Client
  2. {
  3. partial class F_SYS_0101
  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(F_SYS_0101));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.btnLogin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  31. this.btnSetting = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  32. this.txtPassword = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  33. this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  34. this.txtAccount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  35. this.lblPassword = new System.Windows.Forms.Label();
  36. this.lblUserCode = new System.Windows.Forms.Label();
  37. this.lblAccount = new System.Windows.Forms.Label();
  38. this.panel1.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // panel1
  42. //
  43. this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
  44. this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  45. this.panel1.Controls.Add(this.btnLogin);
  46. this.panel1.Controls.Add(this.btnSetting);
  47. this.panel1.Controls.Add(this.txtPassword);
  48. this.panel1.Controls.Add(this.txtUserCode);
  49. this.panel1.Controls.Add(this.txtAccount);
  50. this.panel1.Controls.Add(this.lblPassword);
  51. this.panel1.Controls.Add(this.lblUserCode);
  52. this.panel1.Controls.Add(this.lblAccount);
  53. this.panel1.Location = new System.Drawing.Point(0, -2);
  54. this.panel1.Name = "panel1";
  55. this.panel1.Size = new System.Drawing.Size(508, 294);
  56. this.panel1.TabIndex = 0;
  57. //
  58. // btnLogin
  59. //
  60. this.btnLogin.BackColor = System.Drawing.SystemColors.Control;
  61. this.btnLogin.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnLogin.BackgroundImage")));
  62. this.btnLogin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  63. this.btnLogin.ForeColor = System.Drawing.Color.White;
  64. this.btnLogin.Location = new System.Drawing.Point(329, 244);
  65. this.btnLogin.Name = "btnLogin";
  66. this.btnLogin.Size = new System.Drawing.Size(75, 28);
  67. this.btnLogin.TabIndex = 3;
  68. this.btnLogin.Text = "登录";
  69. this.btnLogin.UseVisualStyleBackColor = false;
  70. this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
  71. //
  72. // btnSetting
  73. //
  74. this.btnSetting.BackColor = System.Drawing.Color.Transparent;
  75. this.btnSetting.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSetting.BackgroundImage")));
  76. this.btnSetting.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.btnSetting.ForeColor = System.Drawing.Color.White;
  78. this.btnSetting.Location = new System.Drawing.Point(410, 244);
  79. this.btnSetting.Name = "btnSetting";
  80. this.btnSetting.Size = new System.Drawing.Size(75, 28);
  81. this.btnSetting.TabIndex = 4;
  82. this.btnSetting.Text = "设置";
  83. this.btnSetting.UseVisualStyleBackColor = false;
  84. this.btnSetting.Click += new System.EventHandler(this.btnSetting_Click);
  85. //
  86. // txtPassword
  87. //
  88. this.txtPassword.BackColor = System.Drawing.SystemColors.Window;
  89. this.txtPassword.BackgroundColor = System.Drawing.SystemColors.Window;
  90. this.txtPassword.ErrorMessage = "";
  91. this.txtPassword.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.txtPassword.Location = new System.Drawing.Point(375, 196);
  93. this.txtPassword.MaxLength = 16;
  94. this.txtPassword.Name = "txtPassword";
  95. this.txtPassword.PasswordChar = '*';
  96. this.txtPassword.Size = new System.Drawing.Size(110, 21);
  97. this.txtPassword.TabIndex = 2;
  98. //
  99. // txtUserCode
  100. //
  101. this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
  102. this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  103. this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  104. this.txtUserCode.ErrorMessage = "";
  105. this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.txtUserCode.Location = new System.Drawing.Point(375, 167);
  107. this.txtUserCode.MaxLength = 20;
  108. this.txtUserCode.Name = "txtUserCode";
  109. this.txtUserCode.Size = new System.Drawing.Size(110, 21);
  110. this.txtUserCode.TabIndex = 1;
  111. //
  112. // txtAccount
  113. //
  114. this.txtAccount.BackColor = System.Drawing.SystemColors.Window;
  115. this.txtAccount.BackgroundColor = System.Drawing.SystemColors.Window;
  116. this.txtAccount.ErrorMessage = "";
  117. this.txtAccount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.txtAccount.Location = new System.Drawing.Point(375, 138);
  119. this.txtAccount.MaxLength = 20;
  120. this.txtAccount.Name = "txtAccount";
  121. this.txtAccount.Size = new System.Drawing.Size(110, 21);
  122. this.txtAccount.TabIndex = 0;
  123. //
  124. // lblPassword
  125. //
  126. this.lblPassword.AutoSize = true;
  127. this.lblPassword.BackColor = System.Drawing.Color.Transparent;
  128. this.lblPassword.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.lblPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
  130. this.lblPassword.Location = new System.Drawing.Point(340, 200);
  131. this.lblPassword.Name = "lblPassword";
  132. this.lblPassword.Size = new System.Drawing.Size(29, 12);
  133. this.lblPassword.TabIndex = 8;
  134. this.lblPassword.Text = "密码";
  135. //
  136. // lblUserCode
  137. //
  138. this.lblUserCode.AutoSize = true;
  139. this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
  140. this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.lblUserCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
  142. this.lblUserCode.Location = new System.Drawing.Point(340, 171);
  143. this.lblUserCode.Name = "lblUserCode";
  144. this.lblUserCode.Size = new System.Drawing.Size(29, 12);
  145. this.lblUserCode.TabIndex = 6;
  146. this.lblUserCode.Text = "工号";
  147. //
  148. // lblAccount
  149. //
  150. this.lblAccount.AutoSize = true;
  151. this.lblAccount.BackColor = System.Drawing.Color.Transparent;
  152. this.lblAccount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.lblAccount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
  154. this.lblAccount.Location = new System.Drawing.Point(340, 142);
  155. this.lblAccount.Name = "lblAccount";
  156. this.lblAccount.Size = new System.Drawing.Size(29, 12);
  157. this.lblAccount.TabIndex = 6;
  158. this.lblAccount.Text = "账套";
  159. //
  160. // F_SYS_0101
  161. //
  162. this.AcceptButton = this.btnLogin;
  163. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  164. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  165. this.BackgroundImage = global::Dongke.IBOSS.PRD.Client.Properties.Resources.bg;
  166. this.ClientSize = new System.Drawing.Size(508, 293);
  167. this.Controls.Add(this.panel1);
  168. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  169. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  170. this.IsSaveFormSize = false;
  171. this.MaximizeBox = false;
  172. this.MinimizeBox = false;
  173. this.Name = "F_SYS_0101";
  174. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  175. this.StatusSizingGrip = false;
  176. this.StatusStripVisible = false;
  177. this.StatusTimerVisible = false;
  178. this.Text = "东科卫生陶瓷制造执行系统";
  179. this.Shown += new System.EventHandler(this.F_SYS_0101_Shown);
  180. this.panel1.ResumeLayout(false);
  181. this.panel1.PerformLayout();
  182. this.ResumeLayout(false);
  183. }
  184. #endregion
  185. private System.Windows.Forms.Panel panel1;
  186. private System.Windows.Forms.Label lblPassword;
  187. private System.Windows.Forms.Label lblUserCode;
  188. private System.Windows.Forms.Label lblAccount;
  189. private Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox txtPassword;
  190. private Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox txtUserCode;
  191. private Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox txtAccount;
  192. private Basics.BaseControls.C_Button btnLogin;
  193. private Basics.BaseControls.C_Button btnSetting;
  194. }
  195. }