Files
1440WGJ/JY.Inspection/Frm/FrmStatistics.designer.cs
T

319 lines
19 KiB
C#
Raw Normal View History

2026-07-14 13:55:17 +08:00
namespace JY.Inspection.Frm
{
partial class FrmStatistics
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea7 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend7 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series7 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea8 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend8 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series8 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea9 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend9 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series9 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmStatistics));
this.chartToalShow = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.chartNgShow = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.splitContainer3 = new System.Windows.Forms.SplitContainer();
this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.dgvHShow = new MetroFramework.Controls.MetroGrid();
this.timerOpacity = new System.Windows.Forms.Timer(this.components);
this.timerStatistics = new System.Windows.Forms.Timer(this.components);
this.timer_HourProd2 = new System.Windows.Forms.Timer(this.components);
((System.ComponentModel.ISupportInitialize)(this.chartToalShow)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chartNgShow)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
this.splitContainer3.Panel1.SuspendLayout();
this.splitContainer3.Panel2.SuspendLayout();
this.splitContainer3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvHShow)).BeginInit();
this.SuspendLayout();
//
// chartToalShow
//
chartArea7.Name = "ChartArea1";
this.chartToalShow.ChartAreas.Add(chartArea7);
this.chartToalShow.Dock = System.Windows.Forms.DockStyle.Fill;
legend7.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F);
legend7.IsTextAutoFit = false;
legend7.Name = "Legend1";
this.chartToalShow.Legends.Add(legend7);
this.chartToalShow.Location = new System.Drawing.Point(0, 0);
this.chartToalShow.Name = "chartToalShow";
series7.ChartArea = "ChartArea1";
series7.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Doughnut;
series7.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
series7.IsValueShownAsLabel = true;
series7.Label = "#VALX:#VAL";
series7.Legend = "Legend1";
series7.Name = "Series1";
this.chartToalShow.Series.Add(series7);
this.chartToalShow.Size = new System.Drawing.Size(618, 299);
this.chartToalShow.TabIndex = 4;
this.chartToalShow.Text = "chart1";
//
// chartNgShow
//
chartArea8.Name = "ChartArea1";
this.chartNgShow.ChartAreas.Add(chartArea8);
this.chartNgShow.Dock = System.Windows.Forms.DockStyle.Fill;
legend8.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
legend8.IsTextAutoFit = false;
legend8.Name = "Legend1";
this.chartNgShow.Legends.Add(legend8);
this.chartNgShow.Location = new System.Drawing.Point(0, 0);
this.chartNgShow.Name = "chartNgShow";
series8.ChartArea = "ChartArea1";
series8.Legend = "Legend1";
series8.Name = "Series1";
this.chartNgShow.Series.Add(series8);
this.chartNgShow.Size = new System.Drawing.Size(746, 299);
this.chartNgShow.TabIndex = 5;
this.chartNgShow.Text = "chart2";
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(20, 60);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.splitContainer3);
this.splitContainer1.Size = new System.Drawing.Size(1368, 745);
this.splitContainer1.SplitterDistance = 299;
this.splitContainer1.TabIndex = 6;
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
this.splitContainer2.Name = "splitContainer2";
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.chartToalShow);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.chartNgShow);
this.splitContainer2.Size = new System.Drawing.Size(1368, 299);
this.splitContainer2.SplitterDistance = 618;
this.splitContainer2.TabIndex = 0;
//
// splitContainer3
//
this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer3.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitContainer3.Location = new System.Drawing.Point(0, 0);
this.splitContainer3.Name = "splitContainer3";
this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer3.Panel1
//
this.splitContainer3.Panel1.Controls.Add(this.chart1);
//
// splitContainer3.Panel2
//
this.splitContainer3.Panel2.Controls.Add(this.groupBox1);
this.splitContainer3.Panel2MinSize = 50;
this.splitContainer3.Size = new System.Drawing.Size(1368, 442);
this.splitContainer3.SplitterDistance = 300;
this.splitContainer3.TabIndex = 0;
//
// chart1
//
chartArea9.Name = "ChartArea1";
this.chart1.ChartAreas.Add(chartArea9);
this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
legend9.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
legend9.IsTextAutoFit = false;
legend9.Name = "Legend1";
this.chart1.Legends.Add(legend9);
this.chart1.Location = new System.Drawing.Point(0, 0);
this.chart1.Name = "chart1";
series9.ChartArea = "ChartArea1";
series9.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F);
series9.IsValueShownAsLabel = true;
series9.Legend = "Legend1";
series9.Name = "Series1";
this.chart1.Series.Add(series9);
this.chart1.Size = new System.Drawing.Size(1368, 300);
this.chart1.TabIndex = 7;
this.chart1.Text = "chart1";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.dgvHShow);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Font = new System.Drawing.Font("宋体", 9F);
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(1368, 138);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "每2小时产能";
//
// dgvHShow
//
this.dgvHShow.AllowUserToAddRows = false;
this.dgvHShow.AllowUserToDeleteRows = false;
this.dgvHShow.AllowUserToResizeColumns = false;
this.dgvHShow.AllowUserToResizeRows = false;
this.dgvHShow.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvHShow.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dgvHShow.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
this.dgvHShow.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle7.BackColor = System.Drawing.Color.SkyBlue;
dataGridViewCellStyle7.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
dataGridViewCellStyle7.ForeColor = System.Drawing.Color.Black;
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247)))));
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvHShow.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
this.dgvHShow.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvHShow.ColumnHeadersVisible = false;
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
dataGridViewCellStyle8.Font = new System.Drawing.Font("Segoe UI", 11F);
dataGridViewCellStyle8.ForeColor = System.Drawing.Color.Black;
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247)))));
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvHShow.DefaultCellStyle = dataGridViewCellStyle8;
this.dgvHShow.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvHShow.EnableHeadersVisualStyles = false;
this.dgvHShow.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.dgvHShow.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvHShow.Location = new System.Drawing.Point(3, 17);
this.dgvHShow.Name = "dgvHShow";
this.dgvHShow.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle9.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle9.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247)))));
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvHShow.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
this.dgvHShow.RowHeadersWidth = 51;
this.dgvHShow.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
this.dgvHShow.RowTemplate.Height = 23;
this.dgvHShow.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvHShow.Size = new System.Drawing.Size(1362, 118);
this.dgvHShow.TabIndex = 14;
//
// timerOpacity
//
this.timerOpacity.Tick += new System.EventHandler(this.timerOpacity_Tick);
//
// timerStatistics
//
this.timerStatistics.Tick += new System.EventHandler(this.timerStatistics_Tick);
//
// timer_HourProd2
//
this.timer_HourProd2.Tick += new System.EventHandler(this.timer_HourProd2_Tick);
//
// FrmStatistics
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1408, 825);
this.Controls.Add(this.splitContainer1);
this.Font = new System.Drawing.Font("宋体", 9F);
this.ForeColor = System.Drawing.SystemColors.ControlLight;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmStatistics";
this.Resizable = false;
this.ShowInTaskbar = false;
this.Text = "数据统计";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmStatistics_FormClosing);
this.Load += new System.EventHandler(this.FrmStatistics_Load);
((System.ComponentModel.ISupportInitialize)(this.chartToalShow)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chartNgShow)).EndInit();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
this.splitContainer3.Panel1.ResumeLayout(false);
this.splitContainer3.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
this.splitContainer3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvHShow)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Timer timerOpacity;
private System.Windows.Forms.SplitContainer splitContainer3;
internal System.Windows.Forms.DataVisualization.Charting.Chart chartToalShow;
internal System.Windows.Forms.DataVisualization.Charting.Chart chartNgShow;
internal System.Windows.Forms.DataVisualization.Charting.Chart chart1;
internal MetroFramework.Controls.MetroGrid dgvHShow;
internal System.Windows.Forms.Timer timerStatistics;
internal System.Windows.Forms.Timer timer_HourProd2;
}
}