Files
lserp_cs_6.0/插件库/Lskj.ProductPlatform2/FrmLogin.Designer.cs
T
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

557 lines
28 KiB
C#

namespace Lskj.ProductPlatform2
{
partial class FrmLogin
{
/// <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(FrmLogin));
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.panel19 = new System.Windows.Forms.Panel();
this.panel20 = new System.Windows.Forms.Panel();
this.cbBZ = new System.Windows.Forms.ComboBox();
this.panel15 = new System.Windows.Forms.Panel();
this.panel16 = new System.Windows.Forms.Panel();
this.cbJT = new System.Windows.Forms.ComboBox();
this.panel17 = new System.Windows.Forms.Panel();
this.panel18 = new System.Windows.Forms.Panel();
this.PlTop = new DevExpress.XtraEditors.PanelControl();
this.btnClose = new System.Windows.Forms.Button();
this.label5 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.panel9 = new System.Windows.Forms.Panel();
this.cbCJ = new System.Windows.Forms.ComboBox();
this.panel12 = new System.Windows.Forms.Panel();
this.panel14 = new System.Windows.Forms.Panel();
this.zt_panel = new System.Windows.Forms.Panel();
this.panel5 = new System.Windows.Forms.Panel();
this.cbLedger = new DevExpress.XtraEditors.ComboBoxEdit();
this.panel4 = new System.Windows.Forms.Panel();
this.panel13 = new System.Windows.Forms.Panel();
this.mm_panel = new System.Windows.Forms.Panel();
this.panel10 = new System.Windows.Forms.Panel();
this.txtPassword = new DevExpress.XtraEditors.TextEdit();
this.panel11 = new System.Windows.Forms.Panel();
this.panel6 = new System.Windows.Forms.Panel();
this.btnSetting = new DevExpress.XtraEditors.SimpleButton();
this.yh_panel = new System.Windows.Forms.Panel();
this.panel7 = new System.Windows.Forms.Panel();
this.txtUserName = new Lskj.Control.AutoGridLookUp();
this.panel8 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.btnLogin = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
this.panel19.SuspendLayout();
this.panel20.SuspendLayout();
this.panel15.SuspendLayout();
this.panel16.SuspendLayout();
this.panel17.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.PlTop)).BeginInit();
this.PlTop.SuspendLayout();
this.panel2.SuspendLayout();
this.panel9.SuspendLayout();
this.panel12.SuspendLayout();
this.zt_panel.SuspendLayout();
this.panel5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.cbLedger.Properties)).BeginInit();
this.panel4.SuspendLayout();
this.mm_panel.SuspendLayout();
this.panel10.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtPassword.Properties)).BeginInit();
this.panel11.SuspendLayout();
this.yh_panel.SuspendLayout();
this.panel7.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtUserName.Properties)).BeginInit();
this.panel8.SuspendLayout();
this.SuspendLayout();
//
// panelControl1
//
this.panelControl1.Appearance.BackColor = System.Drawing.Color.Transparent;
this.panelControl1.Appearance.Options.UseBackColor = true;
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.panel19);
this.panelControl1.Controls.Add(this.panel15);
this.panelControl1.Controls.Add(this.PlTop);
this.panelControl1.Controls.Add(this.panel2);
this.panelControl1.Controls.Add(this.zt_panel);
this.panelControl1.Controls.Add(this.mm_panel);
this.panelControl1.Controls.Add(this.btnSetting);
this.panelControl1.Controls.Add(this.yh_panel);
this.panelControl1.Controls.Add(this.btnLogin);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl1.Location = new System.Drawing.Point(0, 0);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(1021, 533);
this.panelControl1.TabIndex = 9;
//
// panel19
//
this.panel19.BackColor = System.Drawing.Color.White;
this.panel19.Controls.Add(this.panel20);
this.panel19.Location = new System.Drawing.Point(861, 262);
this.panel19.Name = "panel19";
this.panel19.Size = new System.Drawing.Size(85, 45);
this.panel19.TabIndex = 16;
//
// panel20
//
this.panel20.Controls.Add(this.cbBZ);
this.panel20.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel20.Location = new System.Drawing.Point(0, 0);
this.panel20.Name = "panel20";
this.panel20.Size = new System.Drawing.Size(85, 45);
this.panel20.TabIndex = 12;
//
// cbBZ
//
this.cbBZ.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbBZ.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cbBZ.Font = new System.Drawing.Font("微软雅黑", 16F);
this.cbBZ.FormattingEnabled = true;
this.cbBZ.Items.AddRange(new object[] {
"",
"早班",
"中班",
"晚班"});
this.cbBZ.Location = new System.Drawing.Point(5, 4);
this.cbBZ.Name = "cbBZ";
this.cbBZ.Size = new System.Drawing.Size(77, 36);
this.cbBZ.TabIndex = 15;
//
// panel15
//
this.panel15.BackColor = System.Drawing.Color.White;
this.panel15.Controls.Add(this.panel16);
this.panel15.Controls.Add(this.panel17);
this.panel15.Location = new System.Drawing.Point(632, 262);
this.panel15.Name = "panel15";
this.panel15.Size = new System.Drawing.Size(226, 45);
this.panel15.TabIndex = 15;
//
// panel16
//
this.panel16.Controls.Add(this.cbJT);
this.panel16.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel16.Location = new System.Drawing.Point(45, 0);
this.panel16.Name = "panel16";
this.panel16.Size = new System.Drawing.Size(181, 45);
this.panel16.TabIndex = 12;
//
// cbJT
//
this.cbJT.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbJT.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cbJT.Font = new System.Drawing.Font("微软雅黑", 16F);
this.cbJT.FormattingEnabled = true;
this.cbJT.Location = new System.Drawing.Point(3, 4);
this.cbJT.Name = "cbJT";
this.cbJT.Size = new System.Drawing.Size(175, 36);
this.cbJT.TabIndex = 16;
this.cbJT.SelectedIndexChanged += new System.EventHandler(this.JTSelectedIndexChanged);
//
// panel17
//
this.panel17.Controls.Add(this.panel18);
this.panel17.Dock = System.Windows.Forms.DockStyle.Left;
this.panel17.Location = new System.Drawing.Point(0, 0);
this.panel17.Name = "panel17";
this.panel17.Size = new System.Drawing.Size(45, 45);
this.panel17.TabIndex = 11;
//
// panel18
//
this.panel18.BackgroundImage = global::Lskj.ProductPlatform2.Properties.Resources.车间;
this.panel18.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.panel18.Location = new System.Drawing.Point(9, 9);
this.panel18.Name = "panel18";
this.panel18.Size = new System.Drawing.Size(28, 28);
this.panel18.TabIndex = 16;
//
// PlTop
//
this.PlTop.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.PlTop.Controls.Add(this.btnClose);
this.PlTop.Controls.Add(this.label5);
this.PlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.PlTop.Location = new System.Drawing.Point(0, 0);
this.PlTop.Name = "PlTop";
this.PlTop.Size = new System.Drawing.Size(1021, 79);
this.PlTop.TabIndex = 11;
//
// btnClose
//
this.btnClose.BackColor = System.Drawing.Color.Transparent;
this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
this.btnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.btnClose.FlatAppearance.BorderSize = 0;
this.btnClose.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.btnClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnClose.Location = new System.Drawing.Point(969, 12);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(40, 40);
this.btnClose.TabIndex = 11;
this.btnClose.UseVisualStyleBackColor = false;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// label5
//
this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
this.label5.Font = new System.Drawing.Font("微软雅黑", 24F);
this.label5.ForeColor = System.Drawing.Color.White;
this.label5.Location = new System.Drawing.Point(0, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(1021, 79);
this.label5.TabIndex = 10;
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.White;
this.panel2.Controls.Add(this.panel9);
this.panel2.Controls.Add(this.panel12);
this.panel2.Location = new System.Drawing.Point(632, 211);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(314, 45);
this.panel2.TabIndex = 14;
//
// panel9
//
this.panel9.Controls.Add(this.cbCJ);
this.panel9.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel9.Location = new System.Drawing.Point(45, 0);
this.panel9.Name = "panel9";
this.panel9.Size = new System.Drawing.Size(269, 45);
this.panel9.TabIndex = 12;
//
// cbCJ
//
this.cbCJ.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbCJ.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cbCJ.Font = new System.Drawing.Font("微软雅黑", 16F);
this.cbCJ.FormattingEnabled = true;
this.cbCJ.Location = new System.Drawing.Point(3, 4);
this.cbCJ.Name = "cbCJ";
this.cbCJ.Size = new System.Drawing.Size(263, 36);
this.cbCJ.TabIndex = 16;
this.cbCJ.SelectedIndexChanged += new System.EventHandler(this.cbCJ_SelectedIndexChanged);
//
// panel12
//
this.panel12.Controls.Add(this.panel14);
this.panel12.Dock = System.Windows.Forms.DockStyle.Left;
this.panel12.Location = new System.Drawing.Point(0, 0);
this.panel12.Name = "panel12";
this.panel12.Size = new System.Drawing.Size(45, 45);
this.panel12.TabIndex = 11;
//
// panel14
//
this.panel14.BackgroundImage = global::Lskj.ProductPlatform2.Properties.Resources.机台;
this.panel14.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.panel14.Location = new System.Drawing.Point(9, 9);
this.panel14.Name = "panel14";
this.panel14.Size = new System.Drawing.Size(28, 28);
this.panel14.TabIndex = 16;
//
// zt_panel
//
this.zt_panel.BackColor = System.Drawing.Color.White;
this.zt_panel.Controls.Add(this.panel5);
this.zt_panel.Controls.Add(this.panel4);
this.zt_panel.Location = new System.Drawing.Point(632, 160);
this.zt_panel.Name = "zt_panel";
this.zt_panel.Size = new System.Drawing.Size(314, 45);
this.zt_panel.TabIndex = 10;
//
// panel5
//
this.panel5.Controls.Add(this.cbLedger);
this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel5.Location = new System.Drawing.Point(45, 0);
this.panel5.Name = "panel5";
this.panel5.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.panel5.Size = new System.Drawing.Size(269, 45);
this.panel5.TabIndex = 12;
//
// cbLedger
//
this.cbLedger.Dock = System.Windows.Forms.DockStyle.Fill;
this.cbLedger.Location = new System.Drawing.Point(5, 0);
this.cbLedger.Name = "cbLedger";
this.cbLedger.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 16F);
this.cbLedger.Properties.Appearance.Options.UseFont = true;
this.cbLedger.Properties.AutoHeight = false;
this.cbLedger.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.cbLedger.Size = new System.Drawing.Size(264, 45);
this.cbLedger.TabIndex = 8;
//
// panel4
//
this.panel4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.panel4.Controls.Add(this.panel13);
this.panel4.Dock = System.Windows.Forms.DockStyle.Left;
this.panel4.Location = new System.Drawing.Point(0, 0);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(45, 45);
this.panel4.TabIndex = 11;
//
// panel13
//
this.panel13.BackgroundImage = global::Lskj.ProductPlatform2.Properties.Resources.帐套配置;
this.panel13.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.panel13.Location = new System.Drawing.Point(9, 9);
this.panel13.Name = "panel13";
this.panel13.Size = new System.Drawing.Size(28, 28);
this.panel13.TabIndex = 15;
//
// mm_panel
//
this.mm_panel.BackColor = System.Drawing.Color.White;
this.mm_panel.Controls.Add(this.panel10);
this.mm_panel.Controls.Add(this.panel11);
this.mm_panel.Location = new System.Drawing.Point(632, 364);
this.mm_panel.Name = "mm_panel";
this.mm_panel.Size = new System.Drawing.Size(314, 45);
this.mm_panel.TabIndex = 13;
//
// panel10
//
this.panel10.Controls.Add(this.txtPassword);
this.panel10.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel10.Location = new System.Drawing.Point(45, 0);
this.panel10.Name = "panel10";
this.panel10.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.panel10.Size = new System.Drawing.Size(269, 45);
this.panel10.TabIndex = 12;
//
// txtPassword
//
this.txtPassword.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtPassword.Location = new System.Drawing.Point(5, 0);
this.txtPassword.Name = "txtPassword";
this.txtPassword.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 16F);
this.txtPassword.Properties.Appearance.Options.UseFont = true;
this.txtPassword.Properties.AutoHeight = false;
this.txtPassword.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.txtPassword.Properties.PasswordChar = '*';
this.txtPassword.Size = new System.Drawing.Size(264, 45);
this.txtPassword.TabIndex = 2;
this.txtPassword.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OnPasswordKeyDown);
//
// panel11
//
this.panel11.Controls.Add(this.panel6);
this.panel11.Dock = System.Windows.Forms.DockStyle.Left;
this.panel11.Location = new System.Drawing.Point(0, 0);
this.panel11.Name = "panel11";
this.panel11.Size = new System.Drawing.Size(45, 45);
this.panel11.TabIndex = 11;
//
// panel6
//
this.panel6.BackgroundImage = global::Lskj.ProductPlatform2.Properties.Resources.密码;
this.panel6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.panel6.Location = new System.Drawing.Point(9, 9);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(28, 28);
this.panel6.TabIndex = 16;
//
// btnSetting
//
this.btnSetting.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(159)))), ((int)(((byte)(248)))));
this.btnSetting.Appearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(159)))), ((int)(((byte)(248)))));
this.btnSetting.Appearance.Font = new System.Drawing.Font("微软雅黑", 16F);
this.btnSetting.Appearance.ForeColor = System.Drawing.Color.White;
this.btnSetting.Appearance.Options.UseBackColor = true;
this.btnSetting.Appearance.Options.UseBorderColor = true;
this.btnSetting.Appearance.Options.UseFont = true;
this.btnSetting.Appearance.Options.UseForeColor = true;
this.btnSetting.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.btnSetting.Location = new System.Drawing.Point(289, 404);
this.btnSetting.Name = "btnSetting";
this.btnSetting.Size = new System.Drawing.Size(149, 46);
this.btnSetting.TabIndex = 5;
this.btnSetting.Text = "设 置";
this.btnSetting.Visible = false;
this.btnSetting.Click += new System.EventHandler(this.OnSettingClick);
//
// yh_panel
//
this.yh_panel.BackColor = System.Drawing.Color.White;
this.yh_panel.Controls.Add(this.panel7);
this.yh_panel.Controls.Add(this.panel8);
this.yh_panel.Location = new System.Drawing.Point(632, 313);
this.yh_panel.Name = "yh_panel";
this.yh_panel.Size = new System.Drawing.Size(314, 45);
this.yh_panel.TabIndex = 11;
//
// panel7
//
this.panel7.Controls.Add(this.txtUserName);
this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel7.Location = new System.Drawing.Point(45, 0);
this.panel7.Name = "panel7";
this.panel7.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.panel7.Size = new System.Drawing.Size(269, 45);
this.panel7.TabIndex = 12;
//
// txtUserName
//
this.txtUserName.DataSource = null;
this.txtUserName.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtUserName.EditValue = "";
this.txtUserName.Location = new System.Drawing.Point(5, 0);
this.txtUserName.Name = "txtUserName";
this.txtUserName.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 16F);
this.txtUserName.Properties.Appearance.Options.UseFont = true;
this.txtUserName.Properties.AutoHeight = false;
this.txtUserName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.txtUserName.Size = new System.Drawing.Size(264, 45);
this.txtUserName.TabIndex = 51;
//
// panel8
//
this.panel8.Controls.Add(this.panel3);
this.panel8.Dock = System.Windows.Forms.DockStyle.Left;
this.panel8.Location = new System.Drawing.Point(0, 0);
this.panel8.Name = "panel8";
this.panel8.Size = new System.Drawing.Size(45, 45);
this.panel8.TabIndex = 11;
//
// panel3
//
this.panel3.BackgroundImage = global::Lskj.ProductPlatform2.Properties.Resources.用户名;
this.panel3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.panel3.Location = new System.Drawing.Point(9, 9);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(28, 28);
this.panel3.TabIndex = 16;
//
// btnLogin
//
this.btnLogin.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(146)))), ((int)(((byte)(248)))));
this.btnLogin.Appearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(146)))), ((int)(((byte)(248)))));
this.btnLogin.Appearance.Font = new System.Drawing.Font("微软雅黑", 16F);
this.btnLogin.Appearance.ForeColor = System.Drawing.Color.White;
this.btnLogin.Appearance.Options.UseBackColor = true;
this.btnLogin.Appearance.Options.UseBorderColor = true;
this.btnLogin.Appearance.Options.UseFont = true;
this.btnLogin.Appearance.Options.UseForeColor = true;
this.btnLogin.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.btnLogin.Location = new System.Drawing.Point(632, 432);
this.btnLogin.Name = "btnLogin";
this.btnLogin.Size = new System.Drawing.Size(314, 46);
this.btnLogin.TabIndex = 4;
this.btnLogin.Text = "登 录";
this.btnLogin.Click += new System.EventHandler(this.OnLoginClick);
//
// FrmLogin
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.Stretch;
this.BackgroundImageStore = global::Lskj.ProductPlatform2.Properties.Resources.mesbj;
this.ClientSize = new System.Drawing.Size(1021, 533);
this.Controls.Add(this.panelControl1);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmLogin";
this.Text = "登陆";
this.Load += new System.EventHandler(this.OnLoad);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panel19.ResumeLayout(false);
this.panel20.ResumeLayout(false);
this.panel15.ResumeLayout(false);
this.panel16.ResumeLayout(false);
this.panel17.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.PlTop)).EndInit();
this.PlTop.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel9.ResumeLayout(false);
this.panel12.ResumeLayout(false);
this.zt_panel.ResumeLayout(false);
this.panel5.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.cbLedger.Properties)).EndInit();
this.panel4.ResumeLayout(false);
this.mm_panel.ResumeLayout(false);
this.panel10.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txtPassword.Properties)).EndInit();
this.panel11.ResumeLayout(false);
this.yh_panel.ResumeLayout(false);
this.panel7.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txtUserName.Properties)).EndInit();
this.panel8.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.PanelControl PlTop;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Panel panel19;
private System.Windows.Forms.Panel panel20;
private System.Windows.Forms.ComboBox cbBZ;
private System.Windows.Forms.Panel panel15;
private System.Windows.Forms.Panel panel16;
private System.Windows.Forms.ComboBox cbJT;
private System.Windows.Forms.Panel panel17;
private System.Windows.Forms.Panel panel18;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel9;
private System.Windows.Forms.ComboBox cbCJ;
private System.Windows.Forms.Panel panel12;
private System.Windows.Forms.Panel panel14;
private System.Windows.Forms.Panel mm_panel;
private System.Windows.Forms.Panel panel10;
private DevExpress.XtraEditors.TextEdit txtPassword;
private System.Windows.Forms.Panel panel11;
private System.Windows.Forms.Panel panel6;
private System.Windows.Forms.Panel yh_panel;
private System.Windows.Forms.Panel panel7;
private System.Windows.Forms.Panel panel8;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Panel zt_panel;
private System.Windows.Forms.Panel panel5;
private DevExpress.XtraEditors.ComboBoxEdit cbLedger;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Panel panel13;
private DevExpress.XtraEditors.SimpleButton btnLogin;
private DevExpress.XtraEditors.SimpleButton btnSetting;
private Control.AutoGridLookUp txtUserName;
}
}