/// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucSubtblManagement));
            FarPoint.Win.Spread.TipAppearance tipAppearance1         = new FarPoint.Win.Spread.TipAppearance();
            this.ucItem2           = new Neusoft.HISFC.Components.Common.Controls.ucInputItem();
            this.ucItem1           = new Neusoft.HISFC.Components.Common.Controls.ucInputItem();
            this.neuPanel1         = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.neuPanel5         = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.neuPanel4         = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.neuListView1      = new Neusoft.FrameWork.WinForms.Controls.NeuListView();
            this.neuListView2      = new Neusoft.FrameWork.WinForms.Controls.NeuListView();
            this.neuPanel3         = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.neuRadioButton2   = new Neusoft.FrameWork.WinForms.Controls.NeuRadioButton();
            this.neuRadioButton1   = new Neusoft.FrameWork.WinForms.Controls.NeuRadioButton();
            this.neuPanel2         = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.neuListBox1       = new Neusoft.FrameWork.WinForms.Controls.NeuListBox();
            this.neuSplitter1      = new Neusoft.FrameWork.WinForms.Controls.NeuSplitter();
            this.neuPanel6         = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.neuPanel7         = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.neuSpread1        = new Neusoft.FrameWork.WinForms.Controls.NeuSpread();
            this.neuSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.neuSplitter2      = new Neusoft.FrameWork.WinForms.Controls.NeuSplitter();
            this.neuPanel1.SuspendLayout();
            this.neuPanel5.SuspendLayout();
            this.neuPanel4.SuspendLayout();
            this.neuPanel3.SuspendLayout();
            this.neuPanel2.SuspendLayout();
            this.neuPanel6.SuspendLayout();
            this.neuPanel7.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit();
            this.SuspendLayout();
            //
            // ucItem2
            //
            this.ucItem2.AlCatagory              = ((System.Collections.ArrayList)(resources.GetObject("ucItem2.AlCatagory")));
            this.ucItem2.BackColor               = System.Drawing.Color.Honeydew;
            this.ucItem2.Dock                    = System.Windows.Forms.DockStyle.Top;
            this.ucItem2.FeeItem                 = ((Neusoft.FrameWork.Models.NeuObject)(resources.GetObject("ucItem2.FeeItem")));
            this.ucItem2.InputType               = 0;
            this.ucItem2.IsIncludeMat            = false;
            this.ucItem2.IsListShowAlways        = false;
            this.ucItem2.IsShowCategory          = false;
            this.ucItem2.IsShowInput             = true;
            this.ucItem2.IsShowSelfMark          = false;
            this.ucItem2.Location                = new System.Drawing.Point(0, 0);
            this.ucItem2.Name                    = "ucItem2";
            this.ucItem2.Patient                 = null;
            this.ucItem2.ShowCategory            = Neusoft.HISFC.Components.Common.Controls.EnumCategoryType.SysClass;
            this.ucItem2.ShowItemType            = Neusoft.HISFC.Components.Common.Controls.EnumShowItemType.Undrug;
            this.ucItem2.Size                    = new System.Drawing.Size(160, 41);
            this.ucItem2.TabIndex                = 7;
            this.ucItem2.UndrugApplicabilityarea = Neusoft.HISFC.Components.Common.Controls.EnumUndrugApplicabilityarea.All;
            //
            // ucItem1
            //
            this.ucItem1.AlCatagory              = ((System.Collections.ArrayList)(resources.GetObject("ucItem1.AlCatagory")));
            this.ucItem1.Dock                    = System.Windows.Forms.DockStyle.Top;
            this.ucItem1.FeeItem                 = ((Neusoft.FrameWork.Models.NeuObject)(resources.GetObject("ucItem1.FeeItem")));
            this.ucItem1.InputType               = 0;
            this.ucItem1.IsIncludeMat            = false;
            this.ucItem1.IsListShowAlways        = true;
            this.ucItem1.IsShowCategory          = true;
            this.ucItem1.IsShowInput             = true;
            this.ucItem1.IsShowSelfMark          = false;
            this.ucItem1.Location                = new System.Drawing.Point(0, 0);
            this.ucItem1.Name                    = "ucItem1";
            this.ucItem1.Patient                 = null;
            this.ucItem1.ShowCategory            = Neusoft.HISFC.Components.Common.Controls.EnumCategoryType.SysClass;
            this.ucItem1.ShowItemType            = Neusoft.HISFC.Components.Common.Controls.EnumShowItemType.Undrug;
            this.ucItem1.Size                    = new System.Drawing.Size(506, 208);
            this.ucItem1.TabIndex                = 0;
            this.ucItem1.UndrugApplicabilityarea = Neusoft.HISFC.Components.Common.Controls.EnumUndrugApplicabilityarea.All;
            this.ucItem1.SelectedItem           += new Neusoft.FrameWork.WinForms.Forms.SelectedItemHandler(this.ucItem1_SelectedItem);
            //
            // neuPanel1
            //
            this.neuPanel1.Controls.Add(this.neuPanel5);
            this.neuPanel1.Controls.Add(this.neuPanel3);
            this.neuPanel1.Controls.Add(this.neuPanel2);
            this.neuPanel1.Dock     = System.Windows.Forms.DockStyle.Left;
            this.neuPanel1.Location = new System.Drawing.Point(0, 0);
            this.neuPanel1.Name     = "neuPanel1";
            this.neuPanel1.Size     = new System.Drawing.Size(160, 471);
            this.neuPanel1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuPanel1.TabIndex = 8;
            //
            // neuPanel5
            //
            this.neuPanel5.Controls.Add(this.neuPanel4);
            this.neuPanel5.Controls.Add(this.neuListView2);
            this.neuPanel5.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.neuPanel5.Location = new System.Drawing.Point(0, 196);
            this.neuPanel5.Name     = "neuPanel5";
            this.neuPanel5.Size     = new System.Drawing.Size(160, 275);
            this.neuPanel5.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuPanel5.TabIndex = 11;
            //
            // neuPanel4
            //
            this.neuPanel4.BackColor = System.Drawing.Color.Silver;
            this.neuPanel4.Controls.Add(this.neuListView1);
            this.neuPanel4.Controls.Add(this.ucItem2);
            this.neuPanel4.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.neuPanel4.Location = new System.Drawing.Point(0, 0);
            this.neuPanel4.Name     = "neuPanel4";
            this.neuPanel4.Size     = new System.Drawing.Size(160, 275);
            this.neuPanel4.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuPanel4.TabIndex = 9;
            //
            // neuListView1
            //
            this.neuListView1.Dock          = System.Windows.Forms.DockStyle.Fill;
            this.neuListView1.HideSelection = false;
            this.neuListView1.Location      = new System.Drawing.Point(0, 41);
            this.neuListView1.Name          = "neuListView1";
            this.neuListView1.Size          = new System.Drawing.Size(160, 234);
            this.neuListView1.Style         = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuListView1.TabIndex      = 9;
            this.neuListView1.UseCompatibleStateImageBehavior = false;
            this.neuListView1.View = System.Windows.Forms.View.SmallIcon;
            this.neuListView1.SelectedIndexChanged += new System.EventHandler(this.neuListView1_SelectedIndexChanged);
            //
            // neuListView2
            //
            this.neuListView2.Dock          = System.Windows.Forms.DockStyle.Fill;
            this.neuListView2.HideSelection = false;
            this.neuListView2.Location      = new System.Drawing.Point(0, 0);
            this.neuListView2.Name          = "neuListView2";
            this.neuListView2.Size          = new System.Drawing.Size(160, 275);
            this.neuListView2.Style         = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuListView2.TabIndex      = 10;
            this.neuListView2.UseCompatibleStateImageBehavior = false;
            this.neuListView2.View = System.Windows.Forms.View.List;
            this.neuListView2.SelectedIndexChanged += new System.EventHandler(this.neuListView2_SelectedIndexChanged);
            //
            // neuPanel3
            //
            this.neuPanel3.Controls.Add(this.neuRadioButton2);
            this.neuPanel3.Controls.Add(this.neuRadioButton1);
            this.neuPanel3.Dock     = System.Windows.Forms.DockStyle.Top;
            this.neuPanel3.Location = new System.Drawing.Point(0, 161);
            this.neuPanel3.Name     = "neuPanel3";
            this.neuPanel3.Size     = new System.Drawing.Size(160, 35);
            this.neuPanel3.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuPanel3.TabIndex = 1;
            //
            // neuRadioButton2
            //
            this.neuRadioButton2.AutoSize = true;
            this.neuRadioButton2.Location = new System.Drawing.Point(86, 6);
            this.neuRadioButton2.Name     = "neuRadioButton2";
            this.neuRadioButton2.Size     = new System.Drawing.Size(59, 16);
            this.neuRadioButton2.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuRadioButton2.TabIndex = 10;
            this.neuRadioButton2.TabStop  = true;
            this.neuRadioButton2.Text     = "非药品";
            this.neuRadioButton2.UseVisualStyleBackColor = true;
            this.neuRadioButton2.CheckedChanged         += new System.EventHandler(this.neuRadioButton2_CheckedChanged);
            //
            // neuRadioButton1
            //
            this.neuRadioButton1.AutoSize = true;
            this.neuRadioButton1.Location = new System.Drawing.Point(11, 6);
            this.neuRadioButton1.Name     = "neuRadioButton1";
            this.neuRadioButton1.Size     = new System.Drawing.Size(71, 16);
            this.neuRadioButton1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuRadioButton1.TabIndex = 9;
            this.neuRadioButton1.TabStop  = true;
            this.neuRadioButton1.Text     = "药品用法";
            this.neuRadioButton1.UseVisualStyleBackColor = true;
            this.neuRadioButton1.CheckedChanged         += new System.EventHandler(this.neuRadioButton1_CheckedChanged);
            //
            // neuPanel2
            //
            this.neuPanel2.Controls.Add(this.neuListBox1);
            this.neuPanel2.Dock     = System.Windows.Forms.DockStyle.Top;
            this.neuPanel2.Location = new System.Drawing.Point(0, 0);
            this.neuPanel2.Name     = "neuPanel2";
            this.neuPanel2.Size     = new System.Drawing.Size(160, 161);
            this.neuPanel2.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuPanel2.TabIndex = 0;
            //
            // neuListBox1
            //
            this.neuListBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.neuListBox1.FormattingEnabled = true;
            this.neuListBox1.ItemHeight        = 12;
            this.neuListBox1.Location          = new System.Drawing.Point(0, 0);
            this.neuListBox1.Name                  = "neuListBox1";
            this.neuListBox1.Size                  = new System.Drawing.Size(160, 160);
            this.neuListBox1.Style                 = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuListBox1.TabIndex              = 0;
            this.neuListBox1.SelectedIndexChanged += new System.EventHandler(this.neuListBox1_SelectedIndexChanged);
            //
            // neuSplitter1
            //
            this.neuSplitter1.Location = new System.Drawing.Point(160, 0);
            this.neuSplitter1.Name     = "neuSplitter1";
            this.neuSplitter1.Size     = new System.Drawing.Size(6, 471);
            this.neuSplitter1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuSplitter1.TabIndex = 9;
            this.neuSplitter1.TabStop  = false;
            //
            // neuPanel6
            //
            this.neuPanel6.Controls.Add(this.neuPanel7);
            this.neuPanel6.Controls.Add(this.neuSplitter2);
            this.neuPanel6.Controls.Add(this.ucItem1);
            this.neuPanel6.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.neuPanel6.Location = new System.Drawing.Point(166, 0);
            this.neuPanel6.Name     = "neuPanel6";
            this.neuPanel6.Size     = new System.Drawing.Size(506, 471);
            this.neuPanel6.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuPanel6.TabIndex = 10;
            //
            // neuPanel7
            //
            this.neuPanel7.Controls.Add(this.neuSpread1);
            this.neuPanel7.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.neuPanel7.Location = new System.Drawing.Point(0, 214);
            this.neuPanel7.Name     = "neuPanel7";
            this.neuPanel7.Size     = new System.Drawing.Size(506, 257);
            this.neuPanel7.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuPanel7.TabIndex = 3;
            //
            // neuSpread1
            //
            this.neuSpread1.About = "3.0.2004.2005";
            this.neuSpread1.AccessibleDescription = "neuSpread1, Sheet1, Row 0, Column 0, ";
            this.neuSpread1.BackColor             = System.Drawing.Color.White;
            this.neuSpread1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.neuSpread1.FileName = "";
            this.neuSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            this.neuSpread1.IsAutoSaveGridStatus      = false;
            this.neuSpread1.IsCanCustomConfigColumn   = false;
            this.neuSpread1.Location = new System.Drawing.Point(0, 0);
            this.neuSpread1.Name     = "neuSpread1";
            this.neuSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.neuSpread1_Sheet1
            });
            this.neuSpread1.Size                    = new System.Drawing.Size(506, 257);
            this.neuSpread1.Style                   = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuSpread1.TabIndex                = 2;
            tipAppearance1.BackColor                = System.Drawing.SystemColors.Info;
            tipAppearance1.Font                     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            tipAppearance1.ForeColor                = System.Drawing.SystemColors.InfoText;
            this.neuSpread1.TextTipAppearance       = tipAppearance1;
            this.neuSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            //
            // neuSpread1_Sheet1
            //
            this.neuSpread1_Sheet1.Reset();
            this.neuSpread1_Sheet1.SheetName = "Sheet1";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.neuSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.neuSpread1_Sheet1.ActiveSkin     = FarPoint.Win.Spread.DefaultSkins.Classic2;
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(105)))), ((int)(((byte)(107)))));
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Font      = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.ForeColor = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Locked    = false;
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Parent    = "HeaderDefault";
            this.neuSpread1_Sheet1.Columns.Get(0).Width   = 200F;
            this.neuSpread1_Sheet1.DefaultStyle.BackColor = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.DefaultStyle.ForeColor = System.Drawing.Color.Black;
            this.neuSpread1_Sheet1.DefaultStyle.Locked    = false;
            this.neuSpread1_Sheet1.DefaultStyle.Parent    = "DataAreaDefault";
            this.neuSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.neuSpread1_Sheet1.RowHeader.Columns.Get(0).Width      = 40F;
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(105)))), ((int)(((byte)(107)))));
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.Font         = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.ForeColor    = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.Locked       = false;
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.Parent       = "HeaderDefault";
            this.neuSpread1_Sheet1.SheetCornerStyle.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(105)))), ((int)(((byte)(107)))));
            this.neuSpread1_Sheet1.SheetCornerStyle.ForeColor          = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.SheetCornerStyle.Locked             = false;
            this.neuSpread1_Sheet1.SheetCornerStyle.Parent             = "HeaderDefault";
            this.neuSpread1_Sheet1.VisualStyles   = FarPoint.Win.VisualStyles.Off;
            this.neuSpread1_Sheet1.CellChanged   += new FarPoint.Win.Spread.SheetViewEventHandler(this.neuSpread1_Sheet1_CellChanged);
            this.neuSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            //
            // neuSplitter2
            //
            this.neuSplitter2.Dock     = System.Windows.Forms.DockStyle.Top;
            this.neuSplitter2.Location = new System.Drawing.Point(0, 208);
            this.neuSplitter2.Name     = "neuSplitter2";
            this.neuSplitter2.Size     = new System.Drawing.Size(506, 6);
            this.neuSplitter2.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuSplitter2.TabIndex = 1;
            this.neuSplitter2.TabStop  = false;
            //
            // ucSubtblManagement
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.neuPanel6);
            this.Controls.Add(this.neuSplitter1);
            this.Controls.Add(this.neuPanel1);
            this.Name  = "ucSubtblManagement";
            this.Size  = new System.Drawing.Size(672, 471);
            this.Load += new System.EventHandler(this.ucSubtblManagement_Load);
            this.neuPanel1.ResumeLayout(false);
            this.neuPanel5.ResumeLayout(false);
            this.neuPanel4.ResumeLayout(false);
            this.neuPanel3.ResumeLayout(false);
            this.neuPanel3.PerformLayout();
            this.neuPanel2.ResumeLayout(false);
            this.neuPanel6.ResumeLayout(false);
            this.neuPanel7.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit();
            this.ResumeLayout(false);
        }
 private void InitializeComponent()
 {
     this.components   = new System.ComponentModel.Container();
     this.neuSplitter1 = new Neusoft.FrameWork.WinForms.Controls.NeuSplitter();
     this.neuLabel3    = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
     this.neuTextBox1  = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
     this.neuLabel4    = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
     this.neuTextBox2  = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
     this.neuLabel5    = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
     this.cbstate      = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
     this.neuComboBox1 = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
     this.neuLabel6    = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
     this.plLeft.SuspendLayout();
     this.plRight.SuspendLayout();
     this.plQueryCondition.SuspendLayout();
     this.plMain.SuspendLayout();
     this.plTop.SuspendLayout();
     this.plBottom.SuspendLayout();
     this.plRightTop.SuspendLayout();
     this.plRightBottom.SuspendLayout();
     this.gbMid.SuspendLayout();
     this.SuspendLayout();
     //
     // plLeft
     //
     this.plLeft.Size = new System.Drawing.Size(0, 394);
     //
     // plRight
     //
     this.plRight.Location = new System.Drawing.Point(0, 5);
     this.plRight.Size     = new System.Drawing.Size(800, 394);
     //
     // plQueryCondition
     //
     this.plQueryCondition.Size = new System.Drawing.Size(0, 33);
     //
     // plMain
     //
     this.plMain.Size = new System.Drawing.Size(800, 464);
     //
     // plTop
     //
     this.plTop.Controls.Add(this.neuLabel6);
     this.plTop.Controls.Add(this.neuComboBox1);
     this.plTop.Controls.Add(this.cbstate);
     this.plTop.Controls.Add(this.neuLabel5);
     this.plTop.Controls.Add(this.neuTextBox2);
     this.plTop.Controls.Add(this.neuLabel3);
     this.plTop.Controls.Add(this.neuTextBox1);
     this.plTop.Controls.Add(this.neuLabel4);
     this.plTop.Size = new System.Drawing.Size(800, 65);
     this.plTop.Controls.SetChildIndex(this.neuLabel4, 0);
     this.plTop.Controls.SetChildIndex(this.neuTextBox1, 0);
     this.plTop.Controls.SetChildIndex(this.neuLabel3, 0);
     this.plTop.Controls.SetChildIndex(this.neuTextBox2, 0);
     this.plTop.Controls.SetChildIndex(this.dtpBeginTime, 0);
     this.plTop.Controls.SetChildIndex(this.neuLabel1, 0);
     this.plTop.Controls.SetChildIndex(this.neuLabel2, 0);
     this.plTop.Controls.SetChildIndex(this.dtpEndTime, 0);
     this.plTop.Controls.SetChildIndex(this.neuLabel5, 0);
     this.plTop.Controls.SetChildIndex(this.cbstate, 0);
     this.plTop.Controls.SetChildIndex(this.neuComboBox1, 0);
     this.plTop.Controls.SetChildIndex(this.neuLabel6, 0);
     //
     // plBottom
     //
     this.plBottom.Location = new System.Drawing.Point(0, 65);
     this.plBottom.Size     = new System.Drawing.Size(800, 399);
     //
     // slLeft
     //
     this.slLeft.Location = new System.Drawing.Point(0, 5);
     this.slLeft.Size     = new System.Drawing.Size(3, 394);
     //
     // plLeftControl
     //
     this.plLeftControl.Size = new System.Drawing.Size(0, 361);
     //
     // plRightTop
     //
     this.plRightTop.Controls.Add(this.neuSplitter1);
     this.plRightTop.Size = new System.Drawing.Size(800, 391);
     this.plRightTop.Controls.SetChildIndex(this.neuSplitter1, 0);
     this.plRightTop.Controls.SetChildIndex(this.dwMain, 0);
     //
     // slTop
     //
     this.slTop.Location = new System.Drawing.Point(0, 391);
     this.slTop.Size     = new System.Drawing.Size(800, 3);
     //
     // plRightBottom
     //
     this.plRightBottom.Location = new System.Drawing.Point(0, 394);
     this.plRightBottom.Size     = new System.Drawing.Size(800, 0);
     //
     // gbMid
     //
     this.gbMid.Size = new System.Drawing.Size(792, 38);
     //
     // btnClose
     //
     this.btnClose.Location = new System.Drawing.Point(1509, 9);
     //
     // dwMain
     //
     this.dwMain.DataWindowObject = "d_fin_ipr_inpatient_query";
     this.dwMain.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.dwMain.LibraryList      = "Report\\finipb.pbd;Report\\finipb.pbl";
     this.dwMain.Location         = new System.Drawing.Point(3, 0);
     this.dwMain.Name             = "dwMain";
     this.dwMain.ScrollBars       = Sybase.DataWindow.DataWindowScrollBars.Both;
     this.dwMain.Size             = new System.Drawing.Size(797, 391);
     this.dwMain.TabIndex         = 0;
     this.dwMain.Text             = "neuDataWindow1";
     //
     // neuSplitter1
     //
     this.neuSplitter1.Location = new System.Drawing.Point(0, 0);
     this.neuSplitter1.Name     = "neuSplitter1";
     this.neuSplitter1.Size     = new System.Drawing.Size(3, 391);
     this.neuSplitter1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuSplitter1.TabIndex = 1;
     this.neuSplitter1.TabStop  = false;
     //
     // neuLabel3
     //
     this.neuLabel3.AutoSize  = true;
     this.neuLabel3.ForeColor = System.Drawing.Color.OliveDrab;
     this.neuLabel3.Location  = new System.Drawing.Point(383, 41);
     this.neuLabel3.Name      = "neuLabel3";
     this.neuLabel3.Size      = new System.Drawing.Size(29, 12);
     this.neuLabel3.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuLabel3.TabIndex  = 4;
     this.neuLabel3.Text      = "姓名";
     //
     // neuTextBox1
     //
     this.neuTextBox1.Location     = new System.Drawing.Point(418, 38);
     this.neuTextBox1.Name         = "neuTextBox1";
     this.neuTextBox1.Size         = new System.Drawing.Size(100, 21);
     this.neuTextBox1.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuTextBox1.TabIndex     = 5;
     this.neuTextBox1.TextChanged += new System.EventHandler(this.neuTextBox1_TextChanged);
     //
     // neuLabel4
     //
     this.neuLabel4.AutoSize  = true;
     this.neuLabel4.ForeColor = System.Drawing.Color.OliveDrab;
     this.neuLabel4.Location  = new System.Drawing.Point(524, 41);
     this.neuLabel4.Name      = "neuLabel4";
     this.neuLabel4.Size      = new System.Drawing.Size(53, 12);
     this.neuLabel4.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuLabel4.TabIndex  = 6;
     this.neuLabel4.Text      = "住院科室";
     //
     // neuTextBox2
     //
     this.neuTextBox2.Location     = new System.Drawing.Point(584, 36);
     this.neuTextBox2.Name         = "neuTextBox2";
     this.neuTextBox2.Size         = new System.Drawing.Size(100, 21);
     this.neuTextBox2.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuTextBox2.TabIndex     = 7;
     this.neuTextBox2.TextChanged += new System.EventHandler(this.neuTextBox1_TextChanged);
     //
     // neuLabel5
     //
     this.neuLabel5.AutoSize  = true;
     this.neuLabel5.ForeColor = System.Drawing.Color.OliveDrab;
     this.neuLabel5.Location  = new System.Drawing.Point(9, 45);
     this.neuLabel5.Name      = "neuLabel5";
     this.neuLabel5.Size      = new System.Drawing.Size(29, 12);
     this.neuLabel5.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuLabel5.TabIndex  = 8;
     this.neuLabel5.Text      = "状态";
     //
     // cbstate
     //
     this.cbstate.ArrowBackColor   = System.Drawing.Color.Silver;
     this.cbstate.IsFlat           = true;
     this.cbstate.IsLike           = true;
     this.cbstate.Location         = new System.Drawing.Point(44, 39);
     this.cbstate.Name             = "cbstate";
     this.cbstate.PopForm          = null;
     this.cbstate.ShowCustomerList = false;
     this.cbstate.ShowID           = false;
     this.cbstate.Size             = new System.Drawing.Size(121, 20);
     this.cbstate.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.cbstate.TabIndex         = 9;
     this.cbstate.Tag        = "";
     this.cbstate.ToolBarUse = false;
     //
     // neuComboBox1
     //
     this.neuComboBox1.ArrowBackColor   = System.Drawing.Color.Silver;
     this.neuComboBox1.IsFlat           = true;
     this.neuComboBox1.IsLike           = true;
     this.neuComboBox1.Location         = new System.Drawing.Point(246, 40);
     this.neuComboBox1.Name             = "neuComboBox1";
     this.neuComboBox1.PopForm          = null;
     this.neuComboBox1.ShowCustomerList = false;
     this.neuComboBox1.ShowID           = false;
     this.neuComboBox1.Size             = new System.Drawing.Size(121, 20);
     this.neuComboBox1.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuComboBox1.TabIndex         = 9;
     this.neuComboBox1.Tag                   = "";
     this.neuComboBox1.ToolBarUse            = false;
     this.neuComboBox1.SelectedIndexChanged += new System.EventHandler(this.neuComboBox1_SelectedIndexChanged);
     //
     // neuLabel6
     //
     this.neuLabel6.AutoSize  = true;
     this.neuLabel6.ForeColor = System.Drawing.Color.OliveDrab;
     this.neuLabel6.Location  = new System.Drawing.Point(187, 45);
     this.neuLabel6.Name      = "neuLabel6";
     this.neuLabel6.Size      = new System.Drawing.Size(53, 12);
     this.neuLabel6.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuLabel6.TabIndex  = 10;
     this.neuLabel6.Text      = "合同单位";
     //
     // ucFinIprInpatientQuery
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.IsLeftVisible       = false;
     this.MainDWDataObject    = "d_fin_ipr_inpatient_query";
     this.MainDWLabrary       = "Report\\finipb.pbd;Report\\finipb.pbl";
     this.Name = "ucFinIprInpatientQuery";
     this.Size = new System.Drawing.Size(800, 464);
     this.plLeft.ResumeLayout(false);
     this.plRight.ResumeLayout(false);
     this.plQueryCondition.ResumeLayout(false);
     this.plMain.ResumeLayout(false);
     this.plTop.ResumeLayout(false);
     this.plTop.PerformLayout();
     this.plBottom.ResumeLayout(false);
     this.plRightTop.ResumeLayout(false);
     this.plRightBottom.ResumeLayout(false);
     this.gbMid.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ucTabulation));
            this.panel1          = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.panel3          = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.tabControl1     = new Crownwood.Magic.Controls.TabControl();
            this.tabPage1        = new Crownwood.Magic.Controls.TabPage();
            this.ucTabular1      = new ucTabular();
            this.splitter1       = new Neusoft.FrameWork.WinForms.Controls.NeuSplitter();
            this.panel2          = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.panel5          = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.dateTimePicker1 = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker();
            this.label2          = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.groupBox1       = new Neusoft.FrameWork.WinForms.Controls.NeuGroupBox();
            this.treeView1       = new Neusoft.HISFC.Components.Common.Controls.baseTreeView();
            this.splitter2       = new Neusoft.FrameWork.WinForms.Controls.NeuSplitter();
            this.panel4          = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.groupBox2       = new Neusoft.FrameWork.WinForms.Controls.NeuGroupBox();
            this.tvDept          = new Neusoft.HISFC.Components.Common.Controls.baseTreeView();
            this.label1          = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.panel1.SuspendLayout();
            this.panel3.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.panel5.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.panel4.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            //
            // panel1
            //
            this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
            this.panel1.Controls.Add(this.panel3);
            this.panel1.Controls.Add(this.splitter1);
            this.panel1.Controls.Add(this.panel2);
            this.panel1.Location = new System.Drawing.Point(0, 42);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(737, 501);
            this.panel1.TabIndex = 2;
            //
            // panel3
            //
            this.panel3.BackColor = System.Drawing.SystemColors.HighlightText;
            this.panel3.Controls.Add(this.tabControl1);
            this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panel3.Location = new System.Drawing.Point(194, 0);
            this.panel3.Name     = "panel3";
            this.panel3.Size     = new System.Drawing.Size(543, 501);
            this.panel3.TabIndex = 2;
            //
            // tabControl1
            //
            this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.IDEPixelArea  = true;
            this.tabControl1.Location      = new System.Drawing.Point(0, 0);
            this.tabControl1.Name          = "tabControl1";
            this.tabControl1.PositionTop   = true;
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.SelectedTab   = this.tabPage1;
            this.tabControl1.Size          = new System.Drawing.Size(543, 501);
            this.tabControl1.TabIndex      = 0;
            this.tabControl1.TabPages.AddRange(new Crownwood.Magic.Controls.TabPage[] {
                this.tabPage1
            });
            //
            // tabPage1
            //
            this.tabPage1.Controls.Add(this.ucTabular1);
            this.tabPage1.Location = new System.Drawing.Point(0, 25);
            this.tabPage1.Name     = "tabPage1";
            this.tabPage1.Size     = new System.Drawing.Size(543, 476);
            this.tabPage1.TabIndex = 3;
            this.tabPage1.Title    = "排班信息";
            //
            // ucTabular1
            //
            this.ucTabular1.BackColor = System.Drawing.SystemColors.Window;
            this.ucTabular1.Dock      = System.Windows.Forms.DockStyle.Fill;
            this.ucTabular1.Location  = new System.Drawing.Point(0, 0);
            this.ucTabular1.Name      = "ucTabular1";
            this.ucTabular1.Size      = new System.Drawing.Size(543, 476);
            this.ucTabular1.TabIndex  = 0;
            //
            // splitter1
            //
            this.splitter1.BackColor = System.Drawing.SystemColors.Control;
            this.splitter1.Location  = new System.Drawing.Point(193, 0);
            this.splitter1.Name      = "splitter1";
            this.splitter1.Size      = new System.Drawing.Size(1, 501);
            this.splitter1.TabIndex  = 1;
            this.splitter1.TabStop   = false;
            //
            // panel2
            //
            this.panel2.BackColor = System.Drawing.Color.FloralWhite;
            this.panel2.Controls.Add(this.panel5);
            this.panel2.Controls.Add(this.splitter2);
            this.panel2.Controls.Add(this.panel4);
            this.panel2.Dock     = System.Windows.Forms.DockStyle.Left;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name     = "panel2";
            this.panel2.Size     = new System.Drawing.Size(193, 501);
            this.panel2.TabIndex = 0;
            //
            // panel5
            //
            this.panel5.BackColor = System.Drawing.Color.FloralWhite;
            this.panel5.Controls.Add(this.dateTimePicker1);
            this.panel5.Controls.Add(this.label2);
            this.panel5.Controls.Add(this.groupBox1);
            this.panel5.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panel5.Location = new System.Drawing.Point(0, 388);
            this.panel5.Name     = "panel5";
            this.panel5.Size     = new System.Drawing.Size(193, 113);
            this.panel5.TabIndex = 2;
            //
            // dateTimePicker1
            //
            this.dateTimePicker1.CustomFormat  = "yyyy年M月";
            this.dateTimePicker1.Format        = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dateTimePicker1.Location      = new System.Drawing.Point(12, 5);
            this.dateTimePicker1.Name          = "dateTimePicker1";
            this.dateTimePicker1.Size          = new System.Drawing.Size(85, 21);
            this.dateTimePicker1.TabIndex      = 2;
            this.dateTimePicker1.ValueChanged += new System.EventHandler(this.dateTimePicker1_ValueChanged);
            //
            // label2
            //
            this.label2.Location = new System.Drawing.Point(102, 9);
            this.label2.Name     = "label2";
            this.label2.Size     = new System.Drawing.Size(68, 14);
            this.label2.TabIndex = 0;
            this.label2.Text     = "排班记录:";
            //
            // groupBox1
            //
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.Controls.Add(this.treeView1);
            this.groupBox1.Location = new System.Drawing.Point(0, 25);
            this.groupBox1.Name     = "groupBox1";
            this.groupBox1.Size     = new System.Drawing.Size(193, 88);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop  = false;
            //
            // treeView1
            //
            this.treeView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
            this.treeView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.treeView1.ImageIndex  = 22;
            this.treeView1.Location    = new System.Drawing.Point(3, 7);
            this.treeView1.Name        = "treeView1";
            this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
                new System.Windows.Forms.TreeNode("已排班记录", 22, 22)
            });
            this.treeView1.Size         = new System.Drawing.Size(187, 78);
            this.treeView1.TabIndex     = 0;
            this.treeView1.DoubleClick += new System.EventHandler(this.treeView1_DoubleClick);
            //
            // splitter2
            //
            this.splitter2.Dock     = System.Windows.Forms.DockStyle.Top;
            this.splitter2.Location = new System.Drawing.Point(0, 385);
            this.splitter2.Name     = "splitter2";
            this.splitter2.Size     = new System.Drawing.Size(193, 3);
            this.splitter2.TabIndex = 1;
            this.splitter2.TabStop  = false;
            //
            // panel4
            //
            this.panel4.BackColor = System.Drawing.Color.FloralWhite;
            this.panel4.Controls.Add(this.groupBox2);
            this.panel4.Controls.Add(this.label1);
            this.panel4.Dock     = System.Windows.Forms.DockStyle.Top;
            this.panel4.Location = new System.Drawing.Point(0, 0);
            this.panel4.Name     = "panel4";
            this.panel4.Size     = new System.Drawing.Size(193, 385);
            this.panel4.TabIndex = 0;
            //
            // groupBox2
            //
            this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox2.Controls.Add(this.tvDept);
            this.groupBox2.Font     = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.groupBox2.Location = new System.Drawing.Point(0, 25);
            this.groupBox2.Name     = "groupBox2";
            this.groupBox2.Size     = new System.Drawing.Size(193, 360);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop  = false;
            //
            // tvDept
            //
            this.tvDept.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
            this.tvDept.BorderStyle  = System.Windows.Forms.BorderStyle.None;
            this.tvDept.Font         = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.tvDept.Location     = new System.Drawing.Point(3, 7);
            this.tvDept.Name         = "tvDept";
            this.tvDept.Size         = new System.Drawing.Size(187, 350);
            this.tvDept.TabIndex     = 0;
            this.tvDept.DoubleClick += new System.EventHandler(this.tvDept_DoubleClick);
            //
            // label1
            //
            this.label1.Location = new System.Drawing.Point(12, 10);
            this.label1.Name     = "label1";
            this.label1.Size     = new System.Drawing.Size(100, 17);
            this.label1.TabIndex = 0;
            this.label1.Text     = "科室列表:";
            //
            // frmTabulation
            //
            this.ClientSize = new System.Drawing.Size(737, 568);
            this.Controls.Add(this.panel1);
            this.Name = "ucTabulation";
            this.Text = "排班管理";
            this.Controls.SetChildIndex(this.panel1, 0);
            this.panel1.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.panel5.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.panel4.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.ResumeLayout(false);
        }