namespace LYFZ.Software.UI.DecisionAssistant
{
partial class AnalyzedStoredValueReport
{
///
/// 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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AnalyzedStoredValueReport));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
this.dgv_employee = new LYFZ.ComponentLibrary.DataGridViewEx();
this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
this.pan_Top = new LYFZ.ComponentLibrary.PanelEx();
this.lab_Text = new LYFZ.ComponentLibrary.LabelEx();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.cbx_DropDownYear = new LYFZ.ComponentLibrary.ComboBoxEx();
this.lab_Year = new LYFZ.ComponentLibrary.LabelEx();
this.cmbtreevperson = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
this.btn_export2xls = new LYFZ.ComponentLibrary.ButtonEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.panelEx1.SuspendLayout();
this.panelEx3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv_employee)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
this.pan_Top.SuspendLayout();
this.flowLayoutPanel1.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(1077, 505);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(1077, 545);
this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
this.btnAppFormMaximize.Location = new System.Drawing.Point(1018, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = null;
this.btnAppFormExit.Location = new System.Drawing.Point(1045, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = null;
this.btnAppFormMinimize.Location = new System.Drawing.Point(991, 0);
//
// panelEx1
//
this.panelEx1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(240)))), ((int)(((byte)(241)))));
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.panelEx3);
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(3);
this.panelEx1.Size = new System.Drawing.Size(1067, 485);
this.panelEx1.TabIndex = 1;
//
// panelEx3
//
this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx3.BorderWidth = 1;
this.panelEx3.Controls.Add(this.dgv_employee);
this.panelEx3.Controls.Add(this.panelEx2);
this.panelEx3.Controls.Add(this.dgv);
this.panelEx3.Controls.Add(this.pan_Top);
this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx3.Location = new System.Drawing.Point(3, 38);
this.panelEx3.Name = "panelEx3";
this.panelEx3.Padding = new System.Windows.Forms.Padding(3);
this.panelEx3.Size = new System.Drawing.Size(1061, 444);
this.panelEx3.TabIndex = 7;
//
// dgv_employee
//
this.dgv_employee.AllowUserToAddRows = false;
this.dgv_employee.AllowUserToDeleteRows = false;
this.dgv_employee.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
this.dgv_employee.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgv_employee.BackgroundColor = System.Drawing.Color.White;
this.dgv_employee.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.dgv_employee.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.dgv_employee.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgv_employee.ColumnHeadersHeight = 24;
this.dgv_employee.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgv_employee.DefaultCellStyle = dataGridViewCellStyle3;
this.dgv_employee.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgv_employee.EnableHeadersVisualStyles = false;
this.dgv_employee.EraseCell = false;
this.dgv_employee.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.dgv_employee.GridViewUniquelyIdentify = resources.GetString("dgv_employee.GridViewUniquelyIdentify");
this.dgv_employee.IsCompleteBonding = false;
this.dgv_employee.IsCopyCellValue = true;
this.dgv_employee.Location = new System.Drawing.Point(586, 39);
this.dgv_employee.Margin = new System.Windows.Forms.Padding(0);
this.dgv_employee.Name = "dgv_employee";
this.dgv_employee.ReadOnly = true;
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgv_employee.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
this.dgv_employee.RowHeadersVisible = false;
this.dgv_employee.RowTemplate.Height = 23;
this.dgv_employee.RowTemplate.ReadOnly = true;
this.dgv_employee.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgv_employee.Size = new System.Drawing.Size(472, 402);
this.dgv_employee.TabIndex = 234;
//
// 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.Dock = System.Windows.Forms.DockStyle.Left;
this.panelEx2.Location = new System.Drawing.Point(558, 39);
this.panelEx2.Name = "panelEx2";
this.panelEx2.Size = new System.Drawing.Size(28, 402);
this.panelEx2.TabIndex = 235;
//
// dgv
//
this.dgv.AllowUserToAddRows = false;
this.dgv.AllowUserToDeleteRows = false;
this.dgv.AllowUserToResizeRows = false;
dataGridViewCellStyle5.BackColor = System.Drawing.Color.LightCyan;
this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
this.dgv.BackgroundColor = System.Drawing.Color.White;
this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
this.dgv.ColumnHeadersHeight = 24;
this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgv.DefaultCellStyle = dataGridViewCellStyle7;
this.dgv.Dock = System.Windows.Forms.DockStyle.Left;
this.dgv.EnableHeadersVisualStyles = false;
this.dgv.EraseCell = false;
this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.dgv.GridViewUniquelyIdentify = resources.GetString("dgv.GridViewUniquelyIdentify");
this.dgv.IsCompleteBonding = false;
this.dgv.IsCopyCellValue = true;
this.dgv.Location = new System.Drawing.Point(3, 39);
this.dgv.Margin = new System.Windows.Forms.Padding(0);
this.dgv.Name = "dgv";
this.dgv.ReadOnly = true;
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgv.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
this.dgv.RowHeadersVisible = false;
this.dgv.RowHeadersWidth = 30;
this.dgv.RowTemplate.Height = 23;
this.dgv.RowTemplate.ReadOnly = true;
this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgv.Size = new System.Drawing.Size(555, 402);
this.dgv.TabIndex = 233;
//
// pan_Top
//
this.pan_Top.BackColor = System.Drawing.Color.Transparent;
this.pan_Top.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.pan_Top.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.pan_Top.BorderWidth = 1;
this.pan_Top.Controls.Add(this.lab_Text);
this.pan_Top.Dock = System.Windows.Forms.DockStyle.Top;
this.pan_Top.Location = new System.Drawing.Point(3, 3);
this.pan_Top.Name = "pan_Top";
this.pan_Top.Padding = new System.Windows.Forms.Padding(3);
this.pan_Top.Size = new System.Drawing.Size(1055, 36);
this.pan_Top.TabIndex = 8;
//
// 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(3, 9);
this.lab_Text.Name = "lab_Text";
this.lab_Text.Size = new System.Drawing.Size(0, 17);
this.lab_Text.TabIndex = 10;
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.Controls.Add(this.cbx_DropDownYear);
this.flowLayoutPanel1.Controls.Add(this.lab_Year);
this.flowLayoutPanel1.Controls.Add(this.cmbtreevperson);
this.flowLayoutPanel1.Controls.Add(this.btnQuery);
this.flowLayoutPanel1.Controls.Add(this.btn_export2xls);
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0);
this.flowLayoutPanel1.Size = new System.Drawing.Size(1061, 35);
this.flowLayoutPanel1.TabIndex = 8;
//
// cbx_DropDownYear
//
this.cbx_DropDownYear.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
this.cbx_DropDownYear.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.cbx_DropDownYear.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
this.cbx_DropDownYear.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbx_DropDownYear.Font = new System.Drawing.Font("宋体", 10.5F);
this.cbx_DropDownYear.FormattingEnabled = true;
this.cbx_DropDownYear.IsCustomColor = false;
this.cbx_DropDownYear.Location = new System.Drawing.Point(5, 6);
this.cbx_DropDownYear.Margin = new System.Windows.Forms.Padding(5, 3, 3, 3);
this.cbx_DropDownYear.Name = "cbx_DropDownYear";
this.cbx_DropDownYear.ReadOnly = false;
this.cbx_DropDownYear.Size = new System.Drawing.Size(104, 22);
this.cbx_DropDownYear.TabIndex = 0;
//
// lab_Year
//
this.lab_Year.AutoSize = true;
this.lab_Year.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.lab_Year.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.lab_Year.Location = new System.Drawing.Point(115, 8);
this.lab_Year.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);
this.lab_Year.Name = "lab_Year";
this.lab_Year.Size = new System.Drawing.Size(20, 17);
this.lab_Year.TabIndex = 1;
this.lab_Year.Text = "年";
//
// cmbtreevperson
//
this.cmbtreevperson.AfterSelectLevelFirstNode = true;
this.cmbtreevperson.DropDownHeight = 220;
this.cmbtreevperson.DropDownShow = false;
this.cmbtreevperson.FormattingEnabled = true;
this.cmbtreevperson.IntegralHeight = false;
this.cmbtreevperson.IsNodeMouseClick = true;
this.cmbtreevperson.IsSelectParentNode = false;
this.cmbtreevperson.Location = new System.Drawing.Point(141, 6);
this.cmbtreevperson.Name = "cmbtreevperson";
this.cmbtreevperson.ReadOnly = true;
this.cmbtreevperson.SelectedNode = null;
this.cmbtreevperson.Size = new System.Drawing.Size(180, 20);
this.cmbtreevperson.StrGetName = "";
this.cmbtreevperson.StrGetTagName = "";
this.cmbtreevperson.StrKey = null;
this.cmbtreevperson.TabIndex = 2247;
//
// 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(344, 3);
this.btnQuery.Margin = new System.Windows.Forms.Padding(20, 0, 3, 3);
this.btnQuery.Name = "btnQuery";
this.btnQuery.Size = new System.Drawing.Size(85, 28);
this.btnQuery.TabIndex = 2;
this.btnQuery.Text = "查询";
this.btnQuery.UseVisualStyleBackColor = false;
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
//
// btn_export2xls
//
this.btn_export2xls.BackColor = System.Drawing.Color.Transparent;
this.btn_export2xls.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_export2xls.BackImg")));
this.btn_export2xls.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btn_export2xls.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btn_export2xls.ForeColor = System.Drawing.Color.White;
this.btn_export2xls.IsCustomBackImg = false;
this.btn_export2xls.IsShowText = true;
this.btn_export2xls.Location = new System.Drawing.Point(452, 3);
this.btn_export2xls.Margin = new System.Windows.Forms.Padding(20, 0, 3, 3);
this.btn_export2xls.Name = "btn_export2xls";
this.btn_export2xls.Size = new System.Drawing.Size(134, 28);
this.btn_export2xls.TabIndex = 2;
this.btn_export2xls.Text = "导出员工充值业绩";
this.btn_export2xls.UseVisualStyleBackColor = false;
this.btn_export2xls.Click += new System.EventHandler(this.btnQuery_Click);
//
// AnalyzedStoredValueReport
//
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(1077, 610);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.IsShowUcNavigationTool = true;
this.IsUserControlsSize = false;
this.Name = "AnalyzedStoredValueReport";
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.panelEx1.ResumeLayout(false);
this.panelEx3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgv_employee)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
this.pan_Top.ResumeLayout(false);
this.pan_Top.PerformLayout();
this.flowLayoutPanel1.ResumeLayout(false);
this.flowLayoutPanel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
protected internal ComponentLibrary.PanelEx panelEx1;
protected internal ComponentLibrary.PanelEx panelEx3;
protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
protected internal ComponentLibrary.ComboBoxEx cbx_DropDownYear;
private ComponentLibrary.LabelEx lab_Year;
protected internal ComponentLibrary.PanelEx pan_Top;
private ComponentLibrary.ButtonEx btnQuery;
public ComponentLibrary.DataGridViewEx dgv;
protected internal ComponentLibrary.LabelEx lab_Text;
public ComponentLibrary.DataGridViewEx dgv_employee;
private ComponentLibrary.PanelEx panelEx2;
protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevperson;
public ComponentLibrary.ButtonEx btn_export2xls;
}
}