Files

852 lines
53 KiB
C#
Raw Permalink Normal View History

2026-08-04 18:36:40 +08:00
namespace LargeSquareOne
{
partial class FrmMonitor
{
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMonitor));
JinYuan.Models.ElectricEnergy electricEnergy1 = new JinYuan.Models.ElectricEnergy();
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
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();
System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend3 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.MainPanel = new JinYuan.ControlLib.PanelEnhanced();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.tabMeters = new HML.TabControlPlus();
this.tabPagePlus1 = new HML.TabPagePlus();
this.EyMaterH1 = new JinYuan.ControlLib.UCElectricityMeterV();
this.panelExt1 = new JinYuan.ControlLib.PanelExt();
this.gpCapacityBox = new JinYuan.ControlLib.GroupBoxEX();
this.Chart12HourTotal = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.panelExt2 = new JinYuan.ControlLib.PanelExt();
this.gpAlarmBox = new JinYuan.ControlLib.GroupBoxEX();
this.chartAlarmData = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.gpNgBox = new JinYuan.ControlLib.GroupBoxEX();
this.chartNgShow = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.panelExt3 = new JinYuan.ControlLib.PanelExt();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.titleModeName = new JinYuan.ControlLib.TitleTime();
this.panel5 = new System.Windows.Forms.Panel();
this.proUtilizationRate = new JinYuan.ControlLib.ProcessEllipse();
this.label6 = new System.Windows.Forms.Label();
this.proPPM = new JinYuan.ControlLib.ProcessEllipse();
this.proTotalQty = new JinYuan.ControlLib.ArrTotalQty();
this.lblOkTotal = new System.Windows.Forms.Label();
this.proOKRatio = new HML.ArcProgress();
this.lblTotalQty = new System.Windows.Forms.Label();
this.proOKQty = new JinYuan.ControlLib.ProcessEllipse();
this.lblRate = new System.Windows.Forms.Label();
this.lblUtilizationRate = new System.Windows.Forms.Label();
this.titleRunTime = new JinYuan.ControlLib.TitleTime();
this.titleEqp_code = new JinYuan.ControlLib.TitleTime();
this.titleFactory_code = new JinYuan.ControlLib.TitleTime();
this.titleLine_No = new JinYuan.ControlLib.TitleTime();
this.titleStartTime = new JinYuan.ControlLib.TitleTime();
this.tabPagePlus2 = new HML.TabPagePlus();
this.MainPanel.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.tabMeters.SuspendLayout();
this.tabPagePlus1.SuspendLayout();
this.panelExt1.SuspendLayout();
this.gpCapacityBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.Chart12HourTotal)).BeginInit();
this.panelExt2.SuspendLayout();
this.gpAlarmBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.chartAlarmData)).BeginInit();
this.gpNgBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.chartNgShow)).BeginInit();
this.panelExt3.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.panel5.SuspendLayout();
this.SuspendLayout();
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "info.png");
this.imageList1.Images.SetKeyName(1, "warning.png");
this.imageList1.Images.SetKeyName(2, "error.png");
//
// MainPanel
//
this.MainPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
this.MainPanel.Controls.Add(this.tableLayoutPanel1);
this.MainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.MainPanel.Location = new System.Drawing.Point(0, 0);
this.MainPanel.Margin = new System.Windows.Forms.Padding(0);
this.MainPanel.Name = "MainPanel";
this.MainPanel.Size = new System.Drawing.Size(1874, 816);
this.MainPanel.TabIndex = 0;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.tableLayoutPanel1.ColumnCount = 3;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
this.tableLayoutPanel1.Controls.Add(this.tabMeters, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.panelExt1, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.panelExt2, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.gpNgBox, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.panelExt3, 1, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 4;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 23.64294F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 27.38239F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.28468F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 32.56936F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1874, 816);
this.tableLayoutPanel1.TabIndex = 37;
//
// tabMeters
//
this.tabMeters.ContentBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
this.tabMeters.Controls.Add(this.tabPagePlus1);
this.tabMeters.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabMeters.Location = new System.Drawing.Point(4, 4);
this.tabMeters.Margin = new System.Windows.Forms.Padding(4);
this.tabMeters.Name = "tabMeters";
this.tabMeters.Picker.ItemFont = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tabMeters.Size = new System.Drawing.Size(616, 185);
this.tabMeters.TabBarBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.tabMeters.TabIndex = 23;
this.tabMeters.TabItemAutoWidth = true;
this.tabMeters.TabItemBackEnterColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.tabMeters.TabItemBackNormalColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.tabMeters.TabItemBackSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.tabMeters.TabItemFont = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tabMeters.TabItemIcoSize = new System.Drawing.Size(32, 32);
this.tabMeters.TabItemSize = new System.Drawing.Size(150, 30);
//
// tabPagePlus1
//
this.tabPagePlus1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.tabPagePlus1.Controls.Add(this.EyMaterH1);
this.tabPagePlus1.Location = new System.Drawing.Point(1, 39);
this.tabPagePlus1.Name = "tabPagePlus1";
this.tabPagePlus1.Padding = new System.Windows.Forms.Padding(4);
this.tabPagePlus1.Size = new System.Drawing.Size(614, 145);
this.tabPagePlus1.TabIndex = 0;
this.tabPagePlus1.Text = "Meter1";
//
// EyMaterH1
//
this.EyMaterH1.BackColor = System.Drawing.Color.Transparent;
this.EyMaterH1.Dock = System.Windows.Forms.DockStyle.Fill;
electricEnergy1.AccumulatedElectricity = null;
electricEnergy1.ActivePower = null;
electricEnergy1.ct = null;
electricEnergy1.PhaseCurrentA = null;
electricEnergy1.PhaseCurrentB = null;
electricEnergy1.PhaseCurrentC = null;
electricEnergy1.PhasePowerA = null;
electricEnergy1.PhasePowerB = null;
electricEnergy1.PhasePowerC = null;
electricEnergy1.PhaseVoltageA = null;
electricEnergy1.PhaseVoltageB = null;
electricEnergy1.PhaseVoltageC = null;
electricEnergy1.PowerFactor = null;
electricEnergy1.pt = null;
this.EyMaterH1.ElectricEnergy = electricEnergy1;
this.EyMaterH1.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.EyMaterH1.Location = new System.Drawing.Point(4, 4);
this.EyMaterH1.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
this.EyMaterH1.Name = "EyMaterH1";
this.EyMaterH1.Size = new System.Drawing.Size(606, 137);
this.EyMaterH1.TabIndex = 0;
this.EyMaterH1.Text1 = "A相电压";
this.EyMaterH1.Text10 = "总有功功率";
this.EyMaterH1.Text11 = "总功率因数";
this.EyMaterH1.Text12 = "电压变比";
this.EyMaterH1.Text13 = "电流变比";
this.EyMaterH1.Text14 = "累计电能";
this.EyMaterH1.Text2 = "B相电压";
this.EyMaterH1.Text3 = "C相电压";
this.EyMaterH1.Text4 = "A相电流";
this.EyMaterH1.Text5 = "B相电流";
this.EyMaterH1.Text6 = "C相电流";
this.EyMaterH1.Text7 = "A相功率";
this.EyMaterH1.Text8 = "B相功率";
this.EyMaterH1.Text9 = "C相功率";
//
// panelExt1
//
this.panelExt1.BordeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.panelExt1.BordeWidth = 2;
this.panelExt1.BottomGap = 1;
this.tableLayoutPanel1.SetColumnSpan(this.panelExt1, 3);
this.panelExt1.Controls.Add(this.gpCapacityBox);
this.panelExt1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelExt1.LeftGap = 0;
this.panelExt1.Location = new System.Drawing.Point(4, 420);
this.panelExt1.Margin = new System.Windows.Forms.Padding(4);
this.panelExt1.Name = "panelExt1";
this.panelExt1.RightGap = 0;
this.tableLayoutPanel1.SetRowSpan(this.panelExt1, 2);
this.panelExt1.Size = new System.Drawing.Size(1867, 392);
this.panelExt1.TabIndex = 41;
this.panelExt1.TopGap = 0;
//
// gpCapacityBox
//
this.gpCapacityBox.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
this.gpCapacityBox.Controls.Add(this.Chart12HourTotal);
this.gpCapacityBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.gpCapacityBox.ForeColor = System.Drawing.Color.White;
this.gpCapacityBox.Location = new System.Drawing.Point(0, 0);
this.gpCapacityBox.Margin = new System.Windows.Forms.Padding(4);
this.gpCapacityBox.Name = "gpCapacityBox";
this.gpCapacityBox.Padding = new System.Windows.Forms.Padding(4);
this.gpCapacityBox.Size = new System.Drawing.Size(1867, 392);
this.gpCapacityBox.TabIndex = 0;
this.gpCapacityBox.TabStop = false;
this.gpCapacityBox.Text = "当天每2小时产能";
//
// Chart12HourTotal
//
this.Chart12HourTotal.BackColor = System.Drawing.Color.Transparent;
this.Chart12HourTotal.BorderlineColor = System.Drawing.Color.Blue;
chartArea1.AxisX.LabelStyle.ForeColor = System.Drawing.Color.White;
chartArea1.AxisX.LineColor = System.Drawing.Color.White;
chartArea1.AxisX.MajorGrid.LineColor = System.Drawing.Color.Transparent;
chartArea1.AxisX.MajorTickMark.LineColor = System.Drawing.Color.White;
chartArea1.AxisX.MinorGrid.LineColor = System.Drawing.Color.Transparent;
chartArea1.AxisX.MinorTickMark.LineColor = System.Drawing.Color.Transparent;
chartArea1.AxisX.TitleFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
chartArea1.AxisX.TitleForeColor = System.Drawing.Color.White;
chartArea1.AxisX2.LabelStyle.ForeColor = System.Drawing.Color.White;
chartArea1.AxisX2.MajorGrid.LineColor = System.Drawing.Color.Transparent;
chartArea1.AxisX2.MajorTickMark.LineColor = System.Drawing.Color.White;
chartArea1.AxisY.LabelStyle.ForeColor = System.Drawing.Color.White;
chartArea1.AxisY.LineColor = System.Drawing.Color.White;
chartArea1.AxisY.MajorGrid.LineColor = System.Drawing.Color.Transparent;
chartArea1.AxisY.MajorTickMark.LineColor = System.Drawing.Color.White;
chartArea1.AxisY.MinorGrid.LineColor = System.Drawing.Color.Transparent;
chartArea1.AxisY.MinorTickMark.LineColor = System.Drawing.Color.Transparent;
chartArea1.AxisY.TitleFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
chartArea1.AxisY.TitleForeColor = System.Drawing.Color.White;
chartArea1.AxisY2.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
chartArea1.AxisY2.LabelStyle.ForeColor = System.Drawing.Color.White;
chartArea1.AxisY2.LineColor = System.Drawing.Color.White;
chartArea1.AxisY2.MajorGrid.LineColor = System.Drawing.Color.Transparent;
chartArea1.AxisY2.MajorTickMark.LineColor = System.Drawing.Color.White;
chartArea1.AxisY2.ScaleBreakStyle.LineColor = System.Drawing.Color.White;
chartArea1.AxisY2.TitleFont = new System.Drawing.Font("微软雅黑", 9F);
chartArea1.AxisY2.TitleForeColor = System.Drawing.Color.White;
chartArea1.BackColor = System.Drawing.Color.Transparent;
chartArea1.BorderColor = System.Drawing.Color.Empty;
chartArea1.Name = "ChartArea1";
this.Chart12HourTotal.ChartAreas.Add(chartArea1);
this.Chart12HourTotal.Dock = System.Windows.Forms.DockStyle.Fill;
legend1.BackColor = System.Drawing.Color.Transparent;
legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
legend1.ForeColor = System.Drawing.Color.White;
legend1.Name = "Legend1";
this.Chart12HourTotal.Legends.Add(legend1);
this.Chart12HourTotal.Location = new System.Drawing.Point(4, 28);
this.Chart12HourTotal.Margin = new System.Windows.Forms.Padding(0);
this.Chart12HourTotal.Name = "Chart12HourTotal";
this.Chart12HourTotal.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Fire;
this.Chart12HourTotal.PaletteCustomColors = new System.Drawing.Color[] {
System.Drawing.Color.DarkTurquoise,
System.Drawing.Color.PaleGoldenrod,
System.Drawing.Color.Green};
series1.ChartArea = "ChartArea1";
series1.IsXValueIndexed = true;
series1.Legend = "Legend1";
series1.Name = "Series1";
this.Chart12HourTotal.Series.Add(series1);
this.Chart12HourTotal.Size = new System.Drawing.Size(1859, 360);
this.Chart12HourTotal.TabIndex = 4;
this.Chart12HourTotal.Text = "chart1";
//
// panelExt2
//
this.panelExt2.BordeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(55)))));
this.panelExt2.BordeWidth = 2;
this.panelExt2.BottomGap = 0;
this.panelExt2.Controls.Add(this.gpAlarmBox);
this.panelExt2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelExt2.LeftGap = 0;
this.panelExt2.Location = new System.Drawing.Point(1253, 4);
this.panelExt2.Margin = new System.Windows.Forms.Padding(4);
this.panelExt2.Name = "panelExt2";
this.panelExt2.RightGap = 0;
this.tableLayoutPanel1.SetRowSpan(this.panelExt2, 2);
this.panelExt2.Size = new System.Drawing.Size(618, 408);
this.panelExt2.TabIndex = 42;
this.panelExt2.TopGap = 0;
//
// gpAlarmBox
//
this.gpAlarmBox.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
this.gpAlarmBox.Controls.Add(this.chartAlarmData);
this.gpAlarmBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.gpAlarmBox.ForeColor = System.Drawing.Color.White;
this.gpAlarmBox.Location = new System.Drawing.Point(0, 0);
this.gpAlarmBox.Margin = new System.Windows.Forms.Padding(4);
this.gpAlarmBox.Name = "gpAlarmBox";
this.gpAlarmBox.Padding = new System.Windows.Forms.Padding(4);
this.gpAlarmBox.Size = new System.Drawing.Size(618, 408);
this.gpAlarmBox.TabIndex = 0;
this.gpAlarmBox.TabStop = false;
this.gpAlarmBox.Text = "告警TOP10统计";
//
// chartAlarmData
//
this.chartAlarmData.BackColor = System.Drawing.Color.Transparent;
this.chartAlarmData.BorderlineColor = System.Drawing.Color.Blue;
chartArea2.AxisX.LabelStyle.ForeColor = System.Drawing.Color.White;
chartArea2.AxisX.LineColor = System.Drawing.Color.White;
chartArea2.AxisX.MajorGrid.LineColor = System.Drawing.Color.Transparent;
chartArea2.AxisX.MajorTickMark.LineColor = System.Drawing.Color.White;
chartArea2.AxisX.ScaleBreakStyle.LineColor = System.Drawing.Color.White;
chartArea2.AxisX.TitleFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
chartArea2.AxisX.TitleForeColor = System.Drawing.Color.White;
chartArea2.AxisY.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount;
chartArea2.AxisY.LabelStyle.ForeColor = System.Drawing.Color.White;
chartArea2.AxisY.LineColor = System.Drawing.Color.White;
chartArea2.AxisY.MajorGrid.LineColor = System.Drawing.Color.Transparent;
chartArea2.AxisY.MajorTickMark.LineColor = System.Drawing.Color.White;
chartArea2.AxisY.MinorGrid.LineColor = System.Drawing.Color.White;
chartArea2.AxisY.TitleFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
chartArea2.AxisY.TitleForeColor = System.Drawing.Color.White;
chartArea2.BackColor = System.Drawing.Color.Transparent;
chartArea2.BorderColor = System.Drawing.Color.Empty;
chartArea2.BorderWidth = 2;
chartArea2.Name = "ChartArea1";
this.chartAlarmData.ChartAreas.Add(chartArea2);
this.chartAlarmData.Dock = System.Windows.Forms.DockStyle.Fill;
legend2.BackColor = System.Drawing.Color.Transparent;
legend2.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
legend2.Enabled = false;
legend2.ForeColor = System.Drawing.Color.White;
legend2.IsEquallySpacedItems = true;
legend2.Name = "Legend1";
this.chartAlarmData.Legends.Add(legend2);
this.chartAlarmData.Location = new System.Drawing.Point(4, 28);
this.chartAlarmData.Margin = new System.Windows.Forms.Padding(4);
this.chartAlarmData.Name = "chartAlarmData";
this.chartAlarmData.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.None;
this.chartAlarmData.PaletteCustomColors = new System.Drawing.Color[] {
System.Drawing.Color.DarkTurquoise};
series2.ChartArea = "ChartArea1";
series2.IsXValueIndexed = true;
series2.Legend = "Legend1";
series2.Name = "Series1";
this.chartAlarmData.Series.Add(series2);
this.chartAlarmData.Size = new System.Drawing.Size(610, 376);
this.chartAlarmData.TabIndex = 6;
this.chartAlarmData.Text = "chart1";
//
// gpNgBox
//
this.gpNgBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.gpNgBox.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
this.gpNgBox.Controls.Add(this.chartNgShow);
this.gpNgBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.gpNgBox.ForeColor = System.Drawing.Color.White;
this.gpNgBox.Location = new System.Drawing.Point(4, 197);
this.gpNgBox.Margin = new System.Windows.Forms.Padding(4);
this.gpNgBox.Name = "gpNgBox";
this.gpNgBox.Padding = new System.Windows.Forms.Padding(4);
this.gpNgBox.Size = new System.Drawing.Size(616, 215);
this.gpNgBox.TabIndex = 43;
this.gpNgBox.TabStop = false;
this.gpNgBox.Text = "不良项统计";
//
// chartNgShow
//
this.chartNgShow.BackColor = System.Drawing.Color.Transparent;
this.chartNgShow.BorderlineColor = System.Drawing.Color.Blue;
chartArea3.AxisX.LabelStyle.ForeColor = System.Drawing.Color.White;
chartArea3.AxisX.LineColor = System.Drawing.Color.White;
chartArea3.AxisX.MajorGrid.LineColor = System.Drawing.Color.Transparent;
chartArea3.AxisX.MajorTickMark.LineColor = System.Drawing.Color.White;
chartArea3.AxisX.TitleFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
chartArea3.AxisX.TitleForeColor = System.Drawing.Color.White;
chartArea3.AxisY.LabelStyle.ForeColor = System.Drawing.Color.White;
chartArea3.AxisY.LineColor = System.Drawing.Color.White;
chartArea3.AxisY.MajorGrid.LineColor = System.Drawing.Color.Transparent;
chartArea3.AxisY.MajorTickMark.LineColor = System.Drawing.Color.White;
chartArea3.AxisY.TitleFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
chartArea3.AxisY.TitleForeColor = System.Drawing.Color.White;
chartArea3.BackColor = System.Drawing.Color.Transparent;
chartArea3.BorderColor = System.Drawing.Color.Empty;
chartArea3.Name = "ChartArea1";
this.chartNgShow.ChartAreas.Add(chartArea3);
this.chartNgShow.Dock = System.Windows.Forms.DockStyle.Fill;
legend3.BackColor = System.Drawing.Color.Transparent;
legend3.Enabled = false;
legend3.ForeColor = System.Drawing.Color.White;
legend3.IsEquallySpacedItems = true;
legend3.Name = "Legend1";
this.chartNgShow.Legends.Add(legend3);
this.chartNgShow.Location = new System.Drawing.Point(4, 28);
this.chartNgShow.Margin = new System.Windows.Forms.Padding(4);
this.chartNgShow.Name = "chartNgShow";
this.chartNgShow.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.None;
this.chartNgShow.PaletteCustomColors = new System.Drawing.Color[] {
System.Drawing.Color.DarkTurquoise,
System.Drawing.Color.PaleGoldenrod,
System.Drawing.Color.Green};
series3.ChartArea = "ChartArea1";
series3.IsXValueIndexed = true;
series3.Legend = "Legend1";
series3.Name = "Series1";
this.chartNgShow.Series.Add(series3);
this.chartNgShow.Size = new System.Drawing.Size(608, 183);
this.chartNgShow.TabIndex = 5;
this.chartNgShow.Text = "chart1";
//
// panelExt3
//
this.panelExt3.BordeColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
this.panelExt3.BordeWidth = 3;
this.panelExt3.BottomGap = 1;
this.panelExt3.Controls.Add(this.tableLayoutPanel3);
this.panelExt3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelExt3.LeftGap = 0;
this.panelExt3.Location = new System.Drawing.Point(628, 4);
this.panelExt3.Margin = new System.Windows.Forms.Padding(4);
this.panelExt3.Name = "panelExt3";
this.panelExt3.RightGap = 0;
this.tableLayoutPanel1.SetRowSpan(this.panelExt3, 2);
this.panelExt3.Size = new System.Drawing.Size(617, 408);
this.panelExt3.TabIndex = 44;
this.panelExt3.TopGap = 0;
//
// tableLayoutPanel3
//
this.tableLayoutPanel3.ColumnCount = 2;
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel3.Controls.Add(this.titleModeName, 0, 0);
this.tableLayoutPanel3.Controls.Add(this.panel5, 0, 3);
this.tableLayoutPanel3.Controls.Add(this.titleRunTime, 0, 2);
this.tableLayoutPanel3.Controls.Add(this.titleEqp_code, 1, 2);
this.tableLayoutPanel3.Controls.Add(this.titleFactory_code, 1, 0);
this.tableLayoutPanel3.Controls.Add(this.titleLine_No, 1, 1);
this.tableLayoutPanel3.Controls.Add(this.titleStartTime, 0, 1);
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(4);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 6;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 338F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 64F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 68F));
this.tableLayoutPanel3.Size = new System.Drawing.Size(617, 408);
this.tableLayoutPanel3.TabIndex = 0;
//
// titleModeName
//
this.titleModeName.BackColor = System.Drawing.Color.Transparent;
this.titleModeName.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("titleModeName.BackgroundImage")));
this.titleModeName.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.titleModeName.Dock = System.Windows.Forms.DockStyle.Fill;
this.titleModeName.Font = new System.Drawing.Font("Cambria", 10.5F);
this.titleModeName.Location = new System.Drawing.Point(5, 6);
this.titleModeName.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.titleModeName.Name = "titleModeName";
this.titleModeName.Size = new System.Drawing.Size(298, 38);
this.titleModeName.TabIndex = 8;
this.titleModeName.Title = "G11";
this.titleModeName.TitleFontSize = 12F;
this.titleModeName.TitleName = "生产型号";
this.titleModeName.TitleNameForColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(233)))), ((int)(((byte)(255)))));
this.titleModeName.TtfPath = "";
//
// panel5
//
this.panel5.BackgroundImage = global::LargeSquareOne.Properties.Resources.组_178_拷贝1;
this.panel5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.tableLayoutPanel3.SetColumnSpan(this.panel5, 2);
this.panel5.Controls.Add(this.proUtilizationRate);
this.panel5.Controls.Add(this.label6);
this.panel5.Controls.Add(this.proPPM);
this.panel5.Controls.Add(this.proTotalQty);
this.panel5.Controls.Add(this.lblOkTotal);
this.panel5.Controls.Add(this.proOKRatio);
this.panel5.Controls.Add(this.lblTotalQty);
this.panel5.Controls.Add(this.proOKQty);
this.panel5.Controls.Add(this.lblRate);
this.panel5.Controls.Add(this.lblUtilizationRate);
this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel5.Location = new System.Drawing.Point(4, 154);
this.panel5.Margin = new System.Windows.Forms.Padding(4);
this.panel5.Name = "panel5";
this.tableLayoutPanel3.SetRowSpan(this.panel5, 2);
this.panel5.Size = new System.Drawing.Size(609, 394);
this.panel5.TabIndex = 4;
//
// proUtilizationRate
//
this.proUtilizationRate.BackColor = System.Drawing.Color.Transparent;
this.proUtilizationRate.BackEllipseColor = System.Drawing.Color.Transparent;
this.proUtilizationRate.CoreEllipseColor = System.Drawing.Color.Transparent;
this.proUtilizationRate.FloatValue = 0F;
this.proUtilizationRate.IntValue = 0;
this.proUtilizationRate.IsShowCoreEllipseBorder = true;
this.proUtilizationRate.Location = new System.Drawing.Point(608, 76);
this.proUtilizationRate.Margin = new System.Windows.Forms.Padding(2);
this.proUtilizationRate.MaxValue = 100;
this.proUtilizationRate.Name = "proUtilizationRate";
this.proUtilizationRate.ShowStyleType = JinYuan.ControlLib.ShowStyleType.Ring;
this.proUtilizationRate.ShowType = JinYuan.ControlLib.ShowType.稼动率;
this.proUtilizationRate.Size = new System.Drawing.Size(125, 125);
this.proUtilizationRate.TabIndex = 22;
this.proUtilizationRate.ValueColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
this.proUtilizationRate.ValueFloatOrInt = JinYuan.ControlLib.ValueFloatOrInt.Float;
this.proUtilizationRate.ValueMargin = 2;
this.proUtilizationRate.ValueType = JinYuan.ControlLib.ValueType.Percent;
this.proUtilizationRate.ValueWidth = 10;
//
// label6
//
this.label6.BackColor = System.Drawing.Color.Transparent;
this.label6.Font = new System.Drawing.Font("Cambria", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.ForeColor = System.Drawing.Color.White;
this.label6.Location = new System.Drawing.Point(496, 2);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(109, 31);
this.label6.TabIndex = 32;
this.label6.Text = "PPM";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// proPPM
//
this.proPPM.BackColor = System.Drawing.Color.Transparent;
this.proPPM.BackEllipseColor = System.Drawing.Color.Transparent;
this.proPPM.CoreEllipseColor = System.Drawing.Color.Transparent;
this.proPPM.FloatValue = 0F;
this.proPPM.IntValue = 0;
this.proPPM.IsShowCoreEllipseBorder = true;
this.proPPM.Location = new System.Drawing.Point(484, 22);
this.proPPM.Margin = new System.Windows.Forms.Padding(5);
this.proPPM.MaxValue = 50000;
this.proPPM.Name = "proPPM";
this.proPPM.ShowStyleType = JinYuan.ControlLib.ShowStyleType.Ring;
this.proPPM.ShowType = JinYuan.ControlLib.ShowType.生产数;
this.proPPM.Size = new System.Drawing.Size(128, 140);
this.proPPM.TabIndex = 35;
this.proPPM.ValueColor = System.Drawing.Color.Aquamarine;
this.proPPM.ValueFloatOrInt = JinYuan.ControlLib.ValueFloatOrInt.Int;
this.proPPM.ValueMargin = 1;
this.proPPM.ValueType = JinYuan.ControlLib.ValueType.Absolute;
this.proPPM.ValueWidth = 10;
//
// proTotalQty
//
this.proTotalQty.BackColor = System.Drawing.Color.Transparent;
this.proTotalQty.Location = new System.Drawing.Point(160, 298);
this.proTotalQty.Margin = new System.Windows.Forms.Padding(6, 10, 6, 10);
this.proTotalQty.Name = "proTotalQty";
this.proTotalQty.Size = new System.Drawing.Size(451, 81);
this.proTotalQty.TabIndex = 31;
this.proTotalQty.Tag = "生产总数";
this.proTotalQty.TotalValue = 0;
//
// lblOkTotal
//
this.lblOkTotal.BackColor = System.Drawing.Color.Transparent;
this.lblOkTotal.Font = new System.Drawing.Font("Cambria", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblOkTotal.ForeColor = System.Drawing.Color.White;
this.lblOkTotal.Location = new System.Drawing.Point(114, 4);
this.lblOkTotal.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblOkTotal.Name = "lblOkTotal";
this.lblOkTotal.Size = new System.Drawing.Size(170, 46);
this.lblOkTotal.TabIndex = 26;
this.lblOkTotal.Text = "良品总数";
this.lblOkTotal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// proOKRatio
//
this.proOKRatio.AnimationEnabled = true;
this.proOKRatio.ArcAngleSize = 360;
this.proOKRatio.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.proOKRatio.ForeColor = System.Drawing.Color.White;
this.proOKRatio.Location = new System.Drawing.Point(41, 98);
this.proOKRatio.Margin = new System.Windows.Forms.Padding(4);
this.proOKRatio.Name = "proOKRatio";
this.proOKRatio.Size = new System.Drawing.Size(100, 100);
this.proOKRatio.TabIndex = 34;
this.proOKRatio.ThicknessProportion = 10F;
this.proOKRatio.TotalBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.proOKRatio.ValueBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
//
// lblTotalQty
//
this.lblTotalQty.BackColor = System.Drawing.Color.Transparent;
this.lblTotalQty.Font = new System.Drawing.Font("Cambria", 22F, System.Drawing.FontStyle.Bold);
this.lblTotalQty.ForeColor = System.Drawing.Color.White;
this.lblTotalQty.Location = new System.Drawing.Point(236, 250);
this.lblTotalQty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblTotalQty.Name = "lblTotalQty";
this.lblTotalQty.Size = new System.Drawing.Size(318, 55);
this.lblTotalQty.TabIndex = 28;
this.lblTotalQty.Text = "生产总数";
this.lblTotalQty.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// proOKQty
//
this.proOKQty.BackColor = System.Drawing.Color.Transparent;
this.proOKQty.BackEllipseColor = System.Drawing.Color.Transparent;
this.proOKQty.CoreEllipseColor = System.Drawing.Color.Transparent;
this.proOKQty.FloatValue = 0F;
this.proOKQty.IntValue = 0;
this.proOKQty.IsShowCoreEllipseBorder = true;
this.proOKQty.Location = new System.Drawing.Point(138, 40);
this.proOKQty.Margin = new System.Windows.Forms.Padding(5);
this.proOKQty.MaxValue = 50000;
this.proOKQty.Name = "proOKQty";
this.proOKQty.ShowStyleType = JinYuan.ControlLib.ShowStyleType.Ring;
this.proOKQty.ShowType = JinYuan.ControlLib.ShowType.生产数;
this.proOKQty.Size = new System.Drawing.Size(125, 125);
this.proOKQty.TabIndex = 4;
this.proOKQty.ValueColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
this.proOKQty.ValueFloatOrInt = JinYuan.ControlLib.ValueFloatOrInt.Int;
this.proOKQty.ValueMargin = 1;
this.proOKQty.ValueType = JinYuan.ControlLib.ValueType.Absolute;
this.proOKQty.ValueWidth = 10;
//
// lblRate
//
this.lblRate.BackColor = System.Drawing.Color.Transparent;
this.lblRate.Font = new System.Drawing.Font("Cambria", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblRate.ForeColor = System.Drawing.Color.White;
this.lblRate.Location = new System.Drawing.Point(4, 40);
this.lblRate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblRate.Name = "lblRate";
this.lblRate.Size = new System.Drawing.Size(139, 65);
this.lblRate.TabIndex = 30;
this.lblRate.Text = "优率";
this.lblRate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblUtilizationRate
//
this.lblUtilizationRate.BackColor = System.Drawing.Color.Transparent;
this.lblUtilizationRate.Font = new System.Drawing.Font("Cambria", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblUtilizationRate.ForeColor = System.Drawing.Color.White;
this.lblUtilizationRate.Location = new System.Drawing.Point(612, 22);
this.lblUtilizationRate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblUtilizationRate.Name = "lblUtilizationRate";
this.lblUtilizationRate.Size = new System.Drawing.Size(134, 58);
this.lblUtilizationRate.TabIndex = 25;
this.lblUtilizationRate.Text = "稼动率";
this.lblUtilizationRate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// titleRunTime
//
this.titleRunTime.BackColor = System.Drawing.Color.Transparent;
this.titleRunTime.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("titleRunTime.BackgroundImage")));
this.titleRunTime.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.titleRunTime.Dock = System.Windows.Forms.DockStyle.Fill;
this.titleRunTime.Font = new System.Drawing.Font("Cambria", 10.5F);
this.titleRunTime.Location = new System.Drawing.Point(5, 106);
this.titleRunTime.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.titleRunTime.Name = "titleRunTime";
this.titleRunTime.Size = new System.Drawing.Size(298, 38);
this.titleRunTime.TabIndex = 1;
this.titleRunTime.Title = "2023/08/17 10:10:10";
this.titleRunTime.TitleFontSize = 12F;
this.titleRunTime.TitleName = "开机时间";
this.titleRunTime.TitleNameForColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(233)))), ((int)(((byte)(255)))));
this.titleRunTime.TtfPath = "";
//
// titleEqp_code
//
this.titleEqp_code.BackColor = System.Drawing.Color.Transparent;
this.titleEqp_code.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("titleEqp_code.BackgroundImage")));
this.titleEqp_code.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.titleEqp_code.Dock = System.Windows.Forms.DockStyle.Fill;
this.titleEqp_code.Font = new System.Drawing.Font("Cambria", 10.5F);
this.titleEqp_code.Location = new System.Drawing.Point(313, 106);
this.titleEqp_code.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.titleEqp_code.Name = "titleEqp_code";
this.titleEqp_code.Size = new System.Drawing.Size(299, 38);
this.titleEqp_code.TabIndex = 5;
this.titleEqp_code.Title = "EVEDL14L1ZJHJ01";
this.titleEqp_code.TitleFontSize = 12F;
this.titleEqp_code.TitleName = "设备编号";
this.titleEqp_code.TitleNameForColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(233)))), ((int)(((byte)(255)))));
this.titleEqp_code.TtfPath = "";
//
// titleFactory_code
//
this.titleFactory_code.BackColor = System.Drawing.Color.Transparent;
this.titleFactory_code.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("titleFactory_code.BackgroundImage")));
this.titleFactory_code.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.titleFactory_code.Dock = System.Windows.Forms.DockStyle.Fill;
this.titleFactory_code.Font = new System.Drawing.Font("Cambria", 10.5F);
this.titleFactory_code.Location = new System.Drawing.Point(313, 6);
this.titleFactory_code.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.titleFactory_code.Name = "titleFactory_code";
this.titleFactory_code.Size = new System.Drawing.Size(299, 38);
this.titleFactory_code.TabIndex = 2;
this.titleFactory_code.Title = "57J";
this.titleFactory_code.TitleFontSize = 12F;
this.titleFactory_code.TitleName = "工厂代号";
this.titleFactory_code.TitleNameForColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(233)))), ((int)(((byte)(255)))));
this.titleFactory_code.TtfPath = "";
//
// titleLine_No
//
this.titleLine_No.BackColor = System.Drawing.Color.Transparent;
this.titleLine_No.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("titleLine_No.BackgroundImage")));
this.titleLine_No.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.titleLine_No.Dock = System.Windows.Forms.DockStyle.Fill;
this.titleLine_No.Font = new System.Drawing.Font("Cambria", 10.5F);
this.titleLine_No.Location = new System.Drawing.Point(313, 56);
this.titleLine_No.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.titleLine_No.Name = "titleLine_No";
this.titleLine_No.Size = new System.Drawing.Size(299, 38);
this.titleLine_No.TabIndex = 3;
this.titleLine_No.Title = "57J-ZZ-L1";
this.titleLine_No.TitleFontSize = 12F;
this.titleLine_No.TitleName = "线体编号";
this.titleLine_No.TitleNameForColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(233)))), ((int)(((byte)(255)))));
this.titleLine_No.TtfPath = "";
//
// titleStartTime
//
this.titleStartTime.BackColor = System.Drawing.Color.Transparent;
this.titleStartTime.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("titleStartTime.BackgroundImage")));
this.titleStartTime.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.titleStartTime.Dock = System.Windows.Forms.DockStyle.Fill;
this.titleStartTime.Font = new System.Drawing.Font("Cambria", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.titleStartTime.Location = new System.Drawing.Point(5, 56);
this.titleStartTime.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.titleStartTime.Name = "titleStartTime";
this.titleStartTime.Size = new System.Drawing.Size(298, 38);
this.titleStartTime.TabIndex = 0;
this.titleStartTime.Title = "2023/08/17 10:10:10";
this.titleStartTime.TitleFontSize = 12F;
this.titleStartTime.TitleName = "运行时间";
this.titleStartTime.TitleNameForColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(233)))), ((int)(((byte)(255)))));
this.titleStartTime.TtfPath = "";
//
// tabPagePlus2
//
this.tabPagePlus2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.tabPagePlus2.Location = new System.Drawing.Point(1, 31);
this.tabPagePlus2.Name = "tabPagePlus2";
this.tabPagePlus2.Size = new System.Drawing.Size(616, 155);
this.tabPagePlus2.TabIndex = 1;
this.tabPagePlus2.Text = "Meter2";
//
// FrmMonitor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(41)))), ((int)(((byte)(96)))));
this.ClientSize = new System.Drawing.Size(1875, 816);
this.ControlBox = false;
this.Controls.Add(this.MainPanel);
this.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(0);
this.Name = "FrmMonitor";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.Text = "集中监控";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.FrmMonitor_Load);
this.MainPanel.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.tabMeters.ResumeLayout(false);
this.tabPagePlus1.ResumeLayout(false);
this.panelExt1.ResumeLayout(false);
this.gpCapacityBox.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.Chart12HourTotal)).EndInit();
this.panelExt2.ResumeLayout(false);
this.gpAlarmBox.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.chartAlarmData)).EndInit();
this.gpNgBox.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.chartNgShow)).EndInit();
this.panelExt3.ResumeLayout(false);
this.tableLayoutPanel3.ResumeLayout(false);
this.panel5.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private JinYuan.ControlLib.PanelEnhanced MainPanel;
private System.Windows.Forms.ImageList imageList1;
private JinYuan.ControlLib.ProcessEllipse proUtilizationRate;
private System.Windows.Forms.Label lblOkTotal;
private System.Windows.Forms.Label lblUtilizationRate;
private System.Windows.Forms.Label lblRate;
private System.Windows.Forms.Label lblTotalQty;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Panel panel5;
private HML.ArcProgress proOKRatio;
internal JinYuan.ControlLib.ArrTotalQty proTotalQty;
private JinYuan.ControlLib.ProcessEllipse proOKQty;
private JinYuan.ControlLib.TitleTime titleEqp_code;
private JinYuan.ControlLib.TitleTime titleFactory_code;
private JinYuan.ControlLib.TitleTime titleLine_No;
private JinYuan.ControlLib.TitleTime titleStartTime;
private JinYuan.ControlLib.TitleTime titleRunTime;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private JinYuan.ControlLib.TitleTime titleModeName;
private System.Windows.Forms.DataVisualization.Charting.Chart chartAlarmData;
private System.Windows.Forms.DataVisualization.Charting.Chart Chart12HourTotal;
private System.Windows.Forms.DataVisualization.Charting.Chart chartNgShow;
private JinYuan.ControlLib.ProcessEllipse proPPM;
private HML.TabControlPlus tabMeters;
private HML.TabPagePlus tabPagePlus1;
private HML.TabPagePlus tabPagePlus2;
private JinYuan.ControlLib.PanelExt panelExt1;
private JinYuan.ControlLib.PanelExt panelExt2;
private JinYuan.ControlLib.GroupBoxEX gpCapacityBox;
private JinYuan.ControlLib.GroupBoxEX gpAlarmBox;
private JinYuan.ControlLib.GroupBoxEX gpNgBox;
private JinYuan.ControlLib.PanelExt panelExt3;
private JinYuan.ControlLib.UCElectricityMeterV EyMaterH1;
}
}