namespace LYFZ.Software.UI.StatisticalInquiry
{
partial class FrmFinancialChart
{
///
/// 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()
{
this.components = new System.ComponentModel.Container();
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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmFinancialChart));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
this.numYear = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.cmbtreevPakName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
this.cmbtreevSeriesChartType = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
this.Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.项目名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.panelYear = new LYFZ.ComponentLibrary.PanelEx();
this.panelProjectSearch = new LYFZ.ComponentLibrary.PanelEx();
this.panelPakName = new LYFZ.ComponentLibrary.PanelEx();
this.panelEx11 = new LYFZ.ComponentLibrary.PanelEx();
this.cmbtreevTaoXiName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
this.panelQuery = new LYFZ.ComponentLibrary.PanelEx();
this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
this.panelClose = new LYFZ.ComponentLibrary.PanelEx();
this.panelSeriesChartType = new LYFZ.ComponentLibrary.PanelEx();
this.cmbtreevProjectSearch = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numYear)).BeginInit();
this.panelEx1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
this.panelEx2.SuspendLayout();
this.panelEx3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
this.panelEx4.SuspendLayout();
this.flowLayoutPanel1.SuspendLayout();
this.panelYear.SuspendLayout();
this.panelProjectSearch.SuspendLayout();
this.panelPakName.SuspendLayout();
this.panelEx11.SuspendLayout();
this.panelQuery.SuspendLayout();
this.panelClose.SuspendLayout();
this.panelSeriesChartType.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.AutoScroll = true;
this.plExMainContainer.Controls.Add(this.panelEx3);
this.plExMainContainer.Controls.Add(this.panelEx4);
this.plExMainContainer.Controls.Add(this.panelEx1);
this.plExMainContainer.Controls.Add(this.flowLayoutPanel1);
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(950, 505);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(950, 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(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);
//
// labelEx9
//
this.labelEx9.AutoSize = true;
this.labelEx9.BackColor = System.Drawing.Color.Transparent;
this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx9.Location = new System.Drawing.Point(4, 7);
this.labelEx9.Name = "labelEx9";
this.labelEx9.Size = new System.Drawing.Size(68, 17);
this.labelEx9.TabIndex = 272;
this.labelEx9.Text = "项目查询:";
//
// numYear
//
this.numYear.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
this.numYear.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.numYear.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
this.numYear.Font = new System.Drawing.Font("宋体", 12F);
this.numYear.IsCustomColor = false;
this.numYear.Location = new System.Drawing.Point(2, 2);
this.numYear.Maximum = new decimal(new int[] {
3000,
0,
0,
0});
this.numYear.Minimum = new decimal(new int[] {
1900,
0,
0,
0});
this.numYear.Name = "numYear";
this.numYear.Size = new System.Drawing.Size(59, 26);
this.numYear.TabIndex = 205;
this.numYear.Value = new decimal(new int[] {
2014,
0,
0,
0});
//
// labelEx13
//
this.labelEx13.AutoSize = true;
this.labelEx13.BackColor = System.Drawing.Color.Transparent;
this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
this.labelEx13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx13.Location = new System.Drawing.Point(63, 5);
this.labelEx13.Name = "labelEx13";
this.labelEx13.Size = new System.Drawing.Size(23, 19);
this.labelEx13.TabIndex = 206;
this.labelEx13.Text = "年";
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// cmbtreevPakName
//
this.cmbtreevPakName.AfterSelectLevelFirstNode = true;
this.cmbtreevPakName.DropDownHeight = 220;
this.cmbtreevPakName.DropDownShow = false;
this.cmbtreevPakName.FormattingEnabled = true;
this.cmbtreevPakName.IntegralHeight = false;
this.cmbtreevPakName.IsNodeMouseClick = true;
this.cmbtreevPakName.IsSelectParentNode = false;
this.cmbtreevPakName.Location = new System.Drawing.Point(3, 5);
this.cmbtreevPakName.Name = "cmbtreevPakName";
this.cmbtreevPakName.ReadOnly = true;
this.cmbtreevPakName.SelectedNode = null;
this.cmbtreevPakName.Size = new System.Drawing.Size(113, 20);
this.cmbtreevPakName.StrGetName = "";
this.cmbtreevPakName.StrGetTagName = "";
this.cmbtreevPakName.StrKey = null;
this.cmbtreevPakName.TabIndex = 276;
//
// 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.Red;
this.labelEx1.Location = new System.Drawing.Point(4, 4);
this.labelEx1.Name = "labelEx1";
this.labelEx1.Size = new System.Drawing.Size(130, 17);
this.labelEx1.TabIndex = 278;
this.labelEx1.Text = "注:项目最多选择10个";
//
// cmbtreevSeriesChartType
//
this.cmbtreevSeriesChartType.AfterSelectLevelFirstNode = true;
this.cmbtreevSeriesChartType.DropDownHeight = 220;
this.cmbtreevSeriesChartType.DropDownShow = false;
this.cmbtreevSeriesChartType.FormattingEnabled = true;
this.cmbtreevSeriesChartType.IntegralHeight = false;
this.cmbtreevSeriesChartType.IsNodeMouseClick = true;
this.cmbtreevSeriesChartType.IsSelectParentNode = false;
this.cmbtreevSeriesChartType.Location = new System.Drawing.Point(74, 5);
this.cmbtreevSeriesChartType.Name = "cmbtreevSeriesChartType";
this.cmbtreevSeriesChartType.ReadOnly = true;
this.cmbtreevSeriesChartType.SelectedNode = null;
this.cmbtreevSeriesChartType.Size = new System.Drawing.Size(117, 20);
this.cmbtreevSeriesChartType.StrGetName = "";
this.cmbtreevSeriesChartType.StrGetTagName = "";
this.cmbtreevSeriesChartType.StrKey = null;
this.cmbtreevSeriesChartType.TabIndex = 280;
//
// panelEx1
//
this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx1.BorderWidth = 1;
this.panelEx1.Controls.Add(this.dgv);
this.panelEx1.Controls.Add(this.panelEx2);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Left;
this.panelEx1.Location = new System.Drawing.Point(5, 43);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(178, 457);
this.panelEx1.TabIndex = 225;
//
// 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.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
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)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle6.ForeColor = System.Drawing.Color.Navy;
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;
this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Number,
this.项目名称});
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.Fill;
this.dgv.EnableHeadersVisualStyles = 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(0, 25);
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.RowTemplate.Height = 23;
this.dgv.RowTemplate.ReadOnly = true;
this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgv.Size = new System.Drawing.Size(178, 432);
this.dgv.TabIndex = 225;
//
// Number
//
this.Number.HeaderText = "编号";
this.Number.Name = "Number";
this.Number.ReadOnly = true;
this.Number.Visible = false;
//
// 项目名称
//
this.项目名称.HeaderText = "项目名称";
this.项目名称.Name = "项目名称";
this.项目名称.ReadOnly = true;
this.项目名称.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// 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.labelEx1);
this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
this.panelEx2.Location = new System.Drawing.Point(0, 0);
this.panelEx2.Name = "panelEx2";
this.panelEx2.Size = new System.Drawing.Size(178, 25);
this.panelEx2.TabIndex = 0;
//
// labelEx2
//
this.labelEx2.AutoSize = true;
this.labelEx2.BackColor = System.Drawing.Color.Transparent;
this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx2.Location = new System.Drawing.Point(4, 6);
this.labelEx2.Name = "labelEx2";
this.labelEx2.Size = new System.Drawing.Size(68, 17);
this.labelEx2.TabIndex = 282;
this.labelEx2.Text = "显示方式:";
//
// panelEx3
//
this.panelEx3.AutoScroll = true;
this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx3.BorderWidth = 1;
this.panelEx3.Controls.Add(this.chart1);
this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx3.Location = new System.Drawing.Point(196, 43);
this.panelEx3.Name = "panelEx3";
this.panelEx3.Padding = new System.Windows.Forms.Padding(1);
this.panelEx3.Size = new System.Drawing.Size(749, 457);
this.panelEx3.TabIndex = 226;
//
// chart1
//
chartArea2.Name = "ChartArea1";
this.chart1.ChartAreas.Add(chartArea2);
this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
legend2.Name = "Legend1";
this.chart1.Legends.Add(legend2);
this.chart1.Location = new System.Drawing.Point(1, 1);
this.chart1.Name = "chart1";
this.chart1.Size = new System.Drawing.Size(747, 455);
this.chart1.TabIndex = 227;
this.chart1.Text = "chart1";
//
// 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.labelEx3);
this.panelEx4.Dock = System.Windows.Forms.DockStyle.Left;
this.panelEx4.Location = new System.Drawing.Point(183, 43);
this.panelEx4.Name = "panelEx4";
this.panelEx4.Size = new System.Drawing.Size(13, 457);
this.panelEx4.TabIndex = 227;
//
// labelEx3
//
this.labelEx3.AutoSize = true;
this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx3.ForeColor = System.Drawing.Color.Red;
this.labelEx3.Location = new System.Drawing.Point(-6, 207);
this.labelEx3.Name = "labelEx3";
this.labelEx3.Size = new System.Drawing.Size(20, 17);
this.labelEx3.TabIndex = 0;
this.labelEx3.Tag = "A";
this.labelEx3.Text = "《";
//
// 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(1, 1);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(85, 28);
this.btnClose.TabIndex = 284;
this.btnClose.Text = " 关 闭";
this.btnClose.UseVisualStyleBackColor = false;
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.Controls.Add(this.panelYear);
this.flowLayoutPanel1.Controls.Add(this.panelProjectSearch);
this.flowLayoutPanel1.Controls.Add(this.panelPakName);
this.flowLayoutPanel1.Controls.Add(this.panelEx11);
this.flowLayoutPanel1.Controls.Add(this.panelQuery);
this.flowLayoutPanel1.Controls.Add(this.panelClose);
this.flowLayoutPanel1.Controls.Add(this.panelSeriesChartType);
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
this.flowLayoutPanel1.Location = new System.Drawing.Point(5, 5);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(2, 2, 0, 0);
this.flowLayoutPanel1.Size = new System.Drawing.Size(940, 38);
this.flowLayoutPanel1.TabIndex = 228;
//
// panelYear
//
this.panelYear.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelYear.BorderWidth = 1;
this.panelYear.Controls.Add(this.numYear);
this.panelYear.Controls.Add(this.labelEx13);
this.panelYear.Location = new System.Drawing.Point(3, 3);
this.panelYear.Margin = new System.Windows.Forms.Padding(1);
this.panelYear.Name = "panelYear";
this.panelYear.Size = new System.Drawing.Size(90, 30);
this.panelYear.TabIndex = 228;
//
// panelProjectSearch
//
this.panelProjectSearch.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelProjectSearch.BorderWidth = 1;
this.panelProjectSearch.Controls.Add(this.cmbtreevProjectSearch);
this.panelProjectSearch.Controls.Add(this.labelEx9);
this.panelProjectSearch.Location = new System.Drawing.Point(95, 3);
this.panelProjectSearch.Margin = new System.Windows.Forms.Padding(1);
this.panelProjectSearch.Name = "panelProjectSearch";
this.panelProjectSearch.Size = new System.Drawing.Size(220, 30);
this.panelProjectSearch.TabIndex = 229;
//
// panelPakName
//
this.panelPakName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelPakName.BorderWidth = 1;
this.panelPakName.Controls.Add(this.cmbtreevPakName);
this.panelPakName.Location = new System.Drawing.Point(317, 3);
this.panelPakName.Margin = new System.Windows.Forms.Padding(1);
this.panelPakName.Name = "panelPakName";
this.panelPakName.Size = new System.Drawing.Size(120, 30);
this.panelPakName.TabIndex = 229;
//
// panelEx11
//
this.panelEx11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx11.BorderWidth = 1;
this.panelEx11.Controls.Add(this.cmbtreevTaoXiName);
this.panelEx11.Controls.Add(this.labelEx4);
this.panelEx11.Location = new System.Drawing.Point(439, 3);
this.panelEx11.Margin = new System.Windows.Forms.Padding(1);
this.panelEx11.Name = "panelEx11";
this.panelEx11.Size = new System.Drawing.Size(230, 30);
this.panelEx11.TabIndex = 229;
//
// cmbtreevTaoXiName
//
this.cmbtreevTaoXiName.AfterSelectLevelFirstNode = true;
this.cmbtreevTaoXiName.DropDownHeight = 220;
this.cmbtreevTaoXiName.DropDownShow = false;
this.cmbtreevTaoXiName.FormattingEnabled = true;
this.cmbtreevTaoXiName.IntegralHeight = false;
this.cmbtreevTaoXiName.IsNodeMouseClick = true;
this.cmbtreevTaoXiName.IsSelectParentNode = true;
this.cmbtreevTaoXiName.Location = new System.Drawing.Point(50, 5);
this.cmbtreevTaoXiName.Name = "cmbtreevTaoXiName";
this.cmbtreevTaoXiName.ReadOnly = true;
this.cmbtreevTaoXiName.SelectedNode = null;
this.cmbtreevTaoXiName.Size = new System.Drawing.Size(170, 20);
this.cmbtreevTaoXiName.StrGetName = "";
this.cmbtreevTaoXiName.StrGetTagName = "";
this.cmbtreevTaoXiName.StrKey = null;
this.cmbtreevTaoXiName.TabIndex = 277;
//
// labelEx4
//
this.labelEx4.AutoSize = true;
this.labelEx4.BackColor = System.Drawing.Color.Transparent;
this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx4.Location = new System.Drawing.Point(4, 7);
this.labelEx4.Name = "labelEx4";
this.labelEx4.Size = new System.Drawing.Size(44, 17);
this.labelEx4.TabIndex = 273;
this.labelEx4.Text = "套系:";
//
// panelQuery
//
this.panelQuery.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelQuery.BorderWidth = 1;
this.panelQuery.Controls.Add(this.btnQuery);
this.panelQuery.Location = new System.Drawing.Point(671, 3);
this.panelQuery.Margin = new System.Windows.Forms.Padding(1);
this.panelQuery.Name = "panelQuery";
this.panelQuery.Size = new System.Drawing.Size(92, 30);
this.panelQuery.TabIndex = 229;
//
// 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(1, 1);
this.btnQuery.Name = "btnQuery";
this.btnQuery.Size = new System.Drawing.Size(85, 28);
this.btnQuery.TabIndex = 286;
this.btnQuery.Text = " 查 询";
this.btnQuery.UseVisualStyleBackColor = false;
//
// panelClose
//
this.panelClose.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelClose.BorderWidth = 1;
this.panelClose.Controls.Add(this.btnClose);
this.panelClose.Location = new System.Drawing.Point(765, 3);
this.panelClose.Margin = new System.Windows.Forms.Padding(1);
this.panelClose.Name = "panelClose";
this.panelClose.Size = new System.Drawing.Size(92, 30);
this.panelClose.TabIndex = 229;
//
// panelSeriesChartType
//
this.panelSeriesChartType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelSeriesChartType.BorderWidth = 1;
this.panelSeriesChartType.Controls.Add(this.labelEx2);
this.panelSeriesChartType.Controls.Add(this.cmbtreevSeriesChartType);
this.panelSeriesChartType.Location = new System.Drawing.Point(3, 35);
this.panelSeriesChartType.Margin = new System.Windows.Forms.Padding(1);
this.panelSeriesChartType.Name = "panelSeriesChartType";
this.panelSeriesChartType.Size = new System.Drawing.Size(200, 30);
this.panelSeriesChartType.TabIndex = 229;
//
// cmbtreevProjectSearch
//
this.cmbtreevProjectSearch.AfterSelectLevelFirstNode = true;
this.cmbtreevProjectSearch.DropDownHeight = 220;
this.cmbtreevProjectSearch.DropDownShow = false;
this.cmbtreevProjectSearch.FormattingEnabled = true;
this.cmbtreevProjectSearch.IntegralHeight = false;
this.cmbtreevProjectSearch.IsNodeMouseClick = true;
this.cmbtreevProjectSearch.IsSelectParentNode = true;
this.cmbtreevProjectSearch.Location = new System.Drawing.Point(73, 5);
this.cmbtreevProjectSearch.Name = "cmbtreevProjectSearch";
this.cmbtreevProjectSearch.ReadOnly = true;
this.cmbtreevProjectSearch.SelectedNode = null;
this.cmbtreevProjectSearch.Size = new System.Drawing.Size(140, 20);
this.cmbtreevProjectSearch.StrGetName = "";
this.cmbtreevProjectSearch.StrGetTagName = "";
this.cmbtreevProjectSearch.StrKey = null;
this.cmbtreevProjectSearch.TabIndex = 278;
//
// FrmFinancialChart
//
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 = "FrmFinancialChart";
this.Text = "订单图表";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.plExMainContainer.ResumeLayout(false);
this.plFormMainContent.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.numYear)).EndInit();
this.panelEx1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
this.panelEx2.ResumeLayout(false);
this.panelEx2.PerformLayout();
this.panelEx3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
this.panelEx4.ResumeLayout(false);
this.panelEx4.PerformLayout();
this.flowLayoutPanel1.ResumeLayout(false);
this.panelYear.ResumeLayout(false);
this.panelYear.PerformLayout();
this.panelProjectSearch.ResumeLayout(false);
this.panelProjectSearch.PerformLayout();
this.panelPakName.ResumeLayout(false);
this.panelEx11.ResumeLayout(false);
this.panelEx11.PerformLayout();
this.panelQuery.ResumeLayout(false);
this.panelClose.ResumeLayout(false);
this.panelSeriesChartType.ResumeLayout(false);
this.panelSeriesChartType.PerformLayout();
this.ResumeLayout(false);
}
#endregion
protected ComponentLibrary.NumericUpDownEx numYear;
private ComponentLibrary.LabelEx labelEx13;
private ComponentLibrary.LabelEx labelEx9;
protected System.Windows.Forms.OpenFileDialog openFileDialog1;
protected ComponentLibrary.ComboBoxTreeViewEx cmbtreevPakName;
private ComponentLibrary.LabelEx labelEx1;
protected ComponentLibrary.ComboBoxTreeViewEx cmbtreevSeriesChartType;
protected ComponentLibrary.DataGridViewEx dgv;
private System.Windows.Forms.DataGridViewTextBoxColumn Number;
private System.Windows.Forms.DataGridViewTextBoxColumn 项目名称;
private ComponentLibrary.PanelEx panelEx2;
private ComponentLibrary.LabelEx labelEx2;
protected internal ComponentLibrary.PanelEx panelEx1;
private ComponentLibrary.PanelEx panelEx3;
protected System.Windows.Forms.DataVisualization.Charting.Chart chart1;
protected internal ComponentLibrary.PanelEx panelEx4;
protected internal ComponentLibrary.LabelEx labelEx3;
protected internal ComponentLibrary.ButtonEx btnClose;
protected ComponentLibrary.ComboBoxTreeViewEx cmbtreevTaoXiName;
private ComponentLibrary.LabelEx labelEx4;
protected internal ComponentLibrary.ButtonEx btnQuery;
protected internal ComponentLibrary.PanelEx panelYear;
protected internal ComponentLibrary.PanelEx panelProjectSearch;
protected internal ComponentLibrary.PanelEx panelPakName;
protected internal ComponentLibrary.PanelEx panelEx11;
protected internal ComponentLibrary.PanelEx panelQuery;
protected internal ComponentLibrary.PanelEx panelClose;
protected internal ComponentLibrary.PanelEx panelSeriesChartType;
protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
protected ComponentLibrary.ComboBoxTreeViewEx cmbtreevProjectSearch;
}
}