Files
WC-CZGKJ/SCADA/Pages/UC_Statistics.Designer.cs

311 lines
18 KiB
C#

namespace MesWork.Pages
{
partial class UC_Statistics
{
private System.ComponentModel.IContainer components = null;
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
components.Dispose();
base.Dispose(disposing);
}
#region
private void InitializeComponent()
{
this.pnl_QueryBar = new System.Windows.Forms.Panel();
this.lbl_DateFrom = new System.Windows.Forms.Label();
this.dtp_Start = new System.Windows.Forms.DateTimePicker();
this.lbl_DateTo = new System.Windows.Forms.Label();
this.dtp_End = new System.Windows.Forms.DateTimePicker();
this.txt_ModelNo = new System.Windows.Forms.TextBox();
this.txt_OrderNo = new System.Windows.Forms.TextBox();
this.btn_Analyze = new System.Windows.Forms.Button();
this.btn_Export = new System.Windows.Forms.Button();
this.pnl_ChartArea = new System.Windows.Forms.Panel();
this.pnl_Chart = new System.Windows.Forms.Panel();
this.lbl_ChartTitle = new System.Windows.Forms.Label();
this.pnl_StatsCard = new System.Windows.Forms.Panel();
this.lbl_StatsTitle = new System.Windows.Forms.Label();
this.lbl_StatMax = new System.Windows.Forms.Label();
this.lbl_StatMin = new System.Windows.Forms.Label();
this.lbl_StatAvg = new System.Windows.Forms.Label();
this.lbl_StatMedian = new System.Windows.Forms.Label();
this.lbl_StatRange = new System.Windows.Forms.Label();
this.lbl_StatVariance = new System.Windows.Forms.Label();
this.lbl_StatStdDev = new System.Windows.Forms.Label();
this.lbl_StatCount = new System.Windows.Forms.Label();
this.dgv_Data = new System.Windows.Forms.DataGridView();
this.pnl_QueryBar.SuspendLayout();
this.pnl_ChartArea.SuspendLayout();
this.pnl_Chart.SuspendLayout();
this.pnl_StatsCard.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv_Data)).BeginInit();
this.SuspendLayout();
//
// pnl_QueryBar — 查询栏(增高,两行布局)
//
this.pnl_QueryBar.BackColor = System.Drawing.Color.White;
this.pnl_QueryBar.Controls.Add(this.btn_Export);
this.pnl_QueryBar.Controls.Add(this.btn_Analyze);
this.pnl_QueryBar.Controls.Add(this.txt_OrderNo);
this.pnl_QueryBar.Controls.Add(this.txt_ModelNo);
this.pnl_QueryBar.Controls.Add(this.dtp_End);
this.pnl_QueryBar.Controls.Add(this.lbl_DateTo);
this.pnl_QueryBar.Controls.Add(this.dtp_Start);
this.pnl_QueryBar.Controls.Add(this.lbl_DateFrom);
this.pnl_QueryBar.Dock = System.Windows.Forms.DockStyle.Top;
this.pnl_QueryBar.Height = 56;
this.pnl_QueryBar.Name = "pnl_QueryBar";
this.pnl_QueryBar.Padding = new System.Windows.Forms.Padding(16, 0, 16, 0);
//
// lbl_DateFrom
//
this.lbl_DateFrom.AutoSize = true;
this.lbl_DateFrom.Font = new System.Drawing.Font("微软雅黑", 10F);
this.lbl_DateFrom.ForeColor = System.Drawing.Color.FromArgb(55, 65, 81);
this.lbl_DateFrom.Location = new System.Drawing.Point(16, 17);
this.lbl_DateFrom.Name = "lbl_DateFrom";
this.lbl_DateFrom.Text = "从";
//
// dtp_Start
//
this.dtp_Start.Font = new System.Drawing.Font("微软雅黑", 10F);
this.dtp_Start.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dtp_Start.Location = new System.Drawing.Point(40, 13);
this.dtp_Start.Name = "dtp_Start";
this.dtp_Start.Size = new System.Drawing.Size(130, 25);
//
// lbl_DateTo
//
this.lbl_DateTo.AutoSize = true;
this.lbl_DateTo.Font = new System.Drawing.Font("微软雅黑", 10F);
this.lbl_DateTo.ForeColor = System.Drawing.Color.FromArgb(55, 65, 81);
this.lbl_DateTo.Location = new System.Drawing.Point(178, 17);
this.lbl_DateTo.Name = "lbl_DateTo";
this.lbl_DateTo.Text = "到";
//
// dtp_End
//
this.dtp_End.Font = new System.Drawing.Font("微软雅黑", 10F);
this.dtp_End.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dtp_End.Location = new System.Drawing.Point(200, 13);
this.dtp_End.Name = "dtp_End";
this.dtp_End.Size = new System.Drawing.Size(130, 25);
//
// txt_ModelNo — 机型号筛选
//
this.txt_ModelNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txt_ModelNo.Font = new System.Drawing.Font("微软雅黑", 10F);
this.txt_ModelNo.Location = new System.Drawing.Point(350, 13);
this.txt_ModelNo.Name = "txt_ModelNo";
this.txt_ModelNo.Size = new System.Drawing.Size(140, 27);
//
// txt_OrderNo — 订货号筛选
//
this.txt_OrderNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txt_OrderNo.Font = new System.Drawing.Font("微软雅黑", 10F);
this.txt_OrderNo.Location = new System.Drawing.Point(500, 13);
this.txt_OrderNo.Name = "txt_OrderNo";
this.txt_OrderNo.Size = new System.Drawing.Size(140, 27);
//
// btn_Analyze — 统计分析按钮
//
this.btn_Analyze.BackColor = System.Drawing.Color.FromArgb(74, 144, 217);
this.btn_Analyze.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn_Analyze.FlatAppearance.BorderSize = 0;
this.btn_Analyze.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Analyze.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.btn_Analyze.ForeColor = System.Drawing.Color.White;
this.btn_Analyze.Location = new System.Drawing.Point(660, 12);
this.btn_Analyze.Name = "btn_Analyze";
this.btn_Analyze.Size = new System.Drawing.Size(110, 30);
this.btn_Analyze.Text = "📊 统计分析";
this.btn_Analyze.UseVisualStyleBackColor = false;
this.btn_Analyze.Click += new System.EventHandler(this.btn_Analyze_Click);
//
// btn_Export — 导出数据按钮
//
this.btn_Export.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
this.btn_Export.BackColor = System.Drawing.Color.FromArgb(5, 150, 105);
this.btn_Export.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn_Export.FlatAppearance.BorderSize = 0;
this.btn_Export.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Export.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.btn_Export.ForeColor = System.Drawing.Color.White;
this.btn_Export.Location = new System.Drawing.Point(1700, 12);
this.btn_Export.Name = "btn_Export";
this.btn_Export.Size = new System.Drawing.Size(104, 30);
this.btn_Export.Text = "📥 导出数据";
this.btn_Export.UseVisualStyleBackColor = false;
this.btn_Export.Click += new System.EventHandler(this.btn_Export_Click);
//
// pnl_ChartArea — 图表+统计卡片区域
//
this.pnl_ChartArea.Dock = System.Windows.Forms.DockStyle.Top;
this.pnl_ChartArea.Height = 400;
this.pnl_ChartArea.Name = "pnl_ChartArea";
this.pnl_ChartArea.Padding = new System.Windows.Forms.Padding(12, 8, 12, 8);
this.pnl_ChartArea.Controls.Add(this.pnl_Chart);
this.pnl_ChartArea.Controls.Add(this.pnl_StatsCard);
//
// pnl_Chart — 图表区域
//
this.pnl_Chart.BackColor = System.Drawing.Color.White;
this.pnl_Chart.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnl_Chart.Name = "pnl_Chart";
this.pnl_Chart.Padding = new System.Windows.Forms.Padding(16, 8, 16, 8);
this.pnl_Chart.Controls.Add(this.lbl_ChartTitle);
//
// lbl_ChartTitle
//
this.lbl_ChartTitle.Dock = System.Windows.Forms.DockStyle.Top;
this.lbl_ChartTitle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.lbl_ChartTitle.ForeColor = System.Drawing.Color.FromArgb(30, 58, 95);
this.lbl_ChartTitle.Height = 32;
this.lbl_ChartTitle.Name = "lbl_ChartTitle";
this.lbl_ChartTitle.Text = "📈 机油残留量趋势分析";
this.lbl_ChartTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// pnl_StatsCard — 右侧统计指标卡片
//
this.pnl_StatsCard.BackColor = System.Drawing.Color.FromArgb(248, 250, 252);
this.pnl_StatsCard.Dock = System.Windows.Forms.DockStyle.Right;
this.pnl_StatsCard.Width = 260;
this.pnl_StatsCard.Name = "pnl_StatsCard";
this.pnl_StatsCard.Padding = new System.Windows.Forms.Padding(20, 8, 20, 8);
this.pnl_StatsCard.Controls.Add(this.lbl_StatCount);
this.pnl_StatsCard.Controls.Add(this.lbl_StatStdDev);
this.pnl_StatsCard.Controls.Add(this.lbl_StatVariance);
this.pnl_StatsCard.Controls.Add(this.lbl_StatRange);
this.pnl_StatsCard.Controls.Add(this.lbl_StatMedian);
this.pnl_StatsCard.Controls.Add(this.lbl_StatAvg);
this.pnl_StatsCard.Controls.Add(this.lbl_StatMin);
this.pnl_StatsCard.Controls.Add(this.lbl_StatMax);
this.pnl_StatsCard.Controls.Add(this.lbl_StatsTitle);
//
// lbl_StatsTitle
//
this.lbl_StatsTitle.Dock = System.Windows.Forms.DockStyle.Top;
this.lbl_StatsTitle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.lbl_StatsTitle.ForeColor = System.Drawing.Color.FromArgb(30, 58, 95);
this.lbl_StatsTitle.Height = 36;
this.lbl_StatsTitle.Name = "lbl_StatsTitle";
this.lbl_StatsTitle.Text = "📋 统计指标";
this.lbl_StatsTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// 统计数值标签
//
this.lbl_StatMax.AutoSize = true; this.lbl_StatMax.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.lbl_StatMax.ForeColor = System.Drawing.Color.FromArgb(55, 65, 81);
this.lbl_StatMax.Location = new System.Drawing.Point(20, 50); this.lbl_StatMax.Name = "lbl_StatMax"; this.lbl_StatMax.Text = "最大值 —";
this.lbl_StatMin.AutoSize = true; this.lbl_StatMin.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.lbl_StatMin.ForeColor = System.Drawing.Color.FromArgb(55, 65, 81);
this.lbl_StatMin.Location = new System.Drawing.Point(20, 82); this.lbl_StatMin.Name = "lbl_StatMin"; this.lbl_StatMin.Text = "最小值 —";
this.lbl_StatAvg.AutoSize = true; this.lbl_StatAvg.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold);
this.lbl_StatAvg.ForeColor = System.Drawing.Color.FromArgb(245, 158, 11);
this.lbl_StatAvg.Location = new System.Drawing.Point(20, 114); this.lbl_StatAvg.Name = "lbl_StatAvg"; this.lbl_StatAvg.Text = "平均值 —";
this.lbl_StatMedian.AutoSize = true; this.lbl_StatMedian.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.lbl_StatMedian.ForeColor = System.Drawing.Color.FromArgb(55, 65, 81);
this.lbl_StatMedian.Location = new System.Drawing.Point(20, 146); this.lbl_StatMedian.Name = "lbl_StatMedian"; this.lbl_StatMedian.Text = "中位数 —";
this.lbl_StatRange.AutoSize = true; this.lbl_StatRange.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.lbl_StatRange.ForeColor = System.Drawing.Color.FromArgb(55, 65, 81);
this.lbl_StatRange.Location = new System.Drawing.Point(20, 178); this.lbl_StatRange.Name = "lbl_StatRange"; this.lbl_StatRange.Text = "极差 —";
this.lbl_StatVariance.AutoSize = true; this.lbl_StatVariance.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.lbl_StatVariance.ForeColor = System.Drawing.Color.FromArgb(55, 65, 81);
this.lbl_StatVariance.Location = new System.Drawing.Point(20, 210); this.lbl_StatVariance.Name = "lbl_StatVariance"; this.lbl_StatVariance.Text = "方差 —";
this.lbl_StatStdDev.AutoSize = true; this.lbl_StatStdDev.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.lbl_StatStdDev.ForeColor = System.Drawing.Color.FromArgb(55, 65, 81);
this.lbl_StatStdDev.Location = new System.Drawing.Point(20, 242); this.lbl_StatStdDev.Name = "lbl_StatStdDev"; this.lbl_StatStdDev.Text = "标准差 —";
this.lbl_StatCount.AutoSize = true; this.lbl_StatCount.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold);
this.lbl_StatCount.ForeColor = System.Drawing.Color.FromArgb(74, 144, 217);
this.lbl_StatCount.Location = new System.Drawing.Point(20, 282); this.lbl_StatCount.Name = "lbl_StatCount"; this.lbl_StatCount.Text = "样本数 0";
//
// dgv_Data — 明细表
//
this.dgv_Data.AllowUserToAddRows = false;
this.dgv_Data.AllowUserToDeleteRows = false;
this.dgv_Data.AllowUserToResizeRows = false;
this.dgv_Data.BackgroundColor = System.Drawing.Color.White;
this.dgv_Data.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dgv_Data.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
this.dgv_Data.ColumnHeadersHeight = 40;
this.dgv_Data.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgv_Data.ColumnHeadersDefaultCellStyle.BackColor = System.Drawing.Color.FromArgb(232, 237, 242);
this.dgv_Data.ColumnHeadersDefaultCellStyle.ForeColor = System.Drawing.Color.FromArgb(30, 58, 95);
this.dgv_Data.ColumnHeadersDefaultCellStyle.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.dgv_Data.ColumnHeadersDefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
this.dgv_Data.DefaultCellStyle.ForeColor = System.Drawing.Color.FromArgb(31, 41, 55);
this.dgv_Data.DefaultCellStyle.Font = new System.Drawing.Font("微软雅黑", 10F);
this.dgv_Data.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.FromArgb(219, 234, 254);
this.dgv_Data.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.FromArgb(30, 58, 95);
this.dgv_Data.DefaultCellStyle.Padding = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.dgv_Data.AlternatingRowsDefaultCellStyle.BackColor = System.Drawing.Color.FromArgb(248, 250, 252);
this.dgv_Data.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgv_Data.EnableHeadersVisualStyles = false;
this.dgv_Data.GridColor = System.Drawing.Color.FromArgb(229, 231, 235);
this.dgv_Data.MultiSelect = false;
this.dgv_Data.Name = "dgv_Data";
this.dgv_Data.ReadOnly = true;
this.dgv_Data.RowHeadersVisible = false;
this.dgv_Data.RowTemplate.Height = 36;
this.dgv_Data.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgv_Data.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
//
// UC_Statistics
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.FromArgb(245, 247, 250);
this.Controls.Add(this.dgv_Data);
this.Controls.Add(this.pnl_ChartArea);
this.Controls.Add(this.pnl_QueryBar);
this.Name = "UC_Statistics";
this.Size = new System.Drawing.Size(1820, 1000);
this.pnl_QueryBar.ResumeLayout(false);
this.pnl_QueryBar.PerformLayout();
this.pnl_ChartArea.ResumeLayout(false);
this.pnl_Chart.ResumeLayout(false);
this.pnl_StatsCard.ResumeLayout(false);
this.pnl_StatsCard.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv_Data)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel pnl_QueryBar;
private System.Windows.Forms.Label lbl_DateFrom;
private System.Windows.Forms.DateTimePicker dtp_Start;
private System.Windows.Forms.Label lbl_DateTo;
private System.Windows.Forms.DateTimePicker dtp_End;
private System.Windows.Forms.TextBox txt_ModelNo;
private System.Windows.Forms.TextBox txt_OrderNo;
private System.Windows.Forms.Button btn_Analyze;
private System.Windows.Forms.Button btn_Export;
private System.Windows.Forms.Panel pnl_ChartArea;
private System.Windows.Forms.Panel pnl_Chart;
private System.Windows.Forms.Label lbl_ChartTitle;
private System.Windows.Forms.Panel pnl_StatsCard;
private System.Windows.Forms.Label lbl_StatsTitle;
private System.Windows.Forms.Label lbl_StatMax;
private System.Windows.Forms.Label lbl_StatMin;
private System.Windows.Forms.Label lbl_StatAvg;
private System.Windows.Forms.Label lbl_StatMedian;
private System.Windows.Forms.Label lbl_StatRange;
private System.Windows.Forms.Label lbl_StatVariance;
private System.Windows.Forms.Label lbl_StatStdDev;
private System.Windows.Forms.Label lbl_StatCount;
private System.Windows.Forms.DataGridView dgv_Data;
}
}