namespace LYFZ.Software.UI.TimeAndAttendance
{
partial class frmTimeMain
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTimeMain));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.cmbtreev = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.panelClose = new LYFZ.ComponentLibrary.PanelEx();
this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
this.panelEx11 = new LYFZ.ComponentLibrary.PanelEx();
this.btnSignedRecords = new LYFZ.ComponentLibrary.ButtonEx();
this.panelEx10 = new LYFZ.ComponentLibrary.PanelEx();
this.btnSigned = new LYFZ.ComponentLibrary.ButtonEx();
this.panelEx9 = new LYFZ.ComponentLibrary.PanelEx();
this.btnTimeSet = new LYFZ.ComponentLibrary.ButtonEx();
this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx();
this.btnGetModule = new LYFZ.ComponentLibrary.ButtonEx();
this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx();
this.btnSaveModule = new LYFZ.ComponentLibrary.ButtonEx();
this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
this.btnEmployeeSchedule = new LYFZ.ComponentLibrary.ButtonEx();
this.panelEx8 = new LYFZ.ComponentLibrary.PanelEx();
this.btnSaveed = new LYFZ.ComponentLibrary.ButtonEx();
this.dtpYearMonth = new LYFZ.ComponentLibrary.DateYearMonth();
this.panelLastNextWeek = new LYFZ.ComponentLibrary.PanelEx();
this.btnNextWeek = new LYFZ.ComponentLibrary.ButtonForm();
this.btnLastWeek = new LYFZ.ComponentLibrary.ButtonForm();
this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
this.chkWeekMode = new LYFZ.ComponentLibrary.CheckBoxEx();
this.lblWhichWeek = new LYFZ.ComponentLibrary.LabelEx();
this.cbxCompanyList = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.panelEx1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
this.flowLayoutPanel1.SuspendLayout();
this.panelClose.SuspendLayout();
this.panelEx11.SuspendLayout();
this.panelEx10.SuspendLayout();
this.panelEx9.SuspendLayout();
this.panelEx7.SuspendLayout();
this.panelEx6.SuspendLayout();
this.panelEx5.SuspendLayout();
this.panelEx8.SuspendLayout();
this.panelLastNextWeek.SuspendLayout();
this.panelEx4.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.panelEx1);
this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
this.plExMainContainer.Size = new System.Drawing.Size(950, 505);
//
// plFormMainContent
//
this.plFormMainContent.Controls.Add(this.labelEx1);
this.plFormMainContent.Controls.Add(this.cbxCompanyList);
this.plFormMainContent.Controls.Add(this.dtpYearMonth);
this.plFormMainContent.Controls.Add(this.panelLastNextWeek);
this.plFormMainContent.Controls.Add(this.panelEx4);
this.plFormMainContent.Size = new System.Drawing.Size(950, 545);
this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
this.plFormMainContent.Controls.SetChildIndex(this.panelEx4, 0);
this.plFormMainContent.Controls.SetChildIndex(this.panelLastNextWeek, 0);
this.plFormMainContent.Controls.SetChildIndex(this.dtpYearMonth, 0);
this.plFormMainContent.Controls.SetChildIndex(this.cbxCompanyList, 0);
this.plFormMainContent.Controls.SetChildIndex(this.labelEx1, 0);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
this.btnAppFormMaximize.Location = new System.Drawing.Point(891, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(918, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(864, 0);
//
// panelEx1
//
this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx1.BorderWidth = 1;
this.panelEx1.Controls.Add(this.cmbtreev);
this.panelEx1.Controls.Add(this.dgvData);
this.panelEx1.Controls.Add(this.flowLayoutPanel1);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx1.Location = new System.Drawing.Point(5, 10);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Padding = new System.Windows.Forms.Padding(2);
this.panelEx1.Size = new System.Drawing.Size(940, 485);
this.panelEx1.TabIndex = 0;
//
// cmbtreev
//
this.cmbtreev.AfterSelectLevelFirstNode = true;
this.cmbtreev.DropDownHeight = 220;
this.cmbtreev.DropDownShow = false;
this.cmbtreev.DropDownWidth = 95;
this.cmbtreev.FormattingEnabled = true;
this.cmbtreev.IntegralHeight = false;
this.cmbtreev.IsNodeMouseClick = true;
this.cmbtreev.IsSelectParentNode = false;
this.cmbtreev.Location = new System.Drawing.Point(387, 126);
this.cmbtreev.Name = "cmbtreev";
this.cmbtreev.ReadOnly = true;
this.cmbtreev.SelectedNode = null;
this.cmbtreev.Size = new System.Drawing.Size(136, 20);
this.cmbtreev.StrGetName = "";
this.cmbtreev.StrGetTagName = "";
this.cmbtreev.StrKey = null;
this.cmbtreev.TabIndex = 53;
this.cmbtreev.Visible = false;
//
// dgvData
//
this.dgvData.AllowUserToAddRows = false;
this.dgvData.AllowUserToDeleteRows = false;
this.dgvData.AllowUserToResizeRows = false;
this.dgvData.BackgroundColor = System.Drawing.Color.White;
this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
this.dgvData.ColumnHeadersHeight = 50;
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvData.DefaultCellStyle = dataGridViewCellStyle8;
this.dgvData.dgvColumnHeadersHeight = 24;
this.dgvData.dgvCurrentColumnOriginalSet = "";
this.dgvData.dgvCurrentColumnWidth = "";
this.dgvData.dgvCurrentHideColumn = null;
this.dgvData.dgvFixedHideColumn = null;
this.dgvData.dgvGuidName = null;
this.dgvData.dgvUserEmployeeID = null;
this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvData.EnableHeadersVisualStyles = false;
this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.dgvData.ImageHeight = 15;
this.dgvData.ImageWidth = 15;
this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
this.dgvData.IsAutomaticDrawSingleOrDoubleRow = true;
this.dgvData.IsCompleteBonding = false;
this.dgvData.IsCopyCellValue = true;
this.dgvData.IsShowSerialNumber = false;
this.dgvData.IsSortedRedraw = true;
this.dgvData.IsSortMode = false;
this.dgvData.Location = new System.Drawing.Point(2, 35);
this.dgvData.Name = "dgvData";
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle9.Padding = new System.Windows.Forms.Padding(41);
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
this.dgvData.RowHeadersWidth = 25;
this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
this.dgvData.RowTemplate.Height = 23;
this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvData.Size = new System.Drawing.Size(936, 448);
this.dgvData.StrSecondStageNull = "";
this.dgvData.StrValueNullColumn = "";
this.dgvData.TabIndex = 0;
this.dgvData.ViceCount = 1;
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.Controls.Add(this.panelClose);
this.flowLayoutPanel1.Controls.Add(this.panelEx11);
this.flowLayoutPanel1.Controls.Add(this.panelEx10);
this.flowLayoutPanel1.Controls.Add(this.panelEx9);
this.flowLayoutPanel1.Controls.Add(this.panelEx7);
this.flowLayoutPanel1.Controls.Add(this.panelEx6);
this.flowLayoutPanel1.Controls.Add(this.panelEx5);
this.flowLayoutPanel1.Controls.Add(this.panelEx8);
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
this.flowLayoutPanel1.Location = new System.Drawing.Point(2, 2);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.flowLayoutPanel1.Size = new System.Drawing.Size(936, 33);
this.flowLayoutPanel1.TabIndex = 56;
//
// panelClose
//
this.panelClose.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelClose.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelClose.BorderWidth = 1;
this.panelClose.Controls.Add(this.btnClose);
this.panelClose.Location = new System.Drawing.Point(845, 1);
this.panelClose.Margin = new System.Windows.Forms.Padding(1);
this.panelClose.Name = "panelClose";
this.panelClose.Size = new System.Drawing.Size(90, 28);
this.panelClose.TabIndex = 61;
//
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnClose.BackColor = System.Drawing.Color.Transparent;
this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnClose.ForeColor = System.Drawing.Color.White;
this.btnClose.IsCustomBackImg = false;
this.btnClose.IsShowText = true;
this.btnClose.Location = new System.Drawing.Point(1, 0);
this.btnClose.Name = "btnClose";
this.btnClose.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnClose.Size = new System.Drawing.Size(85, 28);
this.btnClose.TabIndex = 33;
this.btnClose.Text = " 关 闭";
this.btnClose.UseVisualStyleBackColor = false;
//
// panelEx11
//
this.panelEx11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx11.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx11.BorderWidth = 1;
this.panelEx11.Controls.Add(this.btnSignedRecords);
this.panelEx11.Location = new System.Drawing.Point(753, 1);
this.panelEx11.Margin = new System.Windows.Forms.Padding(1);
this.panelEx11.Name = "panelEx11";
this.panelEx11.Size = new System.Drawing.Size(90, 28);
this.panelEx11.TabIndex = 60;
//
// btnSignedRecords
//
this.btnSignedRecords.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnSignedRecords.BackColor = System.Drawing.Color.Transparent;
this.btnSignedRecords.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSignedRecords.BackImg")));
this.btnSignedRecords.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnSignedRecords.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnSignedRecords.ForeColor = System.Drawing.Color.White;
this.btnSignedRecords.IsCustomBackImg = false;
this.btnSignedRecords.IsShowText = true;
this.btnSignedRecords.Location = new System.Drawing.Point(1, 0);
this.btnSignedRecords.Name = "btnSignedRecords";
this.btnSignedRecords.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnSignedRecords.Size = new System.Drawing.Size(85, 28);
this.btnSignedRecords.TabIndex = 34;
this.btnSignedRecords.Text = " 签单记录";
this.btnSignedRecords.UseVisualStyleBackColor = false;
//
// panelEx10
//
this.panelEx10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx10.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx10.BorderWidth = 1;
this.panelEx10.Controls.Add(this.btnSigned);
this.panelEx10.Location = new System.Drawing.Point(661, 1);
this.panelEx10.Margin = new System.Windows.Forms.Padding(1);
this.panelEx10.Name = "panelEx10";
this.panelEx10.Size = new System.Drawing.Size(90, 28);
this.panelEx10.TabIndex = 59;
//
// btnSigned
//
this.btnSigned.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnSigned.BackColor = System.Drawing.Color.Transparent;
this.btnSigned.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSigned.BackImg")));
this.btnSigned.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnSigned.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnSigned.ForeColor = System.Drawing.Color.White;
this.btnSigned.IsCustomBackImg = false;
this.btnSigned.IsShowText = true;
this.btnSigned.Location = new System.Drawing.Point(1, 0);
this.btnSigned.Name = "btnSigned";
this.btnSigned.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnSigned.Size = new System.Drawing.Size(85, 28);
this.btnSigned.TabIndex = 35;
this.btnSigned.Text = " 签 单";
this.btnSigned.UseVisualStyleBackColor = false;
//
// panelEx9
//
this.panelEx9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx9.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx9.BorderWidth = 1;
this.panelEx9.Controls.Add(this.btnTimeSet);
this.panelEx9.Location = new System.Drawing.Point(569, 1);
this.panelEx9.Margin = new System.Windows.Forms.Padding(1);
this.panelEx9.Name = "panelEx9";
this.panelEx9.Size = new System.Drawing.Size(90, 28);
this.panelEx9.TabIndex = 58;
//
// btnTimeSet
//
this.btnTimeSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnTimeSet.BackColor = System.Drawing.Color.Transparent;
this.btnTimeSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnTimeSet.BackImg")));
this.btnTimeSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnTimeSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnTimeSet.ForeColor = System.Drawing.Color.White;
this.btnTimeSet.IsCustomBackImg = false;
this.btnTimeSet.IsShowText = true;
this.btnTimeSet.Location = new System.Drawing.Point(1, 0);
this.btnTimeSet.Name = "btnTimeSet";
this.btnTimeSet.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnTimeSet.Size = new System.Drawing.Size(85, 28);
this.btnTimeSet.TabIndex = 40;
this.btnTimeSet.Text = " 时间设置";
this.btnTimeSet.UseVisualStyleBackColor = false;
//
// panelEx7
//
this.panelEx7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx7.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx7.BorderWidth = 1;
this.panelEx7.Controls.Add(this.btnGetModule);
this.panelEx7.Location = new System.Drawing.Point(477, 1);
this.panelEx7.Margin = new System.Windows.Forms.Padding(1);
this.panelEx7.Name = "panelEx7";
this.panelEx7.Size = new System.Drawing.Size(90, 28);
this.panelEx7.TabIndex = 58;
//
// btnGetModule
//
this.btnGetModule.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnGetModule.BackColor = System.Drawing.Color.Transparent;
this.btnGetModule.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnGetModule.BackImg")));
this.btnGetModule.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnGetModule.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnGetModule.ForeColor = System.Drawing.Color.White;
this.btnGetModule.IsCustomBackImg = false;
this.btnGetModule.IsShowText = true;
this.btnGetModule.Location = new System.Drawing.Point(1, -1);
this.btnGetModule.Name = "btnGetModule";
this.btnGetModule.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnGetModule.Size = new System.Drawing.Size(85, 28);
this.btnGetModule.TabIndex = 52;
this.btnGetModule.Text = " 读取模板";
this.btnGetModule.UseVisualStyleBackColor = false;
//
// panelEx6
//
this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx6.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx6.BorderWidth = 1;
this.panelEx6.Controls.Add(this.btnSaveModule);
this.panelEx6.Location = new System.Drawing.Point(385, 1);
this.panelEx6.Margin = new System.Windows.Forms.Padding(1);
this.panelEx6.Name = "panelEx6";
this.panelEx6.Size = new System.Drawing.Size(90, 28);
this.panelEx6.TabIndex = 58;
//
// btnSaveModule
//
this.btnSaveModule.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnSaveModule.BackColor = System.Drawing.Color.Transparent;
this.btnSaveModule.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveModule.BackImg")));
this.btnSaveModule.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnSaveModule.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnSaveModule.ForeColor = System.Drawing.Color.White;
this.btnSaveModule.IsCustomBackImg = false;
this.btnSaveModule.IsShowText = true;
this.btnSaveModule.Location = new System.Drawing.Point(1, -1);
this.btnSaveModule.Name = "btnSaveModule";
this.btnSaveModule.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnSaveModule.Size = new System.Drawing.Size(85, 28);
this.btnSaveModule.TabIndex = 51;
this.btnSaveModule.Text = " 存为模板";
this.btnSaveModule.UseVisualStyleBackColor = false;
//
// panelEx5
//
this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx5.BorderWidth = 1;
this.panelEx5.Controls.Add(this.btnEmployeeSchedule);
this.panelEx5.Location = new System.Drawing.Point(293, 1);
this.panelEx5.Margin = new System.Windows.Forms.Padding(1);
this.panelEx5.Name = "panelEx5";
this.panelEx5.Size = new System.Drawing.Size(90, 28);
this.panelEx5.TabIndex = 58;
//
// btnEmployeeSchedule
//
this.btnEmployeeSchedule.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnEmployeeSchedule.BackColor = System.Drawing.Color.Transparent;
this.btnEmployeeSchedule.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnEmployeeSchedule.BackImg")));
this.btnEmployeeSchedule.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnEmployeeSchedule.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnEmployeeSchedule.ForeColor = System.Drawing.Color.White;
this.btnEmployeeSchedule.IsCustomBackImg = false;
this.btnEmployeeSchedule.IsShowText = true;
this.btnEmployeeSchedule.Location = new System.Drawing.Point(1, -1);
this.btnEmployeeSchedule.Name = "btnEmployeeSchedule";
this.btnEmployeeSchedule.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnEmployeeSchedule.Size = new System.Drawing.Size(85, 28);
this.btnEmployeeSchedule.TabIndex = 55;
this.btnEmployeeSchedule.Text = " 员工档期";
this.btnEmployeeSchedule.UseVisualStyleBackColor = false;
//
// panelEx8
//
this.panelEx8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx8.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx8.BorderWidth = 1;
this.panelEx8.Controls.Add(this.btnSaveed);
this.panelEx8.Location = new System.Drawing.Point(201, 1);
this.panelEx8.Margin = new System.Windows.Forms.Padding(1);
this.panelEx8.Name = "panelEx8";
this.panelEx8.Size = new System.Drawing.Size(90, 28);
this.panelEx8.TabIndex = 58;
//
// btnSaveed
//
this.btnSaveed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnSaveed.BackColor = System.Drawing.Color.Transparent;
this.btnSaveed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveed.BackImg")));
this.btnSaveed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnSaveed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnSaveed.ForeColor = System.Drawing.Color.White;
this.btnSaveed.IsCustomBackImg = false;
this.btnSaveed.IsShowText = true;
this.btnSaveed.Location = new System.Drawing.Point(1, -1);
this.btnSaveed.Name = "btnSaveed";
this.btnSaveed.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnSaveed.Size = new System.Drawing.Size(85, 29);
this.btnSaveed.TabIndex = 50;
this.btnSaveed.Text = " 保 存";
this.btnSaveed.UseVisualStyleBackColor = false;
//
// dtpYearMonth
//
this.dtpYearMonth.BackColor = System.Drawing.Color.Transparent;
this.dtpYearMonth.IsReadOnly = true;
this.dtpYearMonth.Location = new System.Drawing.Point(208, 8);
this.dtpYearMonth.Name = "dtpYearMonth";
this.dtpYearMonth.Size = new System.Drawing.Size(165, 25);
this.dtpYearMonth.StrDateValue = "";
this.dtpYearMonth.TabIndex = 38;
//
// panelLastNextWeek
//
this.panelLastNextWeek.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelLastNextWeek.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelLastNextWeek.BorderWidth = 1;
this.panelLastNextWeek.Controls.Add(this.btnNextWeek);
this.panelLastNextWeek.Controls.Add(this.btnLastWeek);
this.panelLastNextWeek.Location = new System.Drawing.Point(209, 7);
this.panelLastNextWeek.Margin = new System.Windows.Forms.Padding(1);
this.panelLastNextWeek.Name = "panelLastNextWeek";
this.panelLastNextWeek.Size = new System.Drawing.Size(170, 28);
this.panelLastNextWeek.TabIndex = 58;
//
// btnNextWeek
//
this.btnNextWeek.BackColor = System.Drawing.Color.Transparent;
this.btnNextWeek.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNextWeek.BackImg")));
this.btnNextWeek.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnNextWeek.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnNextWeek.ForeColor = System.Drawing.Color.White;
this.btnNextWeek.IsCustomBackImg = false;
this.btnNextWeek.IsShowText = true;
this.btnNextWeek.Location = new System.Drawing.Point(87, 0);
this.btnNextWeek.Name = "btnNextWeek";
this.btnNextWeek.Size = new System.Drawing.Size(80, 28);
this.btnNextWeek.TabIndex = 58;
this.btnNextWeek.Text = " 下一星期";
this.btnNextWeek.UseVisualStyleBackColor = false;
//
// btnLastWeek
//
this.btnLastWeek.BackColor = System.Drawing.Color.Transparent;
this.btnLastWeek.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnLastWeek.BackImg")));
this.btnLastWeek.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnLastWeek.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnLastWeek.ForeColor = System.Drawing.Color.White;
this.btnLastWeek.IsCustomBackImg = false;
this.btnLastWeek.IsShowText = true;
this.btnLastWeek.Location = new System.Drawing.Point(1, 0);
this.btnLastWeek.Name = "btnLastWeek";
this.btnLastWeek.Size = new System.Drawing.Size(80, 28);
this.btnLastWeek.TabIndex = 57;
this.btnLastWeek.Text = " 上一星期";
this.btnLastWeek.UseVisualStyleBackColor = false;
//
// panelEx4
//
this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx4.BorderWidth = 1;
this.panelEx4.Controls.Add(this.chkWeekMode);
this.panelEx4.Controls.Add(this.lblWhichWeek);
this.panelEx4.Location = new System.Drawing.Point(392, 7);
this.panelEx4.Margin = new System.Windows.Forms.Padding(1);
this.panelEx4.Name = "panelEx4";
this.panelEx4.Size = new System.Drawing.Size(125, 28);
this.panelEx4.TabIndex = 58;
//
// chkWeekMode
//
this.chkWeekMode.AutoSize = true;
this.chkWeekMode.BackColor = System.Drawing.Color.Transparent;
this.chkWeekMode.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
this.chkWeekMode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.chkWeekMode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.chkWeekMode.Fourstates = false;
this.chkWeekMode.IsGreenTick = false;
this.chkWeekMode.Location = new System.Drawing.Point(4, 3);
this.chkWeekMode.Name = "chkWeekMode";
this.chkWeekMode.Size = new System.Drawing.Size(63, 21);
this.chkWeekMode.TabIndex = 39;
this.chkWeekMode.Text = "周模式";
this.chkWeekMode.UseVisualStyleBackColor = false;
//
// lblWhichWeek
//
this.lblWhichWeek.AutoSize = true;
this.lblWhichWeek.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
this.lblWhichWeek.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.lblWhichWeek.Location = new System.Drawing.Point(66, 6);
this.lblWhichWeek.Name = "lblWhichWeek";
this.lblWhichWeek.Size = new System.Drawing.Size(46, 17);
this.lblWhichWeek.TabIndex = 54;
this.lblWhichWeek.Text = "第52周";
this.lblWhichWeek.Visible = false;
//
// cbxCompanyList
//
this.cbxCompanyList.AfterSelectLevelFirstNode = false;
this.cbxCompanyList.DropDownHeight = 220;
this.cbxCompanyList.DropDownShow = false;
this.cbxCompanyList.Font = new System.Drawing.Font("宋体", 10.5F);
this.cbxCompanyList.FormattingEnabled = true;
this.cbxCompanyList.IntegralHeight = false;
this.cbxCompanyList.IsNodeMouseClick = false;
this.cbxCompanyList.IsSelectParentNode = false;
this.cbxCompanyList.Location = new System.Drawing.Point(597, 10);
this.cbxCompanyList.Name = "cbxCompanyList";
this.cbxCompanyList.ReadOnly = true;
this.cbxCompanyList.SelectedNode = null;
this.cbxCompanyList.Size = new System.Drawing.Size(121, 22);
this.cbxCompanyList.StrGetName = "";
this.cbxCompanyList.StrGetTagName = "";
this.cbxCompanyList.StrKey = null;
this.cbxCompanyList.TabIndex = 60;
//
// labelEx1
//
this.labelEx1.AutoSize = true;
this.labelEx1.BackColor = System.Drawing.Color.Transparent;
this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx1.Location = new System.Drawing.Point(527, 13);
this.labelEx1.Name = "labelEx1";
this.labelEx1.Size = new System.Drawing.Size(68, 17);
this.labelEx1.TabIndex = 61;
this.labelEx1.Text = "店铺名称:";
//
// frmTimeMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
this.ClientSize = new System.Drawing.Size(950, 610);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.IsShowUcNavigationTool = true;
this.Name = "frmTimeMain";
this.Text = "考勤管理";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
this.Controls.SetChildIndex(this.btnAppFormExit, 0);
this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
this.Controls.SetChildIndex(this.plFormMainContent, 0);
this.plExMainContainer.ResumeLayout(false);
this.plFormMainContent.ResumeLayout(false);
this.plFormMainContent.PerformLayout();
this.panelEx1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
this.flowLayoutPanel1.ResumeLayout(false);
this.panelClose.ResumeLayout(false);
this.panelEx11.ResumeLayout(false);
this.panelEx10.ResumeLayout(false);
this.panelEx9.ResumeLayout(false);
this.panelEx7.ResumeLayout(false);
this.panelEx6.ResumeLayout(false);
this.panelEx5.ResumeLayout(false);
this.panelEx8.ResumeLayout(false);
this.panelLastNextWeek.ResumeLayout(false);
this.panelEx4.ResumeLayout(false);
this.panelEx4.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private ComponentLibrary.PanelEx panelEx1;
protected internal ComponentLibrary.DateYearMonth dtpYearMonth;
protected internal ComponentLibrary.ButtonEx btnSigned;
protected internal ComponentLibrary.ButtonEx btnSignedRecords;
protected internal ComponentLibrary.ButtonEx btnClose;
protected internal ComponentLibrary.ButtonEx btnTimeSet;
protected internal ComponentLibrary.ButtonEx btnSaveed;
protected internal ComponentLibrary.ButtonEx btnGetModule;
protected internal ComponentLibrary.ButtonEx btnSaveModule;
protected internal ComponentLibrary.ButtonEx btnEmployeeSchedule;
private ComponentLibrary.PanelEx panelEx4;
private ComponentLibrary.PanelEx panelEx5;
private ComponentLibrary.PanelEx panelEx6;
private ComponentLibrary.PanelEx panelEx7;
private ComponentLibrary.PanelEx panelEx8;
private ComponentLibrary.PanelEx panelEx9;
private ComponentLibrary.PanelEx panelEx10;
private ComponentLibrary.PanelEx panelEx11;
protected internal ComponentLibrary.ButtonForm btnLastWeek;
protected internal ComponentLibrary.ButtonForm btnNextWeek;
protected internal ComponentLibrary.PanelEx panelClose;
protected internal ComponentLibrary.PanelEx panelLastNextWeek;
protected internal ComponentLibrary.LabelEx lblWhichWeek;
protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
protected internal ComponentLibrary.CheckBoxEx chkWeekMode;
protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreev;
protected internal ComponentLibrary.DataGridViewEc dgvData;
private ComponentLibrary.LabelEx labelEx1;
protected ComponentLibrary.ComboBoxTreeViewEx cbxCompanyList;
}
}