| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201 |
- namespace Dongke.IBOSS.PRD.Client
- {
- partial class F_SYS_0101
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_SYS_0101));
- this.panel1 = new System.Windows.Forms.Panel();
- this.btnLogin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSetting = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.txtPassword = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.txtAccount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblPassword = new System.Windows.Forms.Label();
- this.lblUserCode = new System.Windows.Forms.Label();
- this.lblAccount = new System.Windows.Forms.Label();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
- this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.panel1.Controls.Add(this.btnLogin);
- this.panel1.Controls.Add(this.btnSetting);
- this.panel1.Controls.Add(this.txtPassword);
- this.panel1.Controls.Add(this.txtUserCode);
- this.panel1.Controls.Add(this.txtAccount);
- this.panel1.Controls.Add(this.lblPassword);
- this.panel1.Controls.Add(this.lblUserCode);
- this.panel1.Controls.Add(this.lblAccount);
- this.panel1.Location = new System.Drawing.Point(0, -2);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(508, 294);
- this.panel1.TabIndex = 0;
- //
- // btnLogin
- //
- this.btnLogin.BackColor = System.Drawing.SystemColors.Control;
- this.btnLogin.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnLogin.BackgroundImage")));
- this.btnLogin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnLogin.ForeColor = System.Drawing.Color.White;
- this.btnLogin.Location = new System.Drawing.Point(329, 244);
- this.btnLogin.Name = "btnLogin";
- this.btnLogin.Size = new System.Drawing.Size(75, 28);
- this.btnLogin.TabIndex = 3;
- this.btnLogin.Text = "登录";
- this.btnLogin.UseVisualStyleBackColor = false;
- this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
- //
- // btnSetting
- //
- this.btnSetting.BackColor = System.Drawing.Color.Transparent;
- this.btnSetting.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSetting.BackgroundImage")));
- this.btnSetting.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSetting.ForeColor = System.Drawing.Color.White;
- this.btnSetting.Location = new System.Drawing.Point(410, 244);
- this.btnSetting.Name = "btnSetting";
- this.btnSetting.Size = new System.Drawing.Size(75, 28);
- this.btnSetting.TabIndex = 4;
- this.btnSetting.Text = "设置";
- this.btnSetting.UseVisualStyleBackColor = false;
- this.btnSetting.Click += new System.EventHandler(this.btnSetting_Click);
- //
- // txtPassword
- //
- this.txtPassword.BackColor = System.Drawing.SystemColors.Window;
- this.txtPassword.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtPassword.ErrorMessage = "";
- this.txtPassword.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtPassword.Location = new System.Drawing.Point(375, 196);
- this.txtPassword.MaxLength = 16;
- this.txtPassword.Name = "txtPassword";
- this.txtPassword.PasswordChar = '*';
- this.txtPassword.Size = new System.Drawing.Size(110, 21);
- this.txtPassword.TabIndex = 2;
- //
- // txtUserCode
- //
- this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtUserCode.ErrorMessage = "";
- this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtUserCode.Location = new System.Drawing.Point(375, 167);
- this.txtUserCode.MaxLength = 20;
- this.txtUserCode.Name = "txtUserCode";
- this.txtUserCode.Size = new System.Drawing.Size(110, 21);
- this.txtUserCode.TabIndex = 1;
- //
- // txtAccount
- //
- this.txtAccount.BackColor = System.Drawing.SystemColors.Window;
- this.txtAccount.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtAccount.ErrorMessage = "";
- this.txtAccount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtAccount.Location = new System.Drawing.Point(375, 138);
- this.txtAccount.MaxLength = 20;
- this.txtAccount.Name = "txtAccount";
- this.txtAccount.Size = new System.Drawing.Size(110, 21);
- this.txtAccount.TabIndex = 0;
- //
- // lblPassword
- //
- this.lblPassword.AutoSize = true;
- this.lblPassword.BackColor = System.Drawing.Color.Transparent;
- this.lblPassword.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
- this.lblPassword.Location = new System.Drawing.Point(340, 200);
- this.lblPassword.Name = "lblPassword";
- this.lblPassword.Size = new System.Drawing.Size(29, 12);
- this.lblPassword.TabIndex = 8;
- this.lblPassword.Text = "密码";
- //
- // lblUserCode
- //
- this.lblUserCode.AutoSize = true;
- this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
- this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblUserCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
- this.lblUserCode.Location = new System.Drawing.Point(340, 171);
- this.lblUserCode.Name = "lblUserCode";
- this.lblUserCode.Size = new System.Drawing.Size(29, 12);
- this.lblUserCode.TabIndex = 6;
- this.lblUserCode.Text = "工号";
- //
- // lblAccount
- //
- this.lblAccount.AutoSize = true;
- this.lblAccount.BackColor = System.Drawing.Color.Transparent;
- this.lblAccount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblAccount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
- this.lblAccount.Location = new System.Drawing.Point(340, 142);
- this.lblAccount.Name = "lblAccount";
- this.lblAccount.Size = new System.Drawing.Size(29, 12);
- this.lblAccount.TabIndex = 6;
- this.lblAccount.Text = "账套";
- //
- // F_SYS_0101
- //
- this.AcceptButton = this.btnLogin;
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackgroundImage = global::Dongke.IBOSS.PRD.Client.Properties.Resources.bg;
- this.ClientSize = new System.Drawing.Size(508, 293);
- this.Controls.Add(this.panel1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.IsSaveFormSize = false;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_SYS_0101";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.StatusSizingGrip = false;
- this.StatusStripVisible = false;
- this.StatusTimerVisible = false;
- this.Text = "东科卫生陶瓷制造执行系统";
- this.Shown += new System.EventHandler(this.F_SYS_0101_Shown);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label lblPassword;
- private System.Windows.Forms.Label lblUserCode;
- private System.Windows.Forms.Label lblAccount;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox txtPassword;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox txtUserCode;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox txtAccount;
- private Basics.BaseControls.C_Button btnLogin;
- private Basics.BaseControls.C_Button btnSetting;
- }
- }
|