namespace LYFZ.Software.UI.StatisticalInquiry
{
partial class FrmSliceStatisticsDetail
{
///
/// 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(FrmSliceStatisticsDetail));
this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEx();
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.lab_Text = new LYFZ.ComponentLibrary.LabelEx();
this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
this.btn_Export = new LYFZ.ComponentLibrary.ButtonEx();
this.ord_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ord_OrderClass = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Ord_CustomerSource = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Cus_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Cus_Telephone = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Ord_SeriesName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.套系金额 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.加挑金额 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.收款金额 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Ordpg_Sights = 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.引导师 = 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();
((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
this.panelEx1.SuspendLayout();
this.panelEx2.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.dgvData);
this.plExMainContainer.Controls.Add(this.panelEx1);
this.plExMainContainer.Controls.Add(this.panelEx2);
this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
this.plExMainContainer.Size = new System.Drawing.Size(1024, 635);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(1024, 635);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
this.btnAppFormMaximize.Location = new System.Drawing.Point(965, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(992, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(938, 0);
//
// dgvData
//
this.dgvData.AllowUserToAddRows = false;
this.dgvData.AllowUserToDeleteRows = false;
this.dgvData.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
this.dgvData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvData.BackgroundColor = System.Drawing.Color.White;
this.dgvData.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.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvData.ColumnHeadersHeight = 24;
this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ord_Number,
this.ord_OrderClass,
this.Ord_CustomerSource,
this.Cus_Name,
this.Cus_Telephone,
this.Ord_SeriesName,
this.套系金额,
this.加挑金额,
this.收款金额,
this.Ordpg_Sights,
this.景点类型,
this.景点等级,
this.摄影师,
this.摄影助理,
this.化妆师,
this.化妆助理,
this.引导师,
this.引导助理,
this.初修师,
this.精修师,
this.选片师,
this.设计师,
this.选片时间});
this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvData.EnableHeadersVisualStyles = false;
this.dgvData.EraseCell = false;
this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.dgvData.GridViewUniquelyIdentify = "_dataGridViewEx1_dgvData_dgvData_plExMainContainer_dgvData_dgvData_dgvData_dgvDat" +
"a_dgvData_dgvData";
this.dgvData.IsCompleteBonding = false;
this.dgvData.IsCopyCellValue = true;
this.dgvData.Location = new System.Drawing.Point(5, 40);
this.dgvData.Name = "dgvData";
this.dgvData.RowHeadersVisible = false;
this.dgvData.RowTemplate.Height = 23;
this.dgvData.RowTemplate.ReadOnly = true;
this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvData.Size = new System.Drawing.Size(1014, 556);
this.dgvData.TabIndex = 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.lab_Text);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelEx1.Location = new System.Drawing.Point(5, 596);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(1014, 34);
this.panelEx1.TabIndex = 1;
//
// lab_Text
//
this.lab_Text.AutoSize = true;
this.lab_Text.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.lab_Text.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.lab_Text.Location = new System.Drawing.Point(8, 9);
this.lab_Text.Name = "lab_Text";
this.lab_Text.Size = new System.Drawing.Size(0, 17);
this.lab_Text.TabIndex = 0;
//
// panelEx2
//
this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx2.BorderWidth = 1;
this.panelEx2.Controls.Add(this.btn_Export);
this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
this.panelEx2.Location = new System.Drawing.Point(5, 5);
this.panelEx2.Name = "panelEx2";
this.panelEx2.Padding = new System.Windows.Forms.Padding(0, 0, 5, 5);
this.panelEx2.Size = new System.Drawing.Size(1014, 35);
this.panelEx2.TabIndex = 2;
//
// btn_Export
//
this.btn_Export.BackColor = System.Drawing.Color.Transparent;
this.btn_Export.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Export.BackImg")));
this.btn_Export.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btn_Export.Dock = System.Windows.Forms.DockStyle.Right;
this.btn_Export.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btn_Export.ForeColor = System.Drawing.Color.White;
this.btn_Export.IsCustomBackImg = false;
this.btn_Export.IsShowText = true;
this.btn_Export.Location = new System.Drawing.Point(939, 0);
this.btn_Export.Name = "btn_Export";
this.btn_Export.Size = new System.Drawing.Size(70, 30);
this.btn_Export.TabIndex = 0;
this.btn_Export.Text = " 导出";
this.btn_Export.UseVisualStyleBackColor = false;
//
// ord_Number
//
this.ord_Number.HeaderText = "订单编号";
this.ord_Number.Name = "ord_Number";
this.ord_Number.ReadOnly = true;
//
// ord_OrderClass
//
this.ord_OrderClass.HeaderText = "订单类别";
this.ord_OrderClass.Name = "ord_OrderClass";
this.ord_OrderClass.ReadOnly = true;
//
// Ord_CustomerSource
//
this.Ord_CustomerSource.HeaderText = "客户来源";
this.Ord_CustomerSource.Name = "Ord_CustomerSource";
this.Ord_CustomerSource.ReadOnly = true;
//
// Cus_Name
//
this.Cus_Name.HeaderText = "客户名称";
this.Cus_Name.Name = "Cus_Name";
this.Cus_Name.ReadOnly = true;
//
// Cus_Telephone
//
this.Cus_Telephone.HeaderText = "客户电话";
this.Cus_Telephone.Name = "Cus_Telephone";
this.Cus_Telephone.ReadOnly = true;
//
// Ord_SeriesName
//
this.Ord_SeriesName.HeaderText = "套系名称";
this.Ord_SeriesName.Name = "Ord_SeriesName";
this.Ord_SeriesName.ReadOnly = true;
//
// 套系金额
//
this.套系金额.HeaderText = "套系金额";
this.套系金额.Name = "套系金额";
this.套系金额.ReadOnly = true;
//
// 加挑金额
//
this.加挑金额.HeaderText = "加挑金额";
this.加挑金额.Name = "加挑金额";
this.加挑金额.ReadOnly = true;
//
// 收款金额
//
this.收款金额.HeaderText = "收款金额";
this.收款金额.Name = "收款金额";
this.收款金额.ReadOnly = true;
//
// Ordpg_Sights
//
this.Ordpg_Sights.HeaderText = "场景名称";
this.Ordpg_Sights.Name = "Ordpg_Sights";
this.Ordpg_Sights.ReadOnly = true;
//
// 景点类型
//
this.景点类型.HeaderText = "景点类型";
this.景点类型.Name = "景点类型";
this.景点类型.ReadOnly = true;
//
// 景点等级
//
this.景点等级.HeaderText = "景点等级";
this.景点等级.Name = "景点等级";
this.景点等级.ReadOnly = true;
//
// 摄影师
//
this.摄影师.HeaderText = "摄影师";
this.摄影师.Name = "摄影师";
this.摄影师.ReadOnly = true;
//
// 摄影助理
//
this.摄影助理.HeaderText = "摄影助理";
this.摄影助理.Name = "摄影助理";
this.摄影助理.ReadOnly = true;
//
// 化妆师
//
this.化妆师.HeaderText = "化妆师";
this.化妆师.Name = "化妆师";
this.化妆师.ReadOnly = true;
//
// 化妆助理
//
this.化妆助理.HeaderText = "化妆助理";
this.化妆助理.Name = "化妆助理";
this.化妆助理.ReadOnly = true;
//
// 引导师
//
this.引导师.HeaderText = "引导师";
this.引导师.Name = "引导师";
this.引导师.ReadOnly = true;
//
// 引导助理
//
this.引导助理.HeaderText = "引导助理";
this.引导助理.Name = "引导助理";
this.引导助理.ReadOnly = true;
//
// 初修师
//
this.初修师.HeaderText = "初修师";
this.初修师.Name = "初修师";
this.初修师.ReadOnly = true;
//
// 精修师
//
this.精修师.HeaderText = "精修师";
this.精修师.Name = "精修师";
this.精修师.ReadOnly = true;
//
// 选片师
//
this.选片师.HeaderText = "选片师";
this.选片师.Name = "选片师";
this.选片师.ReadOnly = true;
//
// 设计师
//
this.设计师.HeaderText = "设计师";
this.设计师.Name = "设计师";
this.设计师.ReadOnly = true;
//
// 选片时间
//
this.选片时间.HeaderText = "选片时间";
this.选片时间.Name = "选片时间";
this.选片时间.ReadOnly = true;
//
// FrmSliceStatisticsDetail
//
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(1024, 700);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.Name = "FrmSliceStatisticsDetail";
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);
((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
this.panelEx1.ResumeLayout(false);
this.panelEx1.PerformLayout();
this.panelEx2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
protected internal ComponentLibrary.DataGridViewEx dgvData;
private ComponentLibrary.PanelEx panelEx1;
protected internal ComponentLibrary.LabelEx lab_Text;
private ComponentLibrary.PanelEx panelEx2;
protected internal ComponentLibrary.ButtonEx btn_Export;
private System.Windows.Forms.DataGridViewTextBoxColumn ord_Number;
private System.Windows.Forms.DataGridViewTextBoxColumn ord_OrderClass;
private System.Windows.Forms.DataGridViewTextBoxColumn Ord_CustomerSource;
private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Name;
private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Telephone;
private System.Windows.Forms.DataGridViewTextBoxColumn Ord_SeriesName;
private System.Windows.Forms.DataGridViewTextBoxColumn 套系金额;
private System.Windows.Forms.DataGridViewTextBoxColumn 加挑金额;
private System.Windows.Forms.DataGridViewTextBoxColumn 收款金额;
private System.Windows.Forms.DataGridViewTextBoxColumn Ordpg_Sights;
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 引导师;
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 选片时间;
}
}