namespace AIMS
{
    partial class frmReportExport
    {
        /// 
        /// Required designer variable.
        /// 
        private System.ComponentModel.IContainer components = null;
        /// 
        /// Clean up any resources being used.
        /// 
        /// true if managed resources should be disposed; otherwise, false.
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
        #region Windows Form Designer generated code
        /// 
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// 
        private void InitializeComponent()
        {
            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 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 dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.tspSetting = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
            this.superTabControl1 = new DevComponents.DotNetBar.SuperTabControl();
            this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.dgvtReport2 = new System.Windows.Forms.DataGridView();
            this.panel1 = new System.Windows.Forms.Panel();
            this.dtpEnd2 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
            this.dtpOpeTime2 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
            this.label1 = new System.Windows.Forms.Label();
            this.btn麻醉专业医疗质控指标 = new DevComponents.DotNetBar.ButtonX();
            this.label2 = new System.Windows.Forms.Label();
            this.R2 = new DevComponents.DotNetBar.SuperTabItem();
            this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.dgvtReport = new System.Windows.Forms.DataGridView();
            this.panel2 = new System.Windows.Forms.Panel();
            this.dtpEnd = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
            this.dtpOpeTime = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
            this.label24 = new System.Windows.Forms.Label();
            this.btn手术例数按月统计 = new DevComponents.DotNetBar.ButtonX();
            this.labDate = new System.Windows.Forms.Label();
            this.R1 = new DevComponents.DotNetBar.SuperTabItem();
            this.P3 = new DevComponents.DotNetBar.SuperTabItem();
            this.superTabControlPanel3 = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.dgvtEMPOperationInfos = new System.Windows.Forms.DataGridView();
            this.panel3 = new System.Windows.Forms.Panel();
            this.panel4 = new System.Windows.Forms.Panel();
            this.rdoHs = new System.Windows.Forms.RadioButton();
            this.rdoMz = new System.Windows.Forms.RadioButton();
            this.panel5 = new System.Windows.Forms.Panel();
            this.rdoJZ = new System.Windows.Forms.RadioButton();
            this.rdoZQ = new System.Windows.Forms.RadioButton();
            this.dateTimeInput1 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
            this.dateTimeInput2 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
            this.label3 = new System.Windows.Forms.Label();
            this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
            this.label4 = new System.Windows.Forms.Label();
            this.toolStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).BeginInit();
            this.superTabControl1.SuspendLayout();
            this.superTabControlPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvtReport2)).BeginInit();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dtpEnd2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtpOpeTime2)).BeginInit();
            this.superTabControlPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvtReport)).BeginInit();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dtpEnd)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtpOpeTime)).BeginInit();
            this.superTabControlPanel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvtEMPOperationInfos)).BeginInit();
            this.panel3.SuspendLayout();
            this.panel4.SuspendLayout();
            this.panel5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput2)).BeginInit();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            this.toolStrip1.BackColor = System.Drawing.Color.AliceBlue;
            this.toolStrip1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
            this.toolStrip1.ImageScalingSize = new System.Drawing.Size(25, 25);
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tspSetting,
            this.toolStripButton1});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(1350, 49);
            this.toolStrip1.TabIndex = 37;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // tspSetting
            // 
            this.tspSetting.Font = new System.Drawing.Font("微软雅黑", 9F);
            this.tspSetting.Image = global::AIMSControls.Properties.Resources.图标_设置;
            this.tspSetting.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tspSetting.Name = "tspSetting";
            this.tspSetting.Size = new System.Drawing.Size(68, 46);
            this.tspSetting.Text = "  导出设置";
            this.tspSetting.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tspSetting.Click += new System.EventHandler(this.tspSetting_Click);
            // 
            // toolStripButton1
            // 
            this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 9F);
            this.toolStripButton1.Image = global::AIMSControls.Properties.Resources.图标_手术排程;
            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton1.Name = "toolStripButton1";
            this.toolStripButton1.Size = new System.Drawing.Size(65, 46);
            this.toolStripButton1.Text = "导出Excel";
            this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
            // 
            // superTabControl1
            // 
            this.superTabControl1.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            // 
            // 
            // 
            this.superTabControl1.ControlBox.CloseBox.Name = "";
            // 
            // 
            // 
            this.superTabControl1.ControlBox.MenuBox.Name = "";
            this.superTabControl1.ControlBox.Name = "";
            this.superTabControl1.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.superTabControl1.ControlBox.MenuBox,
            this.superTabControl1.ControlBox.CloseBox});
            this.superTabControl1.Controls.Add(this.superTabControlPanel1);
            this.superTabControl1.Controls.Add(this.superTabControlPanel2);
            this.superTabControl1.Controls.Add(this.superTabControlPanel3);
            this.superTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.superTabControl1.ForeColor = System.Drawing.Color.Black;
            this.superTabControl1.Location = new System.Drawing.Point(0, 49);
            this.superTabControl1.Name = "superTabControl1";
            this.superTabControl1.ReorderTabsEnabled = true;
            this.superTabControl1.SelectedTabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.superTabControl1.SelectedTabIndex = 0;
            this.superTabControl1.Size = new System.Drawing.Size(1350, 492);
            this.superTabControl1.TabFont = new System.Drawing.Font("微软雅黑", 10F);
            this.superTabControl1.TabIndex = 38;
            this.superTabControl1.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.R1,
            this.R2,
            this.P3});
            this.superTabControl1.Text = "superTabControl1";
            // 
            // superTabControlPanel2
            // 
            this.superTabControlPanel2.Controls.Add(this.dgvtReport2);
            this.superTabControlPanel2.Controls.Add(this.panel1);
            this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.superTabControlPanel2.Location = new System.Drawing.Point(0, 32);
            this.superTabControlPanel2.Name = "superTabControlPanel2";
            this.superTabControlPanel2.Size = new System.Drawing.Size(1350, 460);
            this.superTabControlPanel2.TabIndex = 0;
            this.superTabControlPanel2.TabItem = this.R2;
            // 
            // dgvtReport2
            // 
            this.dgvtReport2.AllowUserToAddRows = false;
            this.dgvtReport2.AllowUserToDeleteRows = false;
            this.dgvtReport2.AllowUserToResizeColumns = false;
            this.dgvtReport2.AllowUserToResizeRows = false;
            this.dgvtReport2.BackgroundColor = System.Drawing.Color.White;
            this.dgvtReport2.BorderStyle = System.Windows.Forms.BorderStyle.None;
            dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            this.dgvtReport2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10;
            this.dgvtReport2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle11.Font = new System.Drawing.Font("微软雅黑", 9F);
            dataGridViewCellStyle11.ForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgvtReport2.DefaultCellStyle = dataGridViewCellStyle11;
            this.dgvtReport2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvtReport2.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
            this.dgvtReport2.GridColor = System.Drawing.Color.Black;
            this.dgvtReport2.Location = new System.Drawing.Point(0, 45);
            this.dgvtReport2.MultiSelect = false;
            this.dgvtReport2.Name = "dgvtReport2";
            this.dgvtReport2.ReadOnly = true;
            dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvtReport2.RowHeadersDefaultCellStyle = dataGridViewCellStyle12;
            this.dgvtReport2.RowHeadersVisible = false;
            this.dgvtReport2.RowTemplate.Height = 23;
            this.dgvtReport2.ShowCellErrors = false;
            this.dgvtReport2.ShowCellToolTips = false;
            this.dgvtReport2.Size = new System.Drawing.Size(1350, 415);
            this.dgvtReport2.TabIndex = 393;
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.WhiteSmoke;
            this.panel1.Controls.Add(this.dtpEnd2);
            this.panel1.Controls.Add(this.dtpOpeTime2);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.btn麻醉专业医疗质控指标);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1350, 45);
            this.panel1.TabIndex = 392;
            // 
            // dtpEnd2
            // 
            // 
            // 
            // 
            this.dtpEnd2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dtpEnd2.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
            this.dtpEnd2.ButtonDropDown.Visible = true;
            this.dtpEnd2.CustomFormat = "yyyy-MM-dd";
            this.dtpEnd2.FocusHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(186)))), ((int)(((byte)(179)))));
            this.dtpEnd2.Font = new System.Drawing.Font("微软雅黑", 9F);
            this.dtpEnd2.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
            this.dtpEnd2.IsPopupCalendarOpen = false;
            this.dtpEnd2.Location = new System.Drawing.Point(224, 9);
            // 
            // 
            // 
            // 
            // 
            // 
            this.dtpEnd2.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.dtpEnd2.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dtpEnd2.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0);
            // 
            // 
            // 
            this.dtpEnd2.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dtpEnd2.Name = "dtpEnd2";
            this.dtpEnd2.Size = new System.Drawing.Size(114, 23);
            this.dtpEnd2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.dtpEnd2.TabIndex = 472;
            // 
            // dtpOpeTime2
            // 
            // 
            // 
            // 
            this.dtpOpeTime2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dtpOpeTime2.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
            this.dtpOpeTime2.ButtonDropDown.Visible = true;
            this.dtpOpeTime2.CustomFormat = "yyyy-MM-dd";
            this.dtpOpeTime2.FocusHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(186)))), ((int)(((byte)(179)))));
            this.dtpOpeTime2.Font = new System.Drawing.Font("微软雅黑", 9F);
            this.dtpOpeTime2.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
            this.dtpOpeTime2.IsPopupCalendarOpen = false;
            this.dtpOpeTime2.Location = new System.Drawing.Point(91, 9);
            // 
            // 
            // 
            // 
            // 
            // 
            this.dtpOpeTime2.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.dtpOpeTime2.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dtpOpeTime2.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0);
            // 
            // 
            // 
            this.dtpOpeTime2.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dtpOpeTime2.Name = "dtpOpeTime2";
            this.dtpOpeTime2.Size = new System.Drawing.Size(114, 23);
            this.dtpOpeTime2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.dtpOpeTime2.TabIndex = 471;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(208, 11);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(15, 20);
            this.label1.TabIndex = 470;
            this.label1.Text = "-";
            // 
            // btn麻醉专业医疗质控指标
            // 
            this.btn麻醉专业医疗质控指标.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btn麻醉专业医疗质控指标.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btn麻醉专业医疗质控指标.Font = new System.Drawing.Font("微软雅黑", 11.5F);
            this.btn麻醉专业医疗质控指标.Location = new System.Drawing.Point(356, 7);
            this.btn麻醉专业医疗质控指标.Name = "btn麻醉专业医疗质控指标";
            this.btn麻醉专业医疗质控指标.Size = new System.Drawing.Size(90, 29);
            this.btn麻醉专业医疗质控指标.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btn麻醉专业医疗质控指标.TabIndex = 467;
            this.btn麻醉专业医疗质控指标.Text = "查询";
            this.btn麻醉专业医疗质控指标.Click += new System.EventHandler(this.btn麻醉专业医疗质控指标_Click);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(17, 9);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(68, 20);
            this.label2.TabIndex = 421;
            this.label2.Text = "查询时间:";
            // 
            // R2
            // 
            this.R2.AttachedControl = this.superTabControlPanel2;
            this.R2.GlobalItem = false;
            this.R2.Name = "R2";
            this.R2.Text = "2022麻醉专业医疗质控指标";
            // 
            // superTabControlPanel1
            // 
            this.superTabControlPanel1.Controls.Add(this.dgvtReport);
            this.superTabControlPanel1.Controls.Add(this.panel2);
            this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.superTabControlPanel1.Location = new System.Drawing.Point(0, 32);
            this.superTabControlPanel1.Name = "superTabControlPanel1";
            this.superTabControlPanel1.Size = new System.Drawing.Size(1350, 460);
            this.superTabControlPanel1.TabIndex = 1;
            this.superTabControlPanel1.TabItem = this.R1;
            // 
            // dgvtReport
            // 
            this.dgvtReport.AllowUserToAddRows = false;
            this.dgvtReport.AllowUserToDeleteRows = false;
            this.dgvtReport.AllowUserToResizeColumns = false;
            this.dgvtReport.AllowUserToResizeRows = false;
            this.dgvtReport.BackgroundColor = System.Drawing.Color.White;
            this.dgvtReport.BorderStyle = System.Windows.Forms.BorderStyle.None;
            dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            this.dgvtReport.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
            this.dgvtReport.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 9F);
            dataGridViewCellStyle8.ForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgvtReport.DefaultCellStyle = dataGridViewCellStyle8;
            this.dgvtReport.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvtReport.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
            this.dgvtReport.GridColor = System.Drawing.Color.Black;
            this.dgvtReport.Location = new System.Drawing.Point(0, 45);
            this.dgvtReport.MultiSelect = false;
            this.dgvtReport.Name = "dgvtReport";
            this.dgvtReport.ReadOnly = true;
            dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvtReport.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
            this.dgvtReport.RowHeadersVisible = false;
            this.dgvtReport.RowTemplate.Height = 23;
            this.dgvtReport.ShowCellErrors = false;
            this.dgvtReport.ShowCellToolTips = false;
            this.dgvtReport.Size = new System.Drawing.Size(1350, 415);
            this.dgvtReport.TabIndex = 391;
            this.dgvtReport.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvtReport_RowPostPaint);
            // 
            // panel2
            // 
            this.panel2.BackColor = System.Drawing.Color.WhiteSmoke;
            this.panel2.Controls.Add(this.dtpEnd);
            this.panel2.Controls.Add(this.dtpOpeTime);
            this.panel2.Controls.Add(this.label24);
            this.panel2.Controls.Add(this.btn手术例数按月统计);
            this.panel2.Controls.Add(this.labDate);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(1350, 45);
            this.panel2.TabIndex = 390;
            // 
            // dtpEnd
            // 
            // 
            // 
            // 
            this.dtpEnd.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dtpEnd.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
            this.dtpEnd.ButtonDropDown.Visible = true;
            this.dtpEnd.CustomFormat = "yyyy-MM-dd";
            this.dtpEnd.FocusHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(186)))), ((int)(((byte)(179)))));
            this.dtpEnd.Font = new System.Drawing.Font("微软雅黑", 9F);
            this.dtpEnd.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
            this.dtpEnd.IsPopupCalendarOpen = false;
            this.dtpEnd.Location = new System.Drawing.Point(224, 9);
            // 
            // 
            // 
            // 
            // 
            // 
            this.dtpEnd.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.dtpEnd.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dtpEnd.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0);
            // 
            // 
            // 
            this.dtpEnd.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dtpEnd.Name = "dtpEnd";
            this.dtpEnd.Size = new System.Drawing.Size(114, 23);
            this.dtpEnd.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.dtpEnd.TabIndex = 472;
            // 
            // dtpOpeTime
            // 
            // 
            // 
            // 
            this.dtpOpeTime.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dtpOpeTime.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
            this.dtpOpeTime.ButtonDropDown.Visible = true;
            this.dtpOpeTime.CustomFormat = "yyyy-MM-dd";
            this.dtpOpeTime.FocusHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(186)))), ((int)(((byte)(179)))));
            this.dtpOpeTime.Font = new System.Drawing.Font("微软雅黑", 9F);
            this.dtpOpeTime.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
            this.dtpOpeTime.IsPopupCalendarOpen = false;
            this.dtpOpeTime.Location = new System.Drawing.Point(91, 9);
            // 
            // 
            // 
            // 
            // 
            // 
            this.dtpOpeTime.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.dtpOpeTime.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dtpOpeTime.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0);
            // 
            // 
            // 
            this.dtpOpeTime.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dtpOpeTime.Name = "dtpOpeTime";
            this.dtpOpeTime.Size = new System.Drawing.Size(114, 23);
            this.dtpOpeTime.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.dtpOpeTime.TabIndex = 471;
            // 
            // label24
            // 
            this.label24.AutoSize = true;
            this.label24.Location = new System.Drawing.Point(208, 11);
            this.label24.Name = "label24";
            this.label24.Size = new System.Drawing.Size(15, 20);
            this.label24.TabIndex = 470;
            this.label24.Text = "-";
            // 
            // btn手术例数按月统计
            // 
            this.btn手术例数按月统计.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btn手术例数按月统计.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btn手术例数按月统计.Font = new System.Drawing.Font("微软雅黑", 11.5F);
            this.btn手术例数按月统计.Location = new System.Drawing.Point(356, 7);
            this.btn手术例数按月统计.Name = "btn手术例数按月统计";
            this.btn手术例数按月统计.Size = new System.Drawing.Size(90, 29);
            this.btn手术例数按月统计.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btn手术例数按月统计.TabIndex = 467;
            this.btn手术例数按月统计.Text = "查询";
            this.btn手术例数按月统计.Click += new System.EventHandler(this.btn手术例数按月统计_Click);
            // 
            // labDate
            // 
            this.labDate.AutoSize = true;
            this.labDate.Location = new System.Drawing.Point(17, 9);
            this.labDate.Name = "labDate";
            this.labDate.Size = new System.Drawing.Size(68, 20);
            this.labDate.TabIndex = 421;
            this.labDate.Text = "查询时间:";
            // 
            // R1
            // 
            this.R1.AttachedControl = this.superTabControlPanel1;
            this.R1.GlobalItem = false;
            this.R1.Name = "R1";
            this.R1.Text = "手术例数按月统计表";
            // 
            // P3
            // 
            this.P3.AttachedControl = this.superTabControlPanel3;
            this.P3.GlobalItem = false;
            this.P3.Name = "P3";
            this.P3.Text = "费用统计";
            this.P3.Visible = false;
            // 
            // superTabControlPanel3
            // 
            this.superTabControlPanel3.Controls.Add(this.dgvtEMPOperationInfos);
            this.superTabControlPanel3.Controls.Add(this.panel3);
            this.superTabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.superTabControlPanel3.Location = new System.Drawing.Point(0, 32);
            this.superTabControlPanel3.Name = "superTabControlPanel3";
            this.superTabControlPanel3.Size = new System.Drawing.Size(1350, 460);
            this.superTabControlPanel3.TabIndex = 0;
            this.superTabControlPanel3.TabItem = this.P3;
            // 
            // dgvtEMPOperationInfos
            // 
            this.dgvtEMPOperationInfos.AllowUserToAddRows = false;
            this.dgvtEMPOperationInfos.AllowUserToDeleteRows = false;
            this.dgvtEMPOperationInfos.AllowUserToResizeColumns = false;
            this.dgvtEMPOperationInfos.AllowUserToResizeRows = false;
            this.dgvtEMPOperationInfos.BackgroundColor = System.Drawing.Color.White;
            this.dgvtEMPOperationInfos.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dgvtEMPOperationInfos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 10.5F);
            dataGridViewCellStyle13.ForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgvtEMPOperationInfos.DefaultCellStyle = dataGridViewCellStyle13;
            this.dgvtEMPOperationInfos.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvtEMPOperationInfos.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
            this.dgvtEMPOperationInfos.GridColor = System.Drawing.Color.Black;
            this.dgvtEMPOperationInfos.Location = new System.Drawing.Point(0, 57);
            this.dgvtEMPOperationInfos.MultiSelect = false;
            this.dgvtEMPOperationInfos.Name = "dgvtEMPOperationInfos";
            this.dgvtEMPOperationInfos.ReadOnly = true;
            this.dgvtEMPOperationInfos.RowHeadersVisible = false;
            this.dgvtEMPOperationInfos.RowTemplate.Height = 23;
            this.dgvtEMPOperationInfos.ShowCellErrors = false;
            this.dgvtEMPOperationInfos.ShowCellToolTips = false;
            this.dgvtEMPOperationInfos.Size = new System.Drawing.Size(1350, 403);
            this.dgvtEMPOperationInfos.TabIndex = 391;
            // 
            // panel3
            // 
            this.panel3.BackColor = System.Drawing.Color.WhiteSmoke;
            this.panel3.Controls.Add(this.panel4);
            this.panel3.Controls.Add(this.panel5);
            this.panel3.Controls.Add(this.dateTimeInput1);
            this.panel3.Controls.Add(this.dateTimeInput2);
            this.panel3.Controls.Add(this.label3);
            this.panel3.Controls.Add(this.buttonX1);
            this.panel3.Controls.Add(this.label4);
            this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.panel3.Location = new System.Drawing.Point(0, 0);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(1350, 57);
            this.panel3.TabIndex = 390;
            // 
            // panel4
            // 
            this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel4.Controls.Add(this.rdoHs);
            this.panel4.Controls.Add(this.rdoMz);
            this.panel4.Location = new System.Drawing.Point(21, 11);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(177, 33);
            this.panel4.TabIndex = 474;
            // 
            // rdoHs
            // 
            this.rdoHs.AutoSize = true;
            this.rdoHs.Location = new System.Drawing.Point(93, 5);
            this.rdoHs.Name = "rdoHs";
            this.rdoHs.Size = new System.Drawing.Size(83, 24);
            this.rdoHs.TabIndex = 0;
            this.rdoHs.Text = "护士收费";
            this.rdoHs.UseVisualStyleBackColor = true;
            // 
            // rdoMz
            // 
            this.rdoMz.AutoSize = true;
            this.rdoMz.Checked = true;
            this.rdoMz.Location = new System.Drawing.Point(2, 5);
            this.rdoMz.Name = "rdoMz";
            this.rdoMz.Size = new System.Drawing.Size(83, 24);
            this.rdoMz.TabIndex = 0;
            this.rdoMz.TabStop = true;
            this.rdoMz.Text = "麻醉收费";
            this.rdoMz.UseVisualStyleBackColor = true;
            // 
            // panel5
            // 
            this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel5.Controls.Add(this.rdoJZ);
            this.panel5.Controls.Add(this.rdoZQ);
            this.panel5.Location = new System.Drawing.Point(216, 11);
            this.panel5.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(172, 33);
            this.panel5.TabIndex = 473;
            // 
            // rdoJZ
            // 
            this.rdoJZ.AutoSize = true;
            this.rdoJZ.Location = new System.Drawing.Point(86, 5);
            this.rdoJZ.Name = "rdoJZ";
            this.rdoJZ.Size = new System.Drawing.Size(55, 24);
            this.rdoJZ.TabIndex = 0;
            this.rdoJZ.Text = "耗材";
            this.rdoJZ.UseVisualStyleBackColor = true;
            // 
            // rdoZQ
            // 
            this.rdoZQ.AutoSize = true;
            this.rdoZQ.Checked = true;
            this.rdoZQ.Location = new System.Drawing.Point(11, 5);
            this.rdoZQ.Name = "rdoZQ";
            this.rdoZQ.Size = new System.Drawing.Size(55, 24);
            this.rdoZQ.TabIndex = 0;
            this.rdoZQ.TabStop = true;
            this.rdoZQ.Text = "药品";
            this.rdoZQ.UseVisualStyleBackColor = true;
            // 
            // dateTimeInput1
            // 
            // 
            // 
            // 
            this.dateTimeInput1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dateTimeInput1.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
            this.dateTimeInput1.ButtonDropDown.Visible = true;
            this.dateTimeInput1.CustomFormat = "yyyy-MM-dd HH:mm";
            this.dateTimeInput1.FocusHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(186)))), ((int)(((byte)(179)))));
            this.dateTimeInput1.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
            this.dateTimeInput1.IsPopupCalendarOpen = false;
            this.dateTimeInput1.Location = new System.Drawing.Point(692, 15);
            // 
            // 
            // 
            // 
            // 
            // 
            this.dateTimeInput1.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dateTimeInput1.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0);
            // 
            // 
            // 
            this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dateTimeInput1.Name = "dateTimeInput1";
            this.dateTimeInput1.Size = new System.Drawing.Size(200, 26);
            this.dateTimeInput1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.dateTimeInput1.TabIndex = 472;
            // 
            // dateTimeInput2
            // 
            // 
            // 
            // 
            this.dateTimeInput2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dateTimeInput2.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
            this.dateTimeInput2.ButtonDropDown.Visible = true;
            this.dateTimeInput2.CustomFormat = "yyyy-MM-dd HH:mm";
            this.dateTimeInput2.FocusHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(186)))), ((int)(((byte)(179)))));
            this.dateTimeInput2.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
            this.dateTimeInput2.IsPopupCalendarOpen = false;
            this.dateTimeInput2.Location = new System.Drawing.Point(476, 14);
            // 
            // 
            // 
            // 
            // 
            // 
            this.dateTimeInput2.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dateTimeInput2.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0);
            // 
            // 
            // 
            this.dateTimeInput2.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dateTimeInput2.Name = "dateTimeInput2";
            this.dateTimeInput2.Size = new System.Drawing.Size(200, 26);
            this.dateTimeInput2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.dateTimeInput2.TabIndex = 471;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(676, 17);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(15, 20);
            this.label3.TabIndex = 470;
            this.label3.Text = "-";
            // 
            // buttonX1
            // 
            this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX1.Font = new System.Drawing.Font("微软雅黑", 11.5F);
            this.buttonX1.Location = new System.Drawing.Point(902, 14);
            this.buttonX1.Name = "buttonX1";
            this.buttonX1.Size = new System.Drawing.Size(90, 29);
            this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonX1.TabIndex = 467;
            this.buttonX1.Text = "查询";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(402, 18);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(68, 20);
            this.label4.TabIndex = 421;
            this.label4.Text = "查询时间:";
            // 
            // frmReportExport
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.ClientSize = new System.Drawing.Size(1350, 541);
            this.Controls.Add(this.superTabControl1);
            this.Controls.Add(this.toolStrip1);
            this.Name = "frmReportExport";
            this.Text = "报表统计";
            this.Load += new System.EventHandler(this.frmOperationDruggCheck_Load);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).EndInit();
            this.superTabControl1.ResumeLayout(false);
            this.superTabControlPanel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvtReport2)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dtpEnd2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtpOpeTime2)).EndInit();
            this.superTabControlPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvtReport)).EndInit();
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dtpEnd)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtpOpeTime)).EndInit();
            this.superTabControlPanel3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvtEMPOperationInfos)).EndInit();
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            this.panel4.ResumeLayout(false);
            this.panel4.PerformLayout();
            this.panel5.ResumeLayout(false);
            this.panel5.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput2)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        #endregion
        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.ToolStripButton toolStripButton1;
        private DevComponents.DotNetBar.SuperTabControl superTabControl1;
        private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel1;
        private DevComponents.DotNetBar.SuperTabItem R1;
        private System.Windows.Forms.DataGridView dgvtReport;
        private System.Windows.Forms.Panel panel2;
        private DevComponents.Editors.DateTimeAdv.DateTimeInput dtpEnd;
        private DevComponents.Editors.DateTimeAdv.DateTimeInput dtpOpeTime;
        public System.Windows.Forms.Label label24;
        private DevComponents.DotNetBar.ButtonX btn手术例数按月统计;
        public System.Windows.Forms.Label labDate;
        private System.Windows.Forms.ToolStripButton tspSetting;
        private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel2;
        private System.Windows.Forms.DataGridView dgvtReport2;
        private System.Windows.Forms.Panel panel1;
        private DevComponents.Editors.DateTimeAdv.DateTimeInput dtpEnd2;
        private DevComponents.Editors.DateTimeAdv.DateTimeInput dtpOpeTime2;
        public System.Windows.Forms.Label label1;
        private DevComponents.DotNetBar.ButtonX btn麻醉专业医疗质控指标;
        public System.Windows.Forms.Label label2;
        private DevComponents.DotNetBar.SuperTabItem R2;
        private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel3;
        private DevComponents.DotNetBar.SuperTabItem P3;
        private System.Windows.Forms.DataGridView dgvtEMPOperationInfos;
        private System.Windows.Forms.Panel panel3;
        private System.Windows.Forms.Panel panel4;
        private System.Windows.Forms.RadioButton rdoHs;
        private System.Windows.Forms.RadioButton rdoMz;
        private System.Windows.Forms.Panel panel5;
        private System.Windows.Forms.RadioButton rdoJZ;
        private System.Windows.Forms.RadioButton rdoZQ;
        private DevComponents.Editors.DateTimeAdv.DateTimeInput dateTimeInput1;
        private DevComponents.Editors.DateTimeAdv.DateTimeInput dateTimeInput2;
        public System.Windows.Forms.Label label3;
        private DevComponents.DotNetBar.ButtonX buttonX1;
        public System.Windows.Forms.Label label4;
    }
}