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

        /// </summary>
        private void InitializeComponent()
        {
            this.components      = new System.ComponentModel.Container();
            this.fpEnter1        = new Neusoft.FrameWork.WinForms.Controls.NeuFpEnter();
            this.fpEnter1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.contextMenu1    = new System.Windows.Forms.ContextMenu();
            this.menuItem2       = new System.Windows.Forms.MenuItem();
            ((System.ComponentModel.ISupportInitialize)(this.fpEnter1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpEnter1_Sheet1)).BeginInit();
            this.SuspendLayout();
            //
            // fpEnter1
            //
            this.fpEnter1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.fpEnter1.EditModePermanent = true;
            this.fpEnter1.EditModeReplace   = true;
            this.fpEnter1.Location          = new System.Drawing.Point(0, 0);
            this.fpEnter1.Name = "fpEnter1";
            this.fpEnter1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.fpEnter1_Sheet1
            });
            this.fpEnter1.ShowListWhenOfFocus = false;
            this.fpEnter1.Size     = new System.Drawing.Size(800, 600);
            this.fpEnter1.TabIndex = 0;
            //
            // fpEnter1_Sheet1
            //
            this.fpEnter1_Sheet1.Reset();
            this.fpEnter1_Sheet1.ActiveSkin = new FarPoint.Win.Spread.SheetSkin("CustomSkin1", System.Drawing.SystemColors.Control, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.LightGray, FarPoint.Win.Spread.GridLines.Both, System.Drawing.Color.White, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, false, false, true, true, true);
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 0).Text   = "性别";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 1).Text   = "分娩结果";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 2).Text   = "体重";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 3).Text   = "转归";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 4).Text   = "呼吸";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 5).Text   = "院内感染次数";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 6).Text   = "医院感染名称";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 7).Text   = "ICD-10编码";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 8).Text   = "抢救次数";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 9).Text   = "感染次数";
            this.fpEnter1_Sheet1.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.White;
            this.fpEnter1_Sheet1.ColumnHeader.DefaultStyle.Font      = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.fpEnter1_Sheet1.ColumnHeader.DefaultStyle.Parent    = "HeaderDefault";
            this.fpEnter1_Sheet1.ColumnHeader.Rows.Get(0).Height     = 41F;
            this.fpEnter1_Sheet1.Columns.Get(2).Label = "体重";
            this.fpEnter1_Sheet1.Columns.Get(2).Width = 62F;
            this.fpEnter1_Sheet1.Columns.Get(5).Label = "院内感染次数";
            this.fpEnter1_Sheet1.Columns.Get(5).Width = 113F;
            this.fpEnter1_Sheet1.Columns.Get(6).Label = "医院感染名称";
            this.fpEnter1_Sheet1.Columns.Get(6).Width = 85F;
            this.fpEnter1_Sheet1.Columns.Get(7).Label = "ICD-10编码";
            this.fpEnter1_Sheet1.Columns.Get(7).Width = 105F;
            this.fpEnter1_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.fpEnter1_Sheet1.RowHeader.DefaultStyle.BackColor    = System.Drawing.Color.White;
            this.fpEnter1_Sheet1.RowHeader.DefaultStyle.Font         = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.fpEnter1_Sheet1.RowHeader.DefaultStyle.Parent       = "HeaderDefault";
            this.fpEnter1_Sheet1.SheetCornerStyle.BackColor          = System.Drawing.Color.White;
            this.fpEnter1_Sheet1.SheetCornerStyle.Parent             = "HeaderDefault";
            this.fpEnter1_Sheet1.SheetName = "Sheet1";
            //
            // contextMenu1
            //
            this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                this.menuItem2
            });
            //
            // menuItem2
            //
            this.menuItem2.Index  = 0;
            this.menuItem2.Text   = "删除";
            this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
            //
            // ucBabyCardInput
            //
            this.ContextMenu = this.contextMenu1;
            this.Controls.Add(this.fpEnter1);
            this.Name  = "ucBabyCardInput";
            this.Size  = new System.Drawing.Size(800, 600);
            this.Load += new System.EventHandler(this.ucBabyCardInput_Load);
            ((System.ComponentModel.ISupportInitialize)(this.fpEnter1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpEnter1_Sheet1)).EndInit();
            this.ResumeLayout(false);
        }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            FarPoint.Win.Spread.TipAppearance tipAppearance2 = new FarPoint.Win.Spread.TipAppearance();
            this.fpEnter1        = new Neusoft.FrameWork.WinForms.Controls.NeuFpEnter();
            this.fpEnter1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.menuItem2       = new System.Windows.Forms.MenuItem();
            this.ucDiagnose1     = new Neusoft.HISFC.Components.Common.Controls.ucDiagnose();
            this.panel1          = new System.Windows.Forms.Panel();
            this.btAdd           = new System.Windows.Forms.Button();
            this.btDelete        = new System.Windows.Forms.Button();
            this.btSave          = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.fpEnter1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpEnter1_Sheet1)).BeginInit();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            //
            // fpEnter1
            //
            this.fpEnter1.About = "2.5.2007.2005";
            this.fpEnter1.AccessibleDescription = "fpEnter1, Sheet1, Row 0, Column 0, ";
            this.fpEnter1.BackColor             = System.Drawing.SystemColors.Control;
            this.fpEnter1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.fpEnter1.EditModePermanent = true;
            this.fpEnter1.EditModeReplace   = true;
            this.fpEnter1.Location          = new System.Drawing.Point(0, 0);
            this.fpEnter1.Name       = "fpEnter1";
            this.fpEnter1.SelectNone = false;
            this.fpEnter1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.fpEnter1_Sheet1
            });
            this.fpEnter1.ShowListWhenOfFocus = false;
            this.fpEnter1.Size              = new System.Drawing.Size(896, 558);
            this.fpEnter1.TabIndex          = 0;
            tipAppearance2.BackColor        = System.Drawing.SystemColors.Info;
            tipAppearance2.Font             = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            tipAppearance2.ForeColor        = System.Drawing.SystemColors.InfoText;
            this.fpEnter1.TextTipAppearance = tipAppearance2;
            this.fpEnter1.EditChange       += new FarPoint.Win.Spread.EditorNotifyEventHandler(this.fpEnter1_EditChange);
            this.fpEnter1.EditModeOn       += new System.EventHandler(this.fpEnter1_EditModeOn);
            //
            // fpEnter1_Sheet1
            //
            this.fpEnter1_Sheet1.Reset();
            this.fpEnter1_Sheet1.SheetName = "Sheet1";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpEnter1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpEnter1_Sheet1.ColumnCount    = 17;
            this.fpEnter1_Sheet1.RowCount       = 0;
            this.fpEnter1_Sheet1.ActiveSkin     = new FarPoint.Win.Spread.SheetSkin("CustomSkin1", System.Drawing.SystemColors.Control, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.LightGray, FarPoint.Win.Spread.GridLines.Both, System.Drawing.Color.White, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, false, false, true, true, true);
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value  = "诊断类别";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value  = "ICD10";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value  = "诊断名称";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value  = "出院情况";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 4).Value  = "有无手术";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 5).Value  = "30种疾病";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 6).Value  = "病理符合";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 7).Value  = "分期";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 8).Value  = "分级";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 9).Value  = "是否疑诊";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 10).Value = "主诊断";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 11).Value = "序号";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 12).Value = "诊断日期";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 13).Value = "入院日期";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 14).Value = "出院日期";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 15).Value = "诊断医师代码";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 16).Value = "诊断医师";
            this.fpEnter1_Sheet1.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.White;
            this.fpEnter1_Sheet1.ColumnHeader.DefaultStyle.Font      = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.fpEnter1_Sheet1.ColumnHeader.DefaultStyle.Locked    = false;
            this.fpEnter1_Sheet1.ColumnHeader.DefaultStyle.Parent    = "HeaderDefault";
            this.fpEnter1_Sheet1.ColumnHeader.Rows.Get(0).Height     = 42F;
            this.fpEnter1_Sheet1.Columns.Get(15).Label = "诊断医师代码";
            this.fpEnter1_Sheet1.Columns.Get(15).Width = 88F;
            this.fpEnter1_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.fpEnter1_Sheet1.RowHeader.Columns.Get(0).Width      = 40F;
            this.fpEnter1_Sheet1.RowHeader.DefaultStyle.BackColor    = System.Drawing.Color.White;
            this.fpEnter1_Sheet1.RowHeader.DefaultStyle.Font         = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.fpEnter1_Sheet1.RowHeader.DefaultStyle.Locked       = false;
            this.fpEnter1_Sheet1.RowHeader.DefaultStyle.Parent       = "HeaderDefault";
            this.fpEnter1_Sheet1.SheetCornerStyle.BackColor          = System.Drawing.Color.White;
            this.fpEnter1_Sheet1.SheetCornerStyle.Locked             = false;
            this.fpEnter1_Sheet1.SheetCornerStyle.Parent             = "HeaderDefault";
            this.fpEnter1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            this.fpEnter1.SetViewportLeftColumn(0, 3);
            this.fpEnter1.SetActiveViewport(1, 0);
            //
            // menuItem2
            //
            this.menuItem2.Index = -1;
            this.menuItem2.Text  = "";
            //
            // ucDiagnose1
            //
            this.ucDiagnose1.BackColor = System.Drawing.SystemColors.ControlDark;
            this.ucDiagnose1.Location  = new System.Drawing.Point(152, 176);
            this.ucDiagnose1.Name      = "ucDiagnose1";
            this.ucDiagnose1.Size      = new System.Drawing.Size(392, 312);
            this.ucDiagnose1.TabIndex  = 1;
            //
            // panel1
            //
            this.panel1.Controls.Add(this.btAdd);
            this.panel1.Controls.Add(this.btDelete);
            this.panel1.Controls.Add(this.btSave);
            this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
            this.panel1.Location = new System.Drawing.Point(0, 558);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(896, 42);
            this.panel1.TabIndex = 2;
            //
            // btAdd
            //
            this.btAdd.Location = new System.Drawing.Point(500, 16);
            this.btAdd.Name     = "btAdd";
            this.btAdd.Size     = new System.Drawing.Size(75, 23);
            this.btAdd.TabIndex = 2;
            this.btAdd.Text     = "增加";
            this.btAdd.UseVisualStyleBackColor = true;
            this.btAdd.Click += new System.EventHandler(this.btAdd_Click);
            //
            // btDelete
            //
            this.btDelete.Location = new System.Drawing.Point(597, 16);
            this.btDelete.Name     = "btDelete";
            this.btDelete.Size     = new System.Drawing.Size(75, 23);
            this.btDelete.TabIndex = 1;
            this.btDelete.Text     = "删除";
            this.btDelete.UseVisualStyleBackColor = true;
            this.btDelete.Click += new System.EventHandler(this.btDelete_Click);
            //
            // btSave
            //
            this.btSave.Location = new System.Drawing.Point(681, 16);
            this.btSave.Name     = "btSave";
            this.btSave.Size     = new System.Drawing.Size(75, 23);
            this.btSave.TabIndex = 0;
            this.btSave.Text     = "保存";
            this.btSave.UseVisualStyleBackColor = true;
            this.btSave.Click += new System.EventHandler(this.btSave_Click);
            //
            // ucDiagNoseInput
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.BackColor           = System.Drawing.Color.White;
            this.Controls.Add(this.ucDiagnose1);
            this.Controls.Add(this.fpEnter1);
            this.Controls.Add(this.panel1);
            this.Name  = "ucDiagNoseInput";
            this.Size  = new System.Drawing.Size(896, 600);
            this.Load += new System.EventHandler(this.ucDiagNoseInput_Load);
            ((System.ComponentModel.ISupportInitialize)(this.fpEnter1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpEnter1_Sheet1)).EndInit();
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Exemplo n.º 3
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance();
            this.fpEnter1        = new Neusoft.FrameWork.WinForms.Controls.NeuFpEnter();
            this.contextMenu1    = new System.Windows.Forms.ContextMenu();
            this.menuItem2       = new System.Windows.Forms.MenuItem();
            this.fpEnter1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            ((System.ComponentModel.ISupportInitialize)(this.fpEnter1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpEnter1_Sheet1)).BeginInit();
            this.SuspendLayout();
            //
            // fpEnter1
            //
            this.fpEnter1.About = "2.5.2007.2005";
            this.fpEnter1.AccessibleDescription = "fpEnter1, Sheet1, Row 0, Column 0, ";
            this.fpEnter1.BackColor             = System.Drawing.SystemColors.Control;
            this.fpEnter1.ContextMenu           = this.contextMenu1;
            this.fpEnter1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.fpEnter1.EditModePermanent = true;
            this.fpEnter1.EditModeReplace   = true;
            this.fpEnter1.Location          = new System.Drawing.Point(0, 0);
            this.fpEnter1.Name       = "fpEnter1";
            this.fpEnter1.SelectNone = false;
            this.fpEnter1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.fpEnter1_Sheet1
            });
            this.fpEnter1.ShowListWhenOfFocus = false;
            this.fpEnter1.Size              = new System.Drawing.Size(800, 600);
            this.fpEnter1.TabIndex          = 0;
            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.fpEnter1.TextTipAppearance = tipAppearance1;
            //
            // contextMenu1
            //
            this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                this.menuItem2
            });
            //
            // menuItem2
            //
            this.menuItem2.Index  = 0;
            this.menuItem2.Text   = "删除";
            this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
            //
            // fpEnter1_Sheet1
            //
            this.fpEnter1_Sheet1.Reset();
            this.fpEnter1_Sheet1.SheetName = "Sheet1";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpEnter1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpEnter1_Sheet1.ColumnCount    = 4;
            this.fpEnter1_Sheet1.RowCount       = 0;
            this.fpEnter1_Sheet1.ActiveSkin     = new FarPoint.Win.Spread.SheetSkin("CustomSkin1", System.Drawing.SystemColors.Control, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.LightGray, FarPoint.Win.Spread.GridLines.Both, System.Drawing.Color.White, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, false, false, true, true, true);
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value  = "科室编码";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value  = "科室名称";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value  = "转科日期";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value  = "序号";
            this.fpEnter1_Sheet1.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.White;
            this.fpEnter1_Sheet1.ColumnHeader.DefaultStyle.Font      = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.fpEnter1_Sheet1.ColumnHeader.DefaultStyle.Locked    = false;
            this.fpEnter1_Sheet1.ColumnHeader.DefaultStyle.Parent    = "HeaderDefault";
            this.fpEnter1_Sheet1.ColumnHeader.Rows.Get(0).Height     = 39F;
            this.fpEnter1_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.fpEnter1_Sheet1.RowHeader.Columns.Get(0).Width      = 40F;
            this.fpEnter1_Sheet1.RowHeader.DefaultStyle.BackColor    = System.Drawing.Color.White;
            this.fpEnter1_Sheet1.RowHeader.DefaultStyle.Font         = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.fpEnter1_Sheet1.RowHeader.DefaultStyle.Locked       = false;
            this.fpEnter1_Sheet1.RowHeader.DefaultStyle.Parent       = "HeaderDefault";
            this.fpEnter1_Sheet1.SheetCornerStyle.BackColor          = System.Drawing.Color.White;
            this.fpEnter1_Sheet1.SheetCornerStyle.Locked             = false;
            this.fpEnter1_Sheet1.SheetCornerStyle.Parent             = "HeaderDefault";
            this.fpEnter1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            this.fpEnter1.SetActiveViewport(1, 0);
            //
            // ucChangeDept
            //
            this.Controls.Add(this.fpEnter1);
            this.Name  = "ucChangeDept";
            this.Size  = new System.Drawing.Size(800, 600);
            this.Load += new System.EventHandler(this.ucChangeDept_Load);
            ((System.ComponentModel.ISupportInitialize)(this.fpEnter1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpEnter1_Sheet1)).EndInit();
            this.ResumeLayout(false);
        }
Exemplo n.º 4
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ucMedTechItem));
            this.panel1           = new System.Windows.Forms.Panel();
            this.fpSpread1        = new Neusoft.FrameWork.WinForms.Controls.NeuFpEnter();
            this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.panel3           = new System.Windows.Forms.Panel();
            this.cmbQuery         = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.label1           = new System.Windows.Forms.Label();
            this.splitter1        = new System.Windows.Forms.Splitter();
            this.panel2           = new System.Windows.Forms.Panel();
            this.panel5           = new System.Windows.Forms.Panel();
            this.fpSpread2        = new Neusoft.FrameWork.WinForms.Controls.NeuFpEnter();
            this.fpSpread2_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.panel4           = new System.Windows.Forms.Panel();
            this.cmbDept          = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.label16          = new System.Windows.Forms.Label();
            this.label2           = new System.Windows.Forms.Label();
            this.dateTimePicker1  = new System.Windows.Forms.DateTimePicker();
            this.printDialog1     = new System.Windows.Forms.PrintDialog();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
            this.panel3.SuspendLayout();
            this.panel2.SuspendLayout();
            this.panel5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread2_Sheet1)).BeginInit();
            this.panel4.SuspendLayout();
            this.SuspendLayout();

            //
            // panel1
            //
            this.panel1.Controls.Add(this.fpSpread1);
            this.panel1.Controls.Add(this.panel3);
            this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
            this.panel1.Location = new System.Drawing.Point(0, 41);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(240, 676);
            this.panel1.TabIndex = 1;
            //
            // fpSpread1
            //
            this.fpSpread1.BackColor         = System.Drawing.Color.White;
            this.fpSpread1.Dock              = System.Windows.Forms.DockStyle.Fill;
            this.fpSpread1.EditModePermanent = true;
            this.fpSpread1.EditModeReplace   = true;
            this.fpSpread1.Location          = new System.Drawing.Point(0, 40);
            this.fpSpread1.Name              = "fpSpread1";
            this.fpSpread1.SelectNone        = false;
            this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.fpSpread1_Sheet1
            });
            this.fpSpread1.ShowListWhenOfFocus = false;
            this.fpSpread1.Size             = new System.Drawing.Size(240, 636);
            this.fpSpread1.TabIndex         = 0;
            this.fpSpread1.CellDoubleClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fpSpread1_CellDoubleClick);
            //
            // fpSpread1_Sheet1
            //
            this.fpSpread1_Sheet1.Reset();
            this.fpSpread1_Sheet1.RowCount          = 0;
            this.fpSpread1_Sheet1.GrayAreaBackColor = System.Drawing.SystemColors.ControlLightLight;
            this.fpSpread1_Sheet1.OperationMode     = FarPoint.Win.Spread.OperationMode.SingleSelect;
            this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.fpSpread1_Sheet1.RowHeader.Visible = false;
            this.fpSpread1_Sheet1.SelectionPolicy   = FarPoint.Win.Spread.Model.SelectionPolicy.Single;
            this.fpSpread1_Sheet1.SelectionUnit     = FarPoint.Win.Spread.Model.SelectionUnit.Row;
            this.fpSpread1_Sheet1.SheetName         = "Sheet1";
            this.fpSpread1_Sheet1.CellChanged      += new FarPoint.Win.Spread.SheetViewEventHandler(this.fpSpread1_Sheet1_CellChanged);
            //
            // panel3
            //
            this.panel3.BackColor   = System.Drawing.SystemColors.Control;
            this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panel3.Controls.Add(this.cmbQuery);
            this.panel3.Controls.Add(this.label1);
            this.panel3.Dock     = System.Windows.Forms.DockStyle.Top;
            this.panel3.Location = new System.Drawing.Point(0, 0);
            this.panel3.Name     = "panel3";
            this.panel3.Size     = new System.Drawing.Size(240, 40);
            this.panel3.TabIndex = 0;
            //
            // cmbQuery
            //
            this.cmbQuery.ArrowBackColor   = System.Drawing.Color.Silver;
            this.cmbQuery.IsFlat           = true;
            this.cmbQuery.IsLike           = true;
            this.cmbQuery.Location         = new System.Drawing.Point(48, 8);
            this.cmbQuery.Name             = "cmbQuery";
            this.cmbQuery.PopForm          = null;
            this.cmbQuery.ShowCustomerList = false;
            this.cmbQuery.ShowID           = false;
            this.cmbQuery.Size             = new System.Drawing.Size(176, 20);
            this.cmbQuery.TabIndex         = 76;
            this.cmbQuery.Tag          = "";
            this.cmbQuery.TextChanged += new System.EventHandler(this.cmbQuery_TextChanged);
            this.cmbQuery.Leave       += new System.EventHandler(this.cmbQuery_Leave);
            //
            // label1
            //
            this.label1.Location  = new System.Drawing.Point(8, 8);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(32, 23);
            this.label1.TabIndex  = 0;
            this.label1.Text      = "查询";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // splitter1
            //
            this.splitter1.Location = new System.Drawing.Point(240, 41);
            this.splitter1.Name     = "splitter1";
            this.splitter1.Size     = new System.Drawing.Size(3, 676);
            this.splitter1.TabIndex = 2;
            this.splitter1.TabStop  = false;
            //
            // panel2
            //
            this.panel2.Controls.Add(this.panel5);
            this.panel2.Controls.Add(this.panel4);
            this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(243, 41);
            this.panel2.Name     = "panel2";
            this.panel2.Size     = new System.Drawing.Size(773, 676);
            this.panel2.TabIndex = 3;
            //
            // panel5
            //
            this.panel5.Controls.Add(this.fpSpread2);
            this.panel5.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panel5.Location = new System.Drawing.Point(0, 40);
            this.panel5.Name     = "panel5";
            this.panel5.Size     = new System.Drawing.Size(773, 636);
            this.panel5.TabIndex = 2;
            //
            // fpSpread2
            //
            this.fpSpread2.BackColor         = System.Drawing.Color.White;
            this.fpSpread2.Dock              = System.Windows.Forms.DockStyle.Fill;
            this.fpSpread2.EditModePermanent = true;
            this.fpSpread2.EditModeReplace   = true;
            this.fpSpread2.Location          = new System.Drawing.Point(0, 0);
            this.fpSpread2.Name              = "fpSpread2";
            this.fpSpread2.SelectNone        = false;
            this.fpSpread2.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.fpSpread2_Sheet1
            });
            this.fpSpread2.ShowListWhenOfFocus = false;
            this.fpSpread2.Size     = new System.Drawing.Size(773, 636);
            this.fpSpread2.TabIndex = 0;
            //
            // fpSpread2_Sheet1
            //
            this.fpSpread2_Sheet1.Reset();
            this.fpSpread2_Sheet1.RowCount          = 0;
            this.fpSpread2_Sheet1.GrayAreaBackColor = System.Drawing.SystemColors.ControlLightLight;
            this.fpSpread2_Sheet1.OperationMode     = FarPoint.Win.Spread.OperationMode.RowMode;
            this.fpSpread2_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.fpSpread2_Sheet1.SheetName    = "Sheet1";
            this.fpSpread2_Sheet1.CellChanged += new FarPoint.Win.Spread.SheetViewEventHandler(this.fpSpread2_Sheet1_CellChanged);
            //
            // panel4
            //
            this.panel4.BackColor   = System.Drawing.SystemColors.Control;
            this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panel4.Controls.Add(this.cmbDept);
            this.panel4.Controls.Add(this.label16);
            this.panel4.Controls.Add(this.label2);
            this.panel4.Controls.Add(this.dateTimePicker1);
            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(773, 40);
            this.panel4.TabIndex = 1;
            //
            // cmbDept
            //
            this.cmbDept.ArrowBackColor   = System.Drawing.Color.Silver;
            this.cmbDept.IsFlat           = true;
            this.cmbDept.IsLike           = true;
            this.cmbDept.Location         = new System.Drawing.Point(104, 8);
            this.cmbDept.Name             = "cmbDept";
            this.cmbDept.PopForm          = null;
            this.cmbDept.ShowCustomerList = false;
            this.cmbDept.ShowID           = false;
            this.cmbDept.Size             = new System.Drawing.Size(128, 20);
            this.cmbDept.TabIndex         = 75;
            this.cmbDept.Tag = "";
            this.cmbDept.SelectedIndexChanged += new System.EventHandler(this.cmbDept_SelectedIndexChanged);
            //
            // label16
            //
            this.label16.AutoSize  = true;
            this.label16.ForeColor = System.Drawing.Color.Black;
            this.label16.Location  = new System.Drawing.Point(8, 8);
            this.label16.Name      = "label16";
            this.label16.Size      = new System.Drawing.Size(85, 17);
            this.label16.TabIndex  = 76;
            this.label16.Text      = "维护录入科室:";
            this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // label2
            //
            this.label2.Location = new System.Drawing.Point(0, 0);
            this.label2.Name     = "label2";
            this.label2.Size     = new System.Drawing.Size(776, 40);
            this.label2.TabIndex = 1;
            //
            // dateTimePicker1
            //
            this.dateTimePicker1.Location = new System.Drawing.Point(256, 0);
            this.dateTimePicker1.Name     = "dateTimePicker1";
            this.dateTimePicker1.TabIndex = 0;
            this.dateTimePicker1.Value    = new System.DateTime(2006, 2, 28, 10, 49, 11, 500);
            this.dateTimePicker1.Visible  = false;
            //
            // frmMedTechItem
            //

            this.ClientSize = new System.Drawing.Size(1016, 741);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.splitter1);
            this.Controls.Add(this.panel1);

            this.Name = "frmMedTechItem";
            this.Text = "项目扩展维护";

            this.Load += new System.EventHandler(this.frmTecDeptItem_Load);

            this.Controls.SetChildIndex(this.panel1, 0);
            this.Controls.SetChildIndex(this.splitter1, 0);
            this.Controls.SetChildIndex(this.panel2, 0);
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
            this.panel3.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.panel5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread2_Sheet1)).EndInit();
            this.panel4.ResumeLayout(false);
            this.ResumeLayout(false);
        }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            FarPoint.Win.Spread.TipAppearance tipAppearance2 = new FarPoint.Win.Spread.TipAppearance();
            this.fpEnter1        = new Neusoft.FrameWork.WinForms.Controls.NeuFpEnter();
            this.fpEnter1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.contextMenu1    = new System.Windows.Forms.ContextMenu();
            this.menuItem2       = new System.Windows.Forms.MenuItem();
            this.panel1          = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.txtCmethod      = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.txtCmodeid      = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.label29         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.dtenddate3      = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker();
            this.label20         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.dtbegindate3    = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker();
            this.label21         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.label22         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.txtday3         = new Neusoft.FrameWork.WinForms.Controls.ValidatedTextBox();
            this.label23         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.txttime3        = new Neusoft.FrameWork.WinForms.Controls.ValidatedTextBox();
            this.dtenddate2      = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker();
            this.label16         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.dtbegindate2    = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker();
            this.label17         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.label18         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.txtday2         = new Neusoft.FrameWork.WinForms.Controls.ValidatedTextBox();
            this.label19         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.txttime2        = new Neusoft.FrameWork.WinForms.Controls.ValidatedTextBox();
            this.dtenddate1      = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker();
            this.label15         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.dtbegindate1    = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker();
            this.label14         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.label13         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.txtday1         = new Neusoft.FrameWork.WinForms.Controls.ValidatedTextBox();
            this.label12         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.txttime1        = new Neusoft.FrameWork.WinForms.Controls.ValidatedTextBox();
            this.label11         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.label8          = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.txtgy3          = new Neusoft.FrameWork.WinForms.Controls.ValidatedTextBox();
            this.label6          = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.txtgy2          = new Neusoft.FrameWork.WinForms.Controls.ValidatedTextBox();
            this.label7          = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.label5          = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.txtgy1          = new Neusoft.FrameWork.WinForms.Controls.ValidatedTextBox();
            this.txtRdeviceid    = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.txtRprocessid   = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.txtRmodeid      = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.label3          = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.label2          = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.label1          = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.label4          = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.label28         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            ((System.ComponentModel.ISupportInitialize)(this.fpEnter1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpEnter1_Sheet1)).BeginInit();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            //
            // fpEnter1
            //
            this.fpEnter1.About = "2.5.2007.2005";
            this.fpEnter1.AccessibleDescription = "";
            this.fpEnter1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.fpEnter1.EditModePermanent = true;
            this.fpEnter1.EditModeReplace   = true;
            this.fpEnter1.Location          = new System.Drawing.Point(0, 168);
            this.fpEnter1.Name       = "fpEnter1";
            this.fpEnter1.SelectNone = false;
            this.fpEnter1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.fpEnter1_Sheet1
            });
            this.fpEnter1.ShowListWhenOfFocus = false;
            this.fpEnter1.Size              = new System.Drawing.Size(840, 384);
            this.fpEnter1.TabIndex          = 0;
            tipAppearance2.BackColor        = System.Drawing.SystemColors.Info;
            tipAppearance2.Font             = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            tipAppearance2.ForeColor        = System.Drawing.SystemColors.InfoText;
            this.fpEnter1.TextTipAppearance = tipAppearance2;
            //
            // fpEnter1_Sheet1
            //
            this.fpEnter1_Sheet1.Reset();
            this.fpEnter1_Sheet1.SheetName = "Sheet1";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpEnter1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpEnter1_Sheet1.ColumnCount    = 8;
            this.fpEnter1_Sheet1.ActiveSkin     = new FarPoint.Win.Spread.SheetSkin("CustomSkin1", System.Drawing.SystemColors.Control, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.LightGray, FarPoint.Win.Spread.GridLines.Both, System.Drawing.Color.White, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, false, false, true, true, true);
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value  = "时间";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value  = "药物名称";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value  = "单位";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value  = "疗程";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 4).Value  = "结果";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 5).Value  = "用量";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 6).Value  = "药品编码";
            this.fpEnter1_Sheet1.ColumnHeader.Cells.Get(0, 7).Value  = "序号";
            this.fpEnter1_Sheet1.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.White;
            this.fpEnter1_Sheet1.ColumnHeader.DefaultStyle.Font      = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.fpEnter1_Sheet1.ColumnHeader.DefaultStyle.Locked    = false;
            this.fpEnter1_Sheet1.ColumnHeader.DefaultStyle.Parent    = "HeaderDefault";
            this.fpEnter1_Sheet1.Columns.Get(0).Label = "时间";
            this.fpEnter1_Sheet1.Columns.Get(0).Width = 65F;
            this.fpEnter1_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.fpEnter1_Sheet1.RowHeader.Columns.Get(0).Width      = 40F;
            this.fpEnter1_Sheet1.RowHeader.DefaultStyle.BackColor    = System.Drawing.Color.White;
            this.fpEnter1_Sheet1.RowHeader.DefaultStyle.Font         = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.fpEnter1_Sheet1.RowHeader.DefaultStyle.Locked       = false;
            this.fpEnter1_Sheet1.RowHeader.DefaultStyle.Parent       = "HeaderDefault";
            this.fpEnter1_Sheet1.SheetCornerStyle.BackColor          = System.Drawing.Color.White;
            this.fpEnter1_Sheet1.SheetCornerStyle.Locked             = false;
            this.fpEnter1_Sheet1.SheetCornerStyle.Parent             = "HeaderDefault";
            this.fpEnter1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            //
            // contextMenu1
            //
            this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                this.menuItem2
            });
            //
            // menuItem2
            //
            this.menuItem2.Index  = 0;
            this.menuItem2.Text   = "删除";
            this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
            //
            // panel1
            //
            this.panel1.BackColor = System.Drawing.Color.Azure;
            this.panel1.Controls.Add(this.txtCmethod);
            this.panel1.Controls.Add(this.txtCmodeid);
            this.panel1.Controls.Add(this.label29);
            this.panel1.Controls.Add(this.dtenddate3);
            this.panel1.Controls.Add(this.label20);
            this.panel1.Controls.Add(this.dtbegindate3);
            this.panel1.Controls.Add(this.label21);
            this.panel1.Controls.Add(this.label22);
            this.panel1.Controls.Add(this.txtday3);
            this.panel1.Controls.Add(this.label23);
            this.panel1.Controls.Add(this.txttime3);
            this.panel1.Controls.Add(this.dtenddate2);
            this.panel1.Controls.Add(this.label16);
            this.panel1.Controls.Add(this.dtbegindate2);
            this.panel1.Controls.Add(this.label17);
            this.panel1.Controls.Add(this.label18);
            this.panel1.Controls.Add(this.txtday2);
            this.panel1.Controls.Add(this.label19);
            this.panel1.Controls.Add(this.txttime2);
            this.panel1.Controls.Add(this.dtenddate1);
            this.panel1.Controls.Add(this.label15);
            this.panel1.Controls.Add(this.dtbegindate1);
            this.panel1.Controls.Add(this.label14);
            this.panel1.Controls.Add(this.label13);
            this.panel1.Controls.Add(this.txtday1);
            this.panel1.Controls.Add(this.label12);
            this.panel1.Controls.Add(this.txttime1);
            this.panel1.Controls.Add(this.label11);
            this.panel1.Controls.Add(this.label8);
            this.panel1.Controls.Add(this.txtgy3);
            this.panel1.Controls.Add(this.label6);
            this.panel1.Controls.Add(this.txtgy2);
            this.panel1.Controls.Add(this.label7);
            this.panel1.Controls.Add(this.label5);
            this.panel1.Controls.Add(this.txtgy1);
            this.panel1.Controls.Add(this.txtRdeviceid);
            this.panel1.Controls.Add(this.txtRprocessid);
            this.panel1.Controls.Add(this.txtRmodeid);
            this.panel1.Controls.Add(this.label3);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.label4);
            this.panel1.Controls.Add(this.label28);
            this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(840, 168);
            this.panel1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.panel1.TabIndex = 1;
            //
            // txtCmethod
            //
            this.txtCmethod.Location     = new System.Drawing.Point(304, 136);
            this.txtCmethod.MaxLength    = 6;
            this.txtCmethod.Name         = "txtCmethod";
            this.txtCmethod.Size         = new System.Drawing.Size(100, 21);
            this.txtCmethod.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txtCmethod.TabIndex     = 60;
            this.txtCmethod.Enter       += new System.EventHandler(this.Cmethod_Enter);
            this.txtCmethod.TextChanged += new System.EventHandler(this.Cmethod_TextChanged);
            this.txtCmethod.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.Cmethod_KeyDown);
            //
            // txtCmodeid
            //
            this.txtCmodeid.Location     = new System.Drawing.Point(88, 136);
            this.txtCmodeid.MaxLength    = 6;
            this.txtCmodeid.Name         = "txtCmodeid";
            this.txtCmodeid.Size         = new System.Drawing.Size(100, 21);
            this.txtCmodeid.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txtCmodeid.TabIndex     = 52;
            this.txtCmodeid.Enter       += new System.EventHandler(this.Cmodeid_Enter);
            this.txtCmodeid.TextChanged += new System.EventHandler(this.Cmodeid_TextChanged);
            this.txtCmodeid.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.Cmodeid_KeyDown);
            //
            // label29
            //
            this.label29.AutoSize  = true;
            this.label29.Location  = new System.Drawing.Point(232, 136);
            this.label29.Name      = "label29";
            this.label29.Size      = new System.Drawing.Size(53, 12);
            this.label29.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label29.TabIndex  = 51;
            this.label29.Text      = "化疗方法";
            this.label29.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // dtenddate3
            //
            this.dtenddate3.Location = new System.Drawing.Point(576, 104);
            this.dtenddate3.Name     = "dtenddate3";
            this.dtenddate3.Size     = new System.Drawing.Size(112, 21);
            this.dtenddate3.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.dtenddate3.TabIndex = 41;
            this.dtenddate3.KeyDown += new System.Windows.Forms.KeyEventHandler(this.end_date3_KeyDown);
            //
            // label20
            //
            this.label20.Location  = new System.Drawing.Point(536, 104);
            this.label20.Name      = "label20";
            this.label20.Size      = new System.Drawing.Size(32, 23);
            this.label20.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label20.TabIndex  = 40;
            this.label20.Text      = "止日";
            this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // dtbegindate3
            //
            this.dtbegindate3.Location = new System.Drawing.Point(408, 104);
            this.dtbegindate3.Name     = "dtbegindate3";
            this.dtbegindate3.Size     = new System.Drawing.Size(112, 21);
            this.dtbegindate3.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.dtbegindate3.TabIndex = 39;
            this.dtbegindate3.KeyDown += new System.Windows.Forms.KeyEventHandler(this.begin_date3_KeyDown);
            //
            // label21
            //
            this.label21.Location  = new System.Drawing.Point(376, 104);
            this.label21.Name      = "label21";
            this.label21.Size      = new System.Drawing.Size(32, 23);
            this.label21.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label21.TabIndex  = 38;
            this.label21.Text      = "起日";
            this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // label22
            //
            this.label22.Location  = new System.Drawing.Point(344, 104);
            this.label22.Name      = "label22";
            this.label22.Size      = new System.Drawing.Size(24, 23);
            this.label22.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label22.TabIndex  = 37;
            this.label22.Text      = "天";
            this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // txtday3
            //
            this.txtday3.AllowNegative    = false;
            this.txtday3.AutoPadRightZero = false;
            this.txtday3.Location         = new System.Drawing.Point(304, 104);
            this.txtday3.MaxDigits        = 0;
            this.txtday3.MaxLength        = 6;
            this.txtday3.Name             = "txtday3";
            this.txtday3.Size             = new System.Drawing.Size(32, 21);
            this.txtday3.TabIndex         = 36;
            this.txtday3.WillShowError    = false;
            this.txtday3.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.day3_KeyDown);
            //
            // label23
            //
            this.label23.Location  = new System.Drawing.Point(272, 104);
            this.label23.Name      = "label23";
            this.label23.Size      = new System.Drawing.Size(24, 23);
            this.label23.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label23.TabIndex  = 35;
            this.label23.Text      = "次";
            this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // txttime3
            //
            this.txttime3.AllowNegative    = false;
            this.txttime3.AutoPadRightZero = false;
            this.txttime3.Location         = new System.Drawing.Point(232, 104);
            this.txttime3.MaxDigits        = 0;
            this.txttime3.MaxLength        = 6;
            this.txttime3.Name             = "txttime3";
            this.txttime3.Size             = new System.Drawing.Size(32, 21);
            this.txttime3.TabIndex         = 34;
            this.txttime3.WillShowError    = false;
            this.txttime3.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.time3_KeyDown);
            //
            // dtenddate2
            //
            this.dtenddate2.Location = new System.Drawing.Point(576, 72);
            this.dtenddate2.Name     = "dtenddate2";
            this.dtenddate2.Size     = new System.Drawing.Size(112, 21);
            this.dtenddate2.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.dtenddate2.TabIndex = 33;
            this.dtenddate2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.end_date2_KeyDown);
            //
            // label16
            //
            this.label16.Location  = new System.Drawing.Point(536, 72);
            this.label16.Name      = "label16";
            this.label16.Size      = new System.Drawing.Size(32, 23);
            this.label16.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label16.TabIndex  = 32;
            this.label16.Text      = "止日";
            this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // dtbegindate2
            //
            this.dtbegindate2.Location = new System.Drawing.Point(408, 72);
            this.dtbegindate2.Name     = "dtbegindate2";
            this.dtbegindate2.Size     = new System.Drawing.Size(112, 21);
            this.dtbegindate2.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.dtbegindate2.TabIndex = 31;
            this.dtbegindate2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.begin_date2_KeyDown);
            //
            // label17
            //
            this.label17.Location  = new System.Drawing.Point(376, 72);
            this.label17.Name      = "label17";
            this.label17.Size      = new System.Drawing.Size(32, 23);
            this.label17.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label17.TabIndex  = 30;
            this.label17.Text      = "起日";
            this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // label18
            //
            this.label18.Location  = new System.Drawing.Point(344, 72);
            this.label18.Name      = "label18";
            this.label18.Size      = new System.Drawing.Size(24, 23);
            this.label18.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label18.TabIndex  = 29;
            this.label18.Text      = "天";
            this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // txtday2
            //
            this.txtday2.AllowNegative    = false;
            this.txtday2.AutoPadRightZero = false;
            this.txtday2.Location         = new System.Drawing.Point(304, 72);
            this.txtday2.MaxDigits        = 0;
            this.txtday2.MaxLength        = 6;
            this.txtday2.Name             = "txtday2";
            this.txtday2.Size             = new System.Drawing.Size(32, 21);
            this.txtday2.TabIndex         = 28;
            this.txtday2.WillShowError    = false;
            this.txtday2.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.day2_KeyDown);
            //
            // label19
            //
            this.label19.Location  = new System.Drawing.Point(272, 72);
            this.label19.Name      = "label19";
            this.label19.Size      = new System.Drawing.Size(24, 23);
            this.label19.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label19.TabIndex  = 27;
            this.label19.Text      = "次";
            this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // txttime2
            //
            this.txttime2.AllowNegative    = false;
            this.txttime2.AutoPadRightZero = false;
            this.txttime2.Location         = new System.Drawing.Point(232, 72);
            this.txttime2.MaxDigits        = 0;
            this.txttime2.MaxLength        = 6;
            this.txttime2.Name             = "txttime2";
            this.txttime2.Size             = new System.Drawing.Size(32, 21);
            this.txttime2.TabIndex         = 26;
            this.txttime2.WillShowError    = false;
            this.txttime2.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.time2_KeyDown);
            //
            // dtenddate1
            //
            this.dtenddate1.Location = new System.Drawing.Point(576, 40);
            this.dtenddate1.Name     = "dtenddate1";
            this.dtenddate1.Size     = new System.Drawing.Size(112, 21);
            this.dtenddate1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.dtenddate1.TabIndex = 25;
            this.dtenddate1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.end_date1_KeyDown);
            //
            // label15
            //
            this.label15.Location  = new System.Drawing.Point(536, 40);
            this.label15.Name      = "label15";
            this.label15.Size      = new System.Drawing.Size(32, 23);
            this.label15.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label15.TabIndex  = 24;
            this.label15.Text      = "止日";
            this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // dtbegindate1
            //
            this.dtbegindate1.Location = new System.Drawing.Point(408, 40);
            this.dtbegindate1.Name     = "dtbegindate1";
            this.dtbegindate1.Size     = new System.Drawing.Size(112, 21);
            this.dtbegindate1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.dtbegindate1.TabIndex = 23;
            this.dtbegindate1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.begin_date1_KeyDown);
            //
            // label14
            //
            this.label14.Location  = new System.Drawing.Point(376, 40);
            this.label14.Name      = "label14";
            this.label14.Size      = new System.Drawing.Size(32, 23);
            this.label14.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label14.TabIndex  = 22;
            this.label14.Text      = "起日";
            this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // label13
            //
            this.label13.Location  = new System.Drawing.Point(344, 40);
            this.label13.Name      = "label13";
            this.label13.Size      = new System.Drawing.Size(24, 23);
            this.label13.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label13.TabIndex  = 21;
            this.label13.Text      = "天";
            this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // txtday1
            //
            this.txtday1.AllowNegative    = false;
            this.txtday1.AutoPadRightZero = false;
            this.txtday1.Location         = new System.Drawing.Point(304, 40);
            this.txtday1.MaxDigits        = 0;
            this.txtday1.MaxLength        = 6;
            this.txtday1.Name             = "txtday1";
            this.txtday1.Size             = new System.Drawing.Size(32, 21);
            this.txtday1.TabIndex         = 20;
            this.txtday1.WillShowError    = false;
            this.txtday1.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.day1_KeyDown);
            //
            // label12
            //
            this.label12.Location  = new System.Drawing.Point(272, 40);
            this.label12.Name      = "label12";
            this.label12.Size      = new System.Drawing.Size(24, 23);
            this.label12.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label12.TabIndex  = 19;
            this.label12.Text      = "次";
            this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // txttime1
            //
            this.txttime1.AllowNegative    = false;
            this.txttime1.AutoPadRightZero = false;
            this.txttime1.Location         = new System.Drawing.Point(232, 40);
            this.txttime1.MaxDigits        = 0;
            this.txttime1.MaxLength        = 6;
            this.txttime1.Name             = "txttime1";
            this.txttime1.Size             = new System.Drawing.Size(32, 21);
            this.txttime1.TabIndex         = 18;
            this.txttime1.WillShowError    = false;
            this.txttime1.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.time1_KeyDown);
            //
            // label11
            //
            this.label11.AutoSize  = true;
            this.label11.Location  = new System.Drawing.Point(16, 104);
            this.label11.Name      = "label11";
            this.label11.Size      = new System.Drawing.Size(65, 12);
            this.label11.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label11.TabIndex  = 16;
            this.label11.Text      = "转移灶计量";
            this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // label8
            //
            this.label8.Location  = new System.Drawing.Point(192, 104);
            this.label8.Name      = "label8";
            this.label8.Size      = new System.Drawing.Size(24, 23);
            this.label8.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label8.TabIndex  = 14;
            this.label8.Text      = "GY";
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // txtgy3
            //
            this.txtgy3.AllowNegative    = false;
            this.txtgy3.AutoPadRightZero = false;
            this.txtgy3.Location         = new System.Drawing.Point(88, 104);
            this.txtgy3.MaxDigits        = 0;
            this.txtgy3.MaxLength        = 6;
            this.txtgy3.Name             = "txtgy3";
            this.txtgy3.Size             = new System.Drawing.Size(100, 21);
            this.txtgy3.TabIndex         = 12;
            this.txtgy3.WillShowError    = false;
            this.txtgy3.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.gy3_KeyDown);
            //
            // label6
            //
            this.label6.Location  = new System.Drawing.Point(192, 72);
            this.label6.Name      = "label6";
            this.label6.Size      = new System.Drawing.Size(24, 23);
            this.label6.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label6.TabIndex  = 11;
            this.label6.Text      = "GY";
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // txtgy2
            //
            this.txtgy2.AllowNegative    = false;
            this.txtgy2.AutoPadRightZero = false;
            this.txtgy2.Location         = new System.Drawing.Point(88, 72);
            this.txtgy2.MaxDigits        = 0;
            this.txtgy2.MaxLength        = 6;
            this.txtgy2.Name             = "txtgy2";
            this.txtgy2.Size             = new System.Drawing.Size(100, 21);
            this.txtgy2.TabIndex         = 9;
            this.txtgy2.WillShowError    = false;
            this.txtgy2.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.gy2_KeyDown);
            //
            // label7
            //
            this.label7.AutoSize  = true;
            this.label7.Location  = new System.Drawing.Point(16, 72);
            this.label7.Name      = "label7";
            this.label7.Size      = new System.Drawing.Size(65, 12);
            this.label7.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label7.TabIndex  = 10;
            this.label7.Text      = "区域淋巴结";
            this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // label5
            //
            this.label5.Location  = new System.Drawing.Point(192, 40);
            this.label5.Name      = "label5";
            this.label5.Size      = new System.Drawing.Size(24, 23);
            this.label5.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label5.TabIndex  = 8;
            this.label5.Text      = "GY";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // txtgy1
            //
            this.txtgy1.AllowNegative    = false;
            this.txtgy1.AutoPadRightZero = false;
            this.txtgy1.Location         = new System.Drawing.Point(88, 40);
            this.txtgy1.MaxDigits        = 0;
            this.txtgy1.MaxLength        = 6;
            this.txtgy1.Name             = "txtgy1";
            this.txtgy1.Size             = new System.Drawing.Size(100, 21);
            this.txtgy1.TabIndex         = 6;
            this.txtgy1.WillShowError    = false;
            this.txtgy1.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.gy1_KeyDown);
            //
            // txtRdeviceid
            //
            this.txtRdeviceid.Location     = new System.Drawing.Point(520, 8);
            this.txtRdeviceid.MaxLength    = 5;
            this.txtRdeviceid.Name         = "txtRdeviceid";
            this.txtRdeviceid.Size         = new System.Drawing.Size(100, 21);
            this.txtRdeviceid.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txtRdeviceid.TabIndex     = 5;
            this.txtRdeviceid.Enter       += new System.EventHandler(this.Rdeviceid_Enter);
            this.txtRdeviceid.TextChanged += new System.EventHandler(this.Rdeviceid_TextChanged);
            this.txtRdeviceid.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.Rdeviceid_KeyDown);
            //
            // txtRprocessid
            //
            this.txtRprocessid.Location     = new System.Drawing.Point(312, 8);
            this.txtRprocessid.MaxLength    = 5;
            this.txtRprocessid.Name         = "txtRprocessid";
            this.txtRprocessid.Size         = new System.Drawing.Size(100, 21);
            this.txtRprocessid.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txtRprocessid.TabIndex     = 4;
            this.txtRprocessid.Enter       += new System.EventHandler(this.Rprocessid_Enter);
            this.txtRprocessid.TextChanged += new System.EventHandler(this.Rprocessid_TextChanged);
            this.txtRprocessid.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.Rprocessid_KeyDown);
            //
            // txtRmodeid
            //
            this.txtRmodeid.Location     = new System.Drawing.Point(88, 8);
            this.txtRmodeid.MaxLength    = 5;
            this.txtRmodeid.Name         = "txtRmodeid";
            this.txtRmodeid.Size         = new System.Drawing.Size(100, 21);
            this.txtRmodeid.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txtRmodeid.TabIndex     = 3;
            this.txtRmodeid.Enter       += new System.EventHandler(this.Rmodeid_Enter);
            this.txtRmodeid.TextChanged += new System.EventHandler(this.Rmodeid_TextChanged);
            this.txtRmodeid.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.Rmodeid_KeyDown);
            //
            // label3
            //
            this.label3.AutoSize  = true;
            this.label3.Location  = new System.Drawing.Point(432, 8);
            this.label3.Name      = "label3";
            this.label3.Size      = new System.Drawing.Size(53, 12);
            this.label3.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label3.TabIndex  = 2;
            this.label3.Text      = "放疗装置";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // label2
            //
            this.label2.AutoSize  = true;
            this.label2.Location  = new System.Drawing.Point(232, 8);
            this.label2.Name      = "label2";
            this.label2.Size      = new System.Drawing.Size(53, 12);
            this.label2.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label2.TabIndex  = 1;
            this.label2.Text      = "放疗程式";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // label1
            //
            this.label1.AutoSize  = true;
            this.label1.Location  = new System.Drawing.Point(16, 8);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(53, 12);
            this.label1.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label1.TabIndex  = 0;
            this.label1.Text      = "放疗方式";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // label4
            //
            this.label4.AutoSize  = true;
            this.label4.Location  = new System.Drawing.Point(16, 40);
            this.label4.Name      = "label4";
            this.label4.Size      = new System.Drawing.Size(65, 12);
            this.label4.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label4.TabIndex  = 7;
            this.label4.Text      = "原发灶计量";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // label28
            //
            this.label28.AutoSize  = true;
            this.label28.Location  = new System.Drawing.Point(16, 136);
            this.label28.Name      = "label28";
            this.label28.Size      = new System.Drawing.Size(53, 12);
            this.label28.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label28.TabIndex  = 50;
            this.label28.Text      = "化疗方式";
            this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // ucTumourCard
            //
            this.ContextMenu = this.contextMenu1;
            this.Controls.Add(this.fpEnter1);
            this.Controls.Add(this.panel1);
            this.Name  = "ucTumourCard";
            this.Size  = new System.Drawing.Size(840, 552);
            this.Load += new System.EventHandler(this.ucTumourCard_Load);
            ((System.ComponentModel.ISupportInitialize)(this.fpEnter1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpEnter1_Sheet1)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);
        }