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

        /// </summary>
        private void InitializeComponent()
        {
            this.ucDiagCheck = new ucDiagnoseCheck();
            this.tbReturn    = new System.Windows.Forms.Button();
            this.panel1      = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.label1      = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            //
            // ucDiagCheck
            //
            this.ucDiagCheck.AutoScroll = true;
            this.ucDiagCheck.Dock       = System.Windows.Forms.DockStyle.Fill;
            this.ucDiagCheck.Location   = new System.Drawing.Point(0, 0);
            this.ucDiagCheck.Name       = "ucDiagCheck";
            this.ucDiagCheck.Size       = new System.Drawing.Size(584, 245);
            this.ucDiagCheck.TabIndex   = 0;
            //
            // tbReturn
            //
            this.tbReturn.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.tbReturn.Location = new System.Drawing.Point(496, 8);
            this.tbReturn.Name     = "tbReturn";
            this.tbReturn.TabIndex = 1;
            this.tbReturn.Text     = "关闭";
            this.tbReturn.Click   += new System.EventHandler(this.tbReturn_Click);
            //
            // panel1
            //
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.tbReturn);
            this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
            this.panel1.Location = new System.Drawing.Point(0, 213);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(584, 32);
            this.panel1.TabIndex = 3;
            //
            // label1
            //
            this.label1.Dock      = System.Windows.Forms.DockStyle.Left;
            this.label1.ForeColor = System.Drawing.Color.Maroon;
            this.label1.Location  = new System.Drawing.Point(0, 0);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(464, 32);
            this.label1.TabIndex  = 2;
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // ucDiagNoseCheck
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
            this.ClientSize        = new System.Drawing.Size(584, 245);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.ucDiagCheck);
            this.Name          = "ucDiagNoseCheck";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = "诊断提示";
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Exemplo n.º 2
0
 /// <summary>
 /// 重置
 /// </summary>
 public void Reset()
 {
     foreach (Control c in this.neuPanel1.Controls)
     {
         if (c is Neusoft.FrameWork.WinForms.Controls.NeuLabel && c.Name.StartsWith("lblPri"))
         {
             Neusoft.FrameWork.WinForms.Controls.NeuLabel lbl = c as Neusoft.FrameWork.WinForms.Controls.NeuLabel;
             lbl.Text = " ";
         }
     }
 }
Exemplo n.º 3
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要使用代码编辑器修改
        /// 此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTip));
            this.label1 = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.SuspendLayout();

            //
            // label1
            //
            this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.label1.Dock      = System.Windows.Forms.DockStyle.Fill;
            this.label1.ForeColor = System.Drawing.Color.CornflowerBlue;
            this.label1.Location  = new System.Drawing.Point(0, 0);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(280, 29);
            this.label1.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.VS2003;
            this.label1.TabIndex  = 0;
            this.label1.Text      = "当前为设计模式(工具在任务栏里)";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.label1.Click    += new System.EventHandler(this.label1_Click);
            //
            // timer1
            //
            this.timer1.Interval = 10000;
            this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
            //
            // frmTip
            //
            this.ClientSize = new System.Drawing.Size(280, 29);
            this.ControlBox = false;
            this.Controls.Add(this.label1);
            this.KeyPreview    = true;
            this.Name          = "frmTip";
            this.Opacity       = 0.8;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = "";
            this.ResumeLayout(false);
        }
Exemplo n.º 4
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1    = new Neusoft.FrameWork.WinForms.Controls.NeuGroupBox();
     this.lblMessage   = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
     this.button1      = new Neusoft.FrameWork.WinForms.Controls.NeuButton();
     this.linkLabel1   = new Neusoft.FrameWork.WinForms.Controls.NeuLinkLabel();
     this.richTextBox1 = new Neusoft.FrameWork.WinForms.Controls.NeuRichTextBox();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // 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.lblMessage);
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.Controls.Add(this.linkLabel1);
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(274, 152);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     //
     // lblMessage
     //
     this.lblMessage.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblMessage.Location  = new System.Drawing.Point(32, 24);
     this.lblMessage.Name      = "lblMessage";
     this.lblMessage.Size      = new System.Drawing.Size(216, 80);
     this.lblMessage.TabIndex  = 2;
     this.lblMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // button1
     //
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button1.Location  = new System.Drawing.Point(88, 112);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(80, 24);
     this.button1.TabIndex  = 1;
     this.button1.Text      = "确定(&O)";
     this.button1.Click    += new System.EventHandler(this.button1_Click);
     //
     // linkLabel1
     //
     this.linkLabel1.Location     = new System.Drawing.Point(232, 120);
     this.linkLabel1.Name         = "linkLabel1";
     this.linkLabel1.Size         = new System.Drawing.Size(32, 16);
     this.linkLabel1.TabIndex     = 0;
     this.linkLabel1.TabStop      = true;
     this.linkLabel1.Text         = ">>>";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // richTextBox1
     //
     this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.richTextBox1.ForeColor   = System.Drawing.SystemColors.HotTrack;
     this.richTextBox1.Location    = new System.Drawing.Point(0, 152);
     this.richTextBox1.Name        = "richTextBox1";
     this.richTextBox1.ReadOnly    = true;
     this.richTextBox1.Size        = new System.Drawing.Size(272, 104);
     this.richTextBox1.TabIndex    = 1;
     this.richTextBox1.Text        = "";
     //
     // frmMessageBox
     //
     this.AcceptButton      = this.button1;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(274, 151);
     this.Controls.Add(this.richTextBox1);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmMessageBox";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "错误";
     this.Load           += new System.EventHandler(this.frmMessageBox_Load);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 5
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmChooseDate));
     this.dtpBeginDate = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker();
     this.dtpEndDate   = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker();
     this.lblBeginDate = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
     this.lblEndDate   = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
     this.pictureBox1  = new Neusoft.FrameWork.WinForms.Controls.NeuPictureBox();
     this.label3       = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
     this.btnOK        = new Neusoft.FrameWork.WinForms.Controls.NeuButton();
     this.btnExit      = new Neusoft.FrameWork.WinForms.Controls.NeuButton();
     this.SuspendLayout();
     //
     // dtpBeginDate
     //
     this.dtpBeginDate.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.dtpBeginDate.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpBeginDate.Location     = new System.Drawing.Point(117, 50);
     this.dtpBeginDate.Name         = "dtpBeginDate";
     this.dtpBeginDate.Size         = new System.Drawing.Size(151, 21);
     this.dtpBeginDate.TabIndex     = 0;
     //
     // dtpEndDate
     //
     this.dtpEndDate.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.dtpEndDate.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpEndDate.Location     = new System.Drawing.Point(117, 75);
     this.dtpEndDate.Name         = "dtpEndDate";
     this.dtpEndDate.Size         = new System.Drawing.Size(151, 21);
     this.dtpEndDate.TabIndex     = 0;
     //
     // lblBeginDate
     //
     this.lblBeginDate.Location  = new System.Drawing.Point(54, 52);
     this.lblBeginDate.Name      = "lblBeginDate";
     this.lblBeginDate.Size      = new System.Drawing.Size(60, 17);
     this.lblBeginDate.TabIndex  = 2;
     this.lblBeginDate.Text      = "起始时间:";
     this.lblBeginDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblEndDate
     //
     this.lblEndDate.Location  = new System.Drawing.Point(54, 77);
     this.lblEndDate.Name      = "lblEndDate";
     this.lblEndDate.Size      = new System.Drawing.Size(60, 17);
     this.lblEndDate.TabIndex  = 2;
     this.lblEndDate.Text      = "终止时间:";
     this.lblEndDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(12, 7);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(32, 32);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex = 3;
     this.pictureBox1.TabStop  = false;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(54, 21);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(72, 17);
     this.label3.TabIndex  = 2;
     this.label3.Text      = "请选择日期:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnOK
     //
     this.btnOK.Location = new System.Drawing.Point(78, 106);
     this.btnOK.Name     = "btnOK";
     this.btnOK.Size     = new System.Drawing.Size(79, 23);
     this.btnOK.TabIndex = 4;
     this.btnOK.Text     = "确定(&O)";
     this.btnOK.Click   += new System.EventHandler(this.btnOK_Click);
     //
     // btnExit
     //
     this.btnExit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnExit.Location     = new System.Drawing.Point(169, 106);
     this.btnExit.Name         = "btnExit";
     this.btnExit.Size         = new System.Drawing.Size(79, 23);
     this.btnExit.TabIndex     = 4;
     this.btnExit.Text         = "退出(&X)";
     this.btnExit.Click       += new System.EventHandler(this.btnExit_Click);
     //
     // frmChooseDate
     //
     this.AcceptButton      = this.btnOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.CancelButton      = this.btnExit;
     this.ClientSize        = new System.Drawing.Size(313, 145);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.lblBeginDate);
     this.Controls.Add(this.lblEndDate);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.dtpBeginDate);
     this.Controls.Add(this.dtpEndDate);
     this.Controls.Add(this.btnExit);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "frmChooseDate";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "日期选择";
     this.Load           += new System.EventHandler(this.frmChooseDate_Load);
     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);
        }
Exemplo 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.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 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()
        {
            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);
        }
Exemplo n.º 12
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);
        }
Exemplo n.º 13
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);
        }
Exemplo n.º 14
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            FarPoint.Win.Spread.CellType.TextCellType textCellType1 = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType textCellType2 = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType textCellType3 = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType textCellType4 = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType textCellType5 = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType textCellType6 = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType textCellType7 = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType textCellType8 = new FarPoint.Win.Spread.CellType.TextCellType();
            this.fpSpread1        = new FarPoint.Win.Spread.FpSpread();
            this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.lbTitle          = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.lbDate           = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.panelList        = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.groupBox1        = new Neusoft.FrameWork.WinForms.Controls.NeuGroupBox();
            this.lbType           = new Neusoft.FrameWork.WinForms.Controls.PopUpListBox();
            this.label1           = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
            this.panelList.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            //
            // fpSpread1
            //
            this.fpSpread1.AllowDragDrop = true;
            this.fpSpread1.AllowDrop     = true;
            this.fpSpread1.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.fpSpread1.BackColor         = System.Drawing.SystemColors.Window;
            this.fpSpread1.BorderStyle       = System.Windows.Forms.BorderStyle.FixedSingle;
            this.fpSpread1.ButtonDrawMode    = FarPoint.Win.Spread.ButtonDrawModes.CurrentCell;
            this.fpSpread1.EditModePermanent = true;
            this.fpSpread1.EditModeReplace   = true;
            this.fpSpread1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.fpSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            this.fpSpread1.Location = new System.Drawing.Point(8, 52);
            this.fpSpread1.Name     = "fpSpread1";
            this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.fpSpread1_Sheet1
            });
            this.fpSpread1.Size                    = new System.Drawing.Size(642, 372);
            this.fpSpread1.TabIndex                = 0;
            this.fpSpread1.TextTipPolicy           = FarPoint.Win.Spread.TextTipPolicy.Fixed;
            this.fpSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            this.fpSpread1.DragOver               += new System.Windows.Forms.DragEventHandler(this.fpSpread1_DragOver);
            this.fpSpread1.EditModeOn             += new System.EventHandler(this.fpSpread1_EditModeOn);
            this.fpSpread1.MouseMove              += new System.Windows.Forms.MouseEventHandler(this.fpSpread1_MouseMove);
            this.fpSpread1.MouseDown              += new System.Windows.Forms.MouseEventHandler(this.fpSpread1_MouseDown);
            this.fpSpread1.MouseUp                += new System.Windows.Forms.MouseEventHandler(this.fpSpread1_MouseUp);
            this.fpSpread1.EditModeOff            += new System.EventHandler(this.fpSpread1_EditModeOff);
            this.fpSpread1.DragDrop               += new System.Windows.Forms.DragEventHandler(this.fpSpread1_DragDrop);
            this.fpSpread1.CellClick              += new FarPoint.Win.Spread.CellClickEventHandler(this.fpSpread1_CellClick);
            this.fpSpread1.EditChange             += new FarPoint.Win.Spread.EditorNotifyEventHandler(this.fpSpread1_EditChange);
            //
            // fpSpread1_Sheet1
            //
            this.fpSpread1_Sheet1.Reset();
            this.fpSpread1_Sheet1.ColumnCount                         = 10;
            this.fpSpread1_Sheet1.RowCount                            = 0;
            this.fpSpread1_Sheet1.RowHeader.ColumnCount               = 0;
            this.fpSpread1_Sheet1.ActiveSkin                          = new FarPoint.Win.Spread.SheetSkin("CustomSkin2", System.Drawing.SystemColors.Window, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.SystemColors.WindowText, 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, true, false, false, true, false);
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Text   = "序号";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Text   = "姓名";
            this.fpSpread1_Sheet1.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.White;
            this.fpSpread1_Sheet1.ColumnHeader.DefaultStyle.Parent    = "HeaderDefault";
            this.fpSpread1_Sheet1.Columns.Get(0).Label                = "序号";
            this.fpSpread1_Sheet1.Columns.Get(0).Width                = 42F;
            this.fpSpread1_Sheet1.Columns.Get(1).CellType             = textCellType1;
            this.fpSpread1_Sheet1.Columns.Get(1).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.General;
            this.fpSpread1_Sheet1.Columns.Get(1).Label                = "姓名";
            this.fpSpread1_Sheet1.Columns.Get(1).Width                = 98F;
            this.fpSpread1_Sheet1.Columns.Get(2).CellType             = textCellType2;
            this.fpSpread1_Sheet1.Columns.Get(2).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.Columns.Get(2).Width                = 85F;
            this.fpSpread1_Sheet1.Columns.Get(3).CellType             = textCellType3;
            this.fpSpread1_Sheet1.Columns.Get(3).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.Columns.Get(3).Width                = 85F;
            this.fpSpread1_Sheet1.Columns.Get(4).CellType             = textCellType4;
            this.fpSpread1_Sheet1.Columns.Get(4).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.Columns.Get(4).Width                = 85F;
            this.fpSpread1_Sheet1.Columns.Get(5).CellType             = textCellType5;
            this.fpSpread1_Sheet1.Columns.Get(5).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.Columns.Get(5).Width                = 85F;
            this.fpSpread1_Sheet1.Columns.Get(6).CellType             = textCellType6;
            this.fpSpread1_Sheet1.Columns.Get(6).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.Columns.Get(6).Width                = 85F;
            this.fpSpread1_Sheet1.Columns.Get(7).CellType             = textCellType7;
            this.fpSpread1_Sheet1.Columns.Get(7).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.Columns.Get(7).Width                = 85F;
            this.fpSpread1_Sheet1.Columns.Get(8).CellType             = textCellType8;
            this.fpSpread1_Sheet1.Columns.Get(8).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.Columns.Get(8).Width                = 85F;
            this.fpSpread1_Sheet1.Columns.Get(9).Visible              = false;
            this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.fpSpread1_Sheet1.RowHeader.DefaultStyle.BackColor    = System.Drawing.Color.White;
            this.fpSpread1_Sheet1.RowHeader.DefaultStyle.Parent       = "HeaderDefault";
            this.fpSpread1_Sheet1.RowHeader.Visible                   = false;
            this.fpSpread1_Sheet1.SheetCornerStyle.BackColor          = System.Drawing.Color.White;
            this.fpSpread1_Sheet1.SheetCornerStyle.Parent             = "HeaderDefault";
            this.fpSpread1_Sheet1.SheetName                           = "Sheet1";
            //
            // lbTitle
            //
            this.lbTitle.Font      = new System.Drawing.Font("黑体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.lbTitle.Location  = new System.Drawing.Point(230, 13);
            this.lbTitle.Name      = "lbTitle";
            this.lbTitle.Size      = new System.Drawing.Size(238, 26);
            this.lbTitle.TabIndex  = 0;
            this.lbTitle.Text      = "科室排班表";
            this.lbTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // lbDate
            //
            this.lbDate.Location = new System.Drawing.Point(472, 28);
            this.lbDate.Name     = "lbDate";
            this.lbDate.Size     = new System.Drawing.Size(176, 19);
            this.lbDate.TabIndex = 1;
            this.lbDate.Text     = "排班时间:";
            //
            // panelList
            //
            this.panelList.BackColor = System.Drawing.SystemColors.Control;
            this.panelList.Controls.Add(this.groupBox1);
            this.panelList.Location = new System.Drawing.Point(334, 169);
            this.panelList.Name     = "panelList";
            this.panelList.Size     = new System.Drawing.Size(184, 230);
            this.panelList.TabIndex = 2;
            //
            // groupBox1
            //
            this.groupBox1.BackColor = System.Drawing.Color.Silver;
            this.groupBox1.Controls.Add(this.lbType);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.groupBox1.Font     = new System.Drawing.Font("宋体", 1F);
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Name     = "groupBox1";
            this.groupBox1.Size     = new System.Drawing.Size(184, 230);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop  = false;
            //
            // lbType
            //
            this.lbType.BackColor           = System.Drawing.Color.Silver;
            this.lbType.BorderStyle         = System.Windows.Forms.BorderStyle.None;
            this.lbType.Cursor              = System.Windows.Forms.Cursors.Hand;
            this.lbType.Font                = new System.Drawing.Font("宋体", 11F);
            this.lbType.HorizontalScrollbar = true;
            this.lbType.InputCode           = 0;
            this.lbType.IsShowID            = true;
            this.lbType.ItemHeight          = 15;
            this.lbType.Location            = new System.Drawing.Point(5, 22);
            this.lbType.Name                = "lbType";
            this.lbType.SelectNone          = false;
            this.lbType.Size                = new System.Drawing.Size(174, 195);
            this.lbType.TabIndex            = 1;
            //
            // label1
            //
            this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.label1.Location    = new System.Drawing.Point(4, 21);
            this.label1.Name        = "label1";
            this.label1.Size        = new System.Drawing.Size(176, 205);
            this.label1.TabIndex    = 0;
            //
            // ucTabular
            //
            this.BackColor = System.Drawing.SystemColors.Window;
            this.Controls.Add(this.panelList);
            this.Controls.Add(this.lbDate);
            this.Controls.Add(this.lbTitle);
            this.Controls.Add(this.fpSpread1);
            this.Name = "ucTabular";
            this.Size = new System.Drawing.Size(658, 431);
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
            this.panelList.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Exemplo n.º 15
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmWait));
     this.label1       = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
     this.progressBar1 = new Neusoft.FrameWork.WinForms.Controls.NeuProgressBar();
     this.pictureBox1  = new Neusoft.FrameWork.WinForms.Controls.NeuPictureBox();
     this.button1      = new Neusoft.FrameWork.WinForms.Controls.NeuButton();
     this.linkLabel1   = new Neusoft.FrameWork.WinForms.Controls.NeuLinkLabel();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(76, 9);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(200, 25);
     this.label1.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.label1.TabIndex  = 0;
     this.label1.Text      = "正在处理,请稍候...";
     //
     // progressBar1
     //
     this.progressBar1.BackgroundBitmap    = null;
     this.progressBar1.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(237)))), ((int)(((byte)(223)))));
     this.progressBar1.Border3D            = System.Windows.Forms.Border3DStyle.Flat;
     this.progressBar1.BorderColor         = System.Drawing.SystemColors.Highlight;
     this.progressBar1.EnableBorder3D      = false;
     this.progressBar1.ForegroundBitmap    = null;
     this.progressBar1.ForegroundColor     = System.Drawing.SystemColors.Highlight;
     this.progressBar1.GradientEndColor    = System.Drawing.Color.Empty;
     this.progressBar1.GradientMiddleColor = System.Drawing.Color.Empty;
     this.progressBar1.GradientStartColor  = System.Drawing.Color.Empty;
     this.progressBar1.Location            = new System.Drawing.Point(72, 45);
     this.progressBar1.Maximum             = 100;
     this.progressBar1.Minimum             = 0;
     this.progressBar1.Name = "progressBar1";
     this.progressBar1.ProgressTextColor         = System.Drawing.Color.Empty;
     this.progressBar1.ProgressTextHiglightColor = System.Drawing.Color.Empty;
     this.progressBar1.ShowProgressText          = false;
     this.progressBar1.Size     = new System.Drawing.Size(200, 8);
     this.progressBar1.Smooth   = false;
     this.progressBar1.Step     = 1;
     this.progressBar1.TabIndex = 1;
     this.progressBar1.Value    = 0;
     this.progressBar1.Visible  = false;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(5, 5);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(56, 40);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.pictureBox1.TabIndex = 2;
     this.pictureBox1.TabStop  = false;
     //
     // button1
     //
     this.button1.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
     this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.button1.Location = new System.Drawing.Point(263, 3);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(12, 12);
     this.button1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.button1.TabIndex = 3;
     this.button1.Type     = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None;
     this.button1.Visible  = false;
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // linkLabel1
     //
     this.linkLabel1.Location     = new System.Drawing.Point(225, 4);
     this.linkLabel1.Name         = "linkLabel1";
     this.linkLabel1.Size         = new System.Drawing.Size(33, 16);
     this.linkLabel1.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.linkLabel1.TabIndex     = 4;
     this.linkLabel1.TabStop      = true;
     this.linkLabel1.Text         = "取消";
     this.linkLabel1.Visible      = false;
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // frmWait
     //
     this.ClientSize = new System.Drawing.Size(280, 56);
     this.ControlBox = false;
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.label1);
     this.KeyPreview    = true;
     this.Name          = "frmWait";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "";
     this.TopMost       = true;
     this.Load         += new System.EventHandler(this.frmWait_Load);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.frmWait_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components   = new System.ComponentModel.Container();
     this.neuSplitter1 = new Neusoft.FrameWork.WinForms.Controls.NeuSplitter();
     this.neuLabel3    = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
     this.neuTextBox1  = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
     this.neuLabel4    = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
     this.neuTextBox2  = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
     this.neuLabel5    = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
     this.cbstate      = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
     this.neuComboBox1 = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
     this.neuLabel6    = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
     this.plLeft.SuspendLayout();
     this.plRight.SuspendLayout();
     this.plQueryCondition.SuspendLayout();
     this.plMain.SuspendLayout();
     this.plTop.SuspendLayout();
     this.plBottom.SuspendLayout();
     this.plRightTop.SuspendLayout();
     this.plRightBottom.SuspendLayout();
     this.gbMid.SuspendLayout();
     this.SuspendLayout();
     //
     // plLeft
     //
     this.plLeft.Size = new System.Drawing.Size(0, 394);
     //
     // plRight
     //
     this.plRight.Location = new System.Drawing.Point(0, 5);
     this.plRight.Size     = new System.Drawing.Size(800, 394);
     //
     // plQueryCondition
     //
     this.plQueryCondition.Size = new System.Drawing.Size(0, 33);
     //
     // plMain
     //
     this.plMain.Size = new System.Drawing.Size(800, 464);
     //
     // plTop
     //
     this.plTop.Controls.Add(this.neuLabel6);
     this.plTop.Controls.Add(this.neuComboBox1);
     this.plTop.Controls.Add(this.cbstate);
     this.plTop.Controls.Add(this.neuLabel5);
     this.plTop.Controls.Add(this.neuTextBox2);
     this.plTop.Controls.Add(this.neuLabel3);
     this.plTop.Controls.Add(this.neuTextBox1);
     this.plTop.Controls.Add(this.neuLabel4);
     this.plTop.Size = new System.Drawing.Size(800, 65);
     this.plTop.Controls.SetChildIndex(this.neuLabel4, 0);
     this.plTop.Controls.SetChildIndex(this.neuTextBox1, 0);
     this.plTop.Controls.SetChildIndex(this.neuLabel3, 0);
     this.plTop.Controls.SetChildIndex(this.neuTextBox2, 0);
     this.plTop.Controls.SetChildIndex(this.dtpBeginTime, 0);
     this.plTop.Controls.SetChildIndex(this.neuLabel1, 0);
     this.plTop.Controls.SetChildIndex(this.neuLabel2, 0);
     this.plTop.Controls.SetChildIndex(this.dtpEndTime, 0);
     this.plTop.Controls.SetChildIndex(this.neuLabel5, 0);
     this.plTop.Controls.SetChildIndex(this.cbstate, 0);
     this.plTop.Controls.SetChildIndex(this.neuComboBox1, 0);
     this.plTop.Controls.SetChildIndex(this.neuLabel6, 0);
     //
     // plBottom
     //
     this.plBottom.Location = new System.Drawing.Point(0, 65);
     this.plBottom.Size     = new System.Drawing.Size(800, 399);
     //
     // slLeft
     //
     this.slLeft.Location = new System.Drawing.Point(0, 5);
     this.slLeft.Size     = new System.Drawing.Size(3, 394);
     //
     // plLeftControl
     //
     this.plLeftControl.Size = new System.Drawing.Size(0, 361);
     //
     // plRightTop
     //
     this.plRightTop.Controls.Add(this.neuSplitter1);
     this.plRightTop.Size = new System.Drawing.Size(800, 391);
     this.plRightTop.Controls.SetChildIndex(this.neuSplitter1, 0);
     this.plRightTop.Controls.SetChildIndex(this.dwMain, 0);
     //
     // slTop
     //
     this.slTop.Location = new System.Drawing.Point(0, 391);
     this.slTop.Size     = new System.Drawing.Size(800, 3);
     //
     // plRightBottom
     //
     this.plRightBottom.Location = new System.Drawing.Point(0, 394);
     this.plRightBottom.Size     = new System.Drawing.Size(800, 0);
     //
     // gbMid
     //
     this.gbMid.Size = new System.Drawing.Size(792, 38);
     //
     // btnClose
     //
     this.btnClose.Location = new System.Drawing.Point(1509, 9);
     //
     // dwMain
     //
     this.dwMain.DataWindowObject = "d_fin_ipr_inpatient_query";
     this.dwMain.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.dwMain.LibraryList      = "Report\\finipb.pbd;Report\\finipb.pbl";
     this.dwMain.Location         = new System.Drawing.Point(3, 0);
     this.dwMain.Name             = "dwMain";
     this.dwMain.ScrollBars       = Sybase.DataWindow.DataWindowScrollBars.Both;
     this.dwMain.Size             = new System.Drawing.Size(797, 391);
     this.dwMain.TabIndex         = 0;
     this.dwMain.Text             = "neuDataWindow1";
     //
     // neuSplitter1
     //
     this.neuSplitter1.Location = new System.Drawing.Point(0, 0);
     this.neuSplitter1.Name     = "neuSplitter1";
     this.neuSplitter1.Size     = new System.Drawing.Size(3, 391);
     this.neuSplitter1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuSplitter1.TabIndex = 1;
     this.neuSplitter1.TabStop  = false;
     //
     // neuLabel3
     //
     this.neuLabel3.AutoSize  = true;
     this.neuLabel3.ForeColor = System.Drawing.Color.OliveDrab;
     this.neuLabel3.Location  = new System.Drawing.Point(383, 41);
     this.neuLabel3.Name      = "neuLabel3";
     this.neuLabel3.Size      = new System.Drawing.Size(29, 12);
     this.neuLabel3.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuLabel3.TabIndex  = 4;
     this.neuLabel3.Text      = "姓名";
     //
     // neuTextBox1
     //
     this.neuTextBox1.Location     = new System.Drawing.Point(418, 38);
     this.neuTextBox1.Name         = "neuTextBox1";
     this.neuTextBox1.Size         = new System.Drawing.Size(100, 21);
     this.neuTextBox1.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuTextBox1.TabIndex     = 5;
     this.neuTextBox1.TextChanged += new System.EventHandler(this.neuTextBox1_TextChanged);
     //
     // neuLabel4
     //
     this.neuLabel4.AutoSize  = true;
     this.neuLabel4.ForeColor = System.Drawing.Color.OliveDrab;
     this.neuLabel4.Location  = new System.Drawing.Point(524, 41);
     this.neuLabel4.Name      = "neuLabel4";
     this.neuLabel4.Size      = new System.Drawing.Size(53, 12);
     this.neuLabel4.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuLabel4.TabIndex  = 6;
     this.neuLabel4.Text      = "住院科室";
     //
     // neuTextBox2
     //
     this.neuTextBox2.Location     = new System.Drawing.Point(584, 36);
     this.neuTextBox2.Name         = "neuTextBox2";
     this.neuTextBox2.Size         = new System.Drawing.Size(100, 21);
     this.neuTextBox2.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuTextBox2.TabIndex     = 7;
     this.neuTextBox2.TextChanged += new System.EventHandler(this.neuTextBox1_TextChanged);
     //
     // neuLabel5
     //
     this.neuLabel5.AutoSize  = true;
     this.neuLabel5.ForeColor = System.Drawing.Color.OliveDrab;
     this.neuLabel5.Location  = new System.Drawing.Point(9, 45);
     this.neuLabel5.Name      = "neuLabel5";
     this.neuLabel5.Size      = new System.Drawing.Size(29, 12);
     this.neuLabel5.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuLabel5.TabIndex  = 8;
     this.neuLabel5.Text      = "状态";
     //
     // cbstate
     //
     this.cbstate.ArrowBackColor   = System.Drawing.Color.Silver;
     this.cbstate.IsFlat           = true;
     this.cbstate.IsLike           = true;
     this.cbstate.Location         = new System.Drawing.Point(44, 39);
     this.cbstate.Name             = "cbstate";
     this.cbstate.PopForm          = null;
     this.cbstate.ShowCustomerList = false;
     this.cbstate.ShowID           = false;
     this.cbstate.Size             = new System.Drawing.Size(121, 20);
     this.cbstate.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.cbstate.TabIndex         = 9;
     this.cbstate.Tag        = "";
     this.cbstate.ToolBarUse = false;
     //
     // neuComboBox1
     //
     this.neuComboBox1.ArrowBackColor   = System.Drawing.Color.Silver;
     this.neuComboBox1.IsFlat           = true;
     this.neuComboBox1.IsLike           = true;
     this.neuComboBox1.Location         = new System.Drawing.Point(246, 40);
     this.neuComboBox1.Name             = "neuComboBox1";
     this.neuComboBox1.PopForm          = null;
     this.neuComboBox1.ShowCustomerList = false;
     this.neuComboBox1.ShowID           = false;
     this.neuComboBox1.Size             = new System.Drawing.Size(121, 20);
     this.neuComboBox1.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuComboBox1.TabIndex         = 9;
     this.neuComboBox1.Tag                   = "";
     this.neuComboBox1.ToolBarUse            = false;
     this.neuComboBox1.SelectedIndexChanged += new System.EventHandler(this.neuComboBox1_SelectedIndexChanged);
     //
     // neuLabel6
     //
     this.neuLabel6.AutoSize  = true;
     this.neuLabel6.ForeColor = System.Drawing.Color.OliveDrab;
     this.neuLabel6.Location  = new System.Drawing.Point(187, 45);
     this.neuLabel6.Name      = "neuLabel6";
     this.neuLabel6.Size      = new System.Drawing.Size(53, 12);
     this.neuLabel6.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuLabel6.TabIndex  = 10;
     this.neuLabel6.Text      = "合同单位";
     //
     // ucFinIprInpatientQuery
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.IsLeftVisible       = false;
     this.MainDWDataObject    = "d_fin_ipr_inpatient_query";
     this.MainDWLabrary       = "Report\\finipb.pbd;Report\\finipb.pbl";
     this.Name = "ucFinIprInpatientQuery";
     this.Size = new System.Drawing.Size(800, 464);
     this.plLeft.ResumeLayout(false);
     this.plRight.ResumeLayout(false);
     this.plQueryCondition.ResumeLayout(false);
     this.plMain.ResumeLayout(false);
     this.plTop.ResumeLayout(false);
     this.plTop.PerformLayout();
     this.plBottom.ResumeLayout(false);
     this.plRightTop.ResumeLayout(false);
     this.plRightBottom.ResumeLayout(false);
     this.gbMid.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 17
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Neusoft.FrameWork.WinForms.Controls.NeuLabel  lbDoct;
            Neusoft.FrameWork.WinForms.Controls.NeuLabel  lbPact;
            Neusoft.FrameWork.WinForms.Controls.NeuLabel  lbMCardNO;
            Neusoft.FrameWork.WinForms.Controls.NeuLabel  lbRebate;
            FarPoint.Win.Spread.TipAppearance             tipAppearance1    = new FarPoint.Win.Spread.TipAppearance();
            FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType1 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
            FarPoint.Win.Spread.CellType.TextCellType     textCellType1     = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType     textCellType2     = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.NumberCellType   numberCellType1   = new FarPoint.Win.Spread.CellType.NumberCellType();
            this.lbCardNO           = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.tbCardNO           = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.tbName             = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.lbName             = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.lbSex              = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.cmbSex             = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.lbAge              = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.tbAge              = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.lbRegDept          = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.cmbRegDept         = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.cmbDoct            = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.cmbPact            = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.lbClass            = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.cmbClass           = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.tbMCardNO          = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.cmbRebate          = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.fpRecipeSeq        = new Neusoft.FrameWork.WinForms.Controls.NeuSpread();
            this.neuContexMenu1     = new Neusoft.FrameWork.WinForms.Controls.NeuContexMenu();
            this.menuItem1          = new System.Windows.Forms.MenuItem();
            this.menuItem2          = new System.Windows.Forms.MenuItem();
            this.fpRecipeSeq_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.plAddUp            = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.lblAddUpCost       = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.neuLabel1          = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.plMain             = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            lbDoct    = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            lbPact    = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            lbMCardNO = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            lbRebate  = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            ((System.ComponentModel.ISupportInitialize)(this.fpRecipeSeq)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpRecipeSeq_Sheet1)).BeginInit();
            this.plAddUp.SuspendLayout();
            this.plMain.SuspendLayout();
            this.SuspendLayout();
            //
            // lbDoct
            //
            lbDoct.AutoSize = true;
            lbDoct.Font     = new System.Drawing.Font("宋体", 10F);
            lbDoct.Location = new System.Drawing.Point(191, 40);
            lbDoct.Name     = "lbDoct";
            lbDoct.Size     = new System.Drawing.Size(70, 14);
            lbDoct.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            lbDoct.TabIndex = 10;
            lbDoct.Text     = "开立医生:";
            //
            // lbPact
            //
            lbPact.AutoSize = true;
            lbPact.Font     = new System.Drawing.Font("宋体", 10F);
            lbPact.Location = new System.Drawing.Point(382, 40);
            lbPact.Name     = "lbPact";
            lbPact.Size     = new System.Drawing.Size(70, 14);
            lbPact.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            lbPact.TabIndex = 12;
            lbPact.Text     = "合同单位:";
            //
            // lbMCardNO
            //
            lbMCardNO.AutoSize = true;
            lbMCardNO.Font     = new System.Drawing.Font("宋体", 10F);
            lbMCardNO.Location = new System.Drawing.Point(191, 69);
            lbMCardNO.Name     = "lbMCardNO";
            lbMCardNO.Size     = new System.Drawing.Size(70, 14);
            lbMCardNO.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            lbMCardNO.TabIndex = 16;
            lbMCardNO.Text     = "医疗证号:";
            //
            // lbRebate
            //
            lbRebate.AutoSize = true;
            lbRebate.Font     = new System.Drawing.Font("宋体", 10F);
            lbRebate.Location = new System.Drawing.Point(382, 69);
            lbRebate.Name     = "lbRebate";
            lbRebate.Size     = new System.Drawing.Size(70, 14);
            lbRebate.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            lbRebate.TabIndex = 18;
            lbRebate.Text     = "优惠编码:";
            lbRebate.Visible  = false;
            //
            // lbCardNO
            //
            this.lbCardNO.AutoSize = true;
            this.lbCardNO.Font     = new System.Drawing.Font("宋体", 10F);
            this.lbCardNO.Location = new System.Drawing.Point(17, 10);
            this.lbCardNO.Name     = "lbCardNO";
            this.lbCardNO.Size     = new System.Drawing.Size(56, 14);
            this.lbCardNO.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lbCardNO.TabIndex = 0;
            this.lbCardNO.Text     = "病例号:";
            //
            // tbCardNO
            //
            this.tbCardNO.Font        = new System.Drawing.Font("宋体", 10F);
            this.tbCardNO.IsEnter2Tab = false;
            this.tbCardNO.Location    = new System.Drawing.Point(76, 6);
            this.tbCardNO.Name        = "tbCardNO";
            this.tbCardNO.Size        = new System.Drawing.Size(111, 23);
            this.tbCardNO.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.tbCardNO.TabIndex    = 1;
            this.tbCardNO.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.tbCardNO_KeyDown);
            //
            // tbName
            //
            this.tbName.Enabled     = false;
            this.tbName.Font        = new System.Drawing.Font("宋体", 10F);
            this.tbName.IsEnter2Tab = false;
            this.tbName.Location    = new System.Drawing.Point(263, 6);
            this.tbName.Name        = "tbName";
            this.tbName.Size        = new System.Drawing.Size(111, 23);
            this.tbName.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.tbName.TabIndex    = 3;
            this.tbName.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.tbName_KeyDown);
            this.tbName.Leave      += new System.EventHandler(this.tbName_Leave);
            //
            // lbName
            //
            this.lbName.AutoSize = true;
            this.lbName.Font     = new System.Drawing.Font("宋体", 10F);
            this.lbName.Location = new System.Drawing.Point(191, 10);
            this.lbName.Name     = "lbName";
            this.lbName.Size     = new System.Drawing.Size(70, 14);
            this.lbName.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lbName.TabIndex = 2;
            this.lbName.Text     = "患者姓名:";
            //
            // lbSex
            //
            this.lbSex.AutoSize = true;
            this.lbSex.Font     = new System.Drawing.Font("宋体", 10F);
            this.lbSex.Location = new System.Drawing.Point(410, 10);
            this.lbSex.Name     = "lbSex";
            this.lbSex.Size     = new System.Drawing.Size(42, 14);
            this.lbSex.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lbSex.TabIndex = 4;
            this.lbSex.Text     = "性别:";
            //
            // cmbSex
            //
            this.cmbSex.ArrowBackColor     = System.Drawing.Color.Silver;
            this.cmbSex.Enabled            = false;
            this.cmbSex.Font               = new System.Drawing.Font("宋体", 10F);
            this.cmbSex.FormattingEnabled  = true;
            this.cmbSex.IsEnter2Tab        = false;
            this.cmbSex.IsFlat             = false;
            this.cmbSex.IsLike             = true;
            this.cmbSex.IsListOnly         = false;
            this.cmbSex.IsShowCustomerList = false;
            this.cmbSex.IsShowID           = false;
            this.cmbSex.Location           = new System.Drawing.Point(458, 6);
            this.cmbSex.Name               = "cmbSex";
            this.cmbSex.PopForm            = null;
            this.cmbSex.ShowCustomerList   = false;
            this.cmbSex.ShowID             = false;
            this.cmbSex.Size               = new System.Drawing.Size(40, 21);
            this.cmbSex.Style              = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat;
            this.cmbSex.TabIndex           = 5;
            this.cmbSex.Tag        = "";
            this.cmbSex.ToolBarUse = false;
            this.cmbSex.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.cmbSex_KeyDown);
            //
            // lbAge
            //
            this.lbAge.AutoSize = true;
            this.lbAge.Font     = new System.Drawing.Font("宋体", 10F);
            this.lbAge.Location = new System.Drawing.Point(498, 10);
            this.lbAge.Name     = "lbAge";
            this.lbAge.Size     = new System.Drawing.Size(42, 14);
            this.lbAge.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lbAge.TabIndex = 6;
            this.lbAge.Text     = "年龄:";
            //
            // tbAge
            //
            this.tbAge.Enabled     = false;
            this.tbAge.Font        = new System.Drawing.Font("宋体", 10F);
            this.tbAge.IsEnter2Tab = false;
            this.tbAge.Location    = new System.Drawing.Point(536, 6);
            this.tbAge.Name        = "tbAge";
            this.tbAge.Size        = new System.Drawing.Size(31, 23);
            this.tbAge.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.tbAge.TabIndex    = 7;
            this.tbAge.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.tbAge_KeyDown);
            //
            // lbRegDept
            //
            this.lbRegDept.AutoSize = true;
            this.lbRegDept.Font     = new System.Drawing.Font("宋体", 10F);
            this.lbRegDept.Location = new System.Drawing.Point(3, 40);
            this.lbRegDept.Name     = "lbRegDept";
            this.lbRegDept.Size     = new System.Drawing.Size(70, 14);
            this.lbRegDept.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lbRegDept.TabIndex = 8;
            this.lbRegDept.Text     = "看诊科室:";
            //
            // cmbRegDept
            //
            this.cmbRegDept.ArrowBackColor     = System.Drawing.Color.Silver;
            this.cmbRegDept.Enabled            = false;
            this.cmbRegDept.Font               = new System.Drawing.Font("宋体", 10F);
            this.cmbRegDept.FormattingEnabled  = true;
            this.cmbRegDept.IsEnter2Tab        = false;
            this.cmbRegDept.IsFlat             = false;
            this.cmbRegDept.IsLike             = true;
            this.cmbRegDept.IsListOnly         = false;
            this.cmbRegDept.IsShowCustomerList = false;
            this.cmbRegDept.IsShowID           = false;
            this.cmbRegDept.Location           = new System.Drawing.Point(76, 37);
            this.cmbRegDept.Name               = "cmbRegDept";
            this.cmbRegDept.PopForm            = null;
            this.cmbRegDept.ShowCustomerList   = false;
            this.cmbRegDept.ShowID             = false;
            this.cmbRegDept.Size               = new System.Drawing.Size(111, 21);
            this.cmbRegDept.Style              = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat;
            this.cmbRegDept.TabIndex           = 9;
            this.cmbRegDept.Tag                   = "";
            this.cmbRegDept.ToolBarUse            = false;
            this.cmbRegDept.SelectedIndexChanged += new System.EventHandler(this.cmbRegDept_SelectedIndexChanged);
            this.cmbRegDept.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.cmbRegDept_KeyDown);
            //
            // cmbDoct
            //
            this.cmbDoct.ArrowBackColor     = System.Drawing.Color.Silver;
            this.cmbDoct.Enabled            = false;
            this.cmbDoct.Font               = new System.Drawing.Font("宋体", 10F);
            this.cmbDoct.FormattingEnabled  = true;
            this.cmbDoct.IsEnter2Tab        = false;
            this.cmbDoct.IsFlat             = false;
            this.cmbDoct.IsLike             = true;
            this.cmbDoct.IsListOnly         = false;
            this.cmbDoct.IsShowCustomerList = false;
            this.cmbDoct.IsShowID           = false;
            this.cmbDoct.Location           = new System.Drawing.Point(263, 37);
            this.cmbDoct.Name               = "cmbDoct";
            this.cmbDoct.PopForm            = null;
            this.cmbDoct.ShowCustomerList   = false;
            this.cmbDoct.ShowID             = false;
            this.cmbDoct.Size               = new System.Drawing.Size(111, 21);
            this.cmbDoct.Style              = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat;
            this.cmbDoct.TabIndex           = 11;
            this.cmbDoct.Tag                   = "";
            this.cmbDoct.ToolBarUse            = false;
            this.cmbDoct.SelectedIndexChanged += new System.EventHandler(this.cmbDoct_SelectedIndexChanged);
            this.cmbDoct.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.cmbDoct_KeyDown);
            //
            // cmbPact
            //
            this.cmbPact.ArrowBackColor     = System.Drawing.Color.Silver;
            this.cmbPact.Enabled            = false;
            this.cmbPact.Font               = new System.Drawing.Font("宋体", 10F);
            this.cmbPact.FormattingEnabled  = true;
            this.cmbPact.IsEnter2Tab        = false;
            this.cmbPact.IsFlat             = false;
            this.cmbPact.IsLike             = true;
            this.cmbPact.IsListOnly         = false;
            this.cmbPact.IsShowCustomerList = false;
            this.cmbPact.IsShowID           = false;
            this.cmbPact.Location           = new System.Drawing.Point(458, 37);
            this.cmbPact.Name               = "cmbPact";
            this.cmbPact.PopForm            = null;
            this.cmbPact.ShowCustomerList   = false;
            this.cmbPact.ShowID             = false;
            this.cmbPact.Size               = new System.Drawing.Size(111, 21);
            this.cmbPact.Style              = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat;
            this.cmbPact.TabIndex           = 13;
            this.cmbPact.Tag                   = "";
            this.cmbPact.ToolBarUse            = false;
            this.cmbPact.SelectedIndexChanged += new System.EventHandler(this.cmbPact_SelectedIndexChanged);
            this.cmbPact.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.cmbPact_KeyDown);
            //
            // lbClass
            //
            this.lbClass.AutoSize = true;
            this.lbClass.Font     = new System.Drawing.Font("宋体", 10F);
            this.lbClass.Location = new System.Drawing.Point(3, 66);
            this.lbClass.Name     = "lbClass";
            this.lbClass.Size     = new System.Drawing.Size(70, 14);
            this.lbClass.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lbClass.TabIndex = 14;
            this.lbClass.Text     = "等级编码:";
            //
            // cmbClass
            //
            this.cmbClass.ArrowBackColor     = System.Drawing.Color.Silver;
            this.cmbClass.Enabled            = false;
            this.cmbClass.Font               = new System.Drawing.Font("宋体", 10F);
            this.cmbClass.FormattingEnabled  = true;
            this.cmbClass.IsEnter2Tab        = false;
            this.cmbClass.IsFlat             = false;
            this.cmbClass.IsLike             = true;
            this.cmbClass.IsListOnly         = false;
            this.cmbClass.IsShowCustomerList = false;
            this.cmbClass.IsShowID           = false;
            this.cmbClass.Location           = new System.Drawing.Point(76, 66);
            this.cmbClass.Name               = "cmbClass";
            this.cmbClass.PopForm            = null;
            this.cmbClass.ShowCustomerList   = false;
            this.cmbClass.ShowID             = false;
            this.cmbClass.Size               = new System.Drawing.Size(111, 21);
            this.cmbClass.Style              = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat;
            this.cmbClass.TabIndex           = 15;
            this.cmbClass.Tag                   = "";
            this.cmbClass.ToolBarUse            = false;
            this.cmbClass.SelectedIndexChanged += new System.EventHandler(this.cmbClass_SelectedIndexChanged);
            this.cmbClass.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.cmbClass_KeyDown);
            //
            // tbMCardNO
            //
            this.tbMCardNO.Enabled     = false;
            this.tbMCardNO.Font        = new System.Drawing.Font("宋体", 10F);
            this.tbMCardNO.IsEnter2Tab = false;
            this.tbMCardNO.Location    = new System.Drawing.Point(263, 64);
            this.tbMCardNO.Name        = "tbMCardNO";
            this.tbMCardNO.Size        = new System.Drawing.Size(111, 23);
            this.tbMCardNO.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.tbMCardNO.TabIndex    = 17;
            this.tbMCardNO.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.tbMCardNO_KeyDown);
            //
            // cmbRebate
            //
            this.cmbRebate.ArrowBackColor     = System.Drawing.Color.Silver;
            this.cmbRebate.Font               = new System.Drawing.Font("宋体", 10F);
            this.cmbRebate.FormattingEnabled  = true;
            this.cmbRebate.IsEnter2Tab        = false;
            this.cmbRebate.IsFlat             = false;
            this.cmbRebate.IsLike             = true;
            this.cmbRebate.IsListOnly         = false;
            this.cmbRebate.IsShowCustomerList = false;
            this.cmbRebate.IsShowID           = false;
            this.cmbRebate.Location           = new System.Drawing.Point(458, 66);
            this.cmbRebate.Name               = "cmbRebate";
            this.cmbRebate.PopForm            = null;
            this.cmbRebate.ShowCustomerList   = false;
            this.cmbRebate.ShowID             = false;
            this.cmbRebate.Size               = new System.Drawing.Size(111, 21);
            this.cmbRebate.Style              = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat;
            this.cmbRebate.TabIndex           = 19;
            this.cmbRebate.Tag                   = "";
            this.cmbRebate.ToolBarUse            = false;
            this.cmbRebate.Visible               = false;
            this.cmbRebate.SelectedIndexChanged += new System.EventHandler(this.cmbRebate_SelectedIndexChanged);
            this.cmbRebate.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.cmbRebate_KeyDown);
            //
            // fpRecipeSeq
            //
            this.fpRecipeSeq.About = "3.0.2004.2005";
            this.fpRecipeSeq.AccessibleDescription = "fpRecipeSeq, Sheet1";
            this.fpRecipeSeq.BackColor             = System.Drawing.Color.White;
            this.fpRecipeSeq.ContextMenu           = this.neuContexMenu1;
            this.fpRecipeSeq.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.fpRecipeSeq.FileName = "";
            this.fpRecipeSeq.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            this.fpRecipeSeq.IsAutoSaveGridStatus      = false;
            this.fpRecipeSeq.IsCanCustomConfigColumn   = false;
            this.fpRecipeSeq.Location = new System.Drawing.Point(580, 2);
            this.fpRecipeSeq.Name     = "fpRecipeSeq";
            this.fpRecipeSeq.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.fpRecipeSeq_Sheet1
            });
            this.fpRecipeSeq.Size                    = new System.Drawing.Size(430, 107);
            this.fpRecipeSeq.Style                   = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.fpRecipeSeq.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.fpRecipeSeq.TextTipAppearance       = tipAppearance1;
            this.fpRecipeSeq.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            this.fpRecipeSeq.ButtonClicked          += new FarPoint.Win.Spread.EditorNotifyEventHandler(this.fpRecipeSeq_ButtonClicked);
            this.fpRecipeSeq.CellClick              += new FarPoint.Win.Spread.CellClickEventHandler(this.fpRecipeSeq_CellClick);
            //
            // neuContexMenu1
            //
            this.neuContexMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                this.menuItem1,
                this.menuItem2
            });
            this.neuContexMenu1.Style  = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuContexMenu1.Popup += new System.EventHandler(this.neuContexMenu1_Popup);
            //
            // menuItem1
            //
            this.menuItem1.Index  = 0;
            this.menuItem1.Text   = "添加(&A)";
            this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
            //
            // menuItem2
            //
            this.menuItem2.Index  = 1;
            this.menuItem2.Text   = "删除(&D)";
            this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
            //
            // fpRecipeSeq_Sheet1
            //
            this.fpRecipeSeq_Sheet1.Reset();
            this.fpRecipeSeq_Sheet1.SheetName = "Sheet1";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpRecipeSeq_Sheet1.ReferenceStyle        = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpRecipeSeq_Sheet1.ColumnCount           = 4;
            this.fpRecipeSeq_Sheet1.ColumnHeader.RowCount = 0;
            this.fpRecipeSeq_Sheet1.RowCount = 0;
            this.fpRecipeSeq_Sheet1.RowHeader.ColumnCount               = 0;
            this.fpRecipeSeq_Sheet1.Columns.Get(0).CellType             = checkBoxCellType1;
            this.fpRecipeSeq_Sheet1.Columns.Get(0).Width                = 22F;
            this.fpRecipeSeq_Sheet1.Columns.Get(1).CellType             = textCellType1;
            this.fpRecipeSeq_Sheet1.Columns.Get(1).Locked               = true;
            this.fpRecipeSeq_Sheet1.Columns.Get(1).Width                = 113F;
            this.fpRecipeSeq_Sheet1.Columns.Get(2).CellType             = textCellType2;
            this.fpRecipeSeq_Sheet1.Columns.Get(2).Locked               = true;
            this.fpRecipeSeq_Sheet1.Columns.Get(2).Width                = 75F;
            this.fpRecipeSeq_Sheet1.Columns.Get(3).CellType             = numberCellType1;
            this.fpRecipeSeq_Sheet1.Columns.Get(3).Locked               = true;
            this.fpRecipeSeq_Sheet1.Columns.Get(3).Width                = 75F;
            this.fpRecipeSeq_Sheet1.GrayAreaBackColor                   = System.Drawing.Color.White;
            this.fpRecipeSeq_Sheet1.HorizontalGridLine                  = new FarPoint.Win.Spread.GridLine(FarPoint.Win.Spread.GridLineType.Flat, System.Drawing.Color.LightGray, System.Drawing.SystemColors.ControlLightLight, System.Drawing.SystemColors.ControlDark, 0);
            this.fpRecipeSeq_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.fpRecipeSeq_Sheet1.VerticalGridLine = new FarPoint.Win.Spread.GridLine(FarPoint.Win.Spread.GridLineType.Flat, System.Drawing.Color.LightGray, System.Drawing.SystemColors.ControlLightLight, System.Drawing.SystemColors.ControlDark, 0);
            this.fpRecipeSeq_Sheet1.ReferenceStyle   = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            this.fpRecipeSeq.SetActiveViewport(0, 1, 0);
            //
            // plAddUp
            //
            this.plAddUp.Controls.Add(this.lblAddUpCost);
            this.plAddUp.Controls.Add(this.neuLabel1);
            this.plAddUp.Location = new System.Drawing.Point(1, 89);
            this.plAddUp.Name     = "plAddUp";
            this.plAddUp.Size     = new System.Drawing.Size(575, 17);
            this.plAddUp.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.plAddUp.TabIndex = 20;
            //
            // lblAddUpCost
            //
            this.lblAddUpCost.AutoSize  = true;
            this.lblAddUpCost.Font      = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblAddUpCost.ForeColor = System.Drawing.Color.Blue;
            this.lblAddUpCost.Location  = new System.Drawing.Point(75, 2);
            this.lblAddUpCost.Name      = "lblAddUpCost";
            this.lblAddUpCost.Size      = new System.Drawing.Size(0, 15);
            this.lblAddUpCost.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lblAddUpCost.TabIndex  = 1;
            //
            // neuLabel1
            //
            this.neuLabel1.AutoSize  = true;
            this.neuLabel1.Font      = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.neuLabel1.ForeColor = System.Drawing.Color.Blue;
            this.neuLabel1.Location  = new System.Drawing.Point(3, 2);
            this.neuLabel1.Name      = "neuLabel1";
            this.neuLabel1.Size      = new System.Drawing.Size(82, 15);
            this.neuLabel1.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuLabel1.TabIndex  = 0;
            this.neuLabel1.Text      = "累计金额:";
            //
            // plMain
            //
            this.plMain.Controls.Add(this.plAddUp);
            this.plMain.Controls.Add(this.tbAge);
            this.plMain.Controls.Add(this.tbName);
            this.plMain.Controls.Add(this.cmbRebate);
            this.plMain.Controls.Add(this.lbCardNO);
            this.plMain.Controls.Add(lbRebate);
            this.plMain.Controls.Add(this.tbCardNO);
            this.plMain.Controls.Add(this.tbMCardNO);
            this.plMain.Controls.Add(this.lbName);
            this.plMain.Controls.Add(lbMCardNO);
            this.plMain.Controls.Add(this.lbSex);
            this.plMain.Controls.Add(this.cmbClass);
            this.plMain.Controls.Add(this.cmbSex);
            this.plMain.Controls.Add(this.lbClass);
            this.plMain.Controls.Add(this.lbAge);
            this.plMain.Controls.Add(this.cmbPact);
            this.plMain.Controls.Add(lbPact);
            this.plMain.Controls.Add(this.lbRegDept);
            this.plMain.Controls.Add(this.cmbDoct);
            this.plMain.Controls.Add(this.cmbRegDept);
            this.plMain.Controls.Add(lbDoct);
            this.plMain.Dock     = System.Windows.Forms.DockStyle.Left;
            this.plMain.Location = new System.Drawing.Point(2, 2);
            this.plMain.Name     = "plMain";
            this.plMain.Size     = new System.Drawing.Size(578, 107);
            this.plMain.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.plMain.TabIndex = 0;
            //
            // ucPatientInfo
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.fpRecipeSeq);
            this.Controls.Add(this.plMain);
            this.Name    = "ucPatientInfo";
            this.Padding = new System.Windows.Forms.Padding(2);
            this.Size    = new System.Drawing.Size(1012, 111);
            this.Load   += new System.EventHandler(this.ucPatientInfo_Load);
            ((System.ComponentModel.ISupportInitialize)(this.fpRecipeSeq)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpRecipeSeq_Sheet1)).EndInit();
            this.plAddUp.ResumeLayout(false);
            this.plAddUp.PerformLayout();
            this.plMain.ResumeLayout(false);
            this.plMain.PerformLayout();
            this.ResumeLayout(false);
        }
Exemplo n.º 18
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Neusoft.FrameWork.WinForms.Controls.NeuLabel lblPact;
            this.neuPanel1              = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.linkLabel1             = new System.Windows.Forms.LinkLabel();
            this.cmbDept                = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.label1                 = new System.Windows.Forms.Label();
            this.txtName                = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.lblDoct                = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.cmbDoct                = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.txtAlarm               = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.lblAlarm               = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.txtLeft                = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.lblLeft                = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.txtPact                = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.txtInDept              = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.lblInDept              = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.txtInTime              = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.lblInTime              = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.lbName                 = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.ucQueryPatientInfo     = new Neusoft.HISFC.Components.Common.Controls.ucQueryInpatientNo();
            this.ucInpatientCharge_new1 = new Neusoft.HISFC.Components.Common.Controls.ucInpatientCharge_new();
            lblPact = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.neuPanel1.SuspendLayout();
            this.SuspendLayout();
            //
            // lblPact
            //
            lblPact.AutoSize = true;
            lblPact.Font     = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            lblPact.Location = new System.Drawing.Point(582, 10);
            lblPact.Name     = "lblPact";
            lblPact.Size     = new System.Drawing.Size(66, 13);
            lblPact.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            lblPact.TabIndex = 5;
            lblPact.Text     = "合同单位:";
            //
            // neuPanel1
            //
            this.neuPanel1.BackColor = System.Drawing.SystemColors.Control;
            this.neuPanel1.Controls.Add(this.linkLabel1);
            this.neuPanel1.Controls.Add(this.cmbDept);
            this.neuPanel1.Controls.Add(this.label1);
            this.neuPanel1.Controls.Add(this.txtName);
            this.neuPanel1.Controls.Add(this.lblDoct);
            this.neuPanel1.Controls.Add(this.cmbDoct);
            this.neuPanel1.Controls.Add(this.txtAlarm);
            this.neuPanel1.Controls.Add(this.lblAlarm);
            this.neuPanel1.Controls.Add(this.txtLeft);
            this.neuPanel1.Controls.Add(this.lblLeft);
            this.neuPanel1.Controls.Add(this.txtPact);
            this.neuPanel1.Controls.Add(lblPact);
            this.neuPanel1.Controls.Add(this.txtInDept);
            this.neuPanel1.Controls.Add(this.lblInDept);
            this.neuPanel1.Controls.Add(this.txtInTime);
            this.neuPanel1.Controls.Add(this.lblInTime);
            this.neuPanel1.Controls.Add(this.lbName);
            this.neuPanel1.Controls.Add(this.ucQueryPatientInfo);
            this.neuPanel1.Dock     = System.Windows.Forms.DockStyle.Top;
            this.neuPanel1.Location = new System.Drawing.Point(0, 0);
            this.neuPanel1.Name     = "neuPanel1";
            this.neuPanel1.Size     = new System.Drawing.Size(911, 60);
            this.neuPanel1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuPanel1.TabIndex = 0;
            //
            // linkLabel1
            //
            this.linkLabel1.Font      = new System.Drawing.Font("宋体", 9F);
            this.linkLabel1.LinkColor = System.Drawing.Color.Blue;
            this.linkLabel1.Location  = new System.Drawing.Point(213, 11);
            this.linkLabel1.Name      = "linkLabel1";
            this.linkLabel1.Size      = new System.Drawing.Size(25, 15);
            this.linkLabel1.TabIndex  = 30;
            this.linkLabel1.TabStop   = true;
            this.linkLabel1.Text      = "F11";
            //
            // cmbDept
            //
            this.cmbDept.ArrowBackColor     = System.Drawing.Color.Silver;
            this.cmbDept.Cursor             = System.Windows.Forms.Cursors.Arrow;
            this.cmbDept.FormattingEnabled  = true;
            this.cmbDept.IsEnter2Tab        = false;
            this.cmbDept.IsFlat             = false;
            this.cmbDept.IsLike             = true;
            this.cmbDept.IsListOnly         = false;
            this.cmbDept.IsPopForm          = true;
            this.cmbDept.IsShowCustomerList = false;
            this.cmbDept.IsShowID           = false;
            this.cmbDept.Location           = new System.Drawing.Point(790, 32);
            this.cmbDept.Name             = "cmbDept";
            this.cmbDept.PopForm          = null;
            this.cmbDept.ShowCustomerList = false;
            this.cmbDept.ShowID           = false;
            this.cmbDept.Size             = new System.Drawing.Size(118, 20);
            this.cmbDept.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat;
            this.cmbDept.TabIndex         = 16;
            this.cmbDept.Tag                   = "";
            this.cmbDept.ToolBarUse            = false;
            this.cmbDept.Visible               = false;
            this.cmbDept.SelectedIndexChanged += new System.EventHandler(this.cmbDept_SelectedIndexChanged);
            //
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(805, 7);
            this.label1.Name     = "label1";
            this.label1.Size     = new System.Drawing.Size(89, 12);
            this.label1.TabIndex = 15;
            this.label1.Text     = "物资扣库科室:";
            this.label1.Visible  = false;
            //
            // txtName
            //
            this.txtName.BackColor   = System.Drawing.Color.White;
            this.txtName.Font        = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtName.IsEnter2Tab = false;
            this.txtName.Location    = new System.Drawing.Point(284, 7);
            this.txtName.Name        = "txtName";
            this.txtName.ReadOnly    = true;
            this.txtName.Size        = new System.Drawing.Size(121, 22);
            this.txtName.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txtName.TabIndex    = 2;
            this.txtName.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
            //
            // lblDoct
            //
            this.lblDoct.AutoSize = true;
            this.lblDoct.Font     = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblDoct.Location = new System.Drawing.Point(218, 39);
            this.lblDoct.Name     = "lblDoct";
            this.lblDoct.Size     = new System.Drawing.Size(66, 13);
            this.lblDoct.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lblDoct.TabIndex = 9;
            this.lblDoct.Text     = "开方医生:";
            //
            // cmbDoct
            //
            this.cmbDoct.ArrowBackColor     = System.Drawing.Color.Silver;
            this.cmbDoct.Cursor             = System.Windows.Forms.Cursors.Arrow;
            this.cmbDoct.FormattingEnabled  = true;
            this.cmbDoct.IsEnter2Tab        = false;
            this.cmbDoct.IsFlat             = false;
            this.cmbDoct.IsLike             = true;
            this.cmbDoct.IsListOnly         = false;
            this.cmbDoct.IsPopForm          = true;
            this.cmbDoct.IsShowCustomerList = false;
            this.cmbDoct.IsShowID           = false;
            this.cmbDoct.Location           = new System.Drawing.Point(284, 33);
            this.cmbDoct.Name             = "cmbDoct";
            this.cmbDoct.PopForm          = null;
            this.cmbDoct.ShowCustomerList = false;
            this.cmbDoct.ShowID           = false;
            this.cmbDoct.Size             = new System.Drawing.Size(121, 20);
            this.cmbDoct.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat;
            this.cmbDoct.TabIndex         = 10;
            this.cmbDoct.Tag                   = "";
            this.cmbDoct.ToolBarUse            = false;
            this.cmbDoct.SelectedIndexChanged += new System.EventHandler(this.cmbDoct_SelectedIndexChanged);
            this.cmbDoct.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.cmbDoct_KeyDown);
            //
            // txtAlarm
            //
            this.txtAlarm.BackColor   = System.Drawing.Color.White;
            this.txtAlarm.Font        = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtAlarm.IsEnter2Tab = false;
            this.txtAlarm.Location    = new System.Drawing.Point(474, 32);
            this.txtAlarm.Name        = "txtAlarm";
            this.txtAlarm.ReadOnly    = true;
            this.txtAlarm.Size        = new System.Drawing.Size(103, 22);
            this.txtAlarm.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txtAlarm.TabIndex    = 12;
            this.txtAlarm.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
            //
            // lblAlarm
            //
            this.lblAlarm.AutoSize = true;
            this.lblAlarm.Font     = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblAlarm.Location = new System.Drawing.Point(424, 36);
            this.lblAlarm.Name     = "lblAlarm";
            this.lblAlarm.Size     = new System.Drawing.Size(53, 13);
            this.lblAlarm.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lblAlarm.TabIndex = 11;
            this.lblAlarm.Text     = "警戒线:";
            //
            // txtLeft
            //
            this.txtLeft.BackColor   = System.Drawing.Color.White;
            this.txtLeft.Font        = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtLeft.IsEnter2Tab = false;
            this.txtLeft.Location    = new System.Drawing.Point(647, 31);
            this.txtLeft.Name        = "txtLeft";
            this.txtLeft.ReadOnly    = true;
            this.txtLeft.Size        = new System.Drawing.Size(137, 22);
            this.txtLeft.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txtLeft.TabIndex    = 14;
            this.txtLeft.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
            //
            // lblLeft
            //
            this.lblLeft.AutoSize = true;
            this.lblLeft.Font     = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblLeft.Location = new System.Drawing.Point(608, 35);
            this.lblLeft.Name     = "lblLeft";
            this.lblLeft.Size     = new System.Drawing.Size(40, 13);
            this.lblLeft.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lblLeft.TabIndex = 13;
            this.lblLeft.Text     = "余额:";
            //
            // txtPact
            //
            this.txtPact.BackColor   = System.Drawing.Color.White;
            this.txtPact.Font        = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtPact.IsEnter2Tab = false;
            this.txtPact.Location    = new System.Drawing.Point(647, 6);
            this.txtPact.Name        = "txtPact";
            this.txtPact.ReadOnly    = true;
            this.txtPact.Size        = new System.Drawing.Size(137, 22);
            this.txtPact.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txtPact.TabIndex    = 6;
            this.txtPact.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
            //
            // txtInDept
            //
            this.txtInDept.BackColor   = System.Drawing.Color.White;
            this.txtInDept.Font        = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtInDept.IsEnter2Tab = false;
            this.txtInDept.Location    = new System.Drawing.Point(75, 30);
            this.txtInDept.Name        = "txtInDept";
            this.txtInDept.ReadOnly    = true;
            this.txtInDept.Size        = new System.Drawing.Size(137, 22);
            this.txtInDept.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txtInDept.TabIndex    = 8;
            this.txtInDept.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
            //
            // lblInDept
            //
            this.lblInDept.AutoSize = true;
            this.lblInDept.Font     = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblInDept.Location = new System.Drawing.Point(10, 34);
            this.lblInDept.Name     = "lblInDept";
            this.lblInDept.Size     = new System.Drawing.Size(66, 13);
            this.lblInDept.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lblInDept.TabIndex = 7;
            this.lblInDept.Text     = "住院科室:";
            //
            // txtInTime
            //
            this.txtInTime.BackColor   = System.Drawing.Color.White;
            this.txtInTime.Font        = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtInTime.IsEnter2Tab = false;
            this.txtInTime.Location    = new System.Drawing.Point(474, 6);
            this.txtInTime.Name        = "txtInTime";
            this.txtInTime.ReadOnly    = true;
            this.txtInTime.Size        = new System.Drawing.Size(103, 22);
            this.txtInTime.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txtInTime.TabIndex    = 4;
            this.txtInTime.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
            //
            // lblInTime
            //
            this.lblInTime.AutoSize = true;
            this.lblInTime.Font     = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblInTime.Location = new System.Drawing.Point(409, 10);
            this.lblInTime.Name     = "lblInTime";
            this.lblInTime.Size     = new System.Drawing.Size(66, 13);
            this.lblInTime.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lblInTime.TabIndex = 3;
            this.lblInTime.Text     = "入院时间:";
            //
            // lbName
            //
            this.lbName.AutoSize = true;
            this.lbName.Font     = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbName.Location = new System.Drawing.Point(244, 10);
            this.lbName.Name     = "lbName";
            this.lbName.Size     = new System.Drawing.Size(40, 13);
            this.lbName.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lbName.TabIndex = 1;
            this.lbName.Text     = "姓名:";
            //
            // ucQueryPatientInfo
            //
            this.ucQueryPatientInfo.InputType = 0;
            this.ucQueryPatientInfo.Location  = new System.Drawing.Point(14, 2);
            this.ucQueryPatientInfo.Name      = "ucQueryPatientInfo";
            this.ucQueryPatientInfo.ShowState = Neusoft.HISFC.Components.Common.Controls.enuShowState.AfterArrived;
            this.ucQueryPatientInfo.Size      = new System.Drawing.Size(198, 27);
            this.ucQueryPatientInfo.TabIndex  = 0;
            this.ucQueryPatientInfo.myEvent  += new Neusoft.HISFC.Components.Common.Controls.myEventDelegate(this.ucQueryPatientInfo_myEvent);
            //
            // ucInpatientCharge_new1
            //
            this.ucInpatientCharge_new1.DefaultExeDept         = null;
            this.ucInpatientCharge_new1.DefaultExeDeptIsDeptIn = false;
            this.ucInpatientCharge_new1.Dock                  = System.Windows.Forms.DockStyle.Fill;
            this.ucInpatientCharge_new1.IsJudgeQty            = true;
            this.ucInpatientCharge_new1.IsJudgeValid          = false;
            this.ucInpatientCharge_new1.IsPrintFeeSheet       = false;
            this.ucInpatientCharge_new1.IsSplitUndrugCombItem = false;
            this.ucInpatientCharge_new1.Location              = new System.Drawing.Point(0, 60);
            this.ucInpatientCharge_new1.MessageType           = Neusoft.HISFC.Models.Base.MessType.Y;
            this.ucInpatientCharge_new1.Name                  = "ucInpatientCharge_new1";
            this.ucInpatientCharge_new1.RecipeDoctCode        = null;
            this.ucInpatientCharge_new1.RowCount              = 0;
            this.ucInpatientCharge_new1.Size                  = new System.Drawing.Size(911, 556);
            this.ucInpatientCharge_new1.TabIndex              = 1;
            this.ucInpatientCharge_new1.加载项目类别                = Neusoft.HISFC.Components.Common.Controls.EnumShowItemType.All;
            this.ucInpatientCharge_new1.控件功能                  = Neusoft.HISFC.Components.Common.Controls.ucInpatientCharge_new.FeeTypes.收费;
            //
            // ucCharge_new
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.ucInpatientCharge_new1);
            this.Controls.Add(this.neuPanel1);
            this.Name  = "ucCharge_new";
            this.Size  = new System.Drawing.Size(911, 616);
            this.Load += new System.EventHandler(this.ucCharge_new_Load);
            this.neuPanel1.ResumeLayout(false);
            this.neuPanel1.PerformLayout();
            this.ResumeLayout(false);
        }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

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

        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            FarPoint.Win.Spread.TipAppearance tipAppearance2 = new FarPoint.Win.Spread.TipAppearance();
            this.fpSpread1        = new FarPoint.Win.Spread.FpSpread();
            this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.treeView1        = new Neusoft.FrameWork.WinForms.Controls.ucChooseList();
            this.ilTreeView       = new System.Windows.Forms.ImageList(this.components);
            this.toolBar1         = new System.Windows.Forms.ToolBar();
            this.tbPrint          = new System.Windows.Forms.ToolBarButton();
            this.tbList           = new System.Windows.Forms.ToolBarButton();
            this.tbExist          = new System.Windows.Forms.ToolBarButton();
            this.ilMenu           = new System.Windows.Forms.ImageList(this.components);
            this.panel1           = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.LBSeacheInfo     = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.panel2           = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.neuPanel1        = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.neuPanel1.SuspendLayout();
            this.SuspendLayout();
            //
            // fpSpread1
            //
            this.fpSpread1.About = "3.0.2004.2005";
            this.fpSpread1.AccessibleDescription = "";
            this.fpSpread1.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
            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(568, 459);
            this.fpSpread1.TabIndex          = 1;
            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;
            //
            // 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.ActiveSkin     = FarPoint.Win.Spread.DefaultSkins.Classic2;
            this.fpSpread1_Sheet1.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(105)))), ((int)(((byte)(107)))));
            this.fpSpread1_Sheet1.ColumnHeader.DefaultStyle.Font      = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.fpSpread1_Sheet1.ColumnHeader.DefaultStyle.ForeColor = System.Drawing.Color.White;
            this.fpSpread1_Sheet1.ColumnHeader.DefaultStyle.Locked    = false;
            this.fpSpread1_Sheet1.ColumnHeader.DefaultStyle.Parent    = "HeaderDefault";
            this.fpSpread1_Sheet1.DefaultStyle.BackColor = System.Drawing.Color.White;
            this.fpSpread1_Sheet1.DefaultStyle.ForeColor = System.Drawing.Color.Black;
            this.fpSpread1_Sheet1.DefaultStyle.Locked    = false;
            this.fpSpread1_Sheet1.DefaultStyle.Parent    = "DataAreaDefault";
            this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.fpSpread1_Sheet1.RowHeader.Columns.Get(0).Width      = 40F;
            this.fpSpread1_Sheet1.RowHeader.DefaultStyle.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(105)))), ((int)(((byte)(107)))));
            this.fpSpread1_Sheet1.RowHeader.DefaultStyle.Font         = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.fpSpread1_Sheet1.RowHeader.DefaultStyle.ForeColor    = System.Drawing.Color.White;
            this.fpSpread1_Sheet1.RowHeader.DefaultStyle.Locked       = false;
            this.fpSpread1_Sheet1.RowHeader.DefaultStyle.Parent       = "HeaderDefault";
            this.fpSpread1_Sheet1.SheetCornerStyle.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(105)))), ((int)(((byte)(107)))));
            this.fpSpread1_Sheet1.SheetCornerStyle.ForeColor          = System.Drawing.Color.White;
            this.fpSpread1_Sheet1.SheetCornerStyle.Locked             = false;
            this.fpSpread1_Sheet1.SheetCornerStyle.Parent             = "HeaderDefault";
            this.fpSpread1_Sheet1.VisualStyles   = FarPoint.Win.VisualStyles.Off;
            this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            //
            // treeView1
            //
            this.treeView1.Caption           = "选择项目";
            this.treeView1.Dock              = System.Windows.Forms.DockStyle.Left;
            this.treeView1.IsShowCloseButton = true;
            this.treeView1.IsShowTreeView    = true;
            this.treeView1.Location          = new System.Drawing.Point(0, 0);
            this.treeView1.Name              = "treeView1";
            this.treeView1.Size              = new System.Drawing.Size(208, 459);
            this.treeView1.TabIndex          = 2;
            //
            // ilTreeView
            //
            this.ilTreeView.ColorDepth       = System.Windows.Forms.ColorDepth.Depth24Bit;
            this.ilTreeView.ImageSize        = new System.Drawing.Size(16, 16);
            this.ilTreeView.TransparentColor = System.Drawing.Color.Transparent;
            //
            // toolBar1
            //
            this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
                this.tbPrint,
                this.tbList,
                this.tbExist
            });
            this.toolBar1.DropDownArrows = true;
            this.toolBar1.ImageList      = this.ilMenu;
            this.toolBar1.Location       = new System.Drawing.Point(0, 0);
            this.toolBar1.Name           = "toolBar1";
            this.toolBar1.ShowToolTips   = true;
            this.toolBar1.Size           = new System.Drawing.Size(776, 57);
            this.toolBar1.TabIndex       = 3;
            this.toolBar1.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
            //
            // tbPrint
            //
            this.tbPrint.ImageIndex = 12;
            this.tbPrint.Name       = "tbPrint";
            this.tbPrint.Text       = "打印";
            //
            // tbList
            //
            this.tbList.ImageIndex = 7;
            this.tbList.Name       = "tbList";
            this.tbList.Text       = "列表";
            //
            // tbExist
            //
            this.tbExist.ImageIndex = 14;
            this.tbExist.Name       = "tbExist";
            this.tbExist.Text       = "退出";
            //
            // ilMenu
            //
            this.ilMenu.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
            this.ilMenu.ImageSize        = new System.Drawing.Size(32, 32);
            this.ilMenu.TransparentColor = System.Drawing.Color.Transparent;
            //
            // panel1
            //
            this.panel1.BackColor = System.Drawing.Color.MintCream;
            this.panel1.Controls.Add(this.LBSeacheInfo);
            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(776, 49);
            this.panel1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.panel1.TabIndex = 4;
            //
            // LBSeacheInfo
            //
            this.LBSeacheInfo.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.LBSeacheInfo.Location = new System.Drawing.Point(0, 0);
            this.LBSeacheInfo.Name     = "LBSeacheInfo";
            this.LBSeacheInfo.Size     = new System.Drawing.Size(776, 49);
            this.LBSeacheInfo.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.LBSeacheInfo.TabIndex = 0;
            //
            // panel2
            //
            this.panel2.Controls.Add(this.neuPanel1);
            this.panel2.Controls.Add(this.treeView1);
            this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(0, 106);
            this.panel2.Name     = "panel2";
            this.panel2.Size     = new System.Drawing.Size(776, 459);
            this.panel2.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.panel2.TabIndex = 5;
            //
            // neuPanel1
            //
            this.neuPanel1.BackColor = System.Drawing.SystemColors.Window;
            this.neuPanel1.Controls.Add(this.fpSpread1);
            this.neuPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.neuPanel1.Location = new System.Drawing.Point(208, 0);
            this.neuPanel1.Name     = "neuPanel1";
            this.neuPanel1.Size     = new System.Drawing.Size(568, 459);
            this.neuPanel1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuPanel1.TabIndex = 3;
            //
            // frmShowResult
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
            this.ClientSize        = new System.Drawing.Size(776, 565);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.toolBar1);
            this.Name          = "frmShowResult";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = "查询结果显示";
            this.Load         += new System.EventHandler(this.frmShowResult_Load);
            this.Closing      += new System.ComponentModel.CancelEventHandler(this.frmShowResult_Closing);
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.neuPanel1.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);
        }
Exemplo n.º 22
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);
        }
Exemplo n.º 23
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);
        }