namespace LYFZ.Software.UI.StatisticalInquiry
{
partial class FrmResponsibleStatistics
{
///
/// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmResponsibleStatistics));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
this.dgvStatistics = new LYFZ.ComponentLibrary.DataGridViewEx();
this.dtpStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
this.dtpEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
this.责任人 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.摄影师 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.摄影师助理 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.化妆师 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.化妆师助理 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.引导师 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.引导师助理 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.panelEx2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvStatistics)).BeginInit();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.plExMainContainer.Controls.Add(this.panelEx2);
this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
//
// plFormMainContent
//
this.plFormMainContent.Controls.Add(this.labelEx1);
this.plFormMainContent.Controls.Add(this.dtpEnd);
this.plFormMainContent.Controls.Add(this.dtpStart);
this.plFormMainContent.Controls.Add(this.btnQuery);
this.plFormMainContent.Controls.Add(this.btnClose);
this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
this.plFormMainContent.Controls.SetChildIndex(this.btnClose, 0);
this.plFormMainContent.Controls.SetChildIndex(this.btnQuery, 0);
this.plFormMainContent.Controls.SetChildIndex(this.dtpStart, 0);
this.plFormMainContent.Controls.SetChildIndex(this.dtpEnd, 0);
this.plFormMainContent.Controls.SetChildIndex(this.labelEx1, 0);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = null;
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
//
// 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(557, 7);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(85, 26);
this.btnClose.TabIndex = 212;
this.btnClose.Text = " 关 闭";
this.btnClose.UseVisualStyleBackColor = false;
//
// panelEx2
//
this.panelEx2.BorderColor = System.Drawing.Color.DimGray;
this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx2.BorderWidth = 1;
this.panelEx2.Controls.Add(this.dgvStatistics);
this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx2.Location = new System.Drawing.Point(5, 5);
this.panelEx2.Margin = new System.Windows.Forms.Padding(0);
this.panelEx2.Name = "panelEx2";
this.panelEx2.Padding = new System.Windows.Forms.Padding(2);
this.panelEx2.Size = new System.Drawing.Size(900, 495);
this.panelEx2.TabIndex = 195;
//
// dgvStatistics
//
this.dgvStatistics.AllowUserToAddRows = false;
this.dgvStatistics.AllowUserToDeleteRows = false;
this.dgvStatistics.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
this.dgvStatistics.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvStatistics.BackgroundColor = System.Drawing.Color.White;
this.dgvStatistics.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.dgvStatistics.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.dgvStatistics.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvStatistics.ColumnHeadersHeight = 24;
this.dgvStatistics.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvStatistics.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.责任人,
this.摄影师,
this.摄影师助理,
this.化妆师,
this.化妆师助理,
this.引导师,
this.引导师助理});
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvStatistics.DefaultCellStyle = dataGridViewCellStyle4;
this.dgvStatistics.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvStatistics.EnableHeadersVisualStyles = false;
this.dgvStatistics.EraseCell = false;
this.dgvStatistics.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.dgvStatistics.GridViewUniquelyIdentify = "_panelEx2_dgvStatistics_dgvStatistics_dgvStatistics_dgvStatistics_dgvStatistics";
this.dgvStatistics.IsCompleteBonding = false;
this.dgvStatistics.IsCopyCellValue = true;
this.dgvStatistics.Location = new System.Drawing.Point(2, 2);
this.dgvStatistics.Margin = new System.Windows.Forms.Padding(0);
this.dgvStatistics.Name = "dgvStatistics";
this.dgvStatistics.ReadOnly = true;
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvStatistics.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
this.dgvStatistics.RowHeadersVisible = false;
this.dgvStatistics.RowTemplate.Height = 23;
this.dgvStatistics.RowTemplate.ReadOnly = true;
this.dgvStatistics.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvStatistics.Size = new System.Drawing.Size(894, 489);
this.dgvStatistics.TabIndex = 198;
//
// dtpStart
//
this.dtpStart.CustomFormat = " ";
this.dtpStart.DateValue = "";
this.dtpStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpStart.IsShowTime = false;
this.dtpStart.Location = new System.Drawing.Point(232, 10);
this.dtpStart.Name = "dtpStart";
this.dtpStart.Size = new System.Drawing.Size(100, 21);
this.dtpStart.TabIndex = 226;
//
// dtpEnd
//
this.dtpEnd.CustomFormat = " ";
this.dtpEnd.DateValue = "";
this.dtpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpEnd.IsShowTime = false;
this.dtpEnd.Location = new System.Drawing.Point(357, 10);
this.dtpEnd.Name = "dtpEnd";
this.dtpEnd.Size = new System.Drawing.Size(100, 21);
this.dtpEnd.TabIndex = 227;
//
// 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(334, 12);
this.labelEx1.Name = "labelEx1";
this.labelEx1.Size = new System.Drawing.Size(21, 17);
this.labelEx1.TabIndex = 228;
this.labelEx1.Text = "—";
//
// 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(466, 7);
this.btnQuery.Name = "btnQuery";
this.btnQuery.Size = new System.Drawing.Size(85, 26);
this.btnQuery.TabIndex = 229;
this.btnQuery.Text = " 查 询";
this.btnQuery.UseVisualStyleBackColor = false;
//
// 责任人
//
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.责任人.DefaultCellStyle = dataGridViewCellStyle3;
this.责任人.FillWeight = 1.433349F;
this.责任人.HeaderText = "责任人";
this.责任人.Name = "责任人";
this.责任人.ReadOnly = true;
//
// 摄影师
//
this.摄影师.FillWeight = 2.815883F;
this.摄影师.HeaderText = "摄影师";
this.摄影师.Name = "摄影师";
this.摄影师.ReadOnly = true;
this.摄影师.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// 摄影师助理
//
this.摄影师助理.FillWeight = 5.652044F;
this.摄影师助理.HeaderText = "摄影师助理";
this.摄影师助理.Name = "摄影师助理";
this.摄影师助理.ReadOnly = true;
this.摄影师助理.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// 化妆师
//
this.化妆师.FillWeight = 11.42549F;
this.化妆师.HeaderText = "化妆师";
this.化妆师.Name = "化妆师";
this.化妆师.ReadOnly = true;
this.化妆师.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// 化妆师助理
//
this.化妆师助理.FillWeight = 23.16447F;
this.化妆师助理.HeaderText = "化妆师助理";
this.化妆师助理.Name = "化妆师助理";
this.化妆师助理.ReadOnly = true;
this.化妆师助理.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// 引导师
//
this.引导师.HeaderText = "引导师";
this.引导师.Name = "引导师";
this.引导师.ReadOnly = true;
this.引导师.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// 引导师助理
//
this.引导师助理.HeaderText = "引导师助理";
this.引导师助理.Name = "引导师助理";
this.引导师助理.ReadOnly = true;
//
// FrmResponsibleStatistics
//
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 = "FrmResponsibleStatistics";
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.panelEx2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvStatistics)).EndInit();
this.ResumeLayout(false);
}
#endregion
protected ComponentLibrary.ButtonEx btnClose;
private ComponentLibrary.PanelEx panelEx2;
public ComponentLibrary.DataGridViewEx dgvStatistics;
private ComponentLibrary.LabelEx labelEx1;
protected ComponentLibrary.ButtonEx btnQuery;
protected internal ComponentLibrary.DateTimePickerEx dtpEnd;
protected internal ComponentLibrary.DateTimePickerEx dtpStart;
private System.Windows.Forms.DataGridViewTextBoxColumn ServiceName;
private System.Windows.Forms.DataGridViewTextBoxColumn Photographer;
private System.Windows.Forms.DataGridViewTextBoxColumn PhotographArtist;
private System.Windows.Forms.DataGridViewTextBoxColumn MakeupName;
private System.Windows.Forms.DataGridViewTextBoxColumn MakeupArtistName;
private System.Windows.Forms.DataGridViewTextBoxColumn BootDivisionName;
private System.Windows.Forms.DataGridViewTextBoxColumn BootDivisionArtist;
private System.Windows.Forms.DataGridViewTextBoxColumn EarlyRepairName;
private System.Windows.Forms.DataGridViewTextBoxColumn FilmSelection;
private System.Windows.Forms.DataGridViewTextBoxColumn RefinementName;
private System.Windows.Forms.DataGridViewTextBoxColumn LookDesignName;
private System.Windows.Forms.DataGridViewTextBoxColumn DesignName;
private System.Windows.Forms.DataGridViewTextBoxColumn ClothingName;
private System.Windows.Forms.DataGridViewTextBoxColumn 责任人;
private System.Windows.Forms.DataGridViewTextBoxColumn 摄影师;
private System.Windows.Forms.DataGridViewTextBoxColumn 摄影师助理;
private System.Windows.Forms.DataGridViewTextBoxColumn 化妆师;
private System.Windows.Forms.DataGridViewTextBoxColumn 化妆师助理;
private System.Windows.Forms.DataGridViewTextBoxColumn 引导师;
private System.Windows.Forms.DataGridViewTextBoxColumn 引导师助理;
}
}