namespace LYFZ.Software.UI.CameraControlBook.SmallForm
{
partial class A_EmployeeScheduleSmallForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(A_EmployeeScheduleSmallForm));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.panelMain = new LYFZ.ComponentLibrary.PanelEx();
this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
this.cmbtreevDepartment = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
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.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.panelMain.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
this.panelEx2.SuspendLayout();
this.panelLastNextWeek.SuspendLayout();
this.panelEx4.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.panelMain);
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(910, 505);
//
// plFormMainContent
//
this.plFormMainContent.Controls.Add(this.panelEx2);
this.plFormMainContent.Controls.Add(this.btnClose);
this.plFormMainContent.Controls.Add(this.btnQuery);
this.plFormMainContent.Controls.Add(this.dtpYearMonth);
this.plFormMainContent.Controls.Add(this.panelEx4);
this.plFormMainContent.Controls.Add(this.panelLastNextWeek);
this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
this.plFormMainContent.Controls.SetChildIndex(this.panelLastNextWeek, 0);
this.plFormMainContent.Controls.SetChildIndex(this.panelEx4, 0);
this.plFormMainContent.Controls.SetChildIndex(this.dtpYearMonth, 0);
this.plFormMainContent.Controls.SetChildIndex(this.btnQuery, 0);
this.plFormMainContent.Controls.SetChildIndex(this.btnClose, 0);
this.plFormMainContent.Controls.SetChildIndex(this.panelEx2, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
//
// panelMain
//
this.panelMain.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelMain.BorderWidth = 1;
this.panelMain.Controls.Add(this.dgvData);
this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelMain.Location = new System.Drawing.Point(5, 10);
this.panelMain.Name = "panelMain";
this.panelMain.Padding = new System.Windows.Forms.Padding(2);
this.panelMain.Size = new System.Drawing.Size(900, 485);
this.panelMain.TabIndex = 1;
//
// 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;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dgvData.ColumnHeadersHeight = 40;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvData.DefaultCellStyle = dataGridViewCellStyle2;
this.dgvData.dgvColumnHeadersHeight = 40;
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, 2);
this.dgvData.Name = "dgvData";
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle3.Padding = new System.Windows.Forms.Padding(41);
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
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(896, 481);
this.dgvData.TabIndex = 0;
this.dgvData.ViceCount = 1;
//
// panelEx2
//
this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx2.BorderWidth = 1;
this.panelEx2.Controls.Add(this.cmbtreevDepartment);
this.panelEx2.Controls.Add(this.labelEx1);
this.panelEx2.Location = new System.Drawing.Point(468, 7);
this.panelEx2.Margin = new System.Windows.Forms.Padding(1);
this.panelEx2.Name = "panelEx2";
this.panelEx2.Size = new System.Drawing.Size(200, 28);
this.panelEx2.TabIndex = 65;
//
// cmbtreevDepartment
//
this.cmbtreevDepartment.AfterSelectLevelFirstNode = true;
this.cmbtreevDepartment.DropDownHeight = 220;
this.cmbtreevDepartment.DropDownShow = false;
this.cmbtreevDepartment.FormattingEnabled = true;
this.cmbtreevDepartment.IntegralHeight = false;
this.cmbtreevDepartment.IsNodeMouseClick = true;
this.cmbtreevDepartment.IsSelectParentNode = true;
this.cmbtreevDepartment.Location = new System.Drawing.Point(43, 4);
this.cmbtreevDepartment.Name = "cmbtreevDepartment";
this.cmbtreevDepartment.ReadOnly = true;
this.cmbtreevDepartment.SelectedNode = null;
this.cmbtreevDepartment.Size = new System.Drawing.Size(150, 20);
this.cmbtreevDepartment.StrGetName = "";
this.cmbtreevDepartment.StrGetTagName = "";
this.cmbtreevDepartment.StrKey = null;
this.cmbtreevDepartment.TabIndex = 11;
//
// labelEx1
//
this.labelEx1.AutoSize = true;
this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx1.Location = new System.Drawing.Point(3, 5);
this.labelEx1.Name = "labelEx1";
this.labelEx1.Size = new System.Drawing.Size(44, 17);
this.labelEx1.TabIndex = 10;
this.labelEx1.Text = "部门:";
//
// dtpYearMonth
//
this.dtpYearMonth.BackColor = System.Drawing.Color.Transparent;
this.dtpYearMonth.IsReadOnly = true;
this.dtpYearMonth.Location = new System.Drawing.Point(176, 8);
this.dtpYearMonth.Name = "dtpYearMonth";
this.dtpYearMonth.Size = new System.Drawing.Size(147, 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.BorderWidth = 1;
this.panelLastNextWeek.Controls.Add(this.btnNextWeek);
this.panelLastNextWeek.Controls.Add(this.btnLastWeek);
this.panelLastNextWeek.Location = new System.Drawing.Point(176, 7);
this.panelLastNextWeek.Margin = new System.Windows.Forms.Padding(1);
this.panelLastNextWeek.Name = "panelLastNextWeek";
this.panelLastNextWeek.Size = new System.Drawing.Size(150, 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(77, 0);
this.btnNextWeek.Name = "btnNextWeek";
this.btnNextWeek.Size = new System.Drawing.Size(70, 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(70, 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.BorderWidth = 1;
this.panelEx4.Controls.Add(this.chkWeekMode);
this.panelEx4.Controls.Add(this.lblWhichWeek);
this.panelEx4.Location = new System.Drawing.Point(331, 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;
//
// btnQuery
//
this.btnQuery.BackColor = System.Drawing.Color.Transparent;
this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnQuery.ForeColor = System.Drawing.Color.White;
this.btnQuery.IsCustomBackImg = false;
this.btnQuery.IsShowText = true;
this.btnQuery.Location = new System.Drawing.Point(674, 7);
this.btnQuery.Name = "btnQuery";
this.btnQuery.Size = new System.Drawing.Size(85, 28);
this.btnQuery.TabIndex = 8;
this.btnQuery.Text = " 查 询";
this.btnQuery.UseVisualStyleBackColor = false;
//
// btnClose
//
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(765, 6);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(85, 28);
this.btnClose.TabIndex = 33;
this.btnClose.Text = " 关 闭";
this.btnClose.UseVisualStyleBackColor = false;
//
// A_EmployeeScheduleSmallForm
//
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(910, 610);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.IsShowUcNavigationTool = true;
this.Name = "A_EmployeeScheduleSmallForm";
this.Text = "员工档期";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.plExMainContainer.ResumeLayout(false);
this.plFormMainContent.ResumeLayout(false);
this.panelMain.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
this.panelEx2.ResumeLayout(false);
this.panelEx2.PerformLayout();
this.panelLastNextWeek.ResumeLayout(false);
this.panelEx4.ResumeLayout(false);
this.panelEx4.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private ComponentLibrary.PanelEx panelMain;
protected ComponentLibrary.DataGridViewEc dgvData;
private ComponentLibrary.PanelEx panelEx2;
protected ComponentLibrary.ComboBoxTreeViewEx cmbtreevDepartment;
private ComponentLibrary.LabelEx labelEx1;
protected internal ComponentLibrary.DateYearMonth dtpYearMonth;
protected internal ComponentLibrary.PanelEx panelLastNextWeek;
protected internal ComponentLibrary.ButtonForm btnNextWeek;
protected internal ComponentLibrary.ButtonForm btnLastWeek;
private ComponentLibrary.PanelEx panelEx4;
protected internal ComponentLibrary.CheckBoxEx chkWeekMode;
protected internal ComponentLibrary.LabelEx lblWhichWeek;
protected internal ComponentLibrary.ButtonEx btnQuery;
protected internal ComponentLibrary.ButtonEx btnClose;
}
}