Files

1345 lines
89 KiB
C#
Raw Permalink Normal View History

2025-07-16 18:08:40 +08:00
namespace LargeSquareOne
{
partial class FrmHistory
{
/// <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()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
2026-07-08 10:58:42 +08:00
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
2025-07-16 18:08:40 +08:00
this.panelEnhanced1 = new JinYuan.ControlLib.PanelEnhanced();
this.tabControlPlus1 = new HML.TabControlPlus();
this.tabPagePlus1 = new HML.TabPagePlus();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.txtBarCode = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.btn_Query = new System.Windows.Forms.Button();
this.cmb_SelectType = new System.Windows.Forms.ComboBox();
this.btn_ExPort = new System.Windows.Forms.Button();
this.dtp_Start = new System.Windows.Forms.DateTimePicker();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.dtp_End = new System.Windows.Forms.DateTimePicker();
this.label1 = new System.Windows.Forms.Label();
this.tabPagePlus2 = new HML.TabPagePlus();
this.tabControlPlus2 = new HML.TabControlPlus();
this.tabPagePlus4 = new HML.TabPagePlus();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.dgvClass = new System.Windows.Forms.DataGridView();
this.panel1 = new System.Windows.Forms.Panel();
this.cmbClass = new System.Windows.Forms.ComboBox();
this.btn_ClassExPort = new System.Windows.Forms.Button();
this.btn_ClassQuery = new System.Windows.Forms.Button();
this.dtClass = new System.Windows.Forms.DateTimePicker();
this.label5 = new System.Windows.Forms.Label();
this.tabPagePlus5 = new HML.TabPagePlus();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.dgvDays = new System.Windows.Forms.DataGridView();
this.panel2 = new System.Windows.Forms.Panel();
this.btn_DaysExPort = new System.Windows.Forms.Button();
this.btn_DaysQuery = new System.Windows.Forms.Button();
this.dtpDays = new System.Windows.Forms.DateTimePicker();
this.label6 = new System.Windows.Forms.Label();
this.tabPagePlus6 = new HML.TabPagePlus();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.dgvWeek = new System.Windows.Forms.DataGridView();
this.panel3 = new System.Windows.Forms.Panel();
this.btn_WeekExPort = new System.Windows.Forms.Button();
this.btn_WeekQuery = new System.Windows.Forms.Button();
this.dtpWeek = new System.Windows.Forms.DateTimePicker();
this.label7 = new System.Windows.Forms.Label();
this.tabPagePlus7 = new HML.TabPagePlus();
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
this.dgvMonth = new System.Windows.Forms.DataGridView();
this.panel4 = new System.Windows.Forms.Panel();
this.cmbYears = new System.Windows.Forms.ComboBox();
this.btn_MonthExPort = new System.Windows.Forms.Button();
this.btn_MonthQuery = new System.Windows.Forms.Button();
this.dtMonth = new System.Windows.Forms.DateTimePicker();
this.label8 = new System.Windows.Forms.Label();
this.tabPagePlus3 = new HML.TabPagePlus();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.btn_AlarmQuery = new System.Windows.Forms.Button();
this.cmb_AlarmType = new System.Windows.Forms.ComboBox();
this.btn_AlarmExport = new System.Windows.Forms.Button();
this.dtp_AlarmTimeStart = new System.Windows.Forms.DateTimePicker();
this.label9 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.dtp_AlarmTimeEnd = new System.Windows.Forms.DateTimePicker();
this.label12 = new System.Windows.Forms.Label();
this.dgv_AlarmData = new System.Windows.Forms.DataGridView();
2026-07-08 10:58:42 +08:00
this.dgv_Main = new System.Windows.Forms.DataGridView();
2025-07-16 18:08:40 +08:00
this.panelEnhanced1.SuspendLayout();
this.tabControlPlus1.SuspendLayout();
this.tabPagePlus1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.tabPagePlus2.SuspendLayout();
this.tabControlPlus2.SuspendLayout();
this.tabPagePlus4.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvClass)).BeginInit();
this.panel1.SuspendLayout();
this.tabPagePlus5.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvDays)).BeginInit();
this.panel2.SuspendLayout();
this.tabPagePlus6.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvWeek)).BeginInit();
this.panel3.SuspendLayout();
this.tabPagePlus7.SuspendLayout();
this.tableLayoutPanel4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvMonth)).BeginInit();
this.panel4.SuspendLayout();
this.tabPagePlus3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv_AlarmData)).BeginInit();
2026-07-08 10:58:42 +08:00
((System.ComponentModel.ISupportInitialize)(this.dgv_Main)).BeginInit();
2025-07-16 18:08:40 +08:00
this.SuspendLayout();
//
// panelEnhanced1
//
this.panelEnhanced1.BackColor = System.Drawing.Color.Transparent;
this.panelEnhanced1.Controls.Add(this.tabControlPlus1);
this.panelEnhanced1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEnhanced1.Location = new System.Drawing.Point(0, 0);
this.panelEnhanced1.Name = "panelEnhanced1";
this.panelEnhanced1.Size = new System.Drawing.Size(1613, 734);
this.panelEnhanced1.TabIndex = 21;
//
// tabControlPlus1
//
this.tabControlPlus1.ContentBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
this.tabControlPlus1.Controls.Add(this.tabPagePlus1);
this.tabControlPlus1.Controls.Add(this.tabPagePlus2);
this.tabControlPlus1.Controls.Add(this.tabPagePlus3);
this.tabControlPlus1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControlPlus1.Location = new System.Drawing.Point(0, 0);
this.tabControlPlus1.Name = "tabControlPlus1";
this.tabControlPlus1.Picker.ItemFont = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tabControlPlus1.Size = new System.Drawing.Size(1613, 734);
this.tabControlPlus1.TabBarBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.tabControlPlus1.TabIndex = 22;
this.tabControlPlus1.TabItemAutoWidth = true;
this.tabControlPlus1.TabItemBackEnterColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.tabControlPlus1.TabItemBackNormalColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.tabControlPlus1.TabItemBackSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.tabControlPlus1.TabItemFont = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tabControlPlus1.TabItemIcoSize = new System.Drawing.Size(32, 32);
this.tabControlPlus1.TabItemIcoVisible = true;
this.tabControlPlus1.TabItemSize = new System.Drawing.Size(150, 45);
//
// tabPagePlus1
//
this.tabPagePlus1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.tabPagePlus1.Controls.Add(this.splitContainer1);
this.tabPagePlus1.Location = new System.Drawing.Point(1, 46);
this.tabPagePlus1.Name = "tabPagePlus1";
this.tabPagePlus1.Padding = new System.Windows.Forms.Padding(3);
this.tabPagePlus1.Size = new System.Drawing.Size(1611, 687);
this.tabPagePlus1.TabIndex = 0;
this.tabPagePlus1.TabItemIcoImage = global::LargeSquareOne.Properties.Resources.订单查询;
this.tabPagePlus1.Text = "历史生产数据查询";
//
// splitContainer1
//
this.splitContainer1.BackColor = System.Drawing.Color.Transparent;
this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer1.IsSplitterFixed = true;
this.splitContainer1.Location = new System.Drawing.Point(3, 3);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.txtBarCode);
this.splitContainer1.Panel1.Controls.Add(this.label10);
this.splitContainer1.Panel1.Controls.Add(this.btn_Query);
this.splitContainer1.Panel1.Controls.Add(this.cmb_SelectType);
this.splitContainer1.Panel1.Controls.Add(this.btn_ExPort);
this.splitContainer1.Panel1.Controls.Add(this.dtp_Start);
this.splitContainer1.Panel1.Controls.Add(this.label2);
this.splitContainer1.Panel1.Controls.Add(this.label3);
this.splitContainer1.Panel1.Controls.Add(this.dtp_End);
this.splitContainer1.Panel1.Controls.Add(this.label1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.dgv_Main);
this.splitContainer1.Size = new System.Drawing.Size(1605, 681);
this.splitContainer1.SplitterWidth = 1;
this.splitContainer1.TabIndex = 21;
//
// txtBarCode
//
this.txtBarCode.Location = new System.Drawing.Point(751, 14);
this.txtBarCode.Name = "txtBarCode";
this.txtBarCode.Size = new System.Drawing.Size(223, 26);
this.txtBarCode.TabIndex = 21;
//
// label10
//
this.label10.AutoSize = true;
this.label10.BackColor = System.Drawing.Color.Transparent;
this.label10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.label10.ForeColor = System.Drawing.Color.White;
this.label10.Location = new System.Drawing.Point(653, 15);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(90, 22);
this.label10.TabIndex = 20;
this.label10.Text = "查询芯包码";
//
// btn_Query
//
this.btn_Query.BackColor = System.Drawing.Color.Transparent;
this.btn_Query.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.btn_Query.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.btn_Query.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Query.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.btn_Query.ForeColor = System.Drawing.Color.White;
this.btn_Query.Location = new System.Drawing.Point(1325, 9);
this.btn_Query.Name = "btn_Query";
this.btn_Query.Size = new System.Drawing.Size(89, 32);
this.btn_Query.TabIndex = 16;
this.btn_Query.Text = "查 询";
this.btn_Query.UseVisualStyleBackColor = false;
this.btn_Query.Click += new System.EventHandler(this.btn_Query_Click);
//
// cmb_SelectType
//
this.cmb_SelectType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_SelectType.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmb_SelectType.FormattingEnabled = true;
this.cmb_SelectType.Location = new System.Drawing.Point(1117, 13);
this.cmb_SelectType.Name = "cmb_SelectType";
this.cmb_SelectType.Size = new System.Drawing.Size(136, 28);
this.cmb_SelectType.TabIndex = 15;
//
// btn_ExPort
//
this.btn_ExPort.BackColor = System.Drawing.Color.Transparent;
this.btn_ExPort.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.btn_ExPort.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.btn_ExPort.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_ExPort.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.btn_ExPort.ForeColor = System.Drawing.Color.White;
this.btn_ExPort.Location = new System.Drawing.Point(1455, 9);
this.btn_ExPort.Name = "btn_ExPort";
this.btn_ExPort.Size = new System.Drawing.Size(114, 32);
this.btn_ExPort.TabIndex = 17;
this.btn_ExPort.Text = "导 出 Excel";
this.btn_ExPort.UseVisualStyleBackColor = false;
this.btn_ExPort.Click += new System.EventHandler(this.btn_ExPort_Click);
//
// dtp_Start
//
this.dtp_Start.CalendarFont = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtp_Start.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.dtp_Start.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtp_Start.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtp_Start.Location = new System.Drawing.Point(103, 12);
this.dtp_Start.Name = "dtp_Start";
this.dtp_Start.ShowUpDown = true;
this.dtp_Start.Size = new System.Drawing.Size(180, 29);
this.dtp_Start.TabIndex = 14;
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(323, 14);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(74, 22);
this.label2.TabIndex = 11;
this.label2.Text = "结束时间";
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Transparent;
this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.label3.ForeColor = System.Drawing.Color.White;
this.label3.Location = new System.Drawing.Point(1031, 17);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(74, 22);
this.label3.TabIndex = 10;
this.label3.Text = "查询类型";
//
// dtp_End
//
this.dtp_End.CalendarFont = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtp_End.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.dtp_End.Font = new System.Drawing.Font("微软雅黑", 12F);
this.dtp_End.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtp_End.Location = new System.Drawing.Point(417, 12);
this.dtp_End.Name = "dtp_End";
this.dtp_End.ShowUpDown = true;
this.dtp_End.Size = new System.Drawing.Size(181, 29);
this.dtp_End.TabIndex = 13;
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(8, 14);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(74, 22);
this.label1.TabIndex = 12;
this.label1.Text = "开始时间";
//
// tabPagePlus2
//
this.tabPagePlus2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
this.tabPagePlus2.Controls.Add(this.tabControlPlus2);
this.tabPagePlus2.Location = new System.Drawing.Point(1, 46);
this.tabPagePlus2.Name = "tabPagePlus2";
this.tabPagePlus2.Padding = new System.Windows.Forms.Padding(3);
this.tabPagePlus2.Size = new System.Drawing.Size(1611, 687);
this.tabPagePlus2.TabIndex = 1;
this.tabPagePlus2.TabItemIcoImage = global::LargeSquareOne.Properties.Resources.日志查询;
this.tabPagePlus2.Text = "产能统计查询";
//
// tabControlPlus2
//
this.tabControlPlus2.ContentBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
this.tabControlPlus2.Controls.Add(this.tabPagePlus4);
this.tabControlPlus2.Controls.Add(this.tabPagePlus5);
this.tabControlPlus2.Controls.Add(this.tabPagePlus6);
this.tabControlPlus2.Controls.Add(this.tabPagePlus7);
this.tabControlPlus2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControlPlus2.Location = new System.Drawing.Point(3, 3);
this.tabControlPlus2.Name = "tabControlPlus2";
this.tabControlPlus2.Picker.ItemFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tabControlPlus2.Size = new System.Drawing.Size(1605, 681);
this.tabControlPlus2.TabBarAlignment = HML.TabControlPlusTabBarAlignments.Left;
this.tabControlPlus2.TabBarBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.tabControlPlus2.TabIndex = 1;
this.tabControlPlus2.TabItemBackEnterColor = System.Drawing.Color.FromArgb(((int)(((byte)(160)))), ((int)(((byte)(110)))), ((int)(((byte)(200)))));
this.tabControlPlus2.TabItemBackNormalColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.tabControlPlus2.TabItemBackSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
this.tabControlPlus2.TabItemFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tabControlPlus2.TipBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
//
// tabPagePlus4
//
this.tabPagePlus4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.tabPagePlus4.Controls.Add(this.tableLayoutPanel1);
this.tabPagePlus4.Location = new System.Drawing.Point(101, 1);
this.tabPagePlus4.Name = "tabPagePlus4";
this.tabPagePlus4.Padding = new System.Windows.Forms.Padding(3);
this.tabPagePlus4.Size = new System.Drawing.Size(1503, 679);
this.tabPagePlus4.TabIndex = 0;
this.tabPagePlus4.Text = "按班次统计";
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset;
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.dgvClass, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.600596F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 92.39941F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1497, 673);
this.tableLayoutPanel1.TabIndex = 7;
//
// dgvClass
//
this.dgvClass.AllowUserToAddRows = false;
this.dgvClass.AllowUserToDeleteRows = false;
this.dgvClass.AllowUserToResizeColumns = false;
this.dgvClass.AllowUserToResizeRows = false;
this.dgvClass.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
this.dgvClass.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.dgvClass.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dgvClass.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvClass.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
this.dgvClass.ColumnHeadersHeight = 45;
this.dgvClass.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White;
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvClass.DefaultCellStyle = dataGridViewCellStyle5;
this.dgvClass.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvClass.EnableHeadersVisualStyles = false;
this.dgvClass.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
this.dgvClass.Location = new System.Drawing.Point(5, 57);
this.dgvClass.MultiSelect = false;
this.dgvClass.Name = "dgvClass";
this.dgvClass.ReadOnly = true;
this.dgvClass.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
dataGridViewCellStyle6.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.Color.White;
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvClass.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
this.dgvClass.RowHeadersWidth = 45;
this.dgvClass.RowTemplate.Height = 23;
this.dgvClass.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvClass.Size = new System.Drawing.Size(1487, 611);
this.dgvClass.TabIndex = 8;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.panel1.Controls.Add(this.cmbClass);
this.panel1.Controls.Add(this.btn_ClassExPort);
this.panel1.Controls.Add(this.btn_ClassQuery);
this.panel1.Controls.Add(this.dtClass);
this.panel1.Controls.Add(this.label5);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(5, 5);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1487, 44);
this.panel1.TabIndex = 7;
//
// cmbClass
//
this.cmbClass.ForeColor = System.Drawing.Color.Black;
this.cmbClass.FormattingEnabled = true;
this.cmbClass.Items.AddRange(new object[] {
"白班",
"夜班"});
this.cmbClass.Location = new System.Drawing.Point(289, 9);
this.cmbClass.Name = "cmbClass";
this.cmbClass.Size = new System.Drawing.Size(72, 28);
this.cmbClass.TabIndex = 55;
//
// btn_ClassExPort
//
this.btn_ClassExPort.BackColor = System.Drawing.Color.Transparent;
this.btn_ClassExPort.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.btn_ClassExPort.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.btn_ClassExPort.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_ClassExPort.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.btn_ClassExPort.ForeColor = System.Drawing.Color.White;
this.btn_ClassExPort.Location = new System.Drawing.Point(540, 9);
this.btn_ClassExPort.Name = "btn_ClassExPort";
this.btn_ClassExPort.Size = new System.Drawing.Size(89, 32);
this.btn_ClassExPort.TabIndex = 18;
this.btn_ClassExPort.Text = "导 出";
this.btn_ClassExPort.UseVisualStyleBackColor = false;
this.btn_ClassExPort.Click += new System.EventHandler(this.btn_ClassExPort_Click);
//
// btn_ClassQuery
//
this.btn_ClassQuery.BackColor = System.Drawing.Color.Transparent;
this.btn_ClassQuery.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.btn_ClassQuery.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.btn_ClassQuery.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_ClassQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.btn_ClassQuery.ForeColor = System.Drawing.Color.White;
this.btn_ClassQuery.Location = new System.Drawing.Point(404, 9);
this.btn_ClassQuery.Name = "btn_ClassQuery";
this.btn_ClassQuery.Size = new System.Drawing.Size(89, 32);
this.btn_ClassQuery.TabIndex = 17;
this.btn_ClassQuery.Text = "查 询";
this.btn_ClassQuery.UseVisualStyleBackColor = false;
this.btn_ClassQuery.Click += new System.EventHandler(this.btn_ClassQuery_Click);
//
// dtClass
//
this.dtClass.CalendarFont = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtClass.CustomFormat = "yyyy/MM/dd";
this.dtClass.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtClass.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtClass.Location = new System.Drawing.Point(100, 9);
this.dtClass.Name = "dtClass";
this.dtClass.ShowUpDown = true;
this.dtClass.Size = new System.Drawing.Size(156, 29);
this.dtClass.TabIndex = 15;
//
// label5
//
this.label5.AutoSize = true;
this.label5.BackColor = System.Drawing.Color.Transparent;
this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.ForeColor = System.Drawing.Color.White;
this.label5.Location = new System.Drawing.Point(20, 14);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(74, 22);
this.label5.TabIndex = 13;
this.label5.Text = "统计日期";
//
// tabPagePlus5
//
this.tabPagePlus5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
this.tabPagePlus5.Controls.Add(this.tableLayoutPanel2);
this.tabPagePlus5.Location = new System.Drawing.Point(101, 1);
this.tabPagePlus5.Name = "tabPagePlus5";
this.tabPagePlus5.Padding = new System.Windows.Forms.Padding(3);
this.tabPagePlus5.Size = new System.Drawing.Size(1503, 679);
this.tabPagePlus5.TabIndex = 1;
this.tabPagePlus5.Text = "按日统计";
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset;
this.tableLayoutPanel2.ColumnCount = 1;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.Controls.Add(this.dgvDays, 0, 1);
this.tableLayoutPanel2.Controls.Add(this.panel2, 0, 0);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 2;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8.46954F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 91.53046F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(1497, 673);
this.tableLayoutPanel2.TabIndex = 0;
//
// dgvDays
//
this.dgvDays.AllowUserToAddRows = false;
this.dgvDays.AllowUserToDeleteRows = false;
this.dgvDays.AllowUserToResizeColumns = false;
this.dgvDays.AllowUserToResizeRows = false;
this.dgvDays.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
this.dgvDays.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
this.dgvDays.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dgvDays.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvDays.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
this.dgvDays.ColumnHeadersHeight = 45;
this.dgvDays.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.White;
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvDays.DefaultCellStyle = dataGridViewCellStyle8;
this.dgvDays.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvDays.EnableHeadersVisualStyles = false;
this.dgvDays.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(146)))), ((int)(((byte)(235)))));
this.dgvDays.Location = new System.Drawing.Point(5, 63);
this.dgvDays.MultiSelect = false;
this.dgvDays.Name = "dgvDays";
this.dgvDays.ReadOnly = true;
this.dgvDays.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White;
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvDays.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
this.dgvDays.RowHeadersWidth = 45;
this.dgvDays.RowTemplate.Height = 23;
this.dgvDays.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvDays.Size = new System.Drawing.Size(1487, 605);
this.dgvDays.TabIndex = 9;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
this.panel2.Controls.Add(this.btn_DaysExPort);
this.panel2.Controls.Add(this.btn_DaysQuery);
this.panel2.Controls.Add(this.dtpDays);
this.panel2.Controls.Add(this.label6);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(5, 5);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1487, 50);
this.panel2.TabIndex = 8;
//
// btn_DaysExPort
//
this.btn_DaysExPort.BackColor = System.Drawing.Color.Transparent;
this.btn_DaysExPort.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.btn_DaysExPort.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.btn_DaysExPort.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_DaysExPort.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.btn_DaysExPort.ForeColor = System.Drawing.Color.White;
this.btn_DaysExPort.Location = new System.Drawing.Point(476, 12);
this.btn_DaysExPort.Name = "btn_DaysExPort";
this.btn_DaysExPort.Size = new System.Drawing.Size(89, 32);
this.btn_DaysExPort.TabIndex = 18;
this.btn_DaysExPort.Text = "导 出";
this.btn_DaysExPort.UseVisualStyleBackColor = false;
this.btn_DaysExPort.Click += new System.EventHandler(this.btn_DaysExPort_Click);
//
// btn_DaysQuery
//
this.btn_DaysQuery.BackColor = System.Drawing.Color.Transparent;
this.btn_DaysQuery.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.btn_DaysQuery.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.btn_DaysQuery.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_DaysQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.btn_DaysQuery.ForeColor = System.Drawing.Color.White;
this.btn_DaysQuery.Location = new System.Drawing.Point(327, 12);
this.btn_DaysQuery.Name = "btn_DaysQuery";
this.btn_DaysQuery.Size = new System.Drawing.Size(89, 32);
this.btn_DaysQuery.TabIndex = 17;
this.btn_DaysQuery.Text = "查 询";
this.btn_DaysQuery.UseVisualStyleBackColor = false;
this.btn_DaysQuery.Click += new System.EventHandler(this.btn_DaysQuery_Click);
//
// dtpDays
//
this.dtpDays.CalendarFont = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtpDays.CustomFormat = "yyyy/MM/dd";
this.dtpDays.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtpDays.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpDays.Location = new System.Drawing.Point(106, 12);
this.dtpDays.Name = "dtpDays";
this.dtpDays.ShowUpDown = true;
this.dtpDays.Size = new System.Drawing.Size(156, 29);
this.dtpDays.TabIndex = 15;
//
// label6
//
this.label6.AutoSize = true;
this.label6.BackColor = System.Drawing.Color.Transparent;
this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.ForeColor = System.Drawing.Color.White;
this.label6.Location = new System.Drawing.Point(10, 15);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(74, 22);
this.label6.TabIndex = 13;
this.label6.Text = "统计日期";
//
// tabPagePlus6
//
this.tabPagePlus6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
this.tabPagePlus6.Controls.Add(this.tableLayoutPanel3);
this.tabPagePlus6.Location = new System.Drawing.Point(101, 1);
this.tabPagePlus6.Name = "tabPagePlus6";
this.tabPagePlus6.Padding = new System.Windows.Forms.Padding(3);
this.tabPagePlus6.Size = new System.Drawing.Size(1503, 679);
this.tabPagePlus6.TabIndex = 2;
this.tabPagePlus6.Text = "按周统计";
//
// tableLayoutPanel3
//
this.tableLayoutPanel3.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset;
this.tableLayoutPanel3.ColumnCount = 1;
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel3.Controls.Add(this.dgvWeek, 0, 1);
this.tableLayoutPanel3.Controls.Add(this.panel3, 0, 0);
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 2;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8.320951F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 91.67905F));
this.tableLayoutPanel3.Size = new System.Drawing.Size(1497, 673);
this.tableLayoutPanel3.TabIndex = 0;
//
// dgvWeek
//
this.dgvWeek.AllowUserToAddRows = false;
this.dgvWeek.AllowUserToDeleteRows = false;
this.dgvWeek.AllowUserToResizeColumns = false;
this.dgvWeek.AllowUserToResizeRows = false;
this.dgvWeek.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
this.dgvWeek.BackgroundColor = System.Drawing.Color.Black;
this.dgvWeek.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dgvWeek.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle10.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvWeek.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10;
this.dgvWeek.ColumnHeadersHeight = 45;
this.dgvWeek.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
dataGridViewCellStyle11.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle11.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
dataGridViewCellStyle11.SelectionForeColor = System.Drawing.Color.White;
dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvWeek.DefaultCellStyle = dataGridViewCellStyle11;
this.dgvWeek.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvWeek.EnableHeadersVisualStyles = false;
this.dgvWeek.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.dgvWeek.Location = new System.Drawing.Point(5, 62);
this.dgvWeek.MultiSelect = false;
this.dgvWeek.Name = "dgvWeek";
this.dgvWeek.ReadOnly = true;
this.dgvWeek.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle12.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
dataGridViewCellStyle12.SelectionForeColor = System.Drawing.Color.White;
dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvWeek.RowHeadersDefaultCellStyle = dataGridViewCellStyle12;
this.dgvWeek.RowHeadersWidth = 45;
this.dgvWeek.RowTemplate.Height = 23;
this.dgvWeek.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvWeek.Size = new System.Drawing.Size(1487, 606);
this.dgvWeek.TabIndex = 10;
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.Black;
this.panel3.Controls.Add(this.btn_WeekExPort);
this.panel3.Controls.Add(this.btn_WeekQuery);
this.panel3.Controls.Add(this.dtpWeek);
this.panel3.Controls.Add(this.label7);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(5, 5);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(1487, 49);
this.panel3.TabIndex = 9;
//
// btn_WeekExPort
//
this.btn_WeekExPort.BackColor = System.Drawing.Color.Transparent;
this.btn_WeekExPort.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.btn_WeekExPort.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.btn_WeekExPort.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_WeekExPort.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.btn_WeekExPort.ForeColor = System.Drawing.Color.White;
this.btn_WeekExPort.Location = new System.Drawing.Point(496, 11);
this.btn_WeekExPort.Name = "btn_WeekExPort";
this.btn_WeekExPort.Size = new System.Drawing.Size(89, 32);
this.btn_WeekExPort.TabIndex = 18;
this.btn_WeekExPort.Text = "导 出";
this.btn_WeekExPort.UseVisualStyleBackColor = false;
this.btn_WeekExPort.Click += new System.EventHandler(this.btn_WeekExPort_Click);
//
// btn_WeekQuery
//
this.btn_WeekQuery.BackColor = System.Drawing.Color.Transparent;
this.btn_WeekQuery.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.btn_WeekQuery.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.btn_WeekQuery.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_WeekQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.btn_WeekQuery.ForeColor = System.Drawing.Color.White;
this.btn_WeekQuery.Location = new System.Drawing.Point(343, 11);
this.btn_WeekQuery.Name = "btn_WeekQuery";
this.btn_WeekQuery.Size = new System.Drawing.Size(89, 32);
this.btn_WeekQuery.TabIndex = 17;
this.btn_WeekQuery.Text = "查 询";
this.btn_WeekQuery.UseVisualStyleBackColor = false;
this.btn_WeekQuery.Click += new System.EventHandler(this.btn_WeekQuery_Click);
//
// dtpWeek
//
this.dtpWeek.CalendarFont = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtpWeek.CustomFormat = "yyyy/MM/dd";
this.dtpWeek.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtpWeek.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpWeek.Location = new System.Drawing.Point(134, 10);
this.dtpWeek.Name = "dtpWeek";
this.dtpWeek.ShowUpDown = true;
this.dtpWeek.Size = new System.Drawing.Size(156, 29);
this.dtpWeek.TabIndex = 15;
//
// label7
//
this.label7.AutoSize = true;
this.label7.BackColor = System.Drawing.Color.Transparent;
this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.ForeColor = System.Drawing.Color.White;
this.label7.Location = new System.Drawing.Point(30, 13);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(74, 22);
this.label7.TabIndex = 13;
this.label7.Text = "统计时间";
//
// tabPagePlus7
//
this.tabPagePlus7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
this.tabPagePlus7.Controls.Add(this.tableLayoutPanel4);
this.tabPagePlus7.Location = new System.Drawing.Point(101, 1);
this.tabPagePlus7.Name = "tabPagePlus7";
this.tabPagePlus7.Padding = new System.Windows.Forms.Padding(3);
this.tabPagePlus7.Size = new System.Drawing.Size(1503, 679);
this.tabPagePlus7.TabIndex = 3;
this.tabPagePlus7.Text = "按月统计";
//
// tableLayoutPanel4
//
this.tableLayoutPanel4.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset;
this.tableLayoutPanel4.ColumnCount = 1;
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel4.Controls.Add(this.dgvMonth, 0, 1);
this.tableLayoutPanel4.Controls.Add(this.panel4, 0, 0);
this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
this.tableLayoutPanel4.RowCount = 2;
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.558139F));
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 92.44186F));
this.tableLayoutPanel4.Size = new System.Drawing.Size(1497, 673);
this.tableLayoutPanel4.TabIndex = 0;
//
// dgvMonth
//
this.dgvMonth.AllowUserToAddRows = false;
this.dgvMonth.AllowUserToDeleteRows = false;
this.dgvMonth.AllowUserToResizeColumns = false;
this.dgvMonth.AllowUserToResizeRows = false;
this.dgvMonth.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
this.dgvMonth.BackgroundColor = System.Drawing.Color.Black;
this.dgvMonth.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dgvMonth.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle13.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvMonth.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle13;
this.dgvMonth.ColumnHeadersHeight = 45;
this.dgvMonth.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
dataGridViewCellStyle14.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle14.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.White;
dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvMonth.DefaultCellStyle = dataGridViewCellStyle14;
this.dgvMonth.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvMonth.EnableHeadersVisualStyles = false;
this.dgvMonth.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(146)))), ((int)(((byte)(235)))));
this.dgvMonth.Location = new System.Drawing.Point(5, 57);
this.dgvMonth.MultiSelect = false;
this.dgvMonth.Name = "dgvMonth";
this.dgvMonth.ReadOnly = true;
this.dgvMonth.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
dataGridViewCellStyle15.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle15.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
dataGridViewCellStyle15.SelectionForeColor = System.Drawing.Color.White;
dataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvMonth.RowHeadersDefaultCellStyle = dataGridViewCellStyle15;
this.dgvMonth.RowHeadersWidth = 45;
this.dgvMonth.RowTemplate.Height = 23;
this.dgvMonth.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvMonth.Size = new System.Drawing.Size(1487, 611);
this.dgvMonth.TabIndex = 11;
//
// panel4
//
this.panel4.BackColor = System.Drawing.Color.Black;
this.panel4.Controls.Add(this.cmbYears);
this.panel4.Controls.Add(this.btn_MonthExPort);
this.panel4.Controls.Add(this.btn_MonthQuery);
this.panel4.Controls.Add(this.dtMonth);
this.panel4.Controls.Add(this.label8);
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel4.Location = new System.Drawing.Point(5, 5);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(1487, 44);
this.panel4.TabIndex = 10;
//
// cmbYears
//
this.cmbYears.FormattingEnabled = true;
this.cmbYears.Location = new System.Drawing.Point(530, 8);
this.cmbYears.Name = "cmbYears";
this.cmbYears.Size = new System.Drawing.Size(59, 28);
this.cmbYears.TabIndex = 20;
this.cmbYears.Visible = false;
//
// btn_MonthExPort
//
this.btn_MonthExPort.BackColor = System.Drawing.Color.Transparent;
this.btn_MonthExPort.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.btn_MonthExPort.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.btn_MonthExPort.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_MonthExPort.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.btn_MonthExPort.ForeColor = System.Drawing.Color.White;
this.btn_MonthExPort.Location = new System.Drawing.Point(383, 9);
this.btn_MonthExPort.Name = "btn_MonthExPort";
this.btn_MonthExPort.Size = new System.Drawing.Size(89, 32);
this.btn_MonthExPort.TabIndex = 19;
this.btn_MonthExPort.Text = "导 出";
this.btn_MonthExPort.UseVisualStyleBackColor = false;
this.btn_MonthExPort.Click += new System.EventHandler(this.btn_MonthExPort_Click);
//
// btn_MonthQuery
//
this.btn_MonthQuery.BackColor = System.Drawing.Color.Transparent;
this.btn_MonthQuery.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.btn_MonthQuery.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.btn_MonthQuery.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_MonthQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.btn_MonthQuery.ForeColor = System.Drawing.Color.White;
this.btn_MonthQuery.Location = new System.Drawing.Point(239, 8);
this.btn_MonthQuery.Name = "btn_MonthQuery";
this.btn_MonthQuery.Size = new System.Drawing.Size(89, 32);
this.btn_MonthQuery.TabIndex = 18;
this.btn_MonthQuery.Text = "查 询";
this.btn_MonthQuery.UseVisualStyleBackColor = false;
this.btn_MonthQuery.Click += new System.EventHandler(this.btn_MonthQuery_Click);
//
// dtMonth
//
this.dtMonth.CalendarFont = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtMonth.CustomFormat = "yyyy/MM";
this.dtMonth.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtMonth.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtMonth.Location = new System.Drawing.Point(123, 9);
this.dtMonth.Name = "dtMonth";
this.dtMonth.ShowUpDown = true;
this.dtMonth.Size = new System.Drawing.Size(90, 29);
this.dtMonth.TabIndex = 16;
//
// label8
//
this.label8.AutoSize = true;
this.label8.BackColor = System.Drawing.Color.Transparent;
this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.ForeColor = System.Drawing.Color.White;
this.label8.Location = new System.Drawing.Point(28, 12);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(74, 22);
this.label8.TabIndex = 14;
this.label8.Text = "统计时间";
//
// tabPagePlus3
//
this.tabPagePlus3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.tabPagePlus3.Controls.Add(this.splitContainer2);
this.tabPagePlus3.Location = new System.Drawing.Point(1, 46);
this.tabPagePlus3.Name = "tabPagePlus3";
this.tabPagePlus3.Size = new System.Drawing.Size(1611, 687);
this.tabPagePlus3.TabIndex = 2;
this.tabPagePlus3.TabItemIcoImage = global::LargeSquareOne.Properties.Resources.资源_6;
this.tabPagePlus3.Text = "日志报警数据查询";
//
// splitContainer2
//
this.splitContainer2.BackColor = System.Drawing.Color.Transparent;
this.splitContainer2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer2.IsSplitterFixed = true;
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
this.splitContainer2.Name = "splitContainer2";
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.btn_AlarmQuery);
this.splitContainer2.Panel1.Controls.Add(this.cmb_AlarmType);
this.splitContainer2.Panel1.Controls.Add(this.btn_AlarmExport);
this.splitContainer2.Panel1.Controls.Add(this.dtp_AlarmTimeStart);
this.splitContainer2.Panel1.Controls.Add(this.label9);
this.splitContainer2.Panel1.Controls.Add(this.label11);
this.splitContainer2.Panel1.Controls.Add(this.dtp_AlarmTimeEnd);
this.splitContainer2.Panel1.Controls.Add(this.label12);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.dgv_AlarmData);
this.splitContainer2.Size = new System.Drawing.Size(1611, 687);
this.splitContainer2.SplitterWidth = 1;
this.splitContainer2.TabIndex = 22;
//
// btn_AlarmQuery
//
this.btn_AlarmQuery.BackColor = System.Drawing.Color.Transparent;
this.btn_AlarmQuery.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.btn_AlarmQuery.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.btn_AlarmQuery.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_AlarmQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.btn_AlarmQuery.ForeColor = System.Drawing.Color.White;
this.btn_AlarmQuery.Location = new System.Drawing.Point(846, 7);
this.btn_AlarmQuery.Name = "btn_AlarmQuery";
this.btn_AlarmQuery.Size = new System.Drawing.Size(122, 32);
this.btn_AlarmQuery.TabIndex = 16;
this.btn_AlarmQuery.Text = "时 间 查 询";
this.btn_AlarmQuery.UseVisualStyleBackColor = false;
this.btn_AlarmQuery.Click += new System.EventHandler(this.btn_AlarmQuery_Click);
//
// cmb_AlarmType
//
this.cmb_AlarmType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_AlarmType.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmb_AlarmType.FormattingEnabled = true;
this.cmb_AlarmType.Location = new System.Drawing.Point(99, 11);
this.cmb_AlarmType.Name = "cmb_AlarmType";
this.cmb_AlarmType.Size = new System.Drawing.Size(123, 28);
this.cmb_AlarmType.TabIndex = 15;
this.cmb_AlarmType.SelectedIndexChanged += new System.EventHandler(this.cmb_AlarmType_SelectedIndexChanged);
//
// btn_AlarmExport
//
this.btn_AlarmExport.BackColor = System.Drawing.Color.Transparent;
this.btn_AlarmExport.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.btn_AlarmExport.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.btn_AlarmExport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_AlarmExport.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.btn_AlarmExport.ForeColor = System.Drawing.Color.White;
this.btn_AlarmExport.Location = new System.Drawing.Point(1002, 7);
this.btn_AlarmExport.Name = "btn_AlarmExport";
this.btn_AlarmExport.Size = new System.Drawing.Size(122, 32);
this.btn_AlarmExport.TabIndex = 17;
this.btn_AlarmExport.Text = "导 出 Excel";
this.btn_AlarmExport.UseVisualStyleBackColor = false;
this.btn_AlarmExport.Click += new System.EventHandler(this.btn_AlarmExport_Click);
//
// dtp_AlarmTimeStart
//
this.dtp_AlarmTimeStart.CalendarFont = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtp_AlarmTimeStart.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.dtp_AlarmTimeStart.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtp_AlarmTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtp_AlarmTimeStart.Location = new System.Drawing.Point(323, 9);
this.dtp_AlarmTimeStart.Name = "dtp_AlarmTimeStart";
this.dtp_AlarmTimeStart.ShowUpDown = true;
this.dtp_AlarmTimeStart.Size = new System.Drawing.Size(178, 29);
this.dtp_AlarmTimeStart.TabIndex = 14;
//
// label9
//
this.label9.AutoSize = true;
this.label9.BackColor = System.Drawing.Color.Transparent;
this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.label9.ForeColor = System.Drawing.Color.White;
this.label9.Location = new System.Drawing.Point(525, 13);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(74, 22);
this.label9.TabIndex = 11;
this.label9.Text = "结束时间";
//
// label11
//
this.label11.AutoSize = true;
this.label11.BackColor = System.Drawing.Color.Transparent;
this.label11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.label11.ForeColor = System.Drawing.Color.White;
this.label11.Location = new System.Drawing.Point(51, 15);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(42, 22);
this.label11.TabIndex = 10;
this.label11.Text = "班次";
//
// dtp_AlarmTimeEnd
//
this.dtp_AlarmTimeEnd.CalendarFont = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtp_AlarmTimeEnd.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.dtp_AlarmTimeEnd.Font = new System.Drawing.Font("微软雅黑", 12F);
this.dtp_AlarmTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtp_AlarmTimeEnd.Location = new System.Drawing.Point(601, 9);
this.dtp_AlarmTimeEnd.Name = "dtp_AlarmTimeEnd";
this.dtp_AlarmTimeEnd.ShowUpDown = true;
this.dtp_AlarmTimeEnd.Size = new System.Drawing.Size(174, 29);
this.dtp_AlarmTimeEnd.TabIndex = 13;
//
// label12
//
this.label12.AutoSize = true;
this.label12.BackColor = System.Drawing.Color.Transparent;
this.label12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label12.ForeColor = System.Drawing.Color.White;
this.label12.Location = new System.Drawing.Point(243, 12);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(74, 22);
this.label12.TabIndex = 12;
this.label12.Text = "开始时间";
//
// dgv_AlarmData
//
this.dgv_AlarmData.AllowUserToAddRows = false;
this.dgv_AlarmData.AllowUserToDeleteRows = false;
this.dgv_AlarmData.AllowUserToResizeColumns = false;
this.dgv_AlarmData.AllowUserToResizeRows = false;
this.dgv_AlarmData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
this.dgv_AlarmData.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.dgv_AlarmData.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dgv_AlarmData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
dataGridViewCellStyle16.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle16.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle16.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgv_AlarmData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle16;
this.dgv_AlarmData.ColumnHeadersHeight = 45;
this.dgv_AlarmData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
dataGridViewCellStyle17.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle17.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle17.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
dataGridViewCellStyle17.SelectionForeColor = System.Drawing.Color.White;
dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgv_AlarmData.DefaultCellStyle = dataGridViewCellStyle17;
this.dgv_AlarmData.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgv_AlarmData.EnableHeadersVisualStyles = false;
this.dgv_AlarmData.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
this.dgv_AlarmData.Location = new System.Drawing.Point(0, 0);
this.dgv_AlarmData.MultiSelect = false;
this.dgv_AlarmData.Name = "dgv_AlarmData";
this.dgv_AlarmData.ReadOnly = true;
this.dgv_AlarmData.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
dataGridViewCellStyle18.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle18.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle18.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
dataGridViewCellStyle18.SelectionForeColor = System.Drawing.Color.White;
dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgv_AlarmData.RowHeadersDefaultCellStyle = dataGridViewCellStyle18;
this.dgv_AlarmData.RowHeadersWidth = 45;
this.dgv_AlarmData.RowTemplate.Height = 23;
this.dgv_AlarmData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgv_AlarmData.Size = new System.Drawing.Size(1609, 634);
this.dgv_AlarmData.TabIndex = 5;
this.dgv_AlarmData.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgv_AlarmData_RowPostPaint);
//
2026-07-08 10:58:42 +08:00
// dgv_Main
//
this.dgv_Main.AllowUserToAddRows = false;
this.dgv_Main.AllowUserToDeleteRows = false;
this.dgv_Main.AllowUserToResizeColumns = false;
this.dgv_Main.AllowUserToResizeRows = false;
this.dgv_Main.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
this.dgv_Main.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.dgv_Main.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dgv_Main.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgv_Main.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dgv_Main.ColumnHeadersHeight = 45;
this.dgv_Main.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.White;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgv_Main.DefaultCellStyle = dataGridViewCellStyle2;
this.dgv_Main.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgv_Main.EnableHeadersVisualStyles = false;
this.dgv_Main.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
this.dgv_Main.Location = new System.Drawing.Point(0, 0);
this.dgv_Main.MultiSelect = false;
this.dgv_Main.Name = "dgv_Main";
this.dgv_Main.ReadOnly = true;
this.dgv_Main.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgv_Main.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
this.dgv_Main.RowHeadersWidth = 45;
this.dgv_Main.RowTemplate.Height = 23;
this.dgv_Main.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgv_Main.Size = new System.Drawing.Size(1603, 628);
this.dgv_Main.TabIndex = 5;
this.dgv_Main.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgv_Main_RowPostPaint);
this.dgv_Main.Paint += new System.Windows.Forms.PaintEventHandler(this.dgv_Main_Paint);
//
2025-07-16 18:08:40 +08:00
// FrmHistory
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1613, 734);
this.Controls.Add(this.panelEnhanced1);
this.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(5);
this.Name = "FrmHistory";
this.Text = "数据追溯";
this.panelEnhanced1.ResumeLayout(false);
this.tabControlPlus1.ResumeLayout(false);
this.tabPagePlus1.ResumeLayout(false);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.tabPagePlus2.ResumeLayout(false);
this.tabControlPlus2.ResumeLayout(false);
this.tabPagePlus4.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvClass)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.tabPagePlus5.ResumeLayout(false);
this.tableLayoutPanel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvDays)).EndInit();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.tabPagePlus6.ResumeLayout(false);
this.tableLayoutPanel3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvWeek)).EndInit();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.tabPagePlus7.ResumeLayout(false);
this.tableLayoutPanel4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvMonth)).EndInit();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.tabPagePlus3.ResumeLayout(false);
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel1.PerformLayout();
this.splitContainer2.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgv_AlarmData)).EndInit();
2026-07-08 10:58:42 +08:00
((System.ComponentModel.ISupportInitialize)(this.dgv_Main)).EndInit();
2025-07-16 18:08:40 +08:00
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btn_Query;
private System.Windows.Forms.Button btn_ExPort;
private System.Windows.Forms.ComboBox cmb_SelectType;
private System.Windows.Forms.DateTimePicker dtp_End;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.DateTimePicker dtp_Start;
private System.Windows.Forms.Label label1;
private JinYuan.ControlLib.PanelEnhanced panelEnhanced1;
private System.Windows.Forms.SplitContainer splitContainer1;
private HML.TabControlPlus tabControlPlus1;
private HML.TabPagePlus tabPagePlus1;
private HML.TabPagePlus tabPagePlus2;
private HML.TabPagePlus tabPagePlus3;
private HML.TabControlPlus tabControlPlus2;
private HML.TabPagePlus tabPagePlus4;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.DataGridView dgvClass;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.ComboBox cmbClass;
private System.Windows.Forms.Button btn_ClassExPort;
private System.Windows.Forms.Button btn_ClassQuery;
private System.Windows.Forms.DateTimePicker dtClass;
private System.Windows.Forms.Label label5;
private HML.TabPagePlus tabPagePlus5;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.DataGridView dgvDays;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Button btn_DaysExPort;
private System.Windows.Forms.Button btn_DaysQuery;
private System.Windows.Forms.DateTimePicker dtpDays;
private System.Windows.Forms.Label label6;
private HML.TabPagePlus tabPagePlus6;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private System.Windows.Forms.DataGridView dgvWeek;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Button btn_WeekExPort;
private System.Windows.Forms.Button btn_WeekQuery;
private System.Windows.Forms.DateTimePicker dtpWeek;
private System.Windows.Forms.Label label7;
private HML.TabPagePlus tabPagePlus7;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
private System.Windows.Forms.DataGridView dgvMonth;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.ComboBox cmbYears;
private System.Windows.Forms.Button btn_MonthExPort;
private System.Windows.Forms.Button btn_MonthQuery;
private System.Windows.Forms.DateTimePicker dtMonth;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.Button btn_AlarmQuery;
private System.Windows.Forms.ComboBox cmb_AlarmType;
private System.Windows.Forms.Button btn_AlarmExport;
private System.Windows.Forms.DateTimePicker dtp_AlarmTimeStart;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.DateTimePicker dtp_AlarmTimeEnd;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.DataGridView dgv_AlarmData;
private System.Windows.Forms.TextBox txtBarCode;
private System.Windows.Forms.Label label10;
2026-07-08 10:58:42 +08:00
private System.Windows.Forms.DataGridView dgv_Main;
2025-07-16 18:08:40 +08:00
}
}