添加项目文件。
This commit is contained in:
+840
@@ -0,0 +1,840 @@
|
||||
namespace LargeSquareOne
|
||||
{
|
||||
partial class FrmStaticsQuery
|
||||
{
|
||||
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmStaticsQuery));
|
||||
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();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
this.ucPanel_400_2001 = new JinYuan.ControlLib.ucPanel_400_200();
|
||||
this.btn_Close = new System.Windows.Forms.Button();
|
||||
this.tabControlPlus1 = new HML.TabControlPlus();
|
||||
this.tabPagePlus1 = 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.label1 = new System.Windows.Forms.Label();
|
||||
this.tabPagePlus2 = 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.label2 = new System.Windows.Forms.Label();
|
||||
this.tabPagePlus3 = 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.label3 = new System.Windows.Forms.Label();
|
||||
this.tabPagePlus4 = 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.label4 = new System.Windows.Forms.Label();
|
||||
this.ucPanel_400_2001.SuspendLayout();
|
||||
this.tabControlPlus1.SuspendLayout();
|
||||
this.tabPagePlus1.SuspendLayout();
|
||||
this.tableLayoutPanel1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dgvClass)).BeginInit();
|
||||
this.panel1.SuspendLayout();
|
||||
this.tabPagePlus2.SuspendLayout();
|
||||
this.tableLayoutPanel2.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dgvDays)).BeginInit();
|
||||
this.panel2.SuspendLayout();
|
||||
this.tabPagePlus3.SuspendLayout();
|
||||
this.tableLayoutPanel3.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dgvWeek)).BeginInit();
|
||||
this.panel3.SuspendLayout();
|
||||
this.tabPagePlus4.SuspendLayout();
|
||||
this.tableLayoutPanel4.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dgvMonth)).BeginInit();
|
||||
this.panel4.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// ucPanel_400_2001
|
||||
//
|
||||
this.ucPanel_400_2001.BackColor = System.Drawing.Color.Transparent;
|
||||
this.ucPanel_400_2001.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucPanel_400_2001.BackgroundImage")));
|
||||
this.ucPanel_400_2001.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.ucPanel_400_2001.Controls.Add(this.btn_Close);
|
||||
this.ucPanel_400_2001.Controls.Add(this.tabControlPlus1);
|
||||
this.ucPanel_400_2001.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.ucPanel_400_2001.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.ucPanel_400_2001.Location = new System.Drawing.Point(0, 0);
|
||||
this.ucPanel_400_2001.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.ucPanel_400_2001.Name = "ucPanel_400_2001";
|
||||
this.ucPanel_400_2001.Size = new System.Drawing.Size(1392, 734);
|
||||
this.ucPanel_400_2001.TabIndex = 6;
|
||||
this.ucPanel_400_2001.Title = "统计查询";
|
||||
//
|
||||
// btn_Close
|
||||
//
|
||||
this.btn_Close.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
||||
this.btn_Close.FlatAppearance.BorderSize = 0;
|
||||
this.btn_Close.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
||||
this.btn_Close.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
||||
this.btn_Close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.btn_Close.Font = new System.Drawing.Font("微软雅黑", 14F);
|
||||
this.btn_Close.ForeColor = System.Drawing.Color.White;
|
||||
this.btn_Close.Location = new System.Drawing.Point(1357, 7);
|
||||
this.btn_Close.Name = "btn_Close";
|
||||
this.btn_Close.Size = new System.Drawing.Size(32, 32);
|
||||
this.btn_Close.TabIndex = 4;
|
||||
this.btn_Close.Text = "X";
|
||||
this.btn_Close.UseVisualStyleBackColor = false;
|
||||
this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
|
||||
//
|
||||
// tabControlPlus1
|
||||
//
|
||||
this.tabControlPlus1.ContentBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
||||
this.tabControlPlus1.Controls.Add(this.tabPagePlus1);
|
||||
this.tabControlPlus1.Controls.Add(this.tabPagePlus2);
|
||||
this.tabControlPlus1.Controls.Add(this.tabPagePlus3);
|
||||
this.tabControlPlus1.Controls.Add(this.tabPagePlus4);
|
||||
this.tabControlPlus1.Location = new System.Drawing.Point(38, 45);
|
||||
this.tabControlPlus1.Name = "tabControlPlus1";
|
||||
this.tabControlPlus1.Picker.ItemFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.tabControlPlus1.Size = new System.Drawing.Size(1321, 662);
|
||||
this.tabControlPlus1.TabIndex = 0;
|
||||
this.tabControlPlus1.TabItemBackEnterColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
|
||||
this.tabControlPlus1.TabItemBackNormalColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
||||
this.tabControlPlus1.TabItemBackSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
|
||||
this.tabControlPlus1.TabItemFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.tabControlPlus1.TipBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
||||
//
|
||||
// tabPagePlus1
|
||||
//
|
||||
this.tabPagePlus1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
||||
this.tabPagePlus1.Controls.Add(this.tableLayoutPanel1);
|
||||
this.tabPagePlus1.Location = new System.Drawing.Point(1, 25);
|
||||
this.tabPagePlus1.Name = "tabPagePlus1";
|
||||
this.tabPagePlus1.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPagePlus1.Size = new System.Drawing.Size(1319, 636);
|
||||
this.tabPagePlus1.TabIndex = 0;
|
||||
this.tabPagePlus1.Text = "按班次统计";
|
||||
//
|
||||
// tableLayoutPanel1
|
||||
//
|
||||
this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
|
||||
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, 9.82906F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 90.17094F));
|
||||
this.tableLayoutPanel1.Size = new System.Drawing.Size(1313, 630);
|
||||
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)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
||||
this.dgvClass.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.dgvClass.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, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
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.dgvClass.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle13;
|
||||
this.dgvClass.ColumnHeadersHeight = 45;
|
||||
this.dgvClass.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, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
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.dgvClass.DefaultCellStyle = dataGridViewCellStyle14;
|
||||
this.dgvClass.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.dgvClass.EnableHeadersVisualStyles = false;
|
||||
this.dgvClass.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(146)))), ((int)(((byte)(235)))));
|
||||
this.dgvClass.Location = new System.Drawing.Point(3, 64);
|
||||
this.dgvClass.MultiSelect = false;
|
||||
this.dgvClass.Name = "dgvClass";
|
||||
this.dgvClass.ReadOnly = true;
|
||||
this.dgvClass.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, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
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.dgvClass.RowHeadersDefaultCellStyle = dataGridViewCellStyle15;
|
||||
this.dgvClass.RowHeadersWidth = 45;
|
||||
this.dgvClass.RowTemplate.Height = 23;
|
||||
this.dgvClass.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||||
this.dgvClass.Size = new System.Drawing.Size(1307, 563);
|
||||
this.dgvClass.TabIndex = 8;
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
||||
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.label1);
|
||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel1.Location = new System.Drawing.Point(3, 3);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(1307, 55);
|
||||
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, 16);
|
||||
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, 16);
|
||||
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, 16);
|
||||
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, 16);
|
||||
this.dtClass.Name = "dtClass";
|
||||
this.dtClass.ShowUpDown = true;
|
||||
this.dtClass.Size = new System.Drawing.Size(156, 29);
|
||||
this.dtClass.TabIndex = 15;
|
||||
//
|
||||
// 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(9, 16);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(74, 22);
|
||||
this.label1.TabIndex = 13;
|
||||
this.label1.Text = "统计日期";
|
||||
//
|
||||
// tabPagePlus2
|
||||
//
|
||||
this.tabPagePlus2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
||||
this.tabPagePlus2.Controls.Add(this.tableLayoutPanel2);
|
||||
this.tabPagePlus2.Location = new System.Drawing.Point(1, 25);
|
||||
this.tabPagePlus2.Name = "tabPagePlus2";
|
||||
this.tabPagePlus2.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPagePlus2.Size = new System.Drawing.Size(1319, 636);
|
||||
this.tabPagePlus2.TabIndex = 1;
|
||||
this.tabPagePlus2.Text = "按日统计";
|
||||
//
|
||||
// tableLayoutPanel2
|
||||
//
|
||||
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, 10.11396F));
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 89.88604F));
|
||||
this.tableLayoutPanel2.Size = new System.Drawing.Size(1313, 630);
|
||||
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)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
||||
this.dgvDays.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.dgvDays.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, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
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.dgvDays.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle16;
|
||||
this.dgvDays.ColumnHeadersHeight = 45;
|
||||
this.dgvDays.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, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
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.dgvDays.DefaultCellStyle = dataGridViewCellStyle17;
|
||||
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(3, 66);
|
||||
this.dgvDays.MultiSelect = false;
|
||||
this.dgvDays.Name = "dgvDays";
|
||||
this.dgvDays.ReadOnly = true;
|
||||
this.dgvDays.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, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
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.dgvDays.RowHeadersDefaultCellStyle = dataGridViewCellStyle18;
|
||||
this.dgvDays.RowHeadersWidth = 45;
|
||||
this.dgvDays.RowTemplate.Height = 23;
|
||||
this.dgvDays.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||||
this.dgvDays.Size = new System.Drawing.Size(1307, 561);
|
||||
this.dgvDays.TabIndex = 9;
|
||||
//
|
||||
// panel2
|
||||
//
|
||||
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.label2);
|
||||
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel2.Location = new System.Drawing.Point(3, 3);
|
||||
this.panel2.Name = "panel2";
|
||||
this.panel2.Size = new System.Drawing.Size(1307, 57);
|
||||
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, 19);
|
||||
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, 19);
|
||||
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, 19);
|
||||
this.dtpDays.Name = "dtpDays";
|
||||
this.dtpDays.ShowUpDown = true;
|
||||
this.dtpDays.Size = new System.Drawing.Size(156, 29);
|
||||
this.dtpDays.TabIndex = 15;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.label2.ForeColor = System.Drawing.Color.White;
|
||||
this.label2.Location = new System.Drawing.Point(10, 19);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(74, 22);
|
||||
this.label2.TabIndex = 13;
|
||||
this.label2.Text = "统计日期";
|
||||
//
|
||||
// tabPagePlus3
|
||||
//
|
||||
this.tabPagePlus3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
||||
this.tabPagePlus3.Controls.Add(this.tableLayoutPanel3);
|
||||
this.tabPagePlus3.Location = new System.Drawing.Point(1, 25);
|
||||
this.tabPagePlus3.Name = "tabPagePlus3";
|
||||
this.tabPagePlus3.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPagePlus3.Size = new System.Drawing.Size(1319, 636);
|
||||
this.tabPagePlus3.TabIndex = 2;
|
||||
this.tabPagePlus3.Text = "按周统计";
|
||||
//
|
||||
// tableLayoutPanel3
|
||||
//
|
||||
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, 10.82621F));
|
||||
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 89.17379F));
|
||||
this.tableLayoutPanel3.Size = new System.Drawing.Size(1313, 630);
|
||||
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.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
||||
this.dgvWeek.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.dgvWeek.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
||||
dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||
dataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
||||
dataGridViewCellStyle19.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
dataGridViewCellStyle19.ForeColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle19.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||
dataGridViewCellStyle19.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.dgvWeek.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle19;
|
||||
this.dgvWeek.ColumnHeadersHeight = 45;
|
||||
this.dgvWeek.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
||||
dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||
dataGridViewCellStyle20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
|
||||
dataGridViewCellStyle20.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
dataGridViewCellStyle20.ForeColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle20.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
|
||||
dataGridViewCellStyle20.SelectionForeColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle20.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||||
this.dgvWeek.DefaultCellStyle = dataGridViewCellStyle20;
|
||||
this.dgvWeek.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.dgvWeek.EnableHeadersVisualStyles = false;
|
||||
this.dgvWeek.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(146)))), ((int)(((byte)(235)))));
|
||||
this.dgvWeek.Location = new System.Drawing.Point(3, 71);
|
||||
this.dgvWeek.MultiSelect = false;
|
||||
this.dgvWeek.Name = "dgvWeek";
|
||||
this.dgvWeek.ReadOnly = true;
|
||||
this.dgvWeek.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
||||
dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||
dataGridViewCellStyle21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
|
||||
dataGridViewCellStyle21.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
dataGridViewCellStyle21.ForeColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle21.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
|
||||
dataGridViewCellStyle21.SelectionForeColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle21.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.dgvWeek.RowHeadersDefaultCellStyle = dataGridViewCellStyle21;
|
||||
this.dgvWeek.RowHeadersWidth = 45;
|
||||
this.dgvWeek.RowTemplate.Height = 23;
|
||||
this.dgvWeek.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||||
this.dgvWeek.Size = new System.Drawing.Size(1307, 556);
|
||||
this.dgvWeek.TabIndex = 10;
|
||||
//
|
||||
// panel3
|
||||
//
|
||||
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.label3);
|
||||
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel3.Location = new System.Drawing.Point(3, 3);
|
||||
this.panel3.Name = "panel3";
|
||||
this.panel3.Size = new System.Drawing.Size(1307, 62);
|
||||
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, 21);
|
||||
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, 21);
|
||||
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, 20);
|
||||
this.dtpWeek.Name = "dtpWeek";
|
||||
this.dtpWeek.ShowUpDown = true;
|
||||
this.dtpWeek.Size = new System.Drawing.Size(156, 29);
|
||||
this.dtpWeek.TabIndex = 15;
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.label3.ForeColor = System.Drawing.Color.White;
|
||||
this.label3.Location = new System.Drawing.Point(30, 20);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(74, 22);
|
||||
this.label3.TabIndex = 13;
|
||||
this.label3.Text = "统计时间";
|
||||
//
|
||||
// tabPagePlus4
|
||||
//
|
||||
this.tabPagePlus4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
||||
this.tabPagePlus4.Controls.Add(this.tableLayoutPanel4);
|
||||
this.tabPagePlus4.Location = new System.Drawing.Point(1, 25);
|
||||
this.tabPagePlus4.Name = "tabPagePlus4";
|
||||
this.tabPagePlus4.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPagePlus4.Size = new System.Drawing.Size(1319, 636);
|
||||
this.tabPagePlus4.TabIndex = 3;
|
||||
this.tabPagePlus4.Text = "按月统计";
|
||||
//
|
||||
// tableLayoutPanel4
|
||||
//
|
||||
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, 10.11396F));
|
||||
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 89.88604F));
|
||||
this.tableLayoutPanel4.Size = new System.Drawing.Size(1313, 630);
|
||||
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.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
||||
this.dgvMonth.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.dgvMonth.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
||||
dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||
dataGridViewCellStyle22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
||||
dataGridViewCellStyle22.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
dataGridViewCellStyle22.ForeColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle22.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||
dataGridViewCellStyle22.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
dataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.dgvMonth.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle22;
|
||||
this.dgvMonth.ColumnHeadersHeight = 45;
|
||||
this.dgvMonth.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
||||
dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||
dataGridViewCellStyle23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
|
||||
dataGridViewCellStyle23.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
dataGridViewCellStyle23.ForeColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle23.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
|
||||
dataGridViewCellStyle23.SelectionForeColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||||
this.dgvMonth.DefaultCellStyle = dataGridViewCellStyle23;
|
||||
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(3, 66);
|
||||
this.dgvMonth.MultiSelect = false;
|
||||
this.dgvMonth.Name = "dgvMonth";
|
||||
this.dgvMonth.ReadOnly = true;
|
||||
this.dgvMonth.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
||||
dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||
dataGridViewCellStyle24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
|
||||
dataGridViewCellStyle24.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
dataGridViewCellStyle24.ForeColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle24.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
|
||||
dataGridViewCellStyle24.SelectionForeColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.dgvMonth.RowHeadersDefaultCellStyle = dataGridViewCellStyle24;
|
||||
this.dgvMonth.RowHeadersWidth = 45;
|
||||
this.dgvMonth.RowTemplate.Height = 23;
|
||||
this.dgvMonth.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||||
this.dgvMonth.Size = new System.Drawing.Size(1307, 561);
|
||||
this.dgvMonth.TabIndex = 11;
|
||||
//
|
||||
// panel4
|
||||
//
|
||||
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.label4);
|
||||
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel4.Location = new System.Drawing.Point(3, 3);
|
||||
this.panel4.Name = "panel4";
|
||||
this.panel4.Size = new System.Drawing.Size(1307, 57);
|
||||
this.panel4.TabIndex = 10;
|
||||
//
|
||||
// cmbYears
|
||||
//
|
||||
this.cmbYears.FormattingEnabled = true;
|
||||
this.cmbYears.Location = new System.Drawing.Point(1233, 16);
|
||||
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, 19);
|
||||
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, 18);
|
||||
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, 19);
|
||||
this.dtMonth.Name = "dtMonth";
|
||||
this.dtMonth.ShowUpDown = true;
|
||||
this.dtMonth.Size = new System.Drawing.Size(90, 29);
|
||||
this.dtMonth.TabIndex = 16;
|
||||
//
|
||||
// label4
|
||||
//
|
||||
this.label4.AutoSize = true;
|
||||
this.label4.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.label4.ForeColor = System.Drawing.Color.White;
|
||||
this.label4.Location = new System.Drawing.Point(28, 22);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(74, 22);
|
||||
this.label4.TabIndex = 14;
|
||||
this.label4.Text = "统计时间";
|
||||
//
|
||||
// FrmStaticsQuery
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
||||
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.ClientSize = new System.Drawing.Size(1392, 734);
|
||||
this.Controls.Add(this.ucPanel_400_2001);
|
||||
this.DoubleBuffered = true;
|
||||
this.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||||
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "FrmStaticsQuery";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "统计查询";
|
||||
this.Load += new System.EventHandler(this.FrmStaticsQuery_Load);
|
||||
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form_MouseDown);
|
||||
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Form_MouseMove);
|
||||
this.ucPanel_400_2001.ResumeLayout(false);
|
||||
this.ucPanel_400_2001.PerformLayout();
|
||||
this.tabControlPlus1.ResumeLayout(false);
|
||||
this.tabPagePlus1.ResumeLayout(false);
|
||||
this.tableLayoutPanel1.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.dgvClass)).EndInit();
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel1.PerformLayout();
|
||||
this.tabPagePlus2.ResumeLayout(false);
|
||||
this.tableLayoutPanel2.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.dgvDays)).EndInit();
|
||||
this.panel2.ResumeLayout(false);
|
||||
this.panel2.PerformLayout();
|
||||
this.tabPagePlus3.ResumeLayout(false);
|
||||
this.tableLayoutPanel3.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.dgvWeek)).EndInit();
|
||||
this.panel3.ResumeLayout(false);
|
||||
this.panel3.PerformLayout();
|
||||
this.tabPagePlus4.ResumeLayout(false);
|
||||
this.tableLayoutPanel4.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.dgvMonth)).EndInit();
|
||||
this.panel4.ResumeLayout(false);
|
||||
this.panel4.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private JinYuan.ControlLib.ucPanel_400_200 ucPanel_400_2001;
|
||||
private System.Windows.Forms.Button btn_Close;
|
||||
private HML.TabControlPlus tabControlPlus1;
|
||||
private HML.TabPagePlus tabPagePlus1;
|
||||
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 label1;
|
||||
private HML.TabPagePlus tabPagePlus2;
|
||||
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 label2;
|
||||
private HML.TabPagePlus tabPagePlus3;
|
||||
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 label3;
|
||||
private HML.TabPagePlus tabPagePlus4;
|
||||
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 label4;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user