Ejemplo n.º 1
0
 /// <summary>
 /// 判断输入的数据是否null
 /// </summary>
 /// <param name="obj"></param>
 /// <returns></returns>
 public bool IsNull(Neusoft.FrameWork.WinForms.Controls.NeuTextBox obj)
 {
     if (obj.Text.Trim() != "")
     {
         return(true);
     }
     else
     {
         MessageBox.Show(Neusoft.FrameWork.Management.Language.Msg("文本框不能为空!"));
         return(false);
     }
 }
Ejemplo n.º 2
0
        /// <summary>
        ///
        /// </summary>
        /// <param name="col"></param>
        /// <param name="Word"></param>
        /// <returns></returns>
        private int SetValue(Neusoft.FrameWork.WinForms.Controls.NeuTextBox col, string Word)
        {
            col.Text = "";
            string SpellCode = sp.GetSpellCode(Word);

            if (SpellCode == null)
            {
                MessageBox.Show("查询拼音码失败" + sp.Err);
                return(-1);
            }
            col.Text = SpellCode.ToUpper();
            return(1);
        }
Ejemplo n.º 3
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            this.comType   = new System.Windows.Forms.ComboBox();
            this.label1    = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.label2    = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.txtName   = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.txtSpell1 = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.txtSpell2 = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.txtSpell3 = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.SuspendLayout();
            //
            // comType
            //
            this.comType.Items.AddRange(new object[] {
                "明确姓名",
                "模糊姓名",
                "李国X",
                "李X国",
                "X国兵",
                "同音姓名"
            });
            this.comType.Location              = new System.Drawing.Point(72, 8);
            this.comType.Name                  = "comType";
            this.comType.Size                  = new System.Drawing.Size(144, 20);
            this.comType.TabIndex              = 0;
            this.comType.SelectedIndexChanged += new System.EventHandler(this.comType_SelectedIndexChanged);
            //
            // label1
            //
            this.label1.AutoSize  = true;
            this.label1.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.label1.Location  = new System.Drawing.Point(16, 8);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(42, 17);
            this.label1.TabIndex  = 1;
            this.label1.Text      = "模 式:";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // label2
            //
            this.label2.AutoSize  = true;
            this.label2.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.label2.Location  = new System.Drawing.Point(232, 8);
            this.label2.Name      = "label2";
            this.label2.Size      = new System.Drawing.Size(42, 17);
            this.label2.TabIndex  = 2;
            this.label2.Text      = "姓 名:";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // txtName
            //
            this.txtName.Location  = new System.Drawing.Point(280, 8);
            this.txtName.MaxLength = 10;
            this.txtName.Name      = "txtName";
            this.txtName.Size      = new System.Drawing.Size(88, 21);
            this.txtName.TabIndex  = 3;
            this.txtName.Text      = "";
            this.txtName.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txtName_KeyDown);
            //
            // txtSpell1
            //
            this.txtSpell1.Location = new System.Drawing.Point(392, 8);
            this.txtSpell1.Name     = "txtSpell1";
            this.txtSpell1.Size     = new System.Drawing.Size(48, 21);
            this.txtSpell1.TabIndex = 4;
            this.txtSpell1.Text     = "";
            this.txtSpell1.WordWrap = false;
            //
            // txtSpell2
            //
            this.txtSpell2.Location = new System.Drawing.Point(448, 8);
            this.txtSpell2.Name     = "txtSpell2";
            this.txtSpell2.Size     = new System.Drawing.Size(48, 21);
            this.txtSpell2.TabIndex = 5;
            this.txtSpell2.Text     = "";
            this.txtSpell2.Visible  = false;
            //
            // txtSpell3
            //
            this.txtSpell3.Location = new System.Drawing.Point(504, 8);
            this.txtSpell3.Name     = "txtSpell3";
            this.txtSpell3.Size     = new System.Drawing.Size(48, 21);
            this.txtSpell3.TabIndex = 6;
            this.txtSpell3.Text     = "";
            this.txtSpell3.Visible  = false;
            //
            // ucNameSreach
            //
            this.Controls.Add(this.txtSpell3);
            this.Controls.Add(this.txtSpell2);
            this.Controls.Add(this.txtSpell1);
            this.Controls.Add(this.txtName);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.comType);
            this.Name = "ucNameSreach";
            this.Size = new System.Drawing.Size(640, 40);
            this.ResumeLayout(false);
        }
 /// <summary> 
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.fpSpread1 = new Neusoft.FrameWork.WinForms.Controls.NeuSpread();
     this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
     this.panel1 = new System.Windows.Forms.Panel();
     this.chkBlur = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
     this.txtFilter = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
     this.neuLabel1 = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.BackColor = System.Drawing.Color.Transparent;
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Panel1MinSize = 0;
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.fpSpread1);
     this.splitContainer1.Panel2.Controls.Add(this.panel1);
     this.splitContainer1.Size = new System.Drawing.Size(804, 571);
     this.splitContainer1.SplitterDistance = 138;
     this.splitContainer1.TabIndex = 0;
     //
     // fpSpread1
     //
     this.fpSpread1.About = "3.0.2004.2005";
     this.fpSpread1.AccessibleDescription = "fpSpread1";
     this.fpSpread1.BackColor = System.Drawing.Color.White;
     this.fpSpread1.ButtonDrawMode = FarPoint.Win.Spread.ButtonDrawModes.CurrentRow;
     this.fpSpread1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.fpSpread1.FileName = "";
     this.fpSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpSpread1.IsAutoSaveGridStatus = false;
     this.fpSpread1.IsCanCustomConfigColumn = false;
     this.fpSpread1.Location = new System.Drawing.Point(0, 52);
     this.fpSpread1.Name = "fpSpread1";
     this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
     this.fpSpread1_Sheet1});
     this.fpSpread1.Size = new System.Drawing.Size(662, 519);
     this.fpSpread1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.fpSpread1.TabIndex = 1;
     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.fpSpread1.TextTipAppearance = tipAppearance1;
     this.fpSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpSpread1.CellDoubleClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fpSpread1_CellDoubleClick);
     //
     // fpSpread1_Sheet1
     //
     this.fpSpread1_Sheet1.Reset();
     this.fpSpread1_Sheet1.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.fpSpread1_Sheet1.RowHeader.Columns.Get(0).Width = 37F;
     this.fpSpread1_Sheet1.CellChanged += new FarPoint.Win.Spread.SheetViewEventHandler(this.fpSpread1_Sheet1_CellChanged);
     this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.Controls.Add(this.chkBlur);
     this.panel1.Controls.Add(this.txtFilter);
     this.panel1.Controls.Add(this.neuLabel1);
     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(662, 52);
     this.panel1.TabIndex = 0;
     //
     // chkBlur
     //
     this.chkBlur.AutoSize = true;
     this.chkBlur.Location = new System.Drawing.Point(248, 21);
     this.chkBlur.Name = "chkBlur";
     this.chkBlur.Size = new System.Drawing.Size(48, 16);
     this.chkBlur.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.chkBlur.TabIndex = 2;
     this.chkBlur.Text = "模糊";
     this.chkBlur.UseVisualStyleBackColor = true;
     this.chkBlur.CheckedChanged += new System.EventHandler(this.chkBlur_CheckedChanged);
     //
     // txtFilter
     //
     this.txtFilter.IsEnter2Tab = false;
     this.txtFilter.Location = new System.Drawing.Point(54, 18);
     this.txtFilter.Name = "txtFilter";
     this.txtFilter.Size = new System.Drawing.Size(160, 21);
     this.txtFilter.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.txtFilter.TabIndex = 1;
     this.txtFilter.TextChanged += new System.EventHandler(this.txtFilter_TextChanged);
     this.txtFilter.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtFilter_KeyUp);
     //
     // neuLabel1
     //
     this.neuLabel1.AutoSize = true;
     this.neuLabel1.Location = new System.Drawing.Point(19, 21);
     this.neuLabel1.Name = "neuLabel1";
     this.neuLabel1.Size = new System.Drawing.Size(29, 12);
     this.neuLabel1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.VS2003;
     this.neuLabel1.TabIndex = 0;
     this.neuLabel1.Text = "过滤";
     //
     // ucMaintenance
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainer1);
     this.Name = "ucMaintenance";
     this.Size = new System.Drawing.Size(804, 571);
     this.Load += new System.EventHandler(this.ucMaintenance_Load);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     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()
        {
            FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance();
            this.cmQuery          = new System.Windows.Forms.ContextMenu();
            this.mAll             = new System.Windows.Forms.MenuItem();
            this.mValid           = new System.Windows.Forms.MenuItem();
            this.mStop            = new System.Windows.Forms.MenuItem();
            this.statusBar1       = new System.Windows.Forms.StatusBar();
            this.sbpOper          = new System.Windows.Forms.StatusBarPanel();
            this.sbpSelectObj     = new System.Windows.Forms.StatusBarPanel();
            this.groupBox1        = new System.Windows.Forms.GroupBox();
            this.Search           = new System.Windows.Forms.Button();
            this.cancerFlag       = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.infectFlag       = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.cb30dis          = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.textBox1         = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.label1           = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.panel1           = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.fpSpread1        = new FarPoint.Win.Spread.FpSpread();
            this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            ((System.ComponentModel.ISupportInitialize)(this.sbpOper)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sbpSelectObj)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
            this.SuspendLayout();
            //
            // cmQuery
            //
            this.cmQuery.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                this.mAll,
                this.mValid,
                this.mStop
            });
            //
            // mAll
            //
            this.mAll.Index  = 0;
            this.mAll.Text   = "所有(&A)";
            this.mAll.Click += new System.EventHandler(this.mAll_Click);
            //
            // mValid
            //
            this.mValid.Index  = 1;
            this.mValid.Text   = "有效(V)";
            this.mValid.Click += new System.EventHandler(this.mValid_Click);
            //
            // mStop
            //
            this.mStop.Index  = 2;
            this.mStop.Text   = "无效(S)";
            this.mStop.Click += new System.EventHandler(this.mStop_Click);
            //
            // statusBar1
            //
            this.statusBar1.Location = new System.Drawing.Point(0, 578);
            this.statusBar1.Name     = "statusBar1";
            this.statusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
                this.sbpOper,
                this.sbpSelectObj
            });
            this.statusBar1.Size       = new System.Drawing.Size(800, 22);
            this.statusBar1.SizingGrip = false;
            this.statusBar1.TabIndex   = 2;
            //
            // sbpOper
            //
            this.sbpOper.Name = "sbpOper";
            this.sbpOper.Text = "操作员";
            //
            // sbpSelectObj
            //
            this.sbpSelectObj.Name = "sbpSelectObj";
            this.sbpSelectObj.Text = "项目:";
            //
            // groupBox1
            //
            this.groupBox1.Controls.Add(this.Search);
            this.groupBox1.Controls.Add(this.cancerFlag);
            this.groupBox1.Controls.Add(this.infectFlag);
            this.groupBox1.Controls.Add(this.cb30dis);
            this.groupBox1.Controls.Add(this.textBox1);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Name     = "groupBox1";
            this.groupBox1.Size     = new System.Drawing.Size(800, 39);
            this.groupBox1.TabIndex = 4;
            this.groupBox1.TabStop  = false;
            //
            // Search
            //
            this.Search.Location = new System.Drawing.Point(192, 10);
            this.Search.Name     = "Search";
            this.Search.Size     = new System.Drawing.Size(75, 23);
            this.Search.TabIndex = 5;
            this.Search.Text     = "星键互查";
            this.Search.Click   += new System.EventHandler(this.Search_Click);
            //
            // cancerFlag
            //
            this.cancerFlag.Location        = new System.Drawing.Point(576, 12);
            this.cancerFlag.Name            = "cancerFlag";
            this.cancerFlag.Size            = new System.Drawing.Size(80, 24);
            this.cancerFlag.Style           = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.cancerFlag.TabIndex        = 4;
            this.cancerFlag.Text            = "恶性肿瘤";
            this.cancerFlag.Visible         = false;
            this.cancerFlag.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
            //
            // infectFlag
            //
            this.infectFlag.Location        = new System.Drawing.Point(456, 12);
            this.infectFlag.Name            = "infectFlag";
            this.infectFlag.Size            = new System.Drawing.Size(104, 24);
            this.infectFlag.Style           = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.infectFlag.TabIndex        = 3;
            this.infectFlag.Text            = "传染病";
            this.infectFlag.Visible         = false;
            this.infectFlag.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
            //
            // cb30dis
            //
            this.cb30dis.Location        = new System.Drawing.Point(352, 12);
            this.cb30dis.Name            = "cb30dis";
            this.cb30dis.Size            = new System.Drawing.Size(80, 24);
            this.cb30dis.Style           = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.cb30dis.TabIndex        = 2;
            this.cb30dis.Text            = "30种疾病";
            this.cb30dis.Visible         = false;
            this.cb30dis.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
            //
            // textBox1
            //
            this.textBox1.Location     = new System.Drawing.Point(64, 12);
            this.textBox1.Name         = "textBox1";
            this.textBox1.Size         = new System.Drawing.Size(100, 21);
            this.textBox1.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.textBox1.TabIndex     = 1;
            this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
            //
            // label1
            //
            this.label1.Location  = new System.Drawing.Point(8, 15);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(48, 16);
            this.label1.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label1.TabIndex  = 0;
            this.label1.Text      = "查询:";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // panel1
            //
            this.panel1.Controls.Add(this.fpSpread1);
            this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 39);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(800, 539);
            this.panel1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.panel1.TabIndex = 5;
            //
            // fpSpread1
            //
            this.fpSpread1.About = "2.5.2007.2005";
            this.fpSpread1.AccessibleDescription = "fpSpread1, Sheet1, Row 0, Column 0, ";
            this.fpSpread1.BackColor             = System.Drawing.SystemColors.Control;
            this.fpSpread1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.fpSpread1.Location = new System.Drawing.Point(0, 0);
            this.fpSpread1.Name     = "fpSpread1";
            this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.fpSpread1_Sheet1
            });
            this.fpSpread1.Size                = new System.Drawing.Size(800, 539);
            this.fpSpread1.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.fpSpread1.TextTipAppearance   = tipAppearance1;
            this.fpSpread1.CellDoubleClick    += new FarPoint.Win.Spread.CellClickEventHandler(this.fpSpread1_CellDoubleClick);
            this.fpSpread1.ColumnWidthChanged += new FarPoint.Win.Spread.ColumnWidthChangedEventHandler(this.fpSpread1_ColumnWidthChanged);
            //
            // fpSpread1_Sheet1
            //
            this.fpSpread1_Sheet1.Reset();
            this.fpSpread1_Sheet1.SheetName = "Sheet1";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 40F;
            this.fpSpread1_Sheet1.OperationMode = FarPoint.Win.Spread.OperationMode.RowMode;
            this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.fpSpread1_Sheet1.RowHeader.Columns.Get(0).Width      = 37F;
            this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            //
            // ucICDMaint
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.statusBar1);
            this.Name  = "ucICDMaint";
            this.Size  = new System.Drawing.Size(800, 600);
            this.Load += new System.EventHandler(this.ucICDMaint_Load);
            ((System.ComponentModel.ISupportInitialize)(this.sbpOper)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sbpSelectObj)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
            this.ResumeLayout(false);
        }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance();
            this.groupBox1        = new System.Windows.Forms.GroupBox();
            this.dtContinue       = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker();
            this.cbContinueLend   = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.txReturn         = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.label10          = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.dtReturn         = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker();
            this.label2           = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.txDept           = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.label1           = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.txName           = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.label9           = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.CardNO           = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.cbReturn         = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.fpSpread1        = new FarPoint.Win.Spread.FpSpread();
            this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
            this.SuspendLayout();
            //
            // groupBox1
            //
            this.groupBox1.Controls.Add(this.dtContinue);
            this.groupBox1.Controls.Add(this.cbContinueLend);
            this.groupBox1.Controls.Add(this.txReturn);
            this.groupBox1.Controls.Add(this.label10);
            this.groupBox1.Controls.Add(this.dtReturn);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.txDept);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.txName);
            this.groupBox1.Controls.Add(this.label9);
            this.groupBox1.Controls.Add(this.CardNO);
            this.groupBox1.Controls.Add(this.cbReturn);
            this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Name     = "groupBox1";
            this.groupBox1.Size     = new System.Drawing.Size(800, 91);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop  = false;
            this.groupBox1.Text     = "借阅信息";
            //
            // dtContinue
            //
            this.dtContinue.Enabled     = false;
            this.dtContinue.IsEnter2Tab = false;
            this.dtContinue.Location    = new System.Drawing.Point(647, 31);
            this.dtContinue.Name        = "dtContinue";
            this.dtContinue.Size        = new System.Drawing.Size(114, 21);
            this.dtContinue.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.dtContinue.TabIndex    = 45;
            //
            // cbContinueLend
            //
            this.cbContinueLend.Location        = new System.Drawing.Point(575, 29);
            this.cbContinueLend.Name            = "cbContinueLend";
            this.cbContinueLend.Size            = new System.Drawing.Size(76, 24);
            this.cbContinueLend.Style           = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.cbContinueLend.TabIndex        = 46;
            this.cbContinueLend.Text            = "续   借";
            this.cbContinueLend.CheckedChanged += new System.EventHandler(this.cbContinueLend_CheckedChanged);
            this.cbContinueLend.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.cbContinueLend_KeyDown);
            //
            // txReturn
            //
            this.txReturn.BackColor   = System.Drawing.Color.White;
            this.txReturn.IsEnter2Tab = false;
            this.txReturn.Location    = new System.Drawing.Point(280, 63);
            this.txReturn.MaxLength   = 50;
            this.txReturn.Name        = "txReturn";
            this.txReturn.Size        = new System.Drawing.Size(474, 21);
            this.txReturn.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txReturn.TabIndex    = 44;
            //
            // label10
            //
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(210, 67);
            this.label10.Name     = "label10";
            this.label10.Size     = new System.Drawing.Size(53, 12);
            this.label10.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label10.TabIndex = 43;
            this.label10.Text     = "返还情况";
            //
            // dtReturn
            //
            this.dtReturn.IsEnter2Tab = false;
            this.dtReturn.Location    = new System.Drawing.Point(88, 63);
            this.dtReturn.Name        = "dtReturn";
            this.dtReturn.Size        = new System.Drawing.Size(107, 21);
            this.dtReturn.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.dtReturn.TabIndex    = 40;
            //
            // label2
            //
            this.label2.AutoSize  = true;
            this.label2.Location  = new System.Drawing.Point(408, 36);
            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  = 23;
            this.label2.Text      = "科    室";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // txDept
            //
            this.txDept.BackColor   = System.Drawing.Color.White;
            this.txDept.IsEnter2Tab = false;
            this.txDept.Location    = new System.Drawing.Point(464, 32);
            this.txDept.Name        = "txDept";
            this.txDept.ReadOnly    = true;
            this.txDept.Size        = new System.Drawing.Size(104, 21);
            this.txDept.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txDept.TabIndex    = 24;
            //
            // label1
            //
            this.label1.AutoSize  = true;
            this.label1.Location  = new System.Drawing.Point(210, 36);
            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  = 21;
            this.label1.Text      = "姓    名";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // txName
            //
            this.txName.BackColor   = System.Drawing.Color.White;
            this.txName.IsEnter2Tab = false;
            this.txName.Location    = new System.Drawing.Point(280, 32);
            this.txName.Name        = "txName";
            this.txName.ReadOnly    = true;
            this.txName.Size        = new System.Drawing.Size(100, 21);
            this.txName.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txName.TabIndex    = 22;
            //
            // label9
            //
            this.label9.AutoSize  = true;
            this.label9.Location  = new System.Drawing.Point(24, 36);
            this.label9.Name      = "label9";
            this.label9.Size      = new System.Drawing.Size(53, 12);
            this.label9.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label9.TabIndex  = 19;
            this.label9.Text      = "工    号";
            this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // CardNO
            //
            this.CardNO.IsEnter2Tab = false;
            this.CardNO.Location    = new System.Drawing.Point(88, 32);
            this.CardNO.Name        = "CardNO";
            this.CardNO.Size        = new System.Drawing.Size(107, 21);
            this.CardNO.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.CardNO.TabIndex    = 20;
            this.CardNO.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.CardNO_KeyDown);
            //
            // cbReturn
            //
            this.cbReturn.Checked         = true;
            this.cbReturn.CheckState      = System.Windows.Forms.CheckState.Checked;
            this.cbReturn.Location        = new System.Drawing.Point(26, 61);
            this.cbReturn.Name            = "cbReturn";
            this.cbReturn.Size            = new System.Drawing.Size(51, 24);
            this.cbReturn.Style           = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.cbReturn.TabIndex        = 42;
            this.cbReturn.Text            = "返还";
            this.cbReturn.CheckedChanged += new System.EventHandler(this.cbReturn_CheckedChanged);
            this.cbReturn.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.cbReturn_KeyDown);
            //
            // fpSpread1
            //
            this.fpSpread1.About = "3.0.2004.2005";
            this.fpSpread1.AccessibleDescription = "fpSpread1, Sheet1";
            this.fpSpread1.BackColor             = System.Drawing.SystemColors.Control;
            this.fpSpread1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.fpSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            this.fpSpread1.Location = new System.Drawing.Point(0, 91);
            this.fpSpread1.Name     = "fpSpread1";
            this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.fpSpread1_Sheet1
            });
            this.fpSpread1.Size                    = new System.Drawing.Size(800, 509);
            this.fpSpread1.TabIndex                = 1;
            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.fpSpread1.TextTipAppearance       = tipAppearance1;
            this.fpSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            //
            // fpSpread1_Sheet1
            //
            this.fpSpread1_Sheet1.Reset();
            this.fpSpread1_Sheet1.SheetName = "Sheet1";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpSpread1_Sheet1.ColumnCount    = 8;
            this.fpSpread1_Sheet1.RowCount       = 0;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "选择";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "病案号";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "|";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "姓名";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "性别";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 5).Value = "借阅类型";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 6).Value = "借阅日期";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 7).Value = "住院流水号";
            this.fpSpread1_Sheet1.Columns.Get(1).Label = "病案号";
            this.fpSpread1_Sheet1.Columns.Get(1).Width = 81F;
            this.fpSpread1_Sheet1.Columns.Get(3).Label = "姓名";
            this.fpSpread1_Sheet1.Columns.Get(3).Width = 73F;
            this.fpSpread1_Sheet1.Columns.Get(5).Label = "借阅类型";
            this.fpSpread1_Sheet1.Columns.Get(5).Width = 71F;
            this.fpSpread1_Sheet1.Columns.Get(6).Label = "借阅日期";
            this.fpSpread1_Sheet1.Columns.Get(6).Width = 126F;
            this.fpSpread1_Sheet1.Columns.Get(7).Label = "住院流水号";
            this.fpSpread1_Sheet1.Columns.Get(7).Width = 122F;
            this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.fpSpread1_Sheet1.RowHeader.Columns.Get(0).Width      = 37F;
            this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            this.fpSpread1.SetActiveViewport(0, 1, 0);
            //
            // ucReturnCase
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.BackColor           = System.Drawing.Color.Azure;
            this.Controls.Add(this.fpSpread1);
            this.Controls.Add(this.groupBox1);
            this.Name  = "ucReturnCase";
            this.Size  = new System.Drawing.Size(800, 600);
            this.Load += new System.EventHandler(this.frmReturnCase_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
            this.ResumeLayout(false);
        }
Ejemplo n.º 8
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要使用代码编辑器
        /// 修改此方法的内容。
        /// </summary>
        protected void InitializeComponent()
        {
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ucChooseList));
            this.fpChooseList        = new FarPoint.Win.Spread.FpSpread();
            this.fpChooseList_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.label1       = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.groupBox1    = new Neusoft.FrameWork.WinForms.Controls.NeuGroupBox();
            this.lblCaption   = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.txtQueryCode = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.panelData    = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.tvList       = new System.Windows.Forms.TreeView();
            this.btn1         = new Neusoft.FrameWork.WinForms.Controls.NeuButton();
            this.btnClose     = new Neusoft.FrameWork.WinForms.Controls.NeuButton();
            ((System.ComponentModel.ISupportInitialize)(this.fpChooseList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpChooseList_Sheet1)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.panelData.SuspendLayout();
            this.SuspendLayout();
            //
            // fpChooseList
            //
            this.fpChooseList.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.fpChooseList.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            this.fpChooseList.Location = new System.Drawing.Point(0, 24);
            this.fpChooseList.Name     = "fpChooseList";
            this.fpChooseList.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.fpChooseList_Sheet1
            });
            this.fpChooseList.Size     = new System.Drawing.Size(351, 317);
            this.fpChooseList.TabIndex = 1;
            this.fpChooseList.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            //
            // fpChooseList_Sheet1
            //
            this.fpChooseList_Sheet1.Reset();
            this.fpChooseList_Sheet1.ColumnCount = 13;
            this.fpChooseList_Sheet1.ColumnHeader.Cells.Get(0, 0).Text   = "药品编码";
            this.fpChooseList_Sheet1.ColumnHeader.Cells.Get(0, 1).Text   = "商品名称";
            this.fpChooseList_Sheet1.ColumnHeader.Cells.Get(0, 2).Text   = "规格";
            this.fpChooseList_Sheet1.ColumnHeader.Cells.Get(0, 3).Text   = "零售价";
            this.fpChooseList_Sheet1.ColumnHeader.Cells.Get(0, 4).Text   = "包装单位";
            this.fpChooseList_Sheet1.ColumnHeader.Cells.Get(0, 5).Text   = "包装数量";
            this.fpChooseList_Sheet1.ColumnHeader.Cells.Get(0, 6).Text   = "拼音码";
            this.fpChooseList_Sheet1.ColumnHeader.Cells.Get(0, 7).Text   = "五笔码";
            this.fpChooseList_Sheet1.ColumnHeader.Cells.Get(0, 8).Text   = "自定义码";
            this.fpChooseList_Sheet1.ColumnHeader.Cells.Get(0, 9).Text   = "通用名";
            this.fpChooseList_Sheet1.ColumnHeader.Cells.Get(0, 10).Text  = "通用名拼音码";
            this.fpChooseList_Sheet1.ColumnHeader.Cells.Get(0, 11).Text  = "通用名五笔码";
            this.fpChooseList_Sheet1.ColumnHeader.Cells.Get(0, 12).Text  = "通用名自定义码";
            this.fpChooseList_Sheet1.ColumnHeader.DefaultStyle.BackColor = System.Drawing.SystemColors.Control;
            this.fpChooseList_Sheet1.ColumnHeader.DefaultStyle.Parent    = "HeaderDefault";
            this.fpChooseList_Sheet1.ColumnHeader.Rows.Get(0).Height     = 23F;
            this.fpChooseList_Sheet1.Columns.Get(0).Label               = "药品编码";
            this.fpChooseList_Sheet1.Columns.Get(0).Visible             = false;
            this.fpChooseList_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fpChooseList_Sheet1.Columns.Get(1).Label               = "商品名称";
            this.fpChooseList_Sheet1.Columns.Get(1).Width               = 136F;
            this.fpChooseList_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fpChooseList_Sheet1.Columns.Get(2).Label               = "规格";
            this.fpChooseList_Sheet1.Columns.Get(2).Width               = 76F;
            this.fpChooseList_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpChooseList_Sheet1.Columns.Get(3).Label               = "零售价";
            this.fpChooseList_Sheet1.Columns.Get(4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpChooseList_Sheet1.Columns.Get(4).Label               = "包装单位";
            this.fpChooseList_Sheet1.Columns.Get(4).Width               = 57F;
            this.fpChooseList_Sheet1.Columns.Get(5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpChooseList_Sheet1.Columns.Get(5).Label               = "包装数量";
            this.fpChooseList_Sheet1.Columns.Get(5).Width               = 58F;
            this.fpChooseList_Sheet1.Columns.Get(6).Label               = "拼音码";
            this.fpChooseList_Sheet1.Columns.Get(6).Visible             = false;
            this.fpChooseList_Sheet1.Columns.Get(7).Label               = "五笔码";
            this.fpChooseList_Sheet1.Columns.Get(7).Visible             = false;
            this.fpChooseList_Sheet1.Columns.Get(8).Label               = "自定义码";
            this.fpChooseList_Sheet1.Columns.Get(8).Visible             = false;
            this.fpChooseList_Sheet1.Columns.Get(9).Label               = "通用名";
            this.fpChooseList_Sheet1.Columns.Get(9).Visible             = false;
            this.fpChooseList_Sheet1.Columns.Get(10).Label              = "通用名拼音码";
            this.fpChooseList_Sheet1.Columns.Get(10).Visible            = false;
            this.fpChooseList_Sheet1.Columns.Get(11).Label              = "通用名五笔码";
            this.fpChooseList_Sheet1.Columns.Get(11).Visible            = false;
            this.fpChooseList_Sheet1.Columns.Get(12).Label              = "通用名自定义码";
            this.fpChooseList_Sheet1.Columns.Get(12).Visible            = false;
            this.fpChooseList_Sheet1.DefaultStyle.Parent            = "DataAreaDefault";
            this.fpChooseList_Sheet1.DefaultStyle.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpChooseList_Sheet1.GrayAreaBackColor = System.Drawing.Color.White;
            this.fpChooseList_Sheet1.OperationMode     = FarPoint.Win.Spread.OperationMode.SingleSelect;
            this.fpChooseList_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.fpChooseList_Sheet1.RowHeader.Visible   = false;
            this.fpChooseList_Sheet1.Rows.Default.Height = 21F;
            this.fpChooseList_Sheet1.SelectionPolicy     = FarPoint.Win.Spread.Model.SelectionPolicy.Single;
            this.fpChooseList_Sheet1.SelectionUnit       = FarPoint.Win.Spread.Model.SelectionUnit.Row;
            this.fpChooseList_Sheet1.SheetName           = "Sheet1";
            //
            // label1
            //
            this.label1.Location  = new System.Drawing.Point(5, 3);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(48, 19);
            this.label1.TabIndex  = 2;
            this.label1.Text      = "查询码:";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // groupBox1
            //
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.Controls.Add(this.btn1);
            this.groupBox1.Controls.Add(this.btnClose);
            this.groupBox1.Controls.Add(this.lblCaption);
            this.groupBox1.Location = new System.Drawing.Point(0, -6);
            this.groupBox1.Name     = "groupBox1";
            this.groupBox1.Size     = new System.Drawing.Size(351, 26);
            this.groupBox1.TabIndex = 5;
            this.groupBox1.TabStop  = false;
            //
            // lblCaption
            //
            this.lblCaption.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.lblCaption.Location = new System.Drawing.Point(4, 9);
            this.lblCaption.Name     = "lblCaption";
            this.lblCaption.Size     = new System.Drawing.Size(152, 13);
            this.lblCaption.TabIndex = 0;
            this.lblCaption.Text     = "选择项目";
            //
            // txtQueryCode
            //
            this.txtQueryCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
            this.txtQueryCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.txtQueryCode.Location        = new System.Drawing.Point(52, 2);
            this.txtQueryCode.Name            = "txtQueryCode";
            this.txtQueryCode.Size            = new System.Drawing.Size(299, 21);
            this.txtQueryCode.TabIndex        = 0;
            this.txtQueryCode.Text            = "";
            this.txtQueryCode.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.txtQueryCode_KeyDown);
            //
            // panelData
            //
            this.panelData.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.panelData.Controls.Add(this.label1);
            this.panelData.Controls.Add(this.txtQueryCode);
            this.panelData.Controls.Add(this.fpChooseList);
            this.panelData.Location = new System.Drawing.Point(0, 21);
            this.panelData.Name     = "panelData";
            this.panelData.Size     = new System.Drawing.Size(353, 342);
            this.panelData.TabIndex = 7;
            //
            // tvList
            //
            this.tvList.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.tvList.Font               = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.tvList.HideSelection      = false;
            this.tvList.ImageIndex         = -1;
            this.tvList.Location           = new System.Drawing.Point(0, 21);
            this.tvList.Name               = "tvList";
            this.tvList.SelectedImageIndex = -1;
            this.tvList.Size               = new System.Drawing.Size(351, 342);
            this.tvList.TabIndex           = 8;
            this.tvList.Visible            = false;
            //
            // btn1
            //
            this.btn1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btn1.Image     = ((System.Drawing.Image)(resources.GetObject("btn1.Image")));
            this.btn1.Location  = new System.Drawing.Point(320, 8);
            this.btn1.Name      = "btn1";
            this.btn1.Size      = new System.Drawing.Size(13, 15);
            this.btn1.TabIndex  = 4;
            this.btn1.TabStop   = false;
            this.btn1.Visible   = false;
            //
            // btnClose
            //
            this.btnClose.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnClose.Image     = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
            this.btnClose.Location  = new System.Drawing.Point(335, 8);
            this.btnClose.Name      = "btnClose";
            this.btnClose.Size      = new System.Drawing.Size(13, 15);
            this.btnClose.TabIndex  = 3;
            this.btnClose.TabStop   = false;
            this.btnClose.Visible   = false;
            //
            // ucChooseList
            //
            this.Controls.Add(this.panelData);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.tvList);
            this.Name  = "ucChooseList";
            this.Size  = new System.Drawing.Size(352, 363);
            this.Load += new System.EventHandler(this.ucChooseList_Load);
            ((System.ComponentModel.ISupportInitialize)(this.fpChooseList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpChooseList_Sheet1)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.panelData.ResumeLayout(false);
            this.ResumeLayout(false);

            Neusoft.FrameWork.WinForms.Classes.Function.SetFarPointStyle(fpChooseList);
        }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.label1     = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.comperson  = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.comDept    = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.label2     = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.label3     = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.txCardNo   = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.ckValue    = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.button1    = new System.Windows.Forms.Button();
            this.button2    = new System.Windows.Forms.Button();
            this.ckContinue = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.groupBox1  = new System.Windows.Forms.GroupBox();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            //
            // label1
            //
            this.label1.AutoSize  = true;
            this.label1.Location  = new System.Drawing.Point(16, 40);
            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;
            //
            // comperson
            //
            this.comperson.ArrowBackColor     = System.Drawing.Color.Silver;
            this.comperson.IsEnter2Tab        = false;
            this.comperson.IsFlat             = false;
            this.comperson.IsLike             = true;
            this.comperson.IsListOnly         = false;
            this.comperson.IsPopForm          = true;
            this.comperson.IsShowCustomerList = false;
            this.comperson.IsShowID           = false;
            this.comperson.Location           = new System.Drawing.Point(112, 32);
            this.comperson.Name             = "comperson";
            this.comperson.PopForm          = null;
            this.comperson.ShowCustomerList = false;
            this.comperson.ShowID           = false;
            this.comperson.Size             = new System.Drawing.Size(112, 20);
            this.comperson.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat;
            this.comperson.TabIndex         = 1;
            this.comperson.Tag                   = "";
            this.comperson.ToolBarUse            = false;
            this.comperson.SelectedIndexChanged += new System.EventHandler(this.comperson_SelectedIndexChanged);
            this.comperson.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.comperson_KeyDown);
            //
            // comDept
            //
            this.comDept.ArrowBackColor     = System.Drawing.Color.Silver;
            this.comDept.IsEnter2Tab        = false;
            this.comDept.IsFlat             = false;
            this.comDept.IsLike             = true;
            this.comDept.IsListOnly         = false;
            this.comDept.IsPopForm          = true;
            this.comDept.IsShowCustomerList = false;
            this.comDept.IsShowID           = false;
            this.comDept.Location           = new System.Drawing.Point(112, 72);
            this.comDept.Name             = "comDept";
            this.comDept.PopForm          = null;
            this.comDept.ShowCustomerList = false;
            this.comDept.ShowID           = false;
            this.comDept.Size             = new System.Drawing.Size(112, 20);
            this.comDept.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat;
            this.comDept.TabIndex         = 3;
            this.comDept.Tag        = "";
            this.comDept.ToolBarUse = false;
            this.comDept.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.comDept_KeyDown);
            //
            // label2
            //
            this.label2.AutoSize  = true;
            this.label2.Location  = new System.Drawing.Point(16, 80);
            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  = 2;
            this.label2.Text      = "科    室";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // label3
            //
            this.label3.AutoSize  = true;
            this.label3.Location  = new System.Drawing.Point(16, 114);
            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  = 4;
            this.label3.Text      = "借阅编号";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // txCardNo
            //
            this.txCardNo.BackColor   = System.Drawing.Color.White;
            this.txCardNo.IsEnter2Tab = false;
            this.txCardNo.Location    = new System.Drawing.Point(112, 110);
            this.txCardNo.Name        = "txCardNo";
            this.txCardNo.ReadOnly    = true;
            this.txCardNo.Size        = new System.Drawing.Size(112, 21);
            this.txCardNo.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txCardNo.TabIndex    = 5;
            this.txCardNo.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.txCardNo_KeyDown);
            //
            // ckValue
            //
            this.ckValue.Location = new System.Drawing.Point(112, 136);
            this.ckValue.Name     = "ckValue";
            this.ckValue.Size     = new System.Drawing.Size(56, 24);
            this.ckValue.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.ckValue.TabIndex = 6;
            this.ckValue.Text     = "有效";
            this.ckValue.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ckValue_KeyDown);
            //
            // button1
            //
            this.button1.Location = new System.Drawing.Point(104, 192);
            this.button1.Name     = "button1";
            this.button1.Size     = new System.Drawing.Size(64, 23);
            this.button1.TabIndex = 7;
            this.button1.Text     = "保存(&S)";
            this.button1.Click   += new System.EventHandler(this.button1_Click);
            //
            // button2
            //
            this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.button2.Location     = new System.Drawing.Point(192, 192);
            this.button2.Name         = "button2";
            this.button2.Size         = new System.Drawing.Size(64, 23);
            this.button2.TabIndex     = 8;
            this.button2.Text         = "退出(&X)";
            this.button2.Click       += new System.EventHandler(this.button2_Click);
            //
            // ckContinue
            //
            this.ckContinue.Location = new System.Drawing.Point(16, 192);
            this.ckContinue.Name     = "ckContinue";
            this.ckContinue.Size     = new System.Drawing.Size(80, 24);
            this.ckContinue.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.ckContinue.TabIndex = 9;
            this.ckContinue.Text     = "连续录入";
            //
            // groupBox1
            //
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.txCardNo);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.ckValue);
            this.groupBox1.Controls.Add(this.comperson);
            this.groupBox1.Controls.Add(this.comDept);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Location = new System.Drawing.Point(16, 16);
            this.groupBox1.Name     = "groupBox1";
            this.groupBox1.Size     = new System.Drawing.Size(248, 168);
            this.groupBox1.TabIndex = 10;
            this.groupBox1.TabStop  = false;
            this.groupBox1.Text     = "基本信息";
            //
            // frmCaseCard
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
            this.CancelButton      = this.button2;
            this.ClientSize        = new System.Drawing.Size(272, 218);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.ckContinue);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.MaximizeBox   = false;
            this.MaximumSize   = new System.Drawing.Size(288, 256);
            this.MinimumSize   = new System.Drawing.Size(288, 256);
            this.Name          = "frmCaseCard";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = "病案借阅证管理";
            this.Load         += new System.EventHandler(this.frmCaseCard_Load);
            this.Closing      += new System.ComponentModel.CancelEventHandler(this.frmCaseCard_Closing);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
        }
Ejemplo n.º 10
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance();
            FarPoint.Win.Spread.TipAppearance tipAppearance2 = new FarPoint.Win.Spread.TipAppearance();
            FarPoint.Win.Spread.TipAppearance tipAppearance3 = new FarPoint.Win.Spread.TipAppearance();
            this.groupBox1        = new System.Windows.Forms.GroupBox();
            this.textSearchICD10  = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.textSearchICD9   = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.textBox5         = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.textBox6         = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.label6           = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.textBoxICD9Name  = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.textBoxICD9      = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.textBoxICD10Name = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.label5           = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.label4           = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.textBoxICD10     = 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.tabControl1      = new System.Windows.Forms.TabControl();
            this.ICD9             = new System.Windows.Forms.TabPage();
            this.panel2           = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.fpSpread2        = new FarPoint.Win.Spread.FpSpread();
            this.fpSpread2_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.ICD10            = new System.Windows.Forms.TabPage();
            this.panel1           = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.fpSpread1        = new FarPoint.Win.Spread.FpSpread();
            this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.Compare          = new System.Windows.Forms.TabPage();
            this.panel3           = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.fpSpread3        = new FarPoint.Win.Spread.FpSpread();
            this.fpSpread3_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.groupBox1.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.ICD9.SuspendLayout();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread2_Sheet1)).BeginInit();
            this.ICD10.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
            this.Compare.SuspendLayout();
            this.panel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread3_Sheet1)).BeginInit();
            this.SuspendLayout();
            //
            // groupBox1
            //
            this.groupBox1.Controls.Add(this.textSearchICD10);
            this.groupBox1.Controls.Add(this.textSearchICD9);
            this.groupBox1.Controls.Add(this.textBox5);
            this.groupBox1.Controls.Add(this.textBox6);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.textBoxICD9Name);
            this.groupBox1.Controls.Add(this.textBoxICD9);
            this.groupBox1.Controls.Add(this.textBoxICD10Name);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.textBoxICD10);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Name     = "groupBox1";
            this.groupBox1.Size     = new System.Drawing.Size(800, 111);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop  = false;
            //
            // textSearchICD10
            //
            this.textSearchICD10.Location     = new System.Drawing.Point(120, 56);
            this.textSearchICD10.MaxLength    = 20;
            this.textSearchICD10.Name         = "textSearchICD10";
            this.textSearchICD10.Size         = new System.Drawing.Size(100, 21);
            this.textSearchICD10.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.textSearchICD10.TabIndex     = 1;
            this.textSearchICD10.Enter       += new System.EventHandler(this.textSearchICD10_Enter);
            this.textSearchICD10.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.textSearchICD10_KeyPress);
            this.textSearchICD10.TextChanged += new System.EventHandler(this.textSearchICD10_TextChanged);
            this.textSearchICD10.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.textSearchICD10_KeyDown);
            //
            // textSearchICD9
            //
            this.textSearchICD9.Location     = new System.Drawing.Point(120, 32);
            this.textSearchICD9.MaxLength    = 20;
            this.textSearchICD9.Name         = "textSearchICD9";
            this.textSearchICD9.Size         = new System.Drawing.Size(100, 21);
            this.textSearchICD9.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.textSearchICD9.TabIndex     = 0;
            this.textSearchICD9.Enter       += new System.EventHandler(this.textSearchICD9_Enter);
            this.textSearchICD9.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.textSearchICD9_KeyPress);
            this.textSearchICD9.TextChanged += new System.EventHandler(this.textSearchICD9_TextChanged);
            this.textSearchICD9.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.textSearchICD9_KeyDown);
            //
            // textBox5
            //
            this.textBox5.Location     = new System.Drawing.Point(120, 80);
            this.textBox5.MaxLength    = 20;
            this.textBox5.Name         = "textBox5";
            this.textBox5.Size         = new System.Drawing.Size(100, 21);
            this.textBox5.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.textBox5.TabIndex     = 2;
            this.textBox5.Enter       += new System.EventHandler(this.textBox5_Enter);
            this.textBox5.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.textBox5_KeyPress);
            this.textBox5.TextChanged += new System.EventHandler(this.textBox5_TextChanged);
            this.textBox5.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.textBox5_KeyDown);
            //
            // textBox6
            //
            this.textBox6.Location = new System.Drawing.Point(336, 80);
            this.textBox6.Name     = "textBox6";
            this.textBox6.ReadOnly = true;
            this.textBox6.Size     = new System.Drawing.Size(88, 21);
            this.textBox6.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.textBox6.TabIndex = 11;
            this.textBox6.TabStop  = false;
            this.textBox6.Text     = "诊断码";
            //
            // label6
            //
            this.label6.Location  = new System.Drawing.Point(232, 80);
            this.label6.Name      = "label6";
            this.label6.Size      = new System.Drawing.Size(96, 23);
            this.label6.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label6.TabIndex  = 10;
            this.label6.Text      = "查询码(F2切换)";
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // textBoxICD9Name
            //
            this.textBoxICD9Name.Location = new System.Drawing.Point(336, 32);
            this.textBoxICD9Name.Name     = "textBoxICD9Name";
            this.textBoxICD9Name.ReadOnly = true;
            this.textBoxICD9Name.Size     = new System.Drawing.Size(176, 21);
            this.textBoxICD9Name.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.textBoxICD9Name.TabIndex = 8;
            this.textBoxICD9Name.TabStop  = false;
            //
            // textBoxICD9
            //
            this.textBoxICD9.Location = new System.Drawing.Point(232, 32);
            this.textBoxICD9.Name     = "textBoxICD9";
            this.textBoxICD9.ReadOnly = true;
            this.textBoxICD9.Size     = new System.Drawing.Size(100, 21);
            this.textBoxICD9.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.textBoxICD9.TabIndex = 7;
            this.textBoxICD9.TabStop  = false;
            //
            // textBoxICD10Name
            //
            this.textBoxICD10Name.Location = new System.Drawing.Point(336, 56);
            this.textBoxICD10Name.Name     = "textBoxICD10Name";
            this.textBoxICD10Name.ReadOnly = true;
            this.textBoxICD10Name.Size     = new System.Drawing.Size(176, 21);
            this.textBoxICD10Name.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.textBoxICD10Name.TabIndex = 6;
            this.textBoxICD10Name.TabStop  = false;
            //
            // label5
            //
            this.label5.Location  = new System.Drawing.Point(376, 8);
            this.label5.Name      = "label5";
            this.label5.Size      = new System.Drawing.Size(100, 23);
            this.label5.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label5.TabIndex  = 5;
            this.label5.Text      = "ICD名称";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // label4
            //
            this.label4.Location  = new System.Drawing.Point(232, 8);
            this.label4.Name      = "label4";
            this.label4.Size      = new System.Drawing.Size(100, 23);
            this.label4.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label4.TabIndex  = 4;
            this.label4.Text      = "ICD编码";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // textBoxICD10
            //
            this.textBoxICD10.Location = new System.Drawing.Point(232, 56);
            this.textBoxICD10.Name     = "textBoxICD10";
            this.textBoxICD10.ReadOnly = true;
            this.textBoxICD10.Size     = new System.Drawing.Size(100, 21);
            this.textBoxICD10.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.textBoxICD10.TabIndex = 3;
            this.textBoxICD10.TabStop  = false;
            //
            // label3
            //
            this.label3.Location  = new System.Drawing.Point(16, 80);
            this.label3.Name      = "label3";
            this.label3.Size      = new System.Drawing.Size(96, 23);
            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.Location  = new System.Drawing.Point(16, 32);
            this.label2.Name      = "label2";
            this.label2.Size      = new System.Drawing.Size(72, 23);
            this.label2.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label2.TabIndex  = 1;
            this.label2.Text      = "ICD9 查询";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // label1
            //
            this.label1.Location  = new System.Drawing.Point(16, 56);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(72, 23);
            this.label1.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label1.TabIndex  = 0;
            this.label1.Text      = "ICD10 查询";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // tabControl1
            //
            this.tabControl1.Controls.Add(this.ICD9);
            this.tabControl1.Controls.Add(this.ICD10);
            this.tabControl1.Controls.Add(this.Compare);
            this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location      = new System.Drawing.Point(0, 111);
            this.tabControl1.Name          = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size          = new System.Drawing.Size(800, 489);
            this.tabControl1.TabIndex      = 3;
            this.tabControl1.TabStop       = false;
            //
            // ICD9
            //
            this.ICD9.Controls.Add(this.panel2);
            this.ICD9.Location = new System.Drawing.Point(4, 21);
            this.ICD9.Name     = "ICD9";
            this.ICD9.Size     = new System.Drawing.Size(792, 464);
            this.ICD9.TabIndex = 1;
            this.ICD9.Text     = "ICD9";
            //
            // panel2
            //
            this.panel2.Controls.Add(this.fpSpread2);
            this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name     = "panel2";
            this.panel2.Size     = new System.Drawing.Size(792, 464);
            this.panel2.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.panel2.TabIndex = 0;
            //
            // fpSpread2
            //
            this.fpSpread2.About = "2.5.2007.2005";
            this.fpSpread2.AccessibleDescription = "fpSpread2, Sheet1, Row 0, Column 0, ";
            this.fpSpread2.BackColor             = System.Drawing.SystemColors.Control;
            this.fpSpread2.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.fpSpread2.Location = new System.Drawing.Point(0, 0);
            this.fpSpread2.Name     = "fpSpread2";
            this.fpSpread2.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.fpSpread2_Sheet1
            });
            this.fpSpread2.Size                = new System.Drawing.Size(792, 464);
            this.fpSpread2.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.fpSpread2.TextTipAppearance   = tipAppearance1;
            this.fpSpread2.CellDoubleClick    += new FarPoint.Win.Spread.CellClickEventHandler(this.fpSpread2_CellDoubleClick);
            this.fpSpread2.ColumnWidthChanged += new FarPoint.Win.Spread.ColumnWidthChangedEventHandler(this.fpSpread2_ColumnWidthChanged);
            //
            // fpSpread2_Sheet1
            //
            this.fpSpread2_Sheet1.Reset();
            this.fpSpread2_Sheet1.SheetName = "Sheet1";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpSpread2_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpSpread2_Sheet1.OperationMode  = FarPoint.Win.Spread.OperationMode.SingleSelect;
            this.fpSpread2_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.fpSpread2_Sheet1.RowHeader.Columns.Get(0).Width      = 37F;
            this.fpSpread2_Sheet1.SelectionPolicy = FarPoint.Win.Spread.Model.SelectionPolicy.Single;
            this.fpSpread2_Sheet1.SelectionUnit   = FarPoint.Win.Spread.Model.SelectionUnit.Row;
            this.fpSpread2_Sheet1.ReferenceStyle  = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            //
            // ICD10
            //
            this.ICD10.Controls.Add(this.panel1);
            this.ICD10.Location = new System.Drawing.Point(4, 21);
            this.ICD10.Name     = "ICD10";
            this.ICD10.Size     = new System.Drawing.Size(792, 464);
            this.ICD10.TabIndex = 0;
            this.ICD10.Text     = "ICD10";
            //
            // panel1
            //
            this.panel1.Controls.Add(this.fpSpread1);
            this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(792, 464);
            this.panel1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.panel1.TabIndex = 0;
            //
            // fpSpread1
            //
            this.fpSpread1.About = "2.5.2007.2005";
            this.fpSpread1.AccessibleDescription = "fpSpread1, Sheet1, Row 0, Column 0, ";
            this.fpSpread1.BackColor             = System.Drawing.SystemColors.Control;
            this.fpSpread1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.fpSpread1.Location = new System.Drawing.Point(0, 0);
            this.fpSpread1.Name     = "fpSpread1";
            this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.fpSpread1_Sheet1
            });
            this.fpSpread1.Size                = new System.Drawing.Size(792, 464);
            this.fpSpread1.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.fpSpread1.TextTipAppearance   = tipAppearance2;
            this.fpSpread1.CellDoubleClick    += new FarPoint.Win.Spread.CellClickEventHandler(this.fpSpread1_CellDoubleClick);
            this.fpSpread1.ColumnWidthChanged += new FarPoint.Win.Spread.ColumnWidthChangedEventHandler(this.fpSpread1_ColumnWidthChanged);
            //
            // fpSpread1_Sheet1
            //
            this.fpSpread1_Sheet1.Reset();
            this.fpSpread1_Sheet1.SheetName = "Sheet1";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpSpread1_Sheet1.OperationMode  = FarPoint.Win.Spread.OperationMode.SingleSelect;
            this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.fpSpread1_Sheet1.RowHeader.Columns.Get(0).Width      = 37F;
            this.fpSpread1_Sheet1.SelectionPolicy = FarPoint.Win.Spread.Model.SelectionPolicy.Single;
            this.fpSpread1_Sheet1.SelectionUnit   = FarPoint.Win.Spread.Model.SelectionUnit.Row;
            this.fpSpread1_Sheet1.ReferenceStyle  = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            //
            // Compare
            //
            this.Compare.Controls.Add(this.panel3);
            this.Compare.Location = new System.Drawing.Point(4, 21);
            this.Compare.Name     = "Compare";
            this.Compare.Size     = new System.Drawing.Size(792, 464);
            this.Compare.TabIndex = 2;
            this.Compare.Text     = "ICD 对照";
            //
            // panel3
            //
            this.panel3.Controls.Add(this.fpSpread3);
            this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panel3.Location = new System.Drawing.Point(0, 0);
            this.panel3.Name     = "panel3";
            this.panel3.Size     = new System.Drawing.Size(792, 464);
            this.panel3.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.panel3.TabIndex = 0;
            //
            // fpSpread3
            //
            this.fpSpread3.About = "2.5.2007.2005";
            this.fpSpread3.AccessibleDescription = "fpSpread3, Sheet1, Row 0, Column 0, ";
            this.fpSpread3.BackColor             = System.Drawing.SystemColors.Control;
            this.fpSpread3.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.fpSpread3.Location = new System.Drawing.Point(0, 0);
            this.fpSpread3.Name     = "fpSpread3";
            this.fpSpread3.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.fpSpread3_Sheet1
            });
            this.fpSpread3.Size                = new System.Drawing.Size(792, 464);
            this.fpSpread3.TabIndex            = 0;
            tipAppearance3.BackColor           = System.Drawing.SystemColors.Info;
            tipAppearance3.Font                = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            tipAppearance3.ForeColor           = System.Drawing.SystemColors.InfoText;
            this.fpSpread3.TextTipAppearance   = tipAppearance3;
            this.fpSpread3.ColumnWidthChanged += new FarPoint.Win.Spread.ColumnWidthChangedEventHandler(this.fpSpread3_ColumnWidthChanged);
            //
            // fpSpread3_Sheet1
            //
            this.fpSpread3_Sheet1.Reset();
            this.fpSpread3_Sheet1.SheetName = "Sheet1";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpSpread3_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpSpread3_Sheet1.OperationMode  = FarPoint.Win.Spread.OperationMode.SingleSelect;
            this.fpSpread3_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.fpSpread3_Sheet1.RowHeader.Columns.Get(0).Width      = 37F;
            this.fpSpread3_Sheet1.SelectionPolicy = FarPoint.Win.Spread.Model.SelectionPolicy.Single;
            this.fpSpread3_Sheet1.SelectionUnit   = FarPoint.Win.Spread.Model.SelectionUnit.Row;
            this.fpSpread3_Sheet1.ReferenceStyle  = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            //
            // ucICDCompare
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.groupBox1);
            this.Name  = "ucICDCompare";
            this.Size  = new System.Drawing.Size(800, 600);
            this.Load += new System.EventHandler(this.ucICDCompare_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            this.ICD9.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread2_Sheet1)).EndInit();
            this.ICD10.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
            this.Compare.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread3_Sheet1)).EndInit();
            this.ResumeLayout(false);
        }
Ejemplo n.º 11
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            FarPoint.Win.Spread.TipAppearance tipAppearance3 = new FarPoint.Win.Spread.TipAppearance();
            FarPoint.Win.Spread.TipAppearance tipAppearance4 = new FarPoint.Win.Spread.TipAppearance();
            this.groupBox1    = new System.Windows.Forms.GroupBox();
            this.dtInDate     = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker();
            this.dtOutDate    = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker();
            this.label8       = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.label7       = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.label6       = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.txDeptOut    = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.label5       = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.txDeptIn     = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.label4       = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.txSex        = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.label3       = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.txName       = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.label2       = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.caseNo       = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.label1       = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.dtBirthDate  = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker();
            this.groupBox2    = new System.Windows.Forms.GroupBox();
            this.label13      = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.label12      = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.comType      = new System.Windows.Forms.ComboBox();
            this.comPerson    = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.label10      = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.label9       = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.CardNO       = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.txReturnTime = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker();
            this.fpSpread1    = new FarPoint.Win.Spread.FpSpread();
            this.caseDetail   = new FarPoint.Win.Spread.SheetView();
            this.tabControl1  = new System.Windows.Forms.TabControl();
            this.tabPage1     = new System.Windows.Forms.TabPage();
            this.fpSpread2    = new FarPoint.Win.Spread.FpSpread();
            this.caseMain     = new FarPoint.Win.Spread.SheetView();
            this.tabPage2     = new System.Windows.Forms.TabPage();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.caseDetail)).BeginInit();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.caseMain)).BeginInit();
            this.tabPage2.SuspendLayout();
            this.SuspendLayout();
            //
            // groupBox1
            //
            this.groupBox1.Controls.Add(this.dtInDate);
            this.groupBox1.Controls.Add(this.dtOutDate);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.txDeptOut);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.txDeptIn);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.txSex);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.txName);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.caseNo);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.dtBirthDate);
            this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
            this.groupBox1.Location = new System.Drawing.Point(0, 53);
            this.groupBox1.Name     = "groupBox1";
            this.groupBox1.Size     = new System.Drawing.Size(874, 53);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop  = false;
            this.groupBox1.Text     = "病案信息";
            //
            // dtInDate
            //
            this.dtInDate.Enabled     = false;
            this.dtInDate.IsEnter2Tab = false;
            this.dtInDate.Location    = new System.Drawing.Point(440, 52);
            this.dtInDate.Name        = "dtInDate";
            this.dtInDate.Size        = new System.Drawing.Size(104, 21);
            this.dtInDate.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.dtInDate.TabIndex    = 16;
            //
            // dtOutDate
            //
            this.dtOutDate.Enabled     = false;
            this.dtOutDate.IsEnter2Tab = false;
            this.dtOutDate.Location    = new System.Drawing.Point(88, 84);
            this.dtOutDate.Name        = "dtOutDate";
            this.dtOutDate.Size        = new System.Drawing.Size(104, 21);
            this.dtOutDate.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.dtOutDate.TabIndex    = 15;
            //
            // label8
            //
            this.label8.AutoSize  = true;
            this.label8.Location  = new System.Drawing.Point(200, 88);
            this.label8.Name      = "label8";
            this.label8.Size      = new System.Drawing.Size(53, 12);
            this.label8.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label8.TabIndex  = 14;
            this.label8.Text      = "出生日期";
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // label7
            //
            this.label7.AutoSize  = true;
            this.label7.Location  = new System.Drawing.Point(24, 88);
            this.label7.Name      = "label7";
            this.label7.Size      = new System.Drawing.Size(53, 12);
            this.label7.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label7.TabIndex  = 12;
            this.label7.Text      = "出院日期";
            this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // label6
            //
            this.label6.AutoSize  = true;
            this.label6.Location  = new System.Drawing.Point(376, 56);
            this.label6.Name      = "label6";
            this.label6.Size      = new System.Drawing.Size(53, 12);
            this.label6.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label6.TabIndex  = 10;
            this.label6.Text      = "入院日期";
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // txDeptOut
            //
            this.txDeptOut.BackColor   = System.Drawing.Color.Azure;
            this.txDeptOut.IsEnter2Tab = false;
            this.txDeptOut.Location    = new System.Drawing.Point(264, 52);
            this.txDeptOut.Name        = "txDeptOut";
            this.txDeptOut.ReadOnly    = true;
            this.txDeptOut.Size        = new System.Drawing.Size(100, 21);
            this.txDeptOut.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txDeptOut.TabIndex    = 9;
            //
            // label5
            //
            this.label5.AutoSize  = true;
            this.label5.Location  = new System.Drawing.Point(200, 56);
            this.label5.Name      = "label5";
            this.label5.Size      = new System.Drawing.Size(53, 12);
            this.label5.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label5.TabIndex  = 8;
            this.label5.Text      = "出院科室";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // txDeptIn
            //
            this.txDeptIn.BackColor   = System.Drawing.Color.Azure;
            this.txDeptIn.IsEnter2Tab = false;
            this.txDeptIn.Location    = new System.Drawing.Point(88, 52);
            this.txDeptIn.Name        = "txDeptIn";
            this.txDeptIn.ReadOnly    = true;
            this.txDeptIn.Size        = new System.Drawing.Size(100, 21);
            this.txDeptIn.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txDeptIn.TabIndex    = 7;
            //
            // label4
            //
            this.label4.AutoSize  = true;
            this.label4.Location  = new System.Drawing.Point(24, 56);
            this.label4.Name      = "label4";
            this.label4.Size      = new System.Drawing.Size(53, 12);
            this.label4.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label4.TabIndex  = 6;
            this.label4.Text      = "入院科室";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // txSex
            //
            this.txSex.BackColor   = System.Drawing.Color.Azure;
            this.txSex.IsEnter2Tab = false;
            this.txSex.Location    = new System.Drawing.Point(440, 24);
            this.txSex.Name        = "txSex";
            this.txSex.ReadOnly    = true;
            this.txSex.Size        = new System.Drawing.Size(100, 21);
            this.txSex.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txSex.TabIndex    = 5;
            //
            // label3
            //
            this.label3.AutoSize  = true;
            this.label3.Location  = new System.Drawing.Point(376, 24);
            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  = 4;
            this.label3.Text      = "性    别";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // txName
            //
            this.txName.BackColor   = System.Drawing.Color.Azure;
            this.txName.IsEnter2Tab = false;
            this.txName.Location    = new System.Drawing.Point(264, 24);
            this.txName.Name        = "txName";
            this.txName.ReadOnly    = true;
            this.txName.Size        = new System.Drawing.Size(100, 21);
            this.txName.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txName.TabIndex    = 3;
            //
            // label2
            //
            this.label2.AutoSize  = true;
            this.label2.Location  = new System.Drawing.Point(200, 24);
            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  = 2;
            this.label2.Text      = "姓    名";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // caseNo
            //
            this.caseNo.IsEnter2Tab = false;
            this.caseNo.Location    = new System.Drawing.Point(88, 24);
            this.caseNo.Name        = "caseNo";
            this.caseNo.Size        = new System.Drawing.Size(100, 21);
            this.caseNo.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.caseNo.TabIndex    = 1;
            this.caseNo.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.caseNo_KeyDown);
            this.caseNo.Enter      += new System.EventHandler(this.caseNo_Enter);
            //
            // label1
            //
            this.label1.AutoSize  = true;
            this.label1.Location  = new System.Drawing.Point(24, 24);
            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;
            //
            // dtBirthDate
            //
            this.dtBirthDate.Enabled     = false;
            this.dtBirthDate.IsEnter2Tab = false;
            this.dtBirthDate.Location    = new System.Drawing.Point(264, 84);
            this.dtBirthDate.Name        = "dtBirthDate";
            this.dtBirthDate.Size        = new System.Drawing.Size(104, 21);
            this.dtBirthDate.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.dtBirthDate.TabIndex    = 0;
            //
            // groupBox2
            //
            this.groupBox2.Controls.Add(this.label13);
            this.groupBox2.Controls.Add(this.label12);
            this.groupBox2.Controls.Add(this.comType);
            this.groupBox2.Controls.Add(this.comPerson);
            this.groupBox2.Controls.Add(this.label10);
            this.groupBox2.Controls.Add(this.label9);
            this.groupBox2.Controls.Add(this.CardNO);
            this.groupBox2.Controls.Add(this.txReturnTime);
            this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Top;
            this.groupBox2.Location = new System.Drawing.Point(0, 0);
            this.groupBox2.Name     = "groupBox2";
            this.groupBox2.Size     = new System.Drawing.Size(874, 53);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop  = false;
            this.groupBox2.Text     = "个人信息";
            //
            // label13
            //
            this.label13.AutoSize  = true;
            this.label13.Location  = new System.Drawing.Point(570, 21);
            this.label13.Name      = "label13";
            this.label13.Size      = new System.Drawing.Size(77, 12);
            this.label13.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label13.TabIndex  = 27;
            this.label13.Text      = "预计返还时间";
            this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // label12
            //
            this.label12.AutoSize  = true;
            this.label12.Location  = new System.Drawing.Point(384, 21);
            this.label12.Name      = "label12";
            this.label12.Size      = new System.Drawing.Size(53, 12);
            this.label12.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label12.TabIndex  = 25;
            this.label12.Text      = "借阅方式";
            this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // comType
            //
            this.comType.Items.AddRange(new object[] {
                "内借",
                "外借"
            });
            this.comType.Location = new System.Drawing.Point(448, 17);
            this.comType.Name     = "comType";
            this.comType.Size     = new System.Drawing.Size(104, 20);
            this.comType.TabIndex = 22;
            this.comType.KeyDown += new System.Windows.Forms.KeyEventHandler(this.comType_KeyDown);
            //
            // comPerson
            //
            this.comPerson.ArrowBackColor     = System.Drawing.Color.Silver;
            this.comPerson.Enabled            = false;
            this.comPerson.IsEnter2Tab        = false;
            this.comPerson.IsFlat             = false;
            this.comPerson.IsLike             = true;
            this.comPerson.IsListOnly         = false;
            this.comPerson.IsPopForm          = true;
            this.comPerson.IsShowCustomerList = false;
            this.comPerson.IsShowID           = false;
            this.comPerson.Location           = new System.Drawing.Point(264, 17);
            this.comPerson.Name             = "comPerson";
            this.comPerson.PopForm          = null;
            this.comPerson.ShowCustomerList = false;
            this.comPerson.ShowID           = false;
            this.comPerson.Size             = new System.Drawing.Size(104, 20);
            this.comPerson.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat;
            this.comPerson.TabIndex         = 21;
            this.comPerson.Tag        = "";
            this.comPerson.ToolBarUse = false;
            //
            // label10
            //
            this.label10.AutoSize  = true;
            this.label10.Location  = new System.Drawing.Point(200, 21);
            this.label10.Name      = "label10";
            this.label10.Size      = new System.Drawing.Size(53, 12);
            this.label10.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label10.TabIndex  = 19;
            this.label10.Text      = "姓    名";
            this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // label9
            //
            this.label9.AutoSize  = true;
            this.label9.Location  = new System.Drawing.Point(24, 21);
            this.label9.Name      = "label9";
            this.label9.Size      = new System.Drawing.Size(53, 12);
            this.label9.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label9.TabIndex  = 17;
            this.label9.Text      = "工    号";
            this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // CardNO
            //
            this.CardNO.IsEnter2Tab = false;
            this.CardNO.Location    = new System.Drawing.Point(88, 17);
            this.CardNO.Name        = "CardNO";
            this.CardNO.Size        = new System.Drawing.Size(100, 21);
            this.CardNO.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.CardNO.TabIndex    = 18;
            this.CardNO.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.CardNO_KeyDown);
            this.CardNO.Enter      += new System.EventHandler(this.CardNO_Enter);
            //
            // txReturnTime
            //
            this.txReturnTime.IsEnter2Tab = false;
            this.txReturnTime.Location    = new System.Drawing.Point(650, 17);
            this.txReturnTime.Name        = "txReturnTime";
            this.txReturnTime.Size        = new System.Drawing.Size(122, 21);
            this.txReturnTime.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txReturnTime.TabIndex    = 17;
            this.txReturnTime.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.txReturnTime_KeyDown);
            //
            // fpSpread1
            //
            this.fpSpread1.About = "3.0.2004.2005";
            this.fpSpread1.AccessibleDescription = "fpSpread1, Sheet1";
            this.fpSpread1.BackColor             = System.Drawing.Color.Transparent;
            this.fpSpread1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.fpSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            this.fpSpread1.Location = new System.Drawing.Point(3, 3);
            this.fpSpread1.Name     = "fpSpread1";
            this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.caseDetail
            });
            this.fpSpread1.Size                    = new System.Drawing.Size(860, 494);
            this.fpSpread1.TabIndex                = 2;
            tipAppearance3.BackColor               = System.Drawing.SystemColors.Info;
            tipAppearance3.Font                    = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            tipAppearance3.ForeColor               = System.Drawing.SystemColors.InfoText;
            this.fpSpread1.TextTipAppearance       = tipAppearance3;
            this.fpSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            //
            // caseDetail
            //
            this.caseDetail.Reset();
            this.caseDetail.SheetName = "Sheet1";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.caseDetail.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.caseDetail.ColumnCount    = 8;
            this.caseDetail.RowCount       = 0;
            this.caseDetail.ColumnHeader.Cells.Get(0, 0).Value = "住院流水号";
            this.caseDetail.ColumnHeader.Cells.Get(0, 1).Value = "住院号";
            this.caseDetail.ColumnHeader.Cells.Get(0, 2).Value = "病案号";
            this.caseDetail.ColumnHeader.Cells.Get(0, 3).Value = "姓名";
            this.caseDetail.ColumnHeader.Cells.Get(0, 4).Value = "入院科室";
            this.caseDetail.ColumnHeader.Cells.Get(0, 5).Value = "入院日期";
            this.caseDetail.ColumnHeader.Cells.Get(0, 6).Value = "出院科室";
            this.caseDetail.ColumnHeader.Cells.Get(0, 7).Value = "出院日期";
            this.caseDetail.Columns.Get(0).Label = "住院流水号";
            this.caseDetail.Columns.Get(0).Width = 77F;
            this.caseDetail.Columns.Get(4).Label = "入院科室";
            this.caseDetail.Columns.Get(4).Width = 68F;
            this.caseDetail.OperationMode        = FarPoint.Win.Spread.OperationMode.ReadOnly;
            this.caseDetail.RowHeader.Columns.Default.Resizable = false;
            this.caseDetail.RowHeader.Columns.Get(0).Width      = 37F;
            this.caseDetail.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            this.fpSpread1.SetActiveViewport(0, 1, 0);
            //
            // tabControl1
            //
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location      = new System.Drawing.Point(0, 106);
            this.tabControl1.Name          = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size          = new System.Drawing.Size(874, 526);
            this.tabControl1.TabIndex      = 3;
            //
            // tabPage1
            //
            this.tabPage1.Controls.Add(this.fpSpread2);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name     = "tabPage1";
            this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size     = new System.Drawing.Size(866, 500);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text     = "病案基本信息";
            this.tabPage1.UseVisualStyleBackColor = true;
            //
            // fpSpread2
            //
            this.fpSpread2.About = "3.0.2004.2005";
            this.fpSpread2.AccessibleDescription = "fpSpread2, Sheet1, Row 0, Column 0, ";
            this.fpSpread2.BackColor             = System.Drawing.Color.Transparent;
            this.fpSpread2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.fpSpread2.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            this.fpSpread2.Location = new System.Drawing.Point(3, 3);
            this.fpSpread2.Name     = "fpSpread2";
            this.fpSpread2.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.caseMain
            });
            this.fpSpread2.Size                    = new System.Drawing.Size(860, 494);
            this.fpSpread2.TabIndex                = 3;
            tipAppearance4.BackColor               = System.Drawing.SystemColors.Info;
            tipAppearance4.Font                    = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            tipAppearance4.ForeColor               = System.Drawing.SystemColors.InfoText;
            this.fpSpread2.TextTipAppearance       = tipAppearance4;
            this.fpSpread2.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            this.fpSpread2.CellDoubleClick        += new FarPoint.Win.Spread.CellClickEventHandler(this.fpSpread2_CellDoubleClick);
            this.fpSpread2.CellClick              += new FarPoint.Win.Spread.CellClickEventHandler(this.fpSpread2_CellClick);
            //
            // caseMain
            //
            this.caseMain.Reset();
            this.caseMain.SheetName = "Sheet1";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.caseMain.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.caseMain.ColumnCount    = 8;
            this.caseMain.RowCount       = 0;
            this.caseMain.ColumnHeader.Cells.Get(0, 0).Value = "病案号";
            this.caseMain.ColumnHeader.Cells.Get(0, 1).Value = "姓名";
            this.caseMain.ColumnHeader.Cells.Get(0, 2).Value = "性别";
            this.caseMain.ColumnHeader.Cells.Get(0, 3).Value = "民族";
            this.caseMain.ColumnHeader.Cells.Get(0, 4).Value = "出生日期";
            this.caseMain.ColumnHeader.Cells.Get(0, 5).Value = "出生地";
            this.caseMain.ColumnHeader.Cells.Get(0, 6).Value = "联系电话";
            this.caseMain.ColumnHeader.Cells.Get(0, 7).Value = "联系地址";
            this.caseMain.Columns.Get(0).Label = "病案号";
            this.caseMain.Columns.Get(0).Width = 87F;
            this.caseMain.Columns.Get(6).Label = "联系电话";
            this.caseMain.Columns.Get(6).Width = 79F;
            this.caseMain.Columns.Get(7).Label = "联系地址";
            this.caseMain.Columns.Get(7).Width = 117F;
            this.caseMain.OperationMode        = FarPoint.Win.Spread.OperationMode.ReadOnly;
            this.caseMain.RowHeader.Columns.Default.Resizable = false;
            this.caseMain.RowHeader.Columns.Get(0).Width      = 37F;
            this.caseMain.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            this.fpSpread2.SetActiveViewport(0, 1, 0);
            //
            // tabPage2
            //
            this.tabPage2.Controls.Add(this.fpSpread1);
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Name     = "tabPage2";
            this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size     = new System.Drawing.Size(866, 500);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text     = "病案详细信息";
            this.tabPage2.UseVisualStyleBackColor = true;
            //
            // ucBorrowCase
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.BackColor           = System.Drawing.Color.Azure;
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.groupBox2);
            this.Name  = "ucBorrowCase";
            this.Size  = new System.Drawing.Size(874, 632);
            this.Load += new System.EventHandler(this.frmLendCard_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.caseDetail)).EndInit();
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.caseMain)).EndInit();
            this.tabPage2.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Ejemplo n.º 12
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmEasyChoose));
     FarPoint.Win.Spread.TipAppearance tipAppearance1         = new FarPoint.Win.Spread.TipAppearance();
     this.txtQueryCode  = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
     this.fpData        = new FarPoint.Win.Spread.FpSpread();
     this.fpData_Sheet1 = new FarPoint.Win.Spread.SheetView();
     this.btnOK         = new Neusoft.FrameWork.WinForms.Controls.NeuButton();
     this.btnCancel     = new Neusoft.FrameWork.WinForms.Controls.NeuButton();
     this.chbMisty      = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.fpData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fpData_Sheet1)).BeginInit();
     this.SuspendLayout();
     //
     // txtQueryCode
     //
     this.txtQueryCode.AccessibleDescription = null;
     this.txtQueryCode.AccessibleName        = null;
     resources.ApplyResources(this.txtQueryCode, "txtQueryCode");
     this.txtQueryCode.BackgroundImage = null;
     this.txtQueryCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtQueryCode.Font            = null;
     this.txtQueryCode.IsEnter2Tab     = false;
     this.txtQueryCode.Name            = "txtQueryCode";
     this.txtQueryCode.Style           = Neusoft.FrameWork.WinForms.Controls.StyleType.VS2003;
     this.txtQueryCode.TextChanged    += new System.EventHandler(this.txtQueryCode_TextChanged);
     this.txtQueryCode.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.txtQueryCode_KeyDown);
     this.txtQueryCode.KeyPress       += new System.Windows.Forms.KeyPressEventHandler(this.txtQueryCode_KeyPress);
     //
     // fpData
     //
     this.fpData.About = "3.0.2004.2005";
     resources.ApplyResources(this.fpData, "fpData");
     this.fpData.AccessibleName            = null;
     this.fpData.BackColor                 = System.Drawing.SystemColors.Control;
     this.fpData.BackgroundImage           = null;
     this.fpData.Font                      = null;
     this.fpData.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpData.Name                      = "fpData";
     this.fpData.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.fpData_Sheet1
     });
     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.fpData.TextTipAppearance       = tipAppearance1;
     this.fpData.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpData.CellDoubleClick        += new FarPoint.Win.Spread.CellClickEventHandler(this.fpData_CellDoubleClick);
     this.fpData.KeyPress               += new System.Windows.Forms.KeyPressEventHandler(this.fpData_KeyPress);
     //
     // fpData_Sheet1
     //
     this.fpData_Sheet1.Reset();
     this.fpData_Sheet1.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.fpData_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.fpData_Sheet1.ColumnCount    = 6;
     this.fpData_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "编码";
     this.fpData_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "名称";
     this.fpData_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "其他";
     this.fpData_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "拼音码";
     this.fpData_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "五笔码";
     this.fpData_Sheet1.ColumnHeader.Cells.Get(0, 5).Value = "自定义码";
     this.fpData_Sheet1.ColumnHeader.Rows.Get(0).Height    = 24F;
     this.fpData_Sheet1.Columns.Get(0).AllowAutoSort       = true;
     this.fpData_Sheet1.Columns.Get(0).Label  = "编码";
     this.fpData_Sheet1.Columns.Get(0).Locked = true;
     this.fpData_Sheet1.Columns.Get(0).Width  = 79F;
     this.fpData_Sheet1.Columns.Get(1).Label  = "名称";
     this.fpData_Sheet1.Columns.Get(1).Locked = true;
     this.fpData_Sheet1.Columns.Get(1).Width  = 148F;
     this.fpData_Sheet1.Columns.Get(2).Label  = "其他";
     this.fpData_Sheet1.Columns.Get(2).Locked = true;
     this.fpData_Sheet1.Columns.Get(2).Width  = 64F;
     this.fpData_Sheet1.Columns.Get(3).Label  = "拼音码";
     this.fpData_Sheet1.Columns.Get(3).Locked = true;
     this.fpData_Sheet1.Columns.Get(3).Width  = 84F;
     this.fpData_Sheet1.Columns.Get(4).Label  = "五笔码";
     this.fpData_Sheet1.Columns.Get(4).Locked = true;
     this.fpData_Sheet1.Columns.Get(4).Width  = 76F;
     this.fpData_Sheet1.Columns.Get(5).Label  = "自定义码";
     this.fpData_Sheet1.Columns.Get(5).Locked = true;
     this.fpData_Sheet1.Columns.Get(5).Width  = 92F;
     this.fpData_Sheet1.DataAutoHeadings      = false;
     this.fpData_Sheet1.DataAutoSizeColumns   = false;
     this.fpData_Sheet1.GrayAreaBackColor     = System.Drawing.Color.Honeydew;
     this.fpData_Sheet1.OperationMode         = FarPoint.Win.Spread.OperationMode.RowMode;
     this.fpData_Sheet1.RowHeader.Columns.Default.Resizable    = false;
     this.fpData_Sheet1.RowHeader.Columns.Get(0).AllowAutoSort = true;
     this.fpData_Sheet1.RowHeader.Columns.Get(0).Width         = 21F;
     this.fpData_Sheet1.SelectionForeColor                 = System.Drawing.Color.White;
     this.fpData_Sheet1.SheetCornerStyle.Locked            = false;
     this.fpData_Sheet1.SheetCornerStyle.Parent            = "HeaderDefault";
     this.fpData_Sheet1.SheetCornerStyle.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
     this.fpData_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     //
     // btnOK
     //
     this.btnOK.AccessibleDescription = null;
     this.btnOK.AccessibleName        = null;
     resources.ApplyResources(this.btnOK, "btnOK");
     this.btnOK.BackgroundImage = null;
     this.btnOK.Font            = null;
     this.btnOK.Name            = "btnOK";
     this.btnOK.Style           = Neusoft.FrameWork.WinForms.Controls.StyleType.VS2003;
     this.btnOK.Type            = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None;
     this.btnOK.Click          += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancel
     //
     this.btnCancel.AccessibleDescription = null;
     this.btnCancel.AccessibleName        = null;
     resources.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.BackgroundImage = null;
     this.btnCancel.DialogResult    = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Font            = null;
     this.btnCancel.Name            = "btnCancel";
     this.btnCancel.Style           = Neusoft.FrameWork.WinForms.Controls.StyleType.VS2003;
     this.btnCancel.Type            = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None;
     this.btnCancel.Click          += new System.EventHandler(this.btnCancel_Click);
     //
     // chbMisty
     //
     this.chbMisty.AccessibleDescription = null;
     this.chbMisty.AccessibleName        = null;
     resources.ApplyResources(this.chbMisty, "chbMisty");
     this.chbMisty.BackgroundImage = null;
     this.chbMisty.Checked         = true;
     this.chbMisty.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.chbMisty.Font            = null;
     this.chbMisty.Name            = "chbMisty";
     this.chbMisty.Style           = Neusoft.FrameWork.WinForms.Controls.StyleType.VS2003;
     this.chbMisty.CheckedChanged += new System.EventHandler(this.chbMisty_CheckedChanged_2);
     //
     // frmEasyChoose
     //
     this.AcceptButton          = this.btnOK;
     this.AccessibleDescription = null;
     this.AccessibleName        = null;
     resources.ApplyResources(this, "$this");
     this.BackgroundImage = null;
     this.CancelButton    = this.btnCancel;
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.fpData);
     this.Controls.Add(this.txtQueryCode);
     this.Controls.Add(this.chbMisty);
     this.Font            = null;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = null;
     this.KeyPreview      = true;
     this.Name            = "frmEasyChoose";
     this.Activated      += new System.EventHandler(this.frmEasyChoose_Activated);
     this.FormClosed     += new System.Windows.Forms.FormClosedEventHandler(this.frmEasyChoose_FormClosed);
     ((System.ComponentModel.ISupportInitialize)(this.fpData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fpData_Sheet1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 13
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            this.components    = new System.ComponentModel.Container();
            this.label1        = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.label2        = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.label3        = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.label4        = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.label5        = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.textSeqNO     = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.textICDid     = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.textSpellCode = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.textUserCode  = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.groupBox1     = new System.Windows.Forms.GroupBox();
            this.IsValid       = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.IsTumour      = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.IsInfection   = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.cbTraditional = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.Is30Illness   = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.ContinueInput = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.button1       = new System.Windows.Forms.Button();
            this.button2       = new System.Windows.Forms.Button();
            this.textICDName   = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.WBCode        = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.label6        = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.SexComBox     = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.label7        = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            //
            // label1
            //
            this.label1.AutoSize  = true;
            this.label1.Location  = new System.Drawing.Point(32, 168);
            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;
            //
            // label2
            //
            this.label2.AutoSize  = true;
            this.label2.ForeColor = System.Drawing.Color.Crimson;
            this.label2.Location  = new System.Drawing.Point(32, 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      = "ICD 编码";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // label3
            //
            this.label3.AutoSize  = true;
            this.label3.ForeColor = System.Drawing.Color.Crimson;
            this.label3.Location  = new System.Drawing.Point(32, 40);
            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      = "ICD 名称";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // label4
            //
            this.label4.AutoSize  = true;
            this.label4.Location  = new System.Drawing.Point(32, 72);
            this.label4.Name      = "label4";
            this.label4.Size      = new System.Drawing.Size(53, 12);
            this.label4.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label4.TabIndex  = 3;
            this.label4.Text      = "拼 音 码";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // label5
            //
            this.label5.AutoSize  = true;
            this.label5.Location  = new System.Drawing.Point(32, 136);
            this.label5.Name      = "label5";
            this.label5.Size      = new System.Drawing.Size(53, 12);
            this.label5.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label5.TabIndex  = 4;
            this.label5.Text      = "统 计 码";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // textSeqNO
            //
            this.textSeqNO.Location  = new System.Drawing.Point(120, 168);
            this.textSeqNO.MaxLength = 10;
            this.textSeqNO.Name      = "textSeqNO";
            this.textSeqNO.Size      = new System.Drawing.Size(144, 21);
            this.textSeqNO.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.textSeqNO.TabIndex  = 0;
            this.textSeqNO.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textSeqNO_KeyPress);
            //
            // textICDid
            //
            this.textICDid.Location  = new System.Drawing.Point(120, 8);
            this.textICDid.MaxLength = 10;
            this.textICDid.Name      = "textICDid";
            this.textICDid.Size      = new System.Drawing.Size(144, 21);
            this.textICDid.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.textICDid.TabIndex  = 1;
            this.textICDid.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textICDid_KeyPress);
            //
            // textSpellCode
            //
            this.textSpellCode.Location  = new System.Drawing.Point(120, 72);
            this.textSpellCode.MaxLength = 8;
            this.textSpellCode.Name      = "textSpellCode";
            this.textSpellCode.Size      = new System.Drawing.Size(144, 21);
            this.textSpellCode.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.textSpellCode.TabIndex  = 3;
            this.textSpellCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textSpellCode_KeyPress);
            //
            // textUserCode
            //
            this.textUserCode.Location  = new System.Drawing.Point(120, 136);
            this.textUserCode.MaxLength = 8;
            this.textUserCode.Name      = "textUserCode";
            this.textUserCode.Size      = new System.Drawing.Size(144, 21);
            this.textUserCode.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.textUserCode.TabIndex  = 4;
            this.textUserCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textUserCode_KeyPress);
            //
            // groupBox1
            //
            this.groupBox1.Controls.Add(this.IsValid);
            this.groupBox1.Controls.Add(this.IsTumour);
            this.groupBox1.Controls.Add(this.IsInfection);
            this.groupBox1.Controls.Add(this.cbTraditional);
            this.groupBox1.Controls.Add(this.Is30Illness);
            this.groupBox1.Location = new System.Drawing.Point(0, 224);
            this.groupBox1.Name     = "groupBox1";
            this.groupBox1.Size     = new System.Drawing.Size(304, 75);
            this.groupBox1.TabIndex = 5;
            this.groupBox1.TabStop  = false;
            //
            // IsValid
            //
            this.IsValid.Location  = new System.Drawing.Point(36, 46);
            this.IsValid.Name      = "IsValid";
            this.IsValid.Size      = new System.Drawing.Size(56, 24);
            this.IsValid.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.IsValid.TabIndex  = 8;
            this.IsValid.Text      = "有效";
            this.IsValid.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.IsValid_KeyPress);
            //
            // IsTumour
            //
            this.IsTumour.Location  = new System.Drawing.Point(188, 16);
            this.IsTumour.Name      = "IsTumour";
            this.IsTumour.Size      = new System.Drawing.Size(80, 24);
            this.IsTumour.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.IsTumour.TabIndex  = 7;
            this.IsTumour.Text      = "恶性肿瘤";
            this.IsTumour.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.IsTumour_KeyPress);
            //
            // IsInfection
            //
            this.IsInfection.Location  = new System.Drawing.Point(116, 16);
            this.IsInfection.Name      = "IsInfection";
            this.IsInfection.Size      = new System.Drawing.Size(88, 23);
            this.IsInfection.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.IsInfection.TabIndex  = 6;
            this.IsInfection.Text      = "传染病";
            this.IsInfection.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.IsInfection_KeyPress);
            //
            // cbTraditional
            //
            this.cbTraditional.Location  = new System.Drawing.Point(115, 46);
            this.cbTraditional.Name      = "cbTraditional";
            this.cbTraditional.Size      = new System.Drawing.Size(80, 24);
            this.cbTraditional.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.cbTraditional.TabIndex  = 5;
            this.cbTraditional.Text      = "中医诊断";
            this.cbTraditional.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Is30Illness_KeyPress);
            //
            // Is30Illness
            //
            this.Is30Illness.Location  = new System.Drawing.Point(36, 16);
            this.Is30Illness.Name      = "Is30Illness";
            this.Is30Illness.Size      = new System.Drawing.Size(80, 24);
            this.Is30Illness.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.Is30Illness.TabIndex  = 5;
            this.Is30Illness.Text      = "30种疾病";
            this.Is30Illness.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Is30Illness_KeyPress);
            //
            // ContinueInput
            //
            this.ContinueInput.Location  = new System.Drawing.Point(16, 305);
            this.ContinueInput.Name      = "ContinueInput";
            this.ContinueInput.Size      = new System.Drawing.Size(88, 24);
            this.ContinueInput.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.ContinueInput.TabIndex  = 9;
            this.ContinueInput.Text      = "连续输入";
            this.ContinueInput.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ContinueInput_KeyPress);
            //
            // button1
            //
            this.button1.Location = new System.Drawing.Point(120, 305);
            this.button1.Name     = "button1";
            this.button1.Size     = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 10;
            this.button1.Text     = "确定(&O)";
            this.button1.Click   += new System.EventHandler(this.button1_Click);
            //
            // button2
            //
            this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.button2.Location     = new System.Drawing.Point(216, 305);
            this.button2.Name         = "button2";
            this.button2.Size         = new System.Drawing.Size(75, 23);
            this.button2.TabIndex     = 11;
            this.button2.Text         = "关闭(&C)";
            this.button2.Click       += new System.EventHandler(this.button2_Click);
            //
            // textICDName
            //
            this.textICDName.Location  = new System.Drawing.Point(120, 40);
            this.textICDName.MaxLength = 100;
            this.textICDName.Name      = "textICDName";
            this.textICDName.Size      = new System.Drawing.Size(144, 21);
            this.textICDName.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.textICDName.TabIndex  = 2;
            this.textICDName.Leave    += new System.EventHandler(this.textICDName_Leave);
            this.textICDName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textICDName_KeyPress);
            //
            // WBCode
            //
            this.WBCode.Location  = new System.Drawing.Point(120, 104);
            this.WBCode.MaxLength = 8;
            this.WBCode.Name      = "WBCode";
            this.WBCode.Size      = new System.Drawing.Size(144, 21);
            this.WBCode.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.WBCode.TabIndex  = 13;
            this.WBCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.WBCode_KeyPress);
            //
            // label6
            //
            this.label6.AutoSize  = true;
            this.label6.Location  = new System.Drawing.Point(32, 104);
            this.label6.Name      = "label6";
            this.label6.Size      = new System.Drawing.Size(53, 12);
            this.label6.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label6.TabIndex  = 12;
            this.label6.Text      = "五 笔 码";
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // SexComBox
            //
            this.SexComBox.ArrowBackColor   = System.Drawing.Color.Silver;
            this.SexComBox.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.SexComBox.IsFlat           = false;
            this.SexComBox.IsLike           = true;
            this.SexComBox.Location         = new System.Drawing.Point(120, 200);
            this.SexComBox.MaxLength        = 10;
            this.SexComBox.Name             = "SexComBox";
            this.SexComBox.PopForm          = null;
            this.SexComBox.ShowCustomerList = false;
            this.SexComBox.ShowID           = false;
            this.SexComBox.Size             = new System.Drawing.Size(144, 20);
            this.SexComBox.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.SexComBox.TabIndex         = 15;
            this.SexComBox.Tag        = "";
            this.SexComBox.ToolBarUse = false;
            //
            // label7
            //
            this.label7.AutoSize  = true;
            this.label7.Location  = new System.Drawing.Point(32, 200);
            this.label7.Name      = "label7";
            this.label7.Size      = new System.Drawing.Size(53, 12);
            this.label7.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label7.TabIndex  = 14;
            this.label7.Text      = "适用性别";
            this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // frmICDInfo
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
            this.ClientSize        = new System.Drawing.Size(314, 332);
            this.Controls.Add(this.SexComBox);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.WBCode);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.textICDName);
            this.Controls.Add(this.textUserCode);
            this.Controls.Add(this.textSpellCode);
            this.Controls.Add(this.textICDid);
            this.Controls.Add(this.textSeqNO);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.ContinueInput);
            this.Controls.Add(this.groupBox1);
            this.MaximizeBox   = false;
            this.MaximumSize   = new System.Drawing.Size(322, 366);
            this.MinimumSize   = new System.Drawing.Size(320, 336);
            this.Name          = "frmICDInfo";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text          = "frmICDInfo";
            this.Load         += new System.EventHandler(this.ucICDInfo_Load);
            this.groupBox1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        /// <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);
        }
Ejemplo n.º 15
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ucCardManage));

            this.panel1           = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.textBox1         = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.label1           = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.panel2           = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.fpSpread1        = new FarPoint.Win.Spread.FpSpread();
            this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
            this.SuspendLayout();

            //
            // panel1
            //
            this.panel1.Controls.Add(this.textBox1);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 57);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(1016, 39);
            this.panel1.TabIndex = 1;
            this.panel1.Visible  = false;
            //
            // textBox1
            //
            this.textBox1.Location = new System.Drawing.Point(80, 8);
            this.textBox1.Name     = "textBox1";
            this.textBox1.TabIndex = 1;
            this.textBox1.Text     = "";
            //
            // label1
            //
            this.label1.AutoSize  = true;
            this.label1.Location  = new System.Drawing.Point(32, 8);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(29, 17);
            this.label1.TabIndex  = 0;
            this.label1.Text      = "查询";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // panel2
            //
            this.panel2.Controls.Add(this.fpSpread1);
            this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(0, 96);
            this.panel2.Name     = "panel2";
            this.panel2.Size     = new System.Drawing.Size(1016, 645);
            this.panel2.TabIndex = 2;
            //
            // fpSpread1
            //
            this.fpSpread1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.fpSpread1.Location = new System.Drawing.Point(0, 0);
            this.fpSpread1.Name     = "fpSpread1";
            this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.fpSpread1_Sheet1
            });
            this.fpSpread1.Size             = new System.Drawing.Size(1016, 645);
            this.fpSpread1.TabIndex         = 0;
            this.fpSpread1.CellDoubleClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fpSpread1_CellDoubleClick);
            //
            // fpSpread1_Sheet1
            //
            this.fpSpread1_Sheet1.Reset();
            //this.fpSpread1_Sheet1.AutoSortColumns = ((FarPoint.Win.Spread.SheetView.SaveAutoSortColumns)(resources.GetObject("fpSpread1_Sheet1.AutoSortColumns")));
            this.fpSpread1_Sheet1.OperationMode = FarPoint.Win.Spread.OperationMode.SingleSelect;
            this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = 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";
            //
            // frmCardManage
            //
            this.ClientSize = new System.Drawing.Size(1016, 741);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.Name  = "frmCardManage";
            this.Text  = "病案卡管理";
            this.Load += new System.EventHandler(this.frmCardManage_Load);
            this.panel1.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
            this.ResumeLayout(false);
        }