/// <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);
 }
        /// <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);
        }
        /// <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);
        }
Exemple #4
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmProperty));
     this.propertyGrid1  = new System.Windows.Forms.PropertyGrid();
     this.chkUseDefault  = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
     this.btnRestore     = new Neusoft.FrameWork.WinForms.Controls.NeuButton();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider();
     this.cboControlList = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
     this.toolTip1       = new System.Windows.Forms.ToolTip(this.components);
     this.button1        = new Neusoft.FrameWork.WinForms.Controls.NeuButton();
     this.notifyIcon1    = new System.Windows.Forms.NotifyIcon(this.components);
     this.contextMenu1   = new System.Windows.Forms.ContextMenu();
     this.menuItem1      = new System.Windows.Forms.MenuItem();
     this.menuItem2      = new System.Windows.Forms.MenuItem();
     this.menuItem4      = new System.Windows.Forms.MenuItem();
     this.menuItem3      = new System.Windows.Forms.MenuItem();
     this.SuspendLayout();
     //
     // propertyGrid1
     //
     this.propertyGrid1.CommandsVisibleIfAvailable = true;
     this.propertyGrid1.LargeButtons          = false;
     this.propertyGrid1.LineColor             = System.Drawing.SystemColors.ScrollBar;
     this.propertyGrid1.Location              = new System.Drawing.Point(8, 64);
     this.propertyGrid1.Name                  = "propertyGrid1";
     this.propertyGrid1.Size                  = new System.Drawing.Size(312, 360);
     this.propertyGrid1.TabIndex              = 0;
     this.propertyGrid1.Text                  = "propertyGrid1";
     this.propertyGrid1.ViewBackColor         = System.Drawing.SystemColors.Window;
     this.propertyGrid1.ViewForeColor         = System.Drawing.SystemColors.WindowText;
     this.propertyGrid1.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid1_PropertyValueChanged);
     //
     // chkUseDefault
     //
     this.chkUseDefault.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.chkUseDefault.Location        = new System.Drawing.Point(16, 8);
     this.chkUseDefault.Name            = "chkUseDefault";
     this.chkUseDefault.Style           = Neusoft.FrameWork.WinForms.Controls.StyleType.VS2003;
     this.chkUseDefault.TabIndex        = 1;
     this.chkUseDefault.Text            = "使用默认窗体";
     this.chkUseDefault.CheckedChanged += new System.EventHandler(this.chkUseDefault_CheckedChanged);
     //
     // btnRestore
     //
     this.btnRestore.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnRestore.Location     = new System.Drawing.Point(248, 8);
     this.btnRestore.Name         = "btnRestore";
     this.btnRestore.Size         = new System.Drawing.Size(72, 24);
     this.btnRestore.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.VS2003;
     this.btnRestore.TabIndex     = 2;
     this.btnRestore.Text         = "恢复配置";
     this.btnRestore.Type         = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None;
     this.btnRestore.Click       += new System.EventHandler(this.btnRestore_Click);
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     //
     // cboControlList
     //
     this.cboControlList.DropDownStyle      = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboControlList.IsLike             = true;
     this.cboControlList.Location           = new System.Drawing.Point(8, 40);
     this.cboControlList.Name               = "cboControlList";
     this.cboControlList.PopForm            = null;
     this.cboControlList.IsShowCustomerList = false;
     this.cboControlList.ShowID             = false;
     this.cboControlList.Size               = new System.Drawing.Size(312, 20);
     this.cboControlList.Style              = Neusoft.FrameWork.WinForms.Controls.StyleType.VS2003;
     this.cboControlList.TabIndex           = 3;
     this.cboControlList.Tag = "";
     this.cboControlList.SelectedIndexChanged += new System.EventHandler(this.cboControlList_SelectedIndexChanged);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(160, 8);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(80, 24);
     this.button1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.VS2003;
     this.button1.TabIndex = 4;
     this.button1.Text     = "隐藏";
     this.button1.Type     = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None;
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // notifyIcon1
     //
     this.notifyIcon1.ContextMenu  = this.contextMenu1;
     this.notifyIcon1.Icon         = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
     this.notifyIcon1.Text         = "自定义设置";
     this.notifyIcon1.DoubleClick += new System.EventHandler(this.notifyIcon1_DoubleClick);
     //
     // contextMenu1
     //
     this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem1,
         this.menuItem2,
         this.menuItem4,
         this.menuItem3
     });
     //
     // menuItem1
     //
     this.menuItem1.Index  = 0;
     this.menuItem1.Text   = "打开";
     this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // menuItem2
     //
     this.menuItem2.Index = 1;
     this.menuItem2.Text  = "-";
     //
     // menuItem4
     //
     this.menuItem4.Index  = 2;
     this.menuItem4.Text   = "恢复上次配置";
     this.menuItem4.Click += new System.EventHandler(this.menuItem4_Click);
     //
     // menuItem3
     //
     this.menuItem3.Index  = 3;
     this.menuItem3.Text   = "保存并退出";
     this.menuItem3.Click += new System.EventHandler(this.menuItem3_Click);
     //
     // frmProperty
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(330, 431);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.cboControlList);
     this.Controls.Add(this.chkUseDefault);
     this.Controls.Add(this.propertyGrid1);
     this.Controls.Add(this.btnRestore);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmProperty";
     this.ShowInTaskbar   = false;
     this.Text            = "设置";
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.frmProperty_KeyDown);
     this.Closing        += new System.ComponentModel.CancelEventHandler(this.frmProperty_Closing);
     this.Load           += new System.EventHandler(this.frmProperty_Load);
     this.ResumeLayout(false);
 }
 /// <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();
 }
        /// <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();
        }