Newer
Older
GHFX_REFACTOR / FrmHotFuncStat.designer.cs
wxn on 9 Nov 2016 26 KB 冗余代码整理
using System.ComponentModel;
using System.Windows.Forms;
using System.Windows.Forms.DataVisualization.Charting;
using DevComponents.DotNetBar;
using DevComponents.DotNetBar.Controls;
using TabControl = System.Windows.Forms.TabControl;

namespace Cyberpipe
{
    partial class FrmHotFuncStat
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.exportBtn = new DevComponents.DotNetBar.ButtonX();
            this.funLists = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.statBtn = new DevComponents.DotNetBar.ButtonX();
            this.userLists = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.datetime2 = new System.Windows.Forms.DateTimePicker();
            this.label3 = new System.Windows.Forms.Label();
            this.datetime1 = new System.Windows.Forms.DateTimePicker();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.dataGridView1 = new DevComponents.DotNetBar.Controls.DataGridViewX();
            this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.tabControl2 = new System.Windows.Forms.TabControl();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.新建ToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.修改ToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.删除ToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.导入ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.修改ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.删除ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.导出ToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.IL_HFS = new System.Windows.Forms.ImageList(this.components);
            this.searchMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.导出ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.修改ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.导出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.新建ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.项目管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.groupBox2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.tabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.tabControl2.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.contextMenuStrip2.SuspendLayout();
            this.contextMenuStrip1.SuspendLayout();
            this.searchMenu.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.exportBtn);
            this.groupBox2.Controls.Add(this.funLists);
            this.groupBox2.Controls.Add(this.label4);
            this.groupBox2.Controls.Add(this.statBtn);
            this.groupBox2.Controls.Add(this.userLists);
            this.groupBox2.Controls.Add(this.label2);
            this.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Controls.Add(this.datetime2);
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Controls.Add(this.datetime1);
            this.groupBox2.Location = new System.Drawing.Point(13, 18);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(882, 59);
            this.groupBox2.TabIndex = 7;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "统计条件";
            // 
            // exportBtn
            // 
            this.exportBtn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.exportBtn.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.exportBtn.Location = new System.Drawing.Point(794, 21);
            this.exportBtn.Name = "exportBtn";
            this.exportBtn.Size = new System.Drawing.Size(67, 23);
            this.exportBtn.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.exportBtn.TabIndex = 14;
            this.exportBtn.Text = "导出专题图";
            this.exportBtn.Click += new System.EventHandler(this.exportBtn_Click);
            // 
            // funLists
            // 
            this.funLists.FormattingEnabled = true;
            this.funLists.Location = new System.Drawing.Point(570, 23);
            this.funLists.Name = "funLists";
            this.funLists.Size = new System.Drawing.Size(99, 20);
            this.funLists.TabIndex = 15;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(506, 27);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(65, 12);
            this.label4.TabIndex = 14;
            this.label4.Text = "功能分类:";
            // 
            // statBtn
            // 
            this.statBtn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.statBtn.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.statBtn.Location = new System.Drawing.Point(707, 21);
            this.statBtn.Name = "statBtn";
            this.statBtn.Size = new System.Drawing.Size(59, 23);
            this.statBtn.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.statBtn.TabIndex = 11;
            this.statBtn.Text = "统计";
            this.statBtn.Click += new System.EventHandler(this.statBtn_Click);
            // 
            // userLists
            // 
            this.userLists.FormattingEnabled = true;
            this.userLists.Location = new System.Drawing.Point(407, 23);
            this.userLists.Name = "userLists";
            this.userLists.Size = new System.Drawing.Size(67, 20);
            this.userLists.TabIndex = 13;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(344, 27);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 12;
            this.label2.Text = "操作人员:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(181, 27);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(17, 12);
            this.label1.TabIndex = 9;
            this.label1.Text = "—";
            // 
            // datetime2
            // 
            this.datetime2.Checked = false;
            this.datetime2.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.datetime2.Location = new System.Drawing.Point(200, 22);
            this.datetime2.Name = "datetime2";
            this.datetime2.Size = new System.Drawing.Size(102, 21);
            this.datetime2.TabIndex = 8;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(15, 28);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(41, 12);
            this.label3.TabIndex = 2;
            this.label3.Text = "日期:";
            // 
            // datetime1
            // 
            this.datetime1.Checked = false;
            this.datetime1.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.datetime1.Location = new System.Drawing.Point(70, 22);
            this.datetime1.Name = "datetime1";
            this.datetime1.Size = new System.Drawing.Size(105, 21);
            this.datetime1.TabIndex = 4;
            this.datetime1.Value = new System.DateTime(2014, 6, 30, 0, 0, 0, 0);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.tabControl1);
            this.groupBox1.Controls.Add(this.groupBox2);
            this.groupBox1.Location = new System.Drawing.Point(6, 6);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(901, 454);
            this.groupBox1.TabIndex = 19;
            this.groupBox1.TabStop = false;
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Cursor = System.Windows.Forms.Cursors.Default;
            this.tabControl1.Location = new System.Drawing.Point(13, 83);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(882, 365);
            this.tabControl1.TabIndex = 10;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.dataGridView1);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(874, 339);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "统计结果";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column1,
            this.Column2});
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridView1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
            this.dataGridView1.Location = new System.Drawing.Point(-4, 0);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(875, 337);
            this.dataGridView1.TabIndex = 10;
            // 
            // Column1
            // 
            this.Column1.HeaderText = "功能名称";
            this.Column1.Name = "Column1";
            // 
            // Column2
            // 
            this.Column2.HeaderText = "使用次数";
            this.Column2.Name = "Column2";
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.chart1);
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(874, 339);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "统计图";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // chart1
            // 
            chartArea1.AxisX.MajorGrid.Enabled = false;
            chartArea1.Name = "ChartArea1";
            this.chart1.ChartAreas.Add(chartArea1);
            this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chart1.Location = new System.Drawing.Point(3, 3);
            this.chart1.Name = "chart1";
            this.chart1.Size = new System.Drawing.Size(868, 333);
            this.chart1.TabIndex = 1;
            this.chart1.Text = "chart1";
            // 
            // tabControl2
            // 
            this.tabControl2.Controls.Add(this.tabPage3);
            this.tabControl2.Location = new System.Drawing.Point(8, 9);
            this.tabControl2.Name = "tabControl2";
            this.tabControl2.SelectedIndex = 0;
            this.tabControl2.Size = new System.Drawing.Size(922, 491);
            this.tabControl2.TabIndex = 20;
            //this.tabControl2.SelectedIndexChanged += new System.EventHandler(this.tabControl2_SelectedIndexChanged);
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.groupBox1);
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage3.Size = new System.Drawing.Size(914, 465);
            this.tabPage3.TabIndex = 0;
            this.tabPage3.Text = "生成专题图";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // contextMenuStrip2
            // 
            this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.新建ToolStripMenuItem2,
            this.修改ToolStripMenuItem2,
            this.删除ToolStripMenuItem2});
            this.contextMenuStrip2.Name = "contextMenuStrip2";
            this.contextMenuStrip2.Size = new System.Drawing.Size(101, 70);
            // 
            // 新建ToolStripMenuItem2
            // 
            this.新建ToolStripMenuItem2.Name = "新建ToolStripMenuItem2";
            this.新建ToolStripMenuItem2.Size = new System.Drawing.Size(100, 22);
            this.新建ToolStripMenuItem2.Tag = "0";
            this.新建ToolStripMenuItem2.Text = "新建";
            //this.新建ToolStripMenuItem2.Click += new System.EventHandler(this.HFS_Pnew_Click);
            // 
            // 修改ToolStripMenuItem2
            // 
            this.修改ToolStripMenuItem2.Name = "修改ToolStripMenuItem2";
            this.修改ToolStripMenuItem2.Size = new System.Drawing.Size(100, 22);
            this.修改ToolStripMenuItem2.Tag = "1";
            this.修改ToolStripMenuItem2.Text = "修改";
            //this.修改ToolStripMenuItem2.Click += new System.EventHandler(this.HFS_Pmodify_Click);
            // 
            // 删除ToolStripMenuItem2
            // 
            this.删除ToolStripMenuItem2.Name = "删除ToolStripMenuItem2";
            this.删除ToolStripMenuItem2.Size = new System.Drawing.Size(100, 22);
            this.删除ToolStripMenuItem2.Tag = "2";
            this.删除ToolStripMenuItem2.Text = "删除";
            //this.删除ToolStripMenuItem2.Click += new System.EventHandler(this.HFS_Pdelete_Click);
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.导入ToolStripMenuItem1,
            this.修改ToolStripMenuItem1,
            this.删除ToolStripMenuItem1,
            this.导出ToolStripMenuItem2});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(101, 92);
            // 
            // 导入ToolStripMenuItem1
            // 
            this.导入ToolStripMenuItem1.Name = "导入ToolStripMenuItem1";
            this.导入ToolStripMenuItem1.Size = new System.Drawing.Size(100, 22);
            this.导入ToolStripMenuItem1.Tag = "0";
            this.导入ToolStripMenuItem1.Text = "导入";
            //this.导入ToolStripMenuItem1.Click += new System.EventHandler(this.导入ToolStripMenuItem_Click);
            // 
            // 修改ToolStripMenuItem1
            // 
            this.修改ToolStripMenuItem1.Name = "修改ToolStripMenuItem1";
            this.修改ToolStripMenuItem1.Size = new System.Drawing.Size(100, 22);
            this.修改ToolStripMenuItem1.Tag = "1";
            this.修改ToolStripMenuItem1.Text = "修改";
            //this.修改ToolStripMenuItem1.Click += new System.EventHandler(this.修改ToolStripMenuItem_Click);
            // 
            // 删除ToolStripMenuItem1
            // 
            this.删除ToolStripMenuItem1.Name = "删除ToolStripMenuItem1";
            this.删除ToolStripMenuItem1.Size = new System.Drawing.Size(100, 22);
            this.删除ToolStripMenuItem1.Tag = "2";
            this.删除ToolStripMenuItem1.Text = "删除";
            //this.删除ToolStripMenuItem1.Click += new System.EventHandler(this.删除ToolStripMenuItem_Click);
            // 
            // 导出ToolStripMenuItem2
            // 
            this.导出ToolStripMenuItem2.Name = "导出ToolStripMenuItem2";
            this.导出ToolStripMenuItem2.Size = new System.Drawing.Size(100, 22);
            this.导出ToolStripMenuItem2.Tag = "2";
            this.导出ToolStripMenuItem2.Text = "导出";
            //this.导出ToolStripMenuItem2.Click += new System.EventHandler(this.导出ToolStripMenuItem2_Click);
            // 
            // IL_HFS
            // 
            this.IL_HFS.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
            this.IL_HFS.ImageSize = new System.Drawing.Size(16, 16);
            this.IL_HFS.TransparentColor = System.Drawing.Color.Transparent;
            // 
            // searchMenu
            // 
            this.searchMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.导出ToolStripMenuItem1});
            this.searchMenu.Name = "searchMenu";
            this.searchMenu.Size = new System.Drawing.Size(101, 26);
            // 
            // 导出ToolStripMenuItem1
            // 
            this.导出ToolStripMenuItem1.Name = "导出ToolStripMenuItem1";
            this.导出ToolStripMenuItem1.Size = new System.Drawing.Size(100, 22);
            this.导出ToolStripMenuItem1.Tag = "2";
            this.导出ToolStripMenuItem1.Text = "导出";
            //this.导出ToolStripMenuItem1.Click += new System.EventHandler(this.导出ToolStripMenuItem1_Click_1);
            // 
            // 修改ToolStripMenuItem
            // 
            this.修改ToolStripMenuItem.Name = "修改ToolStripMenuItem";
            this.修改ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
            this.修改ToolStripMenuItem.Tag = "1";
            this.修改ToolStripMenuItem.Text = "修改";
            //this.修改ToolStripMenuItem.Click += new System.EventHandler(this.修改ToolStripMenuItem_Click);
            // 
            // 删除ToolStripMenuItem
            // 
            this.删除ToolStripMenuItem.Name = "删除ToolStripMenuItem";
            this.删除ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
            this.删除ToolStripMenuItem.Tag = "2";
            this.删除ToolStripMenuItem.Text = "删除";
            //this.删除ToolStripMenuItem.Click += new System.EventHandler(this.删除ToolStripMenuItem_Click);
            // 
            // 导出ToolStripMenuItem
            // 
            this.导出ToolStripMenuItem.Name = "导出ToolStripMenuItem";
            this.导出ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
            this.导出ToolStripMenuItem.Tag = "2";
            this.导出ToolStripMenuItem.Text = "导出";
            //this.导出ToolStripMenuItem.Click += new System.EventHandler(this.导出ToolStripMenuItem_Click);
            // 
            // 新建ToolStripMenuItem
            // 
            this.新建ToolStripMenuItem.Name = "新建ToolStripMenuItem";
            this.新建ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
            this.新建ToolStripMenuItem.Tag = "0";
            this.新建ToolStripMenuItem.Text = "新建";
            //this.新建ToolStripMenuItem.Click += new System.EventHandler(this.新建ToolStripMenuItem_Click);
            // 
            // 项目管理ToolStripMenuItem
            // 
            this.项目管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.新建ToolStripMenuItem,
            this.修改ToolStripMenuItem,
            this.删除ToolStripMenuItem,
            this.导出ToolStripMenuItem});
            this.项目管理ToolStripMenuItem.Name = "项目管理ToolStripMenuItem";
            this.项目管理ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
            this.项目管理ToolStripMenuItem.Text = "项目管理";
            // 
            // FrmHotFuncStat
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(931, 526);
            this.Controls.Add(this.tabControl2);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.Name = "FrmHotFuncStat";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "热点功能统计专题图";
            this.Load += new System.EventHandler(this.FrmHotFuncStat_Load);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.tabPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            this.tabControl2.ResumeLayout(false);
            this.tabPage3.ResumeLayout(false);
            this.contextMenuStrip2.ResumeLayout(false);
            this.contextMenuStrip1.ResumeLayout(false);
            this.searchMenu.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private GroupBox groupBox2;
        private ButtonX exportBtn;
        private ComboBox userLists;
        private Label label2;
        private ButtonX statBtn;
        private Label label1;
        private DateTimePicker datetime2;
        private Label label3;
        private DateTimePicker datetime1;
        private GroupBox groupBox1;
        private TabControl tabControl1;
        private TabPage tabPage1;
        private DataGridViewX dataGridView1;
        private TabPage tabPage2;
        private DataGridViewTextBoxColumn Column1;
        private DataGridViewTextBoxColumn Column2;
        private Chart chart1;
        private ComboBox funLists;
        private Label label4;
        private TabControl tabControl2;
        private TabPage tabPage3;
        private ToolStripMenuItem 项目管理ToolStripMenuItem;
        private ToolStripMenuItem 新建ToolStripMenuItem;
        private ToolStripMenuItem 修改ToolStripMenuItem;
        private ToolStripMenuItem 删除ToolStripMenuItem;
        private ToolStripMenuItem 导出ToolStripMenuItem;
        private ImageList IL_HFS;
        private ContextMenuStrip contextMenuStrip1;
        private ToolStripMenuItem 导入ToolStripMenuItem1;
        private ToolStripMenuItem 修改ToolStripMenuItem1;
        private ToolStripMenuItem 删除ToolStripMenuItem1;
        private ContextMenuStrip contextMenuStrip2;
        private ToolStripMenuItem 新建ToolStripMenuItem2;
        private ToolStripMenuItem 修改ToolStripMenuItem2;
        private ToolStripMenuItem 删除ToolStripMenuItem2;
        private ToolStripMenuItem 导出ToolStripMenuItem2;
        private ContextMenuStrip searchMenu;
        private ToolStripMenuItem 导出ToolStripMenuItem1;
    }
}