/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DashboardForSalesMan));
     this.timer = new System.Windows.Forms.Timer(this.components);
     this.panelContent = new System.Windows.Forms.Panel();
     this.pMainContent = new System.Windows.Forms.Panel();
     this.pNavBar = new System.Windows.Forms.Panel();
     this.navBarForSalesMan = new DiHaoOA.Controls.NavBar();
     this.panelfooter = new System.Windows.Forms.Panel();
     this.lblDateTime2 = new System.Windows.Forms.Label();
     this.lblDateTime = new System.Windows.Forms.Label();
     this.panelHeader = new System.Windows.Forms.Panel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.panelHeaderHeader = new System.Windows.Forms.Panel();
     this.btnReturn = new System.Windows.Forms.Button();
     this.lblReturn = new System.Windows.Forms.Label();
     this.userInfo = new DiHaoOA.WinForm.Controls.UserInfo();
     this.panelContent.SuspendLayout();
     this.pNavBar.SuspendLayout();
     this.panelfooter.SuspendLayout();
     this.panelHeader.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panelHeaderHeader.SuspendLayout();
     this.SuspendLayout();
     //
     // timer
     //
     this.timer.Enabled = true;
     this.timer.Interval = 1000;
     this.timer.Tick += new System.EventHandler(this.timer_Tick);
     //
     // panelContent
     //
     this.panelContent.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panelContent.Controls.Add(this.pMainContent);
     this.panelContent.Controls.Add(this.pNavBar);
     this.panelContent.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelContent.Location = new System.Drawing.Point(0, 74);
     this.panelContent.Name = "panelContent";
     this.panelContent.Size = new System.Drawing.Size(924, 555);
     this.panelContent.TabIndex = 2;
     //
     // pMainContent
     //
     this.pMainContent.BackColor = System.Drawing.Color.White;
     this.pMainContent.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pMainContent.Location = new System.Drawing.Point(129, 0);
     this.pMainContent.Name = "pMainContent";
     this.pMainContent.Size = new System.Drawing.Size(791, 551);
     this.pMainContent.TabIndex = 2;
     //
     // pNavBar
     //
     this.pNavBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248)))));
     this.pNavBar.Controls.Add(this.navBarForSalesMan);
     this.pNavBar.Dock = System.Windows.Forms.DockStyle.Left;
     this.pNavBar.Location = new System.Drawing.Point(0, 0);
     this.pNavBar.Name = "pNavBar";
     this.pNavBar.Size = new System.Drawing.Size(129, 551);
     this.pNavBar.TabIndex = 1;
     //
     // navBarForSalesMan
     //
     this.navBarForSalesMan.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(219)))), ((int)(((byte)(232)))), ((int)(((byte)(241)))));
     this.navBarForSalesMan.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarForSalesMan.Location = new System.Drawing.Point(0, 0);
     this.navBarForSalesMan.Margin = new System.Windows.Forms.Padding(2);
     this.navBarForSalesMan.MenuItems = ((System.Collections.ArrayList)(resources.GetObject("navBarForSalesMan.MenuItems")));
     this.navBarForSalesMan.Name = "navBarForSalesMan";
     this.navBarForSalesMan.Size = new System.Drawing.Size(129, 551);
     this.navBarForSalesMan.TabIndex = 1;
     //
     // panelfooter
     //
     this.panelfooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(144)))), ((int)(((byte)(206)))));
     this.panelfooter.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panelfooter.Controls.Add(this.lblDateTime2);
     this.panelfooter.Controls.Add(this.lblDateTime);
     this.panelfooter.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelfooter.Location = new System.Drawing.Point(0, 629);
     this.panelfooter.Name = "panelfooter";
     this.panelfooter.Size = new System.Drawing.Size(924, 29);
     this.panelfooter.TabIndex = 1;
     //
     // lblDateTime2
     //
     this.lblDateTime2.AutoSize = true;
     this.lblDateTime2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblDateTime2.ForeColor = System.Drawing.Color.White;
     this.lblDateTime2.Location = new System.Drawing.Point(0, 6);
     this.lblDateTime2.Name = "lblDateTime2";
     this.lblDateTime2.Size = new System.Drawing.Size(25, 13);
     this.lblDateTime2.TabIndex = 1;
     this.lblDateTime2.Text = "sss";
     //
     // lblDateTime
     //
     this.lblDateTime.AutoSize = true;
     this.lblDateTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblDateTime.ForeColor = System.Drawing.Color.White;
     this.lblDateTime.Location = new System.Drawing.Point(0, 6);
     this.lblDateTime.Name = "lblDateTime";
     this.lblDateTime.Size = new System.Drawing.Size(25, 13);
     this.lblDateTime.TabIndex = 0;
     this.lblDateTime.Text = "sss";
     //
     // panelHeader
     //
     this.panelHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(219)))), ((int)(((byte)(232)))), ((int)(((byte)(241)))));
     this.panelHeader.Controls.Add(this.pictureBox1);
     this.panelHeader.Controls.Add(this.panelHeaderHeader);
     this.panelHeader.Controls.Add(this.userInfo);
     this.panelHeader.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelHeader.Location = new System.Drawing.Point(0, 0);
     this.panelHeader.Name = "panelHeader";
     this.panelHeader.Size = new System.Drawing.Size(924, 74);
     this.panelHeader.TabIndex = 0;
     //
     // pictureBox1
     //
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(131, 26);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(190, 52);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex = 6;
     this.pictureBox1.TabStop = false;
     //
     // panelHeaderHeader
     //
     this.panelHeaderHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(144)))), ((int)(((byte)(206)))));
     this.panelHeaderHeader.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panelHeaderHeader.Controls.Add(this.btnReturn);
     this.panelHeaderHeader.Controls.Add(this.lblReturn);
     this.panelHeaderHeader.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelHeaderHeader.Location = new System.Drawing.Point(0, 0);
     this.panelHeaderHeader.Name = "panelHeaderHeader";
     this.panelHeaderHeader.Size = new System.Drawing.Size(924, 25);
     this.panelHeaderHeader.TabIndex = 3;
     //
     // btnReturn
     //
     this.btnReturn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnReturn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(240)))), ((int)(((byte)(241)))));
     this.btnReturn.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnReturn.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnReturn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(102)))), ((int)(((byte)(124)))));
     this.btnReturn.Location = new System.Drawing.Point(823, 0);
     this.btnReturn.Margin = new System.Windows.Forms.Padding(2);
     this.btnReturn.Name = "btnReturn";
     this.btnReturn.Size = new System.Drawing.Size(95, 22);
     this.btnReturn.TabIndex = 4;
     this.btnReturn.Text = "返回登录界面";
     this.btnReturn.UseVisualStyleBackColor = false;
     this.btnReturn.Click += new System.EventHandler(this.btnReturn_Click);
     //
     // lblReturn
     //
     this.lblReturn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblReturn.AutoSize = true;
     this.lblReturn.Cursor = System.Windows.Forms.Cursors.Hand;
     this.lblReturn.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.lblReturn.Location = new System.Drawing.Point(841, 6);
     this.lblReturn.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblReturn.Name = "lblReturn";
     this.lblReturn.Size = new System.Drawing.Size(77, 12);
     this.lblReturn.TabIndex = 0;
     this.lblReturn.Text = "返回登录界面";
     this.lblReturn.Visible = false;
     this.lblReturn.Click += new System.EventHandler(this.lblReturn_Click);
     //
     // userInfo
     //
     this.userInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.userInfo.Location = new System.Drawing.Point(709, 27);
     this.userInfo.Margin = new System.Windows.Forms.Padding(2);
     this.userInfo.Name = "userInfo";
     this.userInfo.Size = new System.Drawing.Size(213, 44);
     this.userInfo.TabIndex = 2;
     //
     // DashboardForSalesMan
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(924, 658);
     this.Controls.Add(this.panelContent);
     this.Controls.Add(this.panelfooter);
     this.Controls.Add(this.panelHeader);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin = new System.Windows.Forms.Padding(2);
     this.Name = "DashboardForSalesMan";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "OA企业办公系统";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.DashboardForSalesMan_FormClosed);
     this.Load += new System.EventHandler(this.DashboardForSalesMan_Load);
     this.Resize += new System.EventHandler(this.DashboardForSalesMan_Resize);
     this.panelContent.ResumeLayout(false);
     this.pNavBar.ResumeLayout(false);
     this.panelfooter.ResumeLayout(false);
     this.panelfooter.PerformLayout();
     this.panelHeader.ResumeLayout(false);
     this.panelHeader.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panelHeaderHeader.ResumeLayout(false);
     this.panelHeaderHeader.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <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(DashboardEntry));
     this.panelContent = new System.Windows.Forms.Panel();
     this.panelMenu = new System.Windows.Forms.Panel();
     this.MainContent = new System.Windows.Forms.Panel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.lblMsg = new System.Windows.Forms.Label();
     this.picPeople = new System.Windows.Forms.PictureBox();
     this.btnLogin = new System.Windows.Forms.Button();
     this.lblPassword = new System.Windows.Forms.Label();
     this.lblUserName = new System.Windows.Forms.Label();
     this.txtPassword = new System.Windows.Forms.TextBox();
     this.txtUserName = new System.Windows.Forms.TextBox();
     this.picEditPwd = new System.Windows.Forms.PictureBox();
     this.picHome = new System.Windows.Forms.PictureBox();
     this.panelFoot = new System.Windows.Forms.Panel();
     this.panelHeader = new System.Windows.Forms.Panel();
     this.pUserInfor = new System.Windows.Forms.Panel();
     this.userInfo = new DiHaoOA.WinForm.Controls.UserInfo();
     this.picLogo = new System.Windows.Forms.PictureBox();
     this.panelContent.SuspendLayout();
     this.panelMenu.SuspendLayout();
     this.MainContent.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picPeople)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picEditPwd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picHome)).BeginInit();
     this.panelHeader.SuspendLayout();
     this.pUserInfor.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picLogo)).BeginInit();
     this.SuspendLayout();
     //
     // panelContent
     //
     this.panelContent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(178)))), ((int)(((byte)(221)))));
     this.panelContent.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.panelContent.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panelContent.Controls.Add(this.panelMenu);
     this.panelContent.Dock = System.Windows.Forms.DockStyle.Left;
     this.panelContent.Location = new System.Drawing.Point(0, 62);
     this.panelContent.Name = "panelContent";
     this.panelContent.Size = new System.Drawing.Size(1008, 465);
     this.panelContent.TabIndex = 2;
     this.panelContent.Paint += new System.Windows.Forms.PaintEventHandler(this.panelContent_Paint);
     //
     // panelMenu
     //
     this.panelMenu.Controls.Add(this.MainContent);
     this.panelMenu.Controls.Add(this.picEditPwd);
     this.panelMenu.Controls.Add(this.picHome);
     this.panelMenu.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelMenu.Location = new System.Drawing.Point(0, 0);
     this.panelMenu.Margin = new System.Windows.Forms.Padding(2);
     this.panelMenu.Name = "panelMenu";
     this.panelMenu.Size = new System.Drawing.Size(1004, 461);
     this.panelMenu.TabIndex = 3;
     //
     // MainContent
     //
     this.MainContent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(246)))), ((int)(((byte)(245)))));
     this.MainContent.Controls.Add(this.panel2);
     this.MainContent.Location = new System.Drawing.Point(260, 106);
     this.MainContent.Margin = new System.Windows.Forms.Padding(2);
     this.MainContent.Name = "MainContent";
     this.MainContent.Size = new System.Drawing.Size(308, 189);
     this.MainContent.TabIndex = 3;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.White;
     this.panel2.Controls.Add(this.lblMsg);
     this.panel2.Controls.Add(this.picPeople);
     this.panel2.Controls.Add(this.btnLogin);
     this.panel2.Controls.Add(this.lblPassword);
     this.panel2.Controls.Add(this.lblUserName);
     this.panel2.Controls.Add(this.txtPassword);
     this.panel2.Controls.Add(this.txtUserName);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Margin = new System.Windows.Forms.Padding(2);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(308, 189);
     this.panel2.TabIndex = 0;
     //
     // lblMsg
     //
     this.lblMsg.AutoSize = true;
     this.lblMsg.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(75)))), ((int)(((byte)(57)))));
     this.lblMsg.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.lblMsg.Location = new System.Drawing.Point(90, 13);
     this.lblMsg.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblMsg.Name = "lblMsg";
     this.lblMsg.Size = new System.Drawing.Size(107, 12);
     this.lblMsg.TabIndex = 5;
     this.lblMsg.Text = "*用户名或密码错误";
     this.lblMsg.Visible = false;
     //
     // picPeople
     //
     this.picPeople.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.picPeople.Image = ((System.Drawing.Image)(resources.GetObject("picPeople.Image")));
     this.picPeople.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.picPeople.Location = new System.Drawing.Point(209, 46);
     this.picPeople.Margin = new System.Windows.Forms.Padding(2);
     this.picPeople.Name = "picPeople";
     this.picPeople.Size = new System.Drawing.Size(100, 106);
     this.picPeople.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.picPeople.TabIndex = 4;
     this.picPeople.TabStop = false;
     //
     // btnLogin
     //
     this.btnLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(150)))), ((int)(((byte)(14)))));
     this.btnLogin.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnLogin.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold);
     this.btnLogin.ForeColor = System.Drawing.Color.White;
     this.btnLogin.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.btnLogin.Location = new System.Drawing.Point(28, 135);
     this.btnLogin.Margin = new System.Windows.Forms.Padding(2);
     this.btnLogin.Name = "btnLogin";
     this.btnLogin.Size = new System.Drawing.Size(56, 27);
     this.btnLogin.TabIndex = 2;
     this.btnLogin.Text = "登录";
     this.btnLogin.UseVisualStyleBackColor = false;
     this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
     //
     // lblPassword
     //
     this.lblPassword.AutoSize = true;
     this.lblPassword.ForeColor = System.Drawing.Color.Gray;
     this.lblPassword.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.lblPassword.Location = new System.Drawing.Point(25, 74);
     this.lblPassword.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblPassword.Name = "lblPassword";
     this.lblPassword.Size = new System.Drawing.Size(35, 12);
     this.lblPassword.TabIndex = 2;
     this.lblPassword.Text = "密码:";
     //
     // lblUserName
     //
     this.lblUserName.AccessibleName = "";
     this.lblUserName.AutoSize = true;
     this.lblUserName.ForeColor = System.Drawing.Color.Gray;
     this.lblUserName.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.lblUserName.Location = new System.Drawing.Point(25, 31);
     this.lblUserName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblUserName.Name = "lblUserName";
     this.lblUserName.Size = new System.Drawing.Size(47, 12);
     this.lblUserName.TabIndex = 1;
     this.lblUserName.Text = "用户名:";
     //
     // txtPassword
     //
     this.txtPassword.AcceptsTab = true;
     this.txtPassword.Location = new System.Drawing.Point(50, 90);
     this.txtPassword.Margin = new System.Windows.Forms.Padding(2);
     this.txtPassword.Name = "txtPassword";
     this.txtPassword.PasswordChar = '*';
     this.txtPassword.Size = new System.Drawing.Size(150, 21);
     this.txtPassword.TabIndex = 1;
     //
     // txtUserName
     //
     this.txtUserName.AcceptsTab = true;
     this.txtUserName.Location = new System.Drawing.Point(50, 46);
     this.txtUserName.Margin = new System.Windows.Forms.Padding(2);
     this.txtUserName.Name = "txtUserName";
     this.txtUserName.Size = new System.Drawing.Size(150, 21);
     this.txtUserName.TabIndex = 0;
     //
     // picEditPwd
     //
     this.picEditPwd.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.picEditPwd.Cursor = System.Windows.Forms.Cursors.Hand;
     this.picEditPwd.Enabled = false;
     this.picEditPwd.Image = ((System.Drawing.Image)(resources.GetObject("picEditPwd.Image")));
     this.picEditPwd.Location = new System.Drawing.Point(445, 141);
     this.picEditPwd.Margin = new System.Windows.Forms.Padding(2);
     this.picEditPwd.Name = "picEditPwd";
     this.picEditPwd.Size = new System.Drawing.Size(105, 105);
     this.picEditPwd.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.picEditPwd.TabIndex = 2;
     this.picEditPwd.TabStop = false;
     this.picEditPwd.Click += new System.EventHandler(this.picEditPwd_Click);
     //
     // picHome
     //
     this.picHome.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.picHome.Cursor = System.Windows.Forms.Cursors.Hand;
     this.picHome.Enabled = false;
     this.picHome.Image = ((System.Drawing.Image)(resources.GetObject("picHome.Image")));
     this.picHome.Location = new System.Drawing.Point(336, 132);
     this.picHome.Margin = new System.Windows.Forms.Padding(2);
     this.picHome.Name = "picHome";
     this.picHome.Size = new System.Drawing.Size(105, 105);
     this.picHome.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.picHome.TabIndex = 1;
     this.picHome.TabStop = false;
     this.picHome.Click += new System.EventHandler(this.picHome_Click);
     //
     // panelFoot
     //
     this.panelFoot.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(144)))), ((int)(((byte)(206)))));
     this.panelFoot.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panelFoot.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelFoot.Location = new System.Drawing.Point(0, 527);
     this.panelFoot.Name = "panelFoot";
     this.panelFoot.Size = new System.Drawing.Size(904, 26);
     this.panelFoot.TabIndex = 1;
     //
     // panelHeader
     //
     this.panelHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(144)))), ((int)(((byte)(206)))));
     this.panelHeader.Controls.Add(this.pUserInfor);
     this.panelHeader.Controls.Add(this.picLogo);
     this.panelHeader.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelHeader.Location = new System.Drawing.Point(0, 0);
     this.panelHeader.Name = "panelHeader";
     this.panelHeader.Size = new System.Drawing.Size(904, 62);
     this.panelHeader.TabIndex = 0;
     //
     // pUserInfor
     //
     this.pUserInfor.Controls.Add(this.userInfo);
     this.pUserInfor.Dock = System.Windows.Forms.DockStyle.Right;
     this.pUserInfor.Location = new System.Drawing.Point(639, 0);
     this.pUserInfor.Margin = new System.Windows.Forms.Padding(2);
     this.pUserInfor.Name = "pUserInfor";
     this.pUserInfor.Size = new System.Drawing.Size(265, 62);
     this.pUserInfor.TabIndex = 3;
     //
     // userInfo
     //
     this.userInfo.Dock = System.Windows.Forms.DockStyle.Right;
     this.userInfo.ForeColor = System.Drawing.SystemColors.Control;
     this.userInfo.Location = new System.Drawing.Point(51, 0);
     this.userInfo.Margin = new System.Windows.Forms.Padding(2);
     this.userInfo.Name = "userInfo";
     this.userInfo.Size = new System.Drawing.Size(214, 62);
     this.userInfo.TabIndex = 0;
     //
     // picLogo
     //
     this.picLogo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.picLogo.Cursor = System.Windows.Forms.Cursors.Hand;
     this.picLogo.Image = ((System.Drawing.Image)(resources.GetObject("picLogo.Image")));
     this.picLogo.Location = new System.Drawing.Point(0, 0);
     this.picLogo.Name = "picLogo";
     this.picLogo.Size = new System.Drawing.Size(100, 69);
     this.picLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.picLogo.TabIndex = 0;
     this.picLogo.TabStop = false;
     //
     // DashboardEntry
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.Control;
     this.ClientSize = new System.Drawing.Size(904, 553);
     this.Controls.Add(this.panelContent);
     this.Controls.Add(this.panelFoot);
     this.Controls.Add(this.panelHeader);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin = new System.Windows.Forms.Padding(2);
     this.MaximizeBox = false;
     this.Name = "DashboardEntry";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "OA企业办公系统";
     this.Activated += new System.EventHandler(this.DashboardEntry_Activated);
     this.Load += new System.EventHandler(this.DashboardEntry_Load);
     this.Resize += new System.EventHandler(this.DashboardEntry_Resize);
     this.panelContent.ResumeLayout(false);
     this.panelMenu.ResumeLayout(false);
     this.panelMenu.PerformLayout();
     this.MainContent.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picPeople)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picEditPwd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picHome)).EndInit();
     this.panelHeader.ResumeLayout(false);
     this.panelHeader.PerformLayout();
     this.pUserInfor.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picLogo)).EndInit();
     this.ResumeLayout(false);
 }