Esempio n. 1
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmStatPatientFlowDaily));
     this.label1             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.cmdClose           = new PinkieControls.ButtonXP();
     this.m_pdSickRoomLog    = new System.Drawing.Printing.PrintDocument();
     this.printPreviewDialog = new System.Windows.Forms.PrintPreviewDialog();
     this.buttonXP1          = new PinkieControls.ButtonXP();
     this.m_cmdPrint         = new PinkieControls.ButtonXP();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.m_txtAREAID_CHR    = new ControlLibrary.txtListView(this.components);
     this.label3             = new System.Windows.Forms.Label();
     this.m_dtToTime         = new NullableDateControls.MaskDateEdit();
     this.m_dtpDateTime      = new NullableDateControls.MaskDateEdit();
     this.printDialog        = new com.digitalwave.controls.Control.MyPrintPreViewControl();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location  = new System.Drawing.Point(304, 27);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(70, 14);
     this.label1.TabIndex  = 8;
     this.label1.Text      = "查询时间:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(8, 27);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(70, 14);
     this.label2.TabIndex = 16;
     this.label2.Text     = "病区名称:";
     //
     // cmdClose
     //
     this.cmdClose.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.cmdClose.DefaultScheme = true;
     this.cmdClose.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdClose.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cmdClose.Hint          = "";
     this.cmdClose.Location      = new System.Drawing.Point(915, 16);
     this.cmdClose.Name          = "cmdClose";
     this.cmdClose.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdClose.Size          = new System.Drawing.Size(80, 31);
     this.cmdClose.TabIndex      = 6;
     this.cmdClose.Text          = "关  闭(&C)";
     this.cmdClose.Click        += new System.EventHandler(this.cmdClose_Click);
     //
     // m_pdSickRoomLog
     //
     this.m_pdSickRoomLog.PrintPage  += new System.Drawing.Printing.PrintPageEventHandler(this.m_pdSickRoomLog_PrintPage);
     this.m_pdSickRoomLog.BeginPrint += new System.Drawing.Printing.PrintEventHandler(this.m_pdSickRoomLog_BeginPrint);
     //
     // printPreviewDialog
     //
     this.printPreviewDialog.AutoScrollMargin  = new System.Drawing.Size(0, 0);
     this.printPreviewDialog.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.printPreviewDialog.ClientSize        = new System.Drawing.Size(400, 300);
     this.printPreviewDialog.Document          = this.m_pdSickRoomLog;
     this.printPreviewDialog.Enabled           = true;
     this.printPreviewDialog.Icon    = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog.Icon")));
     this.printPreviewDialog.Name    = "printPreviewDialog";
     this.printPreviewDialog.Visible = false;
     //
     // buttonXP1
     //
     this.buttonXP1.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.buttonXP1.DefaultScheme = true;
     this.buttonXP1.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.buttonXP1.Hint          = "";
     this.buttonXP1.Location      = new System.Drawing.Point(723, 16);
     this.buttonXP1.Name          = "buttonXP1";
     this.buttonXP1.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.buttonXP1.Size          = new System.Drawing.Size(80, 31);
     this.buttonXP1.TabIndex      = 4;
     this.buttonXP1.Text          = "统计(&F)";
     this.buttonXP1.Click        += new System.EventHandler(this.buttonXP1_Click);
     //
     // m_cmdPrint
     //
     this.m_cmdPrint.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_cmdPrint.DefaultScheme = true;
     this.m_cmdPrint.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdPrint.Hint          = "";
     this.m_cmdPrint.Location      = new System.Drawing.Point(819, 16);
     this.m_cmdPrint.Name          = "m_cmdPrint";
     this.m_cmdPrint.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdPrint.Size          = new System.Drawing.Size(80, 31);
     this.m_cmdPrint.TabIndex      = 5;
     this.m_cmdPrint.Text          = "打印(&D)";
     this.m_cmdPrint.Click        += new System.EventHandler(this.m_cmdPrint_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.m_txtAREAID_CHR);
     this.groupBox1.Controls.Add(this.m_cmdPrint);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.cmdClose);
     this.groupBox1.Controls.Add(this.buttonXP1);
     this.groupBox1.Controls.Add(this.label3);
     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(1002, 56);
     this.groupBox1.TabIndex = 22;
     this.groupBox1.TabStop  = false;
     //
     // m_txtAREAID_CHR
     //
     this.m_txtAREAID_CHR.findDataMode    = ControlLibrary.txtListView.findMode.fromDataSouse;
     this.m_txtAREAID_CHR.Location        = new System.Drawing.Point(84, 20);
     this.m_txtAREAID_CHR.m_blnFocuseShow = true;
     this.m_txtAREAID_CHR.m_blnPagination = false;
     this.m_txtAREAID_CHR.m_dtbDataSourse = null;
     this.m_txtAREAID_CHR.m_intDelayTime  = 100;
     this.m_txtAREAID_CHR.m_intPageRows   = 10;
     this.m_txtAREAID_CHR.m_ListViewAlign = ControlLibrary.txtListView.ListViewAlign.LeftBottom;
     this.m_txtAREAID_CHR.m_listViewSize  = new System.Drawing.Point(260, 100);
     this.m_txtAREAID_CHR.m_strFieldsArr  = new string[] {
         "code_vchr",
         "pycode_chr",
         "deptname_vchr"
     };
     this.m_txtAREAID_CHR.m_strSaveField = "deptid_chr";
     this.m_txtAREAID_CHR.m_strShowField = "deptname_vchr";
     this.m_txtAREAID_CHR.m_strSQL       = null;
     this.m_txtAREAID_CHR.Name           = "m_txtAREAID_CHR";
     this.m_txtAREAID_CHR.Size           = new System.Drawing.Size(200, 23);
     this.m_txtAREAID_CHR.TabIndex       = 1;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location  = new System.Drawing.Point(518, 31);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(15, 14);
     this.label3.TabIndex  = 8;
     this.label3.Text      = "~";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.label3.Visible   = false;
     //
     // m_dtToTime
     //
     this.m_dtToTime.Location = new System.Drawing.Point(540, 23);
     this.m_dtToTime.Mask     = "yyyy年MM月dd日";
     this.m_dtToTime.Name     = "m_dtToTime";
     this.m_dtToTime.Size     = new System.Drawing.Size(139, 23);
     this.m_dtToTime.TabIndex = 3;
     this.m_dtToTime.Visible  = false;
     //
     // m_dtpDateTime
     //
     this.m_dtpDateTime.Location = new System.Drawing.Point(376, 23);
     this.m_dtpDateTime.Mask     = "yyyy年MM月dd日";
     this.m_dtpDateTime.Name     = "m_dtpDateTime";
     this.m_dtpDateTime.Size     = new System.Drawing.Size(139, 23);
     this.m_dtpDateTime.TabIndex = 2;
     //
     // printDialog
     //
     this.printDialog.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.printDialog.Document        = this.m_pdSickRoomLog;
     this.printDialog.Location        = new System.Drawing.Point(0, 56);
     this.printDialog.Name            = "printDialog";
     this.printDialog.ReportName      = "";
     this.printDialog.ShowPannel      = false;
     this.printDialog.ShowPrintButton = true;
     this.printDialog.Size            = new System.Drawing.Size(1002, 607);
     this.printDialog.TabIndex        = 23;
     //
     // frmStatPatientFlowDaily
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(1002, 663);
     this.Controls.Add(this.m_dtToTime);
     this.Controls.Add(this.m_dtpDateTime);
     this.Controls.Add(this.printDialog);
     this.Controls.Add(this.groupBox1);
     this.Font       = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.KeyPreview = true;
     this.Name       = "frmStatPatientFlowDaily";
     this.Text       = "病人流动日报";
     this.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.frmStatPatientFlowDaily_KeyDown);
     this.Load      += new System.EventHandler(this.frmStatPatientFlowDaily_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 2
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要使用代码编辑器修改
        /// 此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components          = new System.ComponentModel.Container();
            this.tabControl1         = new System.Windows.Forms.TabControl();
            this.tabPage2            = new System.Windows.Forms.TabPage();
            this.groupBox2           = new System.Windows.Forms.GroupBox();
            this.label2              = new System.Windows.Forms.Label();
            this.label1              = new System.Windows.Forms.Label();
            this.m_cboSTATE_INT      = new System.Windows.Forms.ComboBox();
            this.m_txtNurse          = new ControlLibrary.txtListView(this.components);
            this.m_txtEat            = new ControlLibrary.txtListView(this.components);
            this.m_inAreaDate        = new NullableDateControls.MaskDateEdit();
            this.m_lbInAreaDate      = new System.Windows.Forms.Label();
            this.m_txtDIAGNOSE       = new ControlLibrary.txtListView(this.components);
            this.m_txtINPATIENT_DAT  = new System.Windows.Forms.Label();
            this.m_txtPaytypeid      = new System.Windows.Forms.Label();
            this.m_txtBIRTH_DAT      = new System.Windows.Forms.Label();
            this.m_txtTYPE_INT       = new System.Windows.Forms.Label();
            this.m_txtHOMEPHONE_VCHR = new System.Windows.Forms.Label();
            this.m_txtSex            = new System.Windows.Forms.Label();
            this.m_txtIDCARD_CHR     = new System.Windows.Forms.Label();
            this.m_txtPatientName    = new System.Windows.Forms.Label();
            this.m_txtInsuranceID    = new System.Windows.Forms.Label();
            this.m_txtPATIENTCARDID  = new System.Windows.Forms.Label();
            this.m_txtINPatient      = new System.Windows.Forms.Label();
            this.m_lsvICD            = new System.Windows.Forms.ListView();
            this.columnHeader1       = new System.Windows.Forms.ColumnHeader();
            this.columnHeader2       = new System.Windows.Forms.ColumnHeader();
            this.m_txtMaindoctor     = new ControlLibrary.txtListView(this.components);
            this.m_txtICD            = new System.Windows.Forms.TextBox();
            this.label52             = new System.Windows.Forms.Label();
            this.label56             = new System.Windows.Forms.Label();
            this.label54             = new System.Windows.Forms.Label();
            this.label57             = new System.Windows.Forms.Label();
            this.label15             = new System.Windows.Forms.Label();
            this.label40             = new System.Windows.Forms.Label();
            this.label35             = new System.Windows.Forms.Label();
            this.label41             = new System.Windows.Forms.Label();
            this.label37             = new System.Windows.Forms.Label();
            this.label38             = new System.Windows.Forms.Label();
            this.label34             = new System.Windows.Forms.Label();
            this.label39             = new System.Windows.Forms.Label();
            this.label21             = new System.Windows.Forms.Label();
            this.label17             = new System.Windows.Forms.Label();
            this.label10             = new System.Windows.Forms.Label();
            this.label11             = new System.Windows.Forms.Label();
            this.label12             = new System.Windows.Forms.Label();
            this.m_cmdSave           = new PinkieControls.ButtonXP();
            this.cmd_colse           = new PinkieControls.ButtonXP();
            this.tabControl1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            //
            // tabControl1
            //
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.HotTrack      = true;
            this.tabControl1.Location      = new System.Drawing.Point(8, 8);
            this.tabControl1.Name          = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size          = new System.Drawing.Size(754, 445);
            this.tabControl1.TabIndex      = 1;
            //
            // tabPage2
            //
            this.tabPage2.Controls.Add(this.groupBox2);
            this.tabPage2.Location = new System.Drawing.Point(4, 23);
            this.tabPage2.Name     = "tabPage2";
            this.tabPage2.Size     = new System.Drawing.Size(746, 418);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text     = "病人信息";
            this.tabPage2.UseVisualStyleBackColor = true;
            //
            // groupBox2
            //
            this.groupBox2.Controls.Add(this.label2);
            this.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Controls.Add(this.m_cboSTATE_INT);
            this.groupBox2.Controls.Add(this.m_txtNurse);
            this.groupBox2.Controls.Add(this.m_txtEat);
            this.groupBox2.Controls.Add(this.m_inAreaDate);
            this.groupBox2.Controls.Add(this.m_lbInAreaDate);
            this.groupBox2.Controls.Add(this.m_txtDIAGNOSE);
            this.groupBox2.Controls.Add(this.m_txtINPATIENT_DAT);
            this.groupBox2.Controls.Add(this.m_txtPaytypeid);
            this.groupBox2.Controls.Add(this.m_txtBIRTH_DAT);
            this.groupBox2.Controls.Add(this.m_txtTYPE_INT);
            this.groupBox2.Controls.Add(this.m_txtHOMEPHONE_VCHR);
            this.groupBox2.Controls.Add(this.m_txtSex);
            this.groupBox2.Controls.Add(this.m_txtIDCARD_CHR);
            this.groupBox2.Controls.Add(this.m_txtPatientName);
            this.groupBox2.Controls.Add(this.m_txtInsuranceID);
            this.groupBox2.Controls.Add(this.m_txtPATIENTCARDID);
            this.groupBox2.Controls.Add(this.m_txtINPatient);
            this.groupBox2.Controls.Add(this.m_lsvICD);
            this.groupBox2.Controls.Add(this.m_txtMaindoctor);
            this.groupBox2.Controls.Add(this.m_txtICD);
            this.groupBox2.Controls.Add(this.label52);
            this.groupBox2.Controls.Add(this.label56);
            this.groupBox2.Controls.Add(this.label54);
            this.groupBox2.Controls.Add(this.label57);
            this.groupBox2.Controls.Add(this.label15);
            this.groupBox2.Controls.Add(this.label40);
            this.groupBox2.Controls.Add(this.label35);
            this.groupBox2.Controls.Add(this.label41);
            this.groupBox2.Controls.Add(this.label37);
            this.groupBox2.Controls.Add(this.label38);
            this.groupBox2.Controls.Add(this.label34);
            this.groupBox2.Controls.Add(this.label39);
            this.groupBox2.Controls.Add(this.label21);
            this.groupBox2.Controls.Add(this.label17);
            this.groupBox2.Controls.Add(this.label10);
            this.groupBox2.Controls.Add(this.label11);
            this.groupBox2.Controls.Add(this.label12);
            this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.groupBox2.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox2.Location = new System.Drawing.Point(0, 0);
            this.groupBox2.Name     = "groupBox2";
            this.groupBox2.Size     = new System.Drawing.Size(746, 418);
            this.groupBox2.TabIndex = 0;
            this.groupBox2.TabStop  = false;
            //
            // label2
            //
            this.label2.AutoSize  = true;
            this.label2.Location  = new System.Drawing.Point(461, 169);
            this.label2.Name      = "label2";
            this.label2.Size      = new System.Drawing.Size(63, 14);
            this.label2.TabIndex  = 298;
            this.label2.Text      = "饮  食";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // label1
            //
            this.label1.AutoSize  = true;
            this.label1.Location  = new System.Drawing.Point(244, 168);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(63, 14);
            this.label1.TabIndex  = 297;
            this.label1.Text      = "护  理";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // m_cboSTATE_INT
            //
            this.m_cboSTATE_INT.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.m_cboSTATE_INT.Items.AddRange(new object[] {
                "",
                "1-危",
                "2-急",
                "3-普通"
            });
            this.m_cboSTATE_INT.Location = new System.Drawing.Point(79, 131);
            this.m_cboSTATE_INT.Name     = "m_cboSTATE_INT";
            this.m_cboSTATE_INT.Size     = new System.Drawing.Size(147, 22);
            this.m_cboSTATE_INT.TabIndex = 0;
            //
            // m_txtNurse
            //
            this.m_txtNurse.findDataMode    = ControlLibrary.txtListView.findMode.fromListView;
            this.m_txtNurse.Location        = new System.Drawing.Point(310, 165);
            this.m_txtNurse.m_blnFocuseShow = true;
            this.m_txtNurse.m_blnPagination = false;
            this.m_txtNurse.m_dtbDataSourse = null;
            this.m_txtNurse.m_intDelayTime  = 100;
            this.m_txtNurse.m_intPageRows   = 10;
            this.m_txtNurse.m_ListViewAlign = ControlLibrary.txtListView.ListViewAlign.LeftBottom;
            this.m_txtNurse.m_listViewSize  = new System.Drawing.Point(200, 100);
            this.m_txtNurse.m_strFieldsArr  = new string[] {
                "USERCODE_CHR",
                "NAME_CHR",
                "PYCODE_CHR"
            };
            this.m_txtNurse.m_strSaveField = "ORDERDICID_CHR";
            this.m_txtNurse.m_strShowField = "NAME_CHR";
            this.m_txtNurse.m_strSQL       = null;
            this.m_txtNurse.Name           = "m_txtNurse";
            this.m_txtNurse.Size           = new System.Drawing.Size(146, 23);
            this.m_txtNurse.TabIndex       = 2;
            //
            // m_txtEat
            //
            this.m_txtEat.findDataMode    = ControlLibrary.txtListView.findMode.fromListView;
            this.m_txtEat.Location        = new System.Drawing.Point(526, 165);
            this.m_txtEat.m_blnFocuseShow = true;
            this.m_txtEat.m_blnPagination = false;
            this.m_txtEat.m_dtbDataSourse = null;
            this.m_txtEat.m_intDelayTime  = 100;
            this.m_txtEat.m_intPageRows   = 10;
            this.m_txtEat.m_ListViewAlign = ControlLibrary.txtListView.ListViewAlign.LeftBottom;
            this.m_txtEat.m_listViewSize  = new System.Drawing.Point(200, 100);
            this.m_txtEat.m_strFieldsArr  = new string[] {
                "USERCODE_CHR",
                "NAME_CHR",
                "PYCODE_CHR"
            };
            this.m_txtEat.m_strSaveField = "ORDERDICID_CHR";
            this.m_txtEat.m_strShowField = "NAME_CHR";
            this.m_txtEat.m_strSQL       = null;
            this.m_txtEat.Name           = "m_txtEat";
            this.m_txtEat.Size           = new System.Drawing.Size(146, 23);
            this.m_txtEat.TabIndex       = 3;
            //
            // m_inAreaDate
            //
            this.m_inAreaDate.Location = new System.Drawing.Point(80, 203);
            this.m_inAreaDate.Mask     = "yyyy年MM月dd日HH时mm分";
            this.m_inAreaDate.Name     = "m_inAreaDate";
            this.m_inAreaDate.Size     = new System.Drawing.Size(172, 23);
            this.m_inAreaDate.TabIndex = 4;

            //
            // m_lbInAreaDate
            //
            this.m_lbInAreaDate.AutoSize  = true;
            this.m_lbInAreaDate.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.m_lbInAreaDate.Location  = new System.Drawing.Point(16, 208);
            this.m_lbInAreaDate.Name      = "m_lbInAreaDate";
            this.m_lbInAreaDate.Size      = new System.Drawing.Size(63, 14);
            this.m_lbInAreaDate.TabIndex  = 296;
            this.m_lbInAreaDate.Text      = "入区时间";
            this.m_lbInAreaDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // m_txtDIAGNOSE
            //
            this.m_txtDIAGNOSE.findDataMode    = ControlLibrary.txtListView.findMode.fromListView;
            this.m_txtDIAGNOSE.Location        = new System.Drawing.Point(80, 244);
            this.m_txtDIAGNOSE.m_blnFocuseShow = true;
            this.m_txtDIAGNOSE.m_blnPagination = false;
            this.m_txtDIAGNOSE.m_dtbDataSourse = null;
            this.m_txtDIAGNOSE.m_intDelayTime  = 100;
            this.m_txtDIAGNOSE.m_intPageRows   = 10;
            this.m_txtDIAGNOSE.m_ListViewAlign = ControlLibrary.txtListView.ListViewAlign.LeftBottom;
            this.m_txtDIAGNOSE.m_listViewSize  = new System.Drawing.Point(210, 100);
            this.m_txtDIAGNOSE.m_strFieldsArr  = new string[] {
                "empno_chr",
                "pycode_chr",
                "doctorname"
            };
            this.m_txtDIAGNOSE.m_strSaveField = "dmcode";
            this.m_txtDIAGNOSE.m_strShowField = "zhsm";
            this.m_txtDIAGNOSE.m_strSQL       = null;
            this.m_txtDIAGNOSE.Name           = "m_txtDIAGNOSE";
            this.m_txtDIAGNOSE.Size           = new System.Drawing.Size(592, 23);
            this.m_txtDIAGNOSE.TabIndex       = 5;
            //
            // m_txtINPATIENT_DAT
            //
            this.m_txtINPATIENT_DAT.BackColor   = System.Drawing.SystemColors.Control;
            this.m_txtINPATIENT_DAT.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.m_txtINPATIENT_DAT.Location    = new System.Drawing.Point(526, 130);
            this.m_txtINPATIENT_DAT.Name        = "m_txtINPATIENT_DAT";
            this.m_txtINPATIENT_DAT.Size        = new System.Drawing.Size(146, 23);
            this.m_txtINPATIENT_DAT.TabIndex    = 293;
            //
            // m_txtPaytypeid
            //
            this.m_txtPaytypeid.BackColor   = System.Drawing.SystemColors.Control;
            this.m_txtPaytypeid.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.m_txtPaytypeid.Location    = new System.Drawing.Point(526, 95);
            this.m_txtPaytypeid.Name        = "m_txtPaytypeid";
            this.m_txtPaytypeid.Size        = new System.Drawing.Size(146, 23);
            this.m_txtPaytypeid.TabIndex    = 292;
            //
            // m_txtBIRTH_DAT
            //
            this.m_txtBIRTH_DAT.BackColor   = System.Drawing.SystemColors.Control;
            this.m_txtBIRTH_DAT.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.m_txtBIRTH_DAT.Location    = new System.Drawing.Point(526, 60);
            this.m_txtBIRTH_DAT.Name        = "m_txtBIRTH_DAT";
            this.m_txtBIRTH_DAT.Size        = new System.Drawing.Size(146, 23);
            this.m_txtBIRTH_DAT.TabIndex    = 291;
            //
            // m_txtTYPE_INT
            //
            this.m_txtTYPE_INT.BackColor   = System.Drawing.SystemColors.Control;
            this.m_txtTYPE_INT.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.m_txtTYPE_INT.Location    = new System.Drawing.Point(310, 130);
            this.m_txtTYPE_INT.Name        = "m_txtTYPE_INT";
            this.m_txtTYPE_INT.Size        = new System.Drawing.Size(146, 23);
            this.m_txtTYPE_INT.TabIndex    = 289;
            //
            // m_txtHOMEPHONE_VCHR
            //
            this.m_txtHOMEPHONE_VCHR.BackColor   = System.Drawing.SystemColors.Control;
            this.m_txtHOMEPHONE_VCHR.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.m_txtHOMEPHONE_VCHR.Location    = new System.Drawing.Point(310, 95);
            this.m_txtHOMEPHONE_VCHR.Name        = "m_txtHOMEPHONE_VCHR";
            this.m_txtHOMEPHONE_VCHR.Size        = new System.Drawing.Size(146, 23);
            this.m_txtHOMEPHONE_VCHR.TabIndex    = 288;
            //
            // m_txtSex
            //
            this.m_txtSex.BackColor   = System.Drawing.SystemColors.Control;
            this.m_txtSex.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.m_txtSex.Location    = new System.Drawing.Point(310, 60);
            this.m_txtSex.Name        = "m_txtSex";
            this.m_txtSex.Size        = new System.Drawing.Size(146, 23);
            this.m_txtSex.TabIndex    = 287;
            //
            // m_txtIDCARD_CHR
            //
            this.m_txtIDCARD_CHR.BackColor   = System.Drawing.SystemColors.Control;
            this.m_txtIDCARD_CHR.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.m_txtIDCARD_CHR.Location    = new System.Drawing.Point(80, 95);
            this.m_txtIDCARD_CHR.Name        = "m_txtIDCARD_CHR";
            this.m_txtIDCARD_CHR.Size        = new System.Drawing.Size(146, 23);
            this.m_txtIDCARD_CHR.TabIndex    = 285;
            //
            // m_txtPatientName
            //
            this.m_txtPatientName.BackColor   = System.Drawing.SystemColors.Control;
            this.m_txtPatientName.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.m_txtPatientName.Location    = new System.Drawing.Point(80, 60);
            this.m_txtPatientName.Name        = "m_txtPatientName";
            this.m_txtPatientName.Size        = new System.Drawing.Size(146, 23);
            this.m_txtPatientName.TabIndex    = 284;
            //
            // m_txtInsuranceID
            //
            this.m_txtInsuranceID.BackColor   = System.Drawing.SystemColors.Control;
            this.m_txtInsuranceID.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.m_txtInsuranceID.Location    = new System.Drawing.Point(526, 25);
            this.m_txtInsuranceID.Name        = "m_txtInsuranceID";
            this.m_txtInsuranceID.Size        = new System.Drawing.Size(146, 23);
            this.m_txtInsuranceID.TabIndex    = 283;
            //
            // m_txtPATIENTCARDID
            //
            this.m_txtPATIENTCARDID.BackColor   = System.Drawing.SystemColors.Control;
            this.m_txtPATIENTCARDID.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.m_txtPATIENTCARDID.Location    = new System.Drawing.Point(310, 25);
            this.m_txtPATIENTCARDID.Name        = "m_txtPATIENTCARDID";
            this.m_txtPATIENTCARDID.Size        = new System.Drawing.Size(146, 23);
            this.m_txtPATIENTCARDID.TabIndex    = 282;
            //
            // m_txtINPatient
            //
            this.m_txtINPatient.BackColor   = System.Drawing.SystemColors.Control;
            this.m_txtINPatient.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.m_txtINPatient.Location    = new System.Drawing.Point(80, 25);
            this.m_txtINPatient.Name        = "m_txtINPatient";
            this.m_txtINPatient.Size        = new System.Drawing.Size(146, 23);
            this.m_txtINPatient.TabIndex    = 1;
            //
            // m_lsvICD
            //
            this.m_lsvICD.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                this.columnHeader1,
                this.columnHeader2
            });
            this.m_lsvICD.FullRowSelect = true;
            this.m_lsvICD.GridLines     = true;
            this.m_lsvICD.HideSelection = false;
            this.m_lsvICD.Location      = new System.Drawing.Point(79, 311);
            this.m_lsvICD.MultiSelect   = false;
            this.m_lsvICD.Name          = "m_lsvICD";
            this.m_lsvICD.Size          = new System.Drawing.Size(592, 103);
            this.m_lsvICD.TabIndex      = 17;
            this.m_lsvICD.UseCompatibleStateImageBehavior = false;
            this.m_lsvICD.View         = System.Windows.Forms.View.Details;
            this.m_lsvICD.Visible      = false;
            this.m_lsvICD.DoubleClick += new System.EventHandler(this.m_lsvICD_DoubleClick);
            this.m_lsvICD.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.m_lsvICD_KeyDown);
            this.m_lsvICD.Leave       += new System.EventHandler(this.m_lsvICD_Leave);
            //
            // columnHeader1
            //
            this.columnHeader1.Text  = "    编号  ";
            this.columnHeader1.Width = 108;
            //
            // columnHeader2
            //
            this.columnHeader2.Text  = "                 诊断名称(ICD10)  ";
            this.columnHeader2.Width = 345;
            //
            // m_txtMaindoctor
            //
            this.m_txtMaindoctor.findDataMode    = ControlLibrary.txtListView.findMode.fromListView;
            this.m_txtMaindoctor.Location        = new System.Drawing.Point(80, 165);
            this.m_txtMaindoctor.m_blnFocuseShow = true;
            this.m_txtMaindoctor.m_blnPagination = false;
            this.m_txtMaindoctor.m_dtbDataSourse = null;
            this.m_txtMaindoctor.m_intDelayTime  = 100;
            this.m_txtMaindoctor.m_intPageRows   = 10;
            this.m_txtMaindoctor.m_ListViewAlign = ControlLibrary.txtListView.ListViewAlign.LeftBottom;
            this.m_txtMaindoctor.m_listViewSize  = new System.Drawing.Point(210, 100);
            this.m_txtMaindoctor.m_strFieldsArr  = new string[] {
                "empno_chr",
                "pycode_chr",
                "doctorname"
            };
            this.m_txtMaindoctor.m_strSaveField = "empid_chr";
            this.m_txtMaindoctor.m_strShowField = "doctorname";
            this.m_txtMaindoctor.m_strSQL       = null;
            this.m_txtMaindoctor.Name           = "m_txtMaindoctor";
            this.m_txtMaindoctor.Size           = new System.Drawing.Size(146, 23);
            this.m_txtMaindoctor.TabIndex       = 1;
            //
            // m_txtICD
            //
            this.m_txtICD.Location     = new System.Drawing.Point(80, 287);
            this.m_txtICD.MaxLength    = 25;
            this.m_txtICD.Name         = "m_txtICD";
            this.m_txtICD.Size         = new System.Drawing.Size(591, 23);
            this.m_txtICD.TabIndex     = 6;
            this.m_txtICD.DoubleClick += new System.EventHandler(this.m_txtICD_DoubleClick);
            this.m_txtICD.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.m_txtICD_KeyDown);
            //
            // label52
            //
            this.label52.AutoSize  = true;
            this.label52.Location  = new System.Drawing.Point(14, 169);
            this.label52.Name      = "label52";
            this.label52.Size      = new System.Drawing.Size(63, 14);
            this.label52.TabIndex  = 281;
            this.label52.Text      = "主治医生";
            this.label52.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // label56
            //
            this.label56.AutoSize    = true;
            this.label56.Font        = new System.Drawing.Font("宋体", 9F);
            this.label56.Location    = new System.Drawing.Point(24, 308);
            this.label56.Name        = "label56";
            this.label56.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.label56.Size        = new System.Drawing.Size(47, 12);
            this.label56.TabIndex    = 155;
            this.label56.Text        = "(ICD10)";
            //
            // label54
            //
            this.label54.AutoSize    = true;
            this.label54.Location    = new System.Drawing.Point(14, 291);
            this.label54.Name        = "label54";
            this.label54.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.label54.Size        = new System.Drawing.Size(63, 14);
            this.label54.TabIndex    = 156;
            this.label54.Text        = "入院诊断";
            this.label54.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
            //
            // label57
            //
            this.label57.AutoSize    = true;
            this.label57.Font        = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label57.Location    = new System.Drawing.Point(26, 262);
            this.label57.Name        = "label57";
            this.label57.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.label57.Size        = new System.Drawing.Size(41, 12);
            this.label57.TabIndex    = 157;
            this.label57.Text        = "(医保)";
            //
            // label15
            //
            this.label15.AutoSize    = true;
            this.label15.Location    = new System.Drawing.Point(14, 243);
            this.label15.Name        = "label15";
            this.label15.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.label15.Size        = new System.Drawing.Size(63, 14);
            this.label15.TabIndex    = 154;
            this.label15.Text        = "入院诊断";
            this.label15.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
            //
            // label40
            //
            this.label40.AutoSize  = true;
            this.label40.Location  = new System.Drawing.Point(461, 98);
            this.label40.Name      = "label40";
            this.label40.Size      = new System.Drawing.Size(63, 14);
            this.label40.TabIndex  = 147;
            this.label40.Text      = "费用类别";
            this.label40.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // label35
            //
            this.label35.AutoSize  = true;
            this.label35.Location  = new System.Drawing.Point(244, 98);
            this.label35.Name      = "label35";
            this.label35.Size      = new System.Drawing.Size(63, 14);
            this.label35.TabIndex  = 146;
            this.label35.Text      = "联系电话";
            this.label35.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // label41
            //
            this.label41.AutoSize  = true;
            this.label41.Location  = new System.Drawing.Point(461, 64);
            this.label41.Name      = "label41";
            this.label41.Size      = new System.Drawing.Size(63, 14);
            this.label41.TabIndex  = 144;
            this.label41.Text      = "出生年月";
            this.label41.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // label37
            //
            this.label37.AutoSize  = true;
            this.label37.Location  = new System.Drawing.Point(244, 64);
            this.label37.Name      = "label37";
            this.label37.Size      = new System.Drawing.Size(63, 14);
            this.label37.TabIndex  = 143;
            this.label37.Text      = "性  别";
            this.label37.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // label38
            //
            this.label38.AutoSize  = true;
            this.label38.Location  = new System.Drawing.Point(17, 64);
            this.label38.Name      = "label38";
            this.label38.Size      = new System.Drawing.Size(63, 14);
            this.label38.TabIndex  = 141;
            this.label38.Text      = "病人姓名";
            this.label38.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // label34
            //
            this.label34.AutoSize  = true;
            this.label34.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label34.ForeColor = System.Drawing.SystemColors.ControlText;
            this.label34.Location  = new System.Drawing.Point(461, 29);
            this.label34.Name      = "label34";
            this.label34.Size      = new System.Drawing.Size(63, 14);
            this.label34.TabIndex  = 139;
            this.label34.Text      = "医保编号";
            this.label34.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // label39
            //
            this.label39.AutoSize  = true;
            this.label39.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label39.ForeColor = System.Drawing.SystemColors.ControlText;
            this.label39.Location  = new System.Drawing.Point(244, 29);
            this.label39.Name      = "label39";
            this.label39.Size      = new System.Drawing.Size(63, 14);
            this.label39.TabIndex  = 136;
            this.label39.Text      = "诊疗卡号";
            this.label39.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // label21
            //
            this.label21.AutoSize  = true;
            this.label21.Location  = new System.Drawing.Point(461, 136);
            this.label21.Name      = "label21";
            this.label21.Size      = new System.Drawing.Size(63, 14);
            this.label21.TabIndex  = 126;
            this.label21.Text      = "入院日期";
            this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // label17
            //
            this.label17.AutoSize  = true;
            this.label17.Location  = new System.Drawing.Point(14, 136);
            this.label17.Name      = "label17";
            this.label17.Size      = new System.Drawing.Size(63, 14);
            this.label17.TabIndex  = 122;
            this.label17.Text      = "病  情";
            this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // label10
            //
            this.label10.AutoSize  = true;
            this.label10.Location  = new System.Drawing.Point(244, 136);
            this.label10.Name      = "label10";
            this.label10.Size      = new System.Drawing.Size(63, 14);
            this.label10.TabIndex  = 111;
            this.label10.Text      = "入院方式";
            this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // label11
            //
            this.label11.AutoSize  = true;
            this.label11.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label11.ForeColor = System.Drawing.SystemColors.ControlText;
            this.label11.Location  = new System.Drawing.Point(17, 29);
            this.label11.Name      = "label11";
            this.label11.Size      = new System.Drawing.Size(63, 14);
            this.label11.TabIndex  = 136;
            this.label11.Text      = "住 院 号";
            this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // label12
            //
            this.label12.AutoSize  = true;
            this.label12.Location  = new System.Drawing.Point(14, 98);
            this.label12.Name      = "label12";
            this.label12.Size      = new System.Drawing.Size(63, 14);
            this.label12.TabIndex  = 146;
            this.label12.Text      = "身份证号";
            this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // m_cmdSave
            //
            this.m_cmdSave.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
            this.m_cmdSave.DefaultScheme = true;
            this.m_cmdSave.DialogResult  = System.Windows.Forms.DialogResult.None;
            this.m_cmdSave.Font          = new System.Drawing.Font("宋体", 10F);
            this.m_cmdSave.Hint          = "";
            this.m_cmdSave.Location      = new System.Drawing.Point(520, 463);
            this.m_cmdSave.Name          = "m_cmdSave";
            this.m_cmdSave.RightToLeft   = System.Windows.Forms.RightToLeft.No;
            this.m_cmdSave.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
            this.m_cmdSave.Size          = new System.Drawing.Size(80, 28);
            this.m_cmdSave.TabIndex      = 18;
            this.m_cmdSave.Text          = "保存(F2)";
            this.m_cmdSave.Click        += new System.EventHandler(this.m_cmdSave_Click);
            //
            // cmd_colse
            //
            this.cmd_colse.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
            this.cmd_colse.DefaultScheme = true;
            this.cmd_colse.DialogResult  = System.Windows.Forms.DialogResult.None;
            this.cmd_colse.Font          = new System.Drawing.Font("宋体", 10F);
            this.cmd_colse.Hint          = "";
            this.cmd_colse.Location      = new System.Drawing.Point(621, 464);
            this.cmd_colse.Name          = "cmd_colse";
            this.cmd_colse.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
            this.cmd_colse.Size          = new System.Drawing.Size(80, 28);
            this.cmd_colse.TabIndex      = 19;
            this.cmd_colse.Text          = "关闭(Esc)";
            this.cmd_colse.Click        += new System.EventHandler(this.cmd_colse_Click);
            //
            // frmEditBed
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
            this.ClientSize        = new System.Drawing.Size(764, 499);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.m_cmdSave);
            this.Controls.Add(this.cmd_colse);
            this.Font            = new System.Drawing.Font("宋体", 10.5F);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Location        = new System.Drawing.Point(200, 187);
            this.MaximizeBox     = false;
            this.Name            = "frmEditBed";
            this.ShowIcon        = false;
            this.ShowInTaskbar   = false;
            this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text            = "病人详细信息";
            this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.frmEditBed_KeyDown);
            this.Load           += new System.EventHandler(this.frmEditBed_Load);
            this.tabControl1.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);
        }
Esempio n. 3
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.label1             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.label5             = new System.Windows.Forms.Label();
     this.m_txtDES           = new System.Windows.Forms.TextBox();
     this.m_lblPatientName   = new System.Windows.Forms.Label();
     this.m_lblDEPTID_CHR    = new System.Windows.Forms.Label();
     this.m_lblAREAID_CHR    = new System.Windows.Forms.Label();
     this.m_lblBEDID_CHR     = new System.Windows.Forms.Label();
     this.m_cbmTYPE          = new System.Windows.Forms.ComboBox();
     this.cmdLeave           = new PinkieControls.ButtonXP();
     this.cmdCancel          = new PinkieControls.ButtonXP();
     this.label7             = new System.Windows.Forms.Label();
     this.m_cbmPSTATUS_INT   = new System.Windows.Forms.ComboBox();
     this.label8             = new System.Windows.Forms.Label();
     this.m_lblINPATIENT_DAT = new System.Windows.Forms.Label();
     this.m_lblBIHDays       = new System.Windows.Forms.Label();
     this.label11            = new System.Windows.Forms.Label();
     this.label6             = new System.Windows.Forms.Label();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.m_ckbDiseasType    = new System.Windows.Forms.CheckBox();
     this.m_dtpOutDate       = new NullableDateControls.MaskDateEdit();
     this.m_tbInsDiagnose    = new System.Windows.Forms.TextBox();
     this.m_tbDiagnose       = new System.Windows.Forms.TextBox();
     this.label12            = new System.Windows.Forms.Label();
     this.label9             = new System.Windows.Forms.Label();
     this.m_lbDiagnoses      = new System.Windows.Forms.LinkLabel();
     this.m_ckbPrint         = new System.Windows.Forms.CheckBox();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(57, 24);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(70, 14);
     this.label1.TabIndex = 0;
     this.label1.Text     = "姓  名:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(16, 428);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(70, 14);
     this.label2.TabIndex = 2;
     this.label2.Text     = "出院科室:";
     this.label2.Visible  = false;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location = new System.Drawing.Point(326, 146);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(70, 14);
     this.label3.TabIndex = 4;
     this.label3.Text     = "出院病床:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label4.Location = new System.Drawing.Point(57, 144);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(70, 14);
     this.label4.TabIndex = 6;
     this.label4.Text     = "出院病区:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label5.Location = new System.Drawing.Point(326, 105);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(70, 14);
     this.label5.TabIndex = 8;
     this.label5.Text     = "出院类型:";
     //
     // m_txtDES
     //
     this.m_txtDES.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtDES.Location  = new System.Drawing.Point(129, 330);
     this.m_txtDES.Multiline = true;
     this.m_txtDES.Name      = "m_txtDES";
     this.m_txtDES.Size      = new System.Drawing.Size(441, 104);
     this.m_txtDES.TabIndex  = 5;
     //
     // m_lblPatientName
     //
     this.m_lblPatientName.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.m_lblPatientName.Font        = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_lblPatientName.Location    = new System.Drawing.Point(129, 24);
     this.m_lblPatientName.Name        = "m_lblPatientName";
     this.m_lblPatientName.Size        = new System.Drawing.Size(172, 21);
     this.m_lblPatientName.TabIndex    = 0;
     this.m_lblPatientName.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // m_lblDEPTID_CHR
     //
     this.m_lblDEPTID_CHR.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.m_lblDEPTID_CHR.Font        = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_lblDEPTID_CHR.Location    = new System.Drawing.Point(88, 426);
     this.m_lblDEPTID_CHR.Name        = "m_lblDEPTID_CHR";
     this.m_lblDEPTID_CHR.Size        = new System.Drawing.Size(130, 21);
     this.m_lblDEPTID_CHR.TabIndex    = 6;
     this.m_lblDEPTID_CHR.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_lblDEPTID_CHR.Visible     = false;
     //
     // m_lblAREAID_CHR
     //
     this.m_lblAREAID_CHR.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.m_lblAREAID_CHR.Font        = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_lblAREAID_CHR.Location    = new System.Drawing.Point(129, 145);
     this.m_lblAREAID_CHR.Name        = "m_lblAREAID_CHR";
     this.m_lblAREAID_CHR.Size        = new System.Drawing.Size(172, 21);
     this.m_lblAREAID_CHR.TabIndex    = 7;
     this.m_lblAREAID_CHR.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // m_lblBEDID_CHR
     //
     this.m_lblBEDID_CHR.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.m_lblBEDID_CHR.Font        = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_lblBEDID_CHR.Location    = new System.Drawing.Point(398, 145);
     this.m_lblBEDID_CHR.Name        = "m_lblBEDID_CHR";
     this.m_lblBEDID_CHR.Size        = new System.Drawing.Size(172, 21);
     this.m_lblBEDID_CHR.TabIndex    = 2;
     this.m_lblBEDID_CHR.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // m_cbmTYPE
     //
     this.m_cbmTYPE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbmTYPE.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_cbmTYPE.Items.AddRange(new object[] {
         "",
         "治愈出院",
         "转院",
         "其它",
         "死亡",
         "病情好转",
         "24小时死亡"
     });
     this.m_cbmTYPE.Location = new System.Drawing.Point(398, 105);
     this.m_cbmTYPE.Name     = "m_cbmTYPE";
     this.m_cbmTYPE.Size     = new System.Drawing.Size(172, 22);
     this.m_cbmTYPE.TabIndex = 2;
     //
     // cmdLeave
     //
     this.cmdLeave.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.cmdLeave.DefaultScheme = true;
     this.cmdLeave.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdLeave.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cmdLeave.Hint          = "";
     this.cmdLeave.Location      = new System.Drawing.Point(360, 466);
     this.cmdLeave.Name          = "cmdLeave";
     this.cmdLeave.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdLeave.Size          = new System.Drawing.Size(96, 32);
     this.cmdLeave.TabIndex      = 7;
     this.cmdLeave.Text          = "出院(F2)";
     this.cmdLeave.Click        += new System.EventHandler(this.cmdLeave_Click);
     //
     // cmdCancel
     //
     this.cmdCancel.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.cmdCancel.DefaultScheme = true;
     this.cmdCancel.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdCancel.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cmdCancel.Hint          = "";
     this.cmdCancel.Location      = new System.Drawing.Point(482, 466);
     this.cmdCancel.Name          = "cmdCancel";
     this.cmdCancel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdCancel.Size          = new System.Drawing.Size(96, 32);
     this.cmdCancel.TabIndex      = 8;
     this.cmdCancel.Text          = "关闭(Esc)";
     this.cmdCancel.Click        += new System.EventHandler(this.cmdCancel_Click);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label7.Location = new System.Drawing.Point(57, 104);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(70, 14);
     this.label7.TabIndex = 8;
     this.label7.Text     = "出院方式:";
     //
     // m_cbmPSTATUS_INT
     //
     this.m_cbmPSTATUS_INT.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbmPSTATUS_INT.Enabled       = false;
     this.m_cbmPSTATUS_INT.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_cbmPSTATUS_INT.Items.AddRange(new object[] {
         "",
         "预出院",
         "实际出院"
     });
     this.m_cbmPSTATUS_INT.Location              = new System.Drawing.Point(129, 101);
     this.m_cbmPSTATUS_INT.Name                  = "m_cbmPSTATUS_INT";
     this.m_cbmPSTATUS_INT.Size                  = new System.Drawing.Size(172, 22);
     this.m_cbmPSTATUS_INT.TabIndex              = 1;
     this.m_cbmPSTATUS_INT.SelectedIndexChanged += new System.EventHandler(this.m_cbmPSTATUS_INT_SelectedIndexChanged);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label8.Location = new System.Drawing.Point(57, 64);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(70, 14);
     this.label8.TabIndex = 6;
     this.label8.Text     = "入院日期:";
     //
     // m_lblINPATIENT_DAT
     //
     this.m_lblINPATIENT_DAT.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.m_lblINPATIENT_DAT.Font        = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_lblINPATIENT_DAT.Location    = new System.Drawing.Point(129, 64);
     this.m_lblINPATIENT_DAT.Name        = "m_lblINPATIENT_DAT";
     this.m_lblINPATIENT_DAT.Size        = new System.Drawing.Size(172, 21);
     this.m_lblINPATIENT_DAT.TabIndex    = 3;
     this.m_lblINPATIENT_DAT.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // m_lblBIHDays
     //
     this.m_lblBIHDays.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.m_lblBIHDays.Font        = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_lblBIHDays.Location    = new System.Drawing.Point(398, 25);
     this.m_lblBIHDays.Name        = "m_lblBIHDays";
     this.m_lblBIHDays.Size        = new System.Drawing.Size(172, 21);
     this.m_lblBIHDays.TabIndex    = 1;
     this.m_lblBIHDays.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label11.Location = new System.Drawing.Point(326, 25);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(70, 14);
     this.label11.TabIndex = 6;
     this.label11.Text     = "住院天数:";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label6.Location = new System.Drawing.Point(53, 333);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(70, 14);
     this.label6.TabIndex = 15;
     this.label6.Text     = "备  注:";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.m_ckbDiseasType);
     this.groupBox1.Controls.Add(this.m_dtpOutDate);
     this.groupBox1.Controls.Add(this.m_tbInsDiagnose);
     this.groupBox1.Controls.Add(this.m_tbDiagnose);
     this.groupBox1.Controls.Add(this.label12);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.m_lblAREAID_CHR);
     this.groupBox1.Controls.Add(this.m_cbmTYPE);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.m_lblINPATIENT_DAT);
     this.groupBox1.Controls.Add(this.m_lblBIHDays);
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.m_lblPatientName);
     this.groupBox1.Controls.Add(this.m_lblDEPTID_CHR);
     this.groupBox1.Controls.Add(this.m_lblBEDID_CHR);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.m_cbmPSTATUS_INT);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.m_txtDES);
     this.groupBox1.Controls.Add(this.m_lbDiagnoses);
     this.groupBox1.Font     = new System.Drawing.Font("宋体", 10.5F);
     this.groupBox1.Location = new System.Drawing.Point(8, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(597, 455);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     //
     // m_ckbDiseasType
     //
     this.m_ckbDiseasType.AutoSize = true;
     this.m_ckbDiseasType.Location = new System.Drawing.Point(129, 300);
     this.m_ckbDiseasType.Name     = "m_ckbDiseasType";
     this.m_ckbDiseasType.Size     = new System.Drawing.Size(82, 18);
     this.m_ckbDiseasType.TabIndex = 4;
     this.m_ckbDiseasType.Text     = "特殊病种";
     this.m_ckbDiseasType.UseVisualStyleBackColor = true;
     //
     // m_dtpOutDate
     //
     this.m_dtpOutDate.Location = new System.Drawing.Point(398, 62);
     this.m_dtpOutDate.Mask     = "yyyy年MM月dd日HH时mm分";
     this.m_dtpOutDate.Name     = "m_dtpOutDate";
     this.m_dtpOutDate.Size     = new System.Drawing.Size(172, 23);
     this.m_dtpOutDate.TabIndex = 0;
     //
     // m_tbInsDiagnose
     //
     this.m_tbInsDiagnose.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_tbInsDiagnose.Location  = new System.Drawing.Point(88, 260);
     this.m_tbInsDiagnose.Multiline = true;
     this.m_tbInsDiagnose.Name      = "m_tbInsDiagnose";
     this.m_tbInsDiagnose.Size      = new System.Drawing.Size(15, 52);
     this.m_tbInsDiagnose.TabIndex  = 114;
     this.m_tbInsDiagnose.Visible   = false;
     //
     // m_tbDiagnose
     //
     this.m_tbDiagnose.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_tbDiagnose.Location  = new System.Drawing.Point(127, 195);
     this.m_tbDiagnose.Multiline = true;
     this.m_tbDiagnose.Name      = "m_tbDiagnose";
     this.m_tbDiagnose.ReadOnly  = true;
     this.m_tbDiagnose.Size      = new System.Drawing.Size(443, 96);
     this.m_tbDiagnose.TabIndex  = 3;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label12.Location = new System.Drawing.Point(6, 298);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(98, 14);
     this.label12.TabIndex = 18;
     this.label12.Text     = "医保出院诊断:";
     this.label12.Visible  = false;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label9.Location = new System.Drawing.Point(326, 65);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(70, 14);
     this.label9.TabIndex = 16;
     this.label9.Text     = "出院日期:";
     //
     // m_lbDiagnoses
     //
     this.m_lbDiagnoses.AutoSize = true;
     this.m_lbDiagnoses.Location = new System.Drawing.Point(62, 196);
     this.m_lbDiagnoses.Name     = "m_lbDiagnoses";
     this.m_lbDiagnoses.Size     = new System.Drawing.Size(77, 14);
     this.m_lbDiagnoses.TabIndex = 115;
     this.m_lbDiagnoses.TabStop  = true;
     this.m_lbDiagnoses.Text     = "出院诊断:";
     this.m_lbDiagnoses.Click   += new System.EventHandler(this.m_lbDiagnoses_Click);
     //
     // m_ckbPrint
     //
     this.m_ckbPrint.AutoSize   = true;
     this.m_ckbPrint.Checked    = true;
     this.m_ckbPrint.CheckState = System.Windows.Forms.CheckState.Checked;
     this.m_ckbPrint.Location   = new System.Drawing.Point(12, 466);
     this.m_ckbPrint.Name       = "m_ckbPrint";
     this.m_ckbPrint.Size       = new System.Drawing.Size(123, 20);
     this.m_ckbPrint.TabIndex   = 6;
     this.m_ckbPrint.Text       = "打印出院通知";
     this.m_ckbPrint.UseVisualStyleBackColor = true;
     //
     // frmBIHLeave
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(8, 19);
     this.ClientSize        = new System.Drawing.Size(615, 506);
     this.Controls.Add(this.m_ckbPrint);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.cmdLeave);
     this.Controls.Add(this.cmdCancel);
     this.Font            = new System.Drawing.Font("宋体", 12F);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.Name            = "frmBIHLeave";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "出院";
     this.Load           += new System.EventHandler(this.frmBIHLeave_Load);
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.frmBIHLeave_KeyDown);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 4
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTurnIn));
     this.m_lblDEPTNAME_VCHR = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.m_lblAREAName      = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.m_lsvPatientInfo   = new System.Windows.Forms.ListView();
     this.columnHeader1      = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2      = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3      = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4      = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5      = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6      = new System.Windows.Forms.ColumnHeader();
     this.columnHeader7      = new System.Windows.Forms.ColumnHeader();
     this.columnHeader8      = new System.Windows.Forms.ColumnHeader();
     this.columnHeader9      = new System.Windows.Forms.ColumnHeader();
     this.columnHeader10     = new System.Windows.Forms.ColumnHeader();
     this.imlLarge           = new System.Windows.Forms.ImageList(this.components);
     this.imlSmall           = new System.Windows.Forms.ImageList(this.components);
     this.m_chkView          = new System.Windows.Forms.CheckBox();
     this.label5             = new System.Windows.Forms.Label();
     this.cmdTurnIn          = new PinkieControls.ButtonXP();
     this.cmdCancel          = new PinkieControls.ButtonXP();
     this.label2             = new System.Windows.Forms.Label();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.m_txtNurse         = new ControlLibrary.txtListView(this.components);
     this.label7             = new System.Windows.Forms.Label();
     this.m_txtEat           = new ControlLibrary.txtListView(this.components);
     this.label6             = new System.Windows.Forms.Label();
     this.m_cboSTATE_INT     = new System.Windows.Forms.ComboBox();
     this.label4             = new System.Windows.Forms.Label();
     this.m_inAreaDate       = new NullableDateControls.MaskDateEdit();
     this.m_lbInAreaDate     = new System.Windows.Forms.Label();
     this.m_txtMaindoctor    = new ControlLibrary.txtListView(this.components);
     this.m_cmbBed           = new System.Windows.Forms.ComboBox();
     this.m_chbAll           = new System.Windows.Forms.CheckBox();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // m_lblDEPTNAME_VCHR
     //
     this.m_lblDEPTNAME_VCHR.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.m_lblDEPTNAME_VCHR.Font        = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_lblDEPTNAME_VCHR.Location    = new System.Drawing.Point(85, 24);
     this.m_lblDEPTNAME_VCHR.Name        = "m_lblDEPTNAME_VCHR";
     this.m_lblDEPTNAME_VCHR.Size        = new System.Drawing.Size(158, 21);
     this.m_lblDEPTNAME_VCHR.TabIndex    = 3;
     this.m_lblDEPTNAME_VCHR.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location  = new System.Drawing.Point(19, 24);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(77, 14);
     this.label1.TabIndex  = 15;
     this.label1.Text      = "科室名称:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // m_lblAREAName
     //
     this.m_lblAREAName.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.m_lblAREAName.Font        = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_lblAREAName.Location    = new System.Drawing.Point(334, 24);
     this.m_lblAREAName.Name        = "m_lblAREAName";
     this.m_lblAREAName.Size        = new System.Drawing.Size(172, 21);
     this.m_lblAREAName.TabIndex    = 4;
     this.m_lblAREAName.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location  = new System.Drawing.Point(266, 24);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(77, 14);
     this.label3.TabIndex  = 17;
     this.label3.Text      = "病区名称:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // m_lsvPatientInfo
     //
     this.m_lsvPatientInfo.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader6,
         this.columnHeader7,
         this.columnHeader8,
         this.columnHeader9,
         this.columnHeader10
     });
     this.m_lsvPatientInfo.Font           = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_lsvPatientInfo.FullRowSelect  = true;
     this.m_lsvPatientInfo.GridLines      = true;
     this.m_lsvPatientInfo.HideSelection  = false;
     this.m_lsvPatientInfo.LargeImageList = this.imlLarge;
     this.m_lsvPatientInfo.Location       = new System.Drawing.Point(14, 178);
     this.m_lsvPatientInfo.MultiSelect    = false;
     this.m_lsvPatientInfo.Name           = "m_lsvPatientInfo";
     this.m_lsvPatientInfo.Size           = new System.Drawing.Size(768, 347);
     this.m_lsvPatientInfo.SmallImageList = this.imlSmall;
     this.m_lsvPatientInfo.TabIndex       = 1;
     this.m_lsvPatientInfo.UseCompatibleStateImageBehavior = false;
     this.m_lsvPatientInfo.View = System.Windows.Forms.View.Details;
     this.m_lsvPatientInfo.SelectedIndexChanged += new System.EventHandler(this.m_lsvPatientInfo_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "";
     this.columnHeader1.Width = 32;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "住院号";
     this.columnHeader2.Width = 106;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "病人姓名";
     this.columnHeader3.Width = 88;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "性别";
     this.columnHeader4.Width = 56;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "年龄";
     this.columnHeader5.Width = 52;
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "病情";
     this.columnHeader6.Width = 53;
     //
     // columnHeader7
     //
     this.columnHeader7.Text  = "转入时间";
     this.columnHeader7.Width = 175;
     //
     // columnHeader8
     //
     this.columnHeader8.Text  = "所在病区";
     this.columnHeader8.Width = 105;
     //
     // columnHeader9
     //
     this.columnHeader9.Text  = "";
     this.columnHeader9.Width = 0;
     //
     // columnHeader10
     //
     this.columnHeader10.Text  = "入病区时间";
     this.columnHeader10.Width = 175;
     //
     // imlLarge
     //
     this.imlLarge.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imlLarge.ImageStream")));
     this.imlLarge.TransparentColor = System.Drawing.Color.Transparent;
     this.imlLarge.Images.SetKeyName(0, "床位_空.bmp");
     this.imlLarge.Images.SetKeyName(1, "男二级-急.bmp");
     this.imlLarge.Images.SetKeyName(2, "男二级-危.bmp");
     this.imlLarge.Images.SetKeyName(3, "男二级-一般.bmp");
     this.imlLarge.Images.SetKeyName(4, "男三级-急.bmp");
     this.imlLarge.Images.SetKeyName(5, "男三级-危.bmp");
     this.imlLarge.Images.SetKeyName(6, "男三级-一般.bmp");
     this.imlLarge.Images.SetKeyName(7, "男特级-急.bmp");
     this.imlLarge.Images.SetKeyName(8, "男特级-危.bmp");
     this.imlLarge.Images.SetKeyName(9, "男特级-一般.bmp");
     this.imlLarge.Images.SetKeyName(10, "男无护理-急.bmp");
     this.imlLarge.Images.SetKeyName(11, "男无护理-危.bmp");
     this.imlLarge.Images.SetKeyName(12, "男无护理-一般.bmp");
     this.imlLarge.Images.SetKeyName(13, "男一级-急.bmp");
     this.imlLarge.Images.SetKeyName(14, "男一级-危.bmp");
     this.imlLarge.Images.SetKeyName(15, "男一级-一般.bmp");
     this.imlLarge.Images.SetKeyName(16, "女二级-急.bmp");
     this.imlLarge.Images.SetKeyName(17, "女二级-危.bmp");
     this.imlLarge.Images.SetKeyName(18, "女二级-一般.bmp");
     this.imlLarge.Images.SetKeyName(19, "女三级-急.bmp");
     this.imlLarge.Images.SetKeyName(20, "女三级-危.bmp");
     this.imlLarge.Images.SetKeyName(21, "女三级-一般.bmp");
     this.imlLarge.Images.SetKeyName(22, "女特级-急.bmp");
     this.imlLarge.Images.SetKeyName(23, "女特级-危.bmp");
     this.imlLarge.Images.SetKeyName(24, "女特级-一般.bmp");
     this.imlLarge.Images.SetKeyName(25, "女无护理-急.bmp");
     this.imlLarge.Images.SetKeyName(26, "女无护理-危.bmp");
     this.imlLarge.Images.SetKeyName(27, "女无护理-一般.bmp");
     this.imlLarge.Images.SetKeyName(28, "女一级-急.bmp");
     this.imlLarge.Images.SetKeyName(29, "女一级-危.bmp");
     this.imlLarge.Images.SetKeyName(30, "女一级-一般.bmp");
     //
     // imlSmall
     //
     this.imlSmall.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imlSmall.ImageStream")));
     this.imlSmall.TransparentColor = System.Drawing.Color.Transparent;
     this.imlSmall.Images.SetKeyName(0, "床位_空.bmp");
     this.imlSmall.Images.SetKeyName(1, "男二级-急.bmp");
     this.imlSmall.Images.SetKeyName(2, "男二级-危.bmp");
     this.imlSmall.Images.SetKeyName(3, "男二级-一般.bmp");
     this.imlSmall.Images.SetKeyName(4, "男三级-急.bmp");
     this.imlSmall.Images.SetKeyName(5, "男三级-危.bmp");
     this.imlSmall.Images.SetKeyName(6, "男三级-一般.bmp");
     this.imlSmall.Images.SetKeyName(7, "男特级-急.bmp");
     this.imlSmall.Images.SetKeyName(8, "男特级-危.bmp");
     this.imlSmall.Images.SetKeyName(9, "男特级-一般.bmp");
     this.imlSmall.Images.SetKeyName(10, "男无护理-急.bmp");
     this.imlSmall.Images.SetKeyName(11, "男无护理-危.bmp");
     this.imlSmall.Images.SetKeyName(12, "男无护理-一般.bmp");
     this.imlSmall.Images.SetKeyName(13, "男一级-急.bmp");
     this.imlSmall.Images.SetKeyName(14, "男一级-危.bmp");
     this.imlSmall.Images.SetKeyName(15, "男一级-一般.bmp");
     this.imlSmall.Images.SetKeyName(16, "女二级-急.bmp");
     this.imlSmall.Images.SetKeyName(17, "女二级-危.bmp");
     this.imlSmall.Images.SetKeyName(18, "女二级-一般.bmp");
     this.imlSmall.Images.SetKeyName(19, "女三级-急.bmp");
     this.imlSmall.Images.SetKeyName(20, "女三级-危.bmp");
     this.imlSmall.Images.SetKeyName(21, "女三级-一般.bmp");
     this.imlSmall.Images.SetKeyName(22, "女特级-急.bmp");
     this.imlSmall.Images.SetKeyName(23, "女特级-危.bmp");
     this.imlSmall.Images.SetKeyName(24, "女特级-一般.bmp");
     this.imlSmall.Images.SetKeyName(25, "女无护理-急.bmp");
     this.imlSmall.Images.SetKeyName(26, "女无护理-危.bmp");
     this.imlSmall.Images.SetKeyName(27, "女无护理-一般.bmp");
     this.imlSmall.Images.SetKeyName(28, "女一级-急.bmp");
     this.imlSmall.Images.SetKeyName(29, "女一级-危.bmp");
     this.imlSmall.Images.SetKeyName(30, "女一级-一般.bmp");
     //
     // m_chkView
     //
     this.m_chkView.Checked         = true;
     this.m_chkView.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.m_chkView.Font            = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_chkView.Location        = new System.Drawing.Point(34, 146);
     this.m_chkView.Name            = "m_chkView";
     this.m_chkView.Size            = new System.Drawing.Size(88, 24);
     this.m_chkView.TabIndex        = 6;
     this.m_chkView.Text            = "列表模式";
     this.m_chkView.CheckedChanged += new System.EventHandler(this.m_chkView_CheckedChanged);
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label5.Location  = new System.Drawing.Point(525, 26);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(77, 14);
     this.label5.TabIndex  = 23;
     this.label5.Text      = "床  号:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cmdTurnIn
     //
     this.cmdTurnIn.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.cmdTurnIn.DefaultScheme = true;
     this.cmdTurnIn.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdTurnIn.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cmdTurnIn.Hint          = "";
     this.cmdTurnIn.Location      = new System.Drawing.Point(569, 140);
     this.cmdTurnIn.Name          = "cmdTurnIn";
     this.cmdTurnIn.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdTurnIn.Size          = new System.Drawing.Size(96, 28);
     this.cmdTurnIn.TabIndex      = 3;
     this.cmdTurnIn.Text          = "入区(F2)";
     this.cmdTurnIn.Click        += new System.EventHandler(this.cmdTurnIn_Click);
     //
     // cmdCancel
     //
     this.cmdCancel.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.cmdCancel.DefaultScheme = true;
     this.cmdCancel.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdCancel.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cmdCancel.Hint          = "";
     this.cmdCancel.Location      = new System.Drawing.Point(675, 141);
     this.cmdCancel.Name          = "cmdCancel";
     this.cmdCancel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdCancel.Size          = new System.Drawing.Size(96, 28);
     this.cmdCancel.TabIndex      = 4;
     this.cmdCancel.Text          = "关闭(Esc)";
     this.cmdCancel.Click        += new System.EventHandler(this.cmdCancel_Click);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location  = new System.Drawing.Point(19, 60);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(77, 14);
     this.label2.TabIndex  = 27;
     this.label2.Text      = "主治医师:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.m_txtNurse);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.m_txtEat);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.m_cboSTATE_INT);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.m_inAreaDate);
     this.groupBox1.Controls.Add(this.m_lbInAreaDate);
     this.groupBox1.Controls.Add(this.m_txtMaindoctor);
     this.groupBox1.Controls.Add(this.m_cmbBed);
     this.groupBox1.Controls.Add(this.m_lblAREAName);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.m_lblDEPTNAME_VCHR);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(7, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(768, 135);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     //
     // m_txtNurse
     //
     this.m_txtNurse.findDataMode    = ControlLibrary.txtListView.findMode.fromListView;
     this.m_txtNurse.Location        = new System.Drawing.Point(337, 96);
     this.m_txtNurse.m_blnFocuseShow = true;
     this.m_txtNurse.m_blnPagination = false;
     this.m_txtNurse.m_dtbDataSourse = null;
     this.m_txtNurse.m_intDelayTime  = 100;
     this.m_txtNurse.m_intPageRows   = 10;
     this.m_txtNurse.m_ListViewAlign = ControlLibrary.txtListView.ListViewAlign.LeftBottom;
     this.m_txtNurse.m_listViewSize  = new System.Drawing.Point(250, 100);
     this.m_txtNurse.m_strFieldsArr  = new string[] {
         "USERCODE_CHR",
         "NAME_CHR",
         "PYCODE_CHR"
     };
     this.m_txtNurse.m_strSaveField = "ORDERDICID_CHR";
     this.m_txtNurse.m_strShowField = "NAME_CHR";
     this.m_txtNurse.m_strSQL       = null;
     this.m_txtNurse.Name           = "m_txtNurse";
     this.m_txtNurse.Size           = new System.Drawing.Size(169, 23);
     this.m_txtNurse.TabIndex       = 33;
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label7.Location  = new System.Drawing.Point(266, 99);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(77, 14);
     this.label7.TabIndex  = 34;
     this.label7.Text      = "护    理:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // m_txtEat
     //
     this.m_txtEat.findDataMode    = ControlLibrary.txtListView.findMode.fromListView;
     this.m_txtEat.Location        = new System.Drawing.Point(85, 95);
     this.m_txtEat.m_blnFocuseShow = true;
     this.m_txtEat.m_blnPagination = false;
     this.m_txtEat.m_dtbDataSourse = null;
     this.m_txtEat.m_intDelayTime  = 100;
     this.m_txtEat.m_intPageRows   = 10;
     this.m_txtEat.m_ListViewAlign = ControlLibrary.txtListView.ListViewAlign.LeftBottom;
     this.m_txtEat.m_listViewSize  = new System.Drawing.Point(290, 100);
     this.m_txtEat.m_strFieldsArr  = new string[] {
         "USERCODE_CHR",
         "NAME_CHR",
         "PYCODE_CHR"
     };
     this.m_txtEat.m_strSaveField = "ORDERDICID_CHR";
     this.m_txtEat.m_strShowField = "NAME_CHR";
     this.m_txtEat.m_strSQL       = null;
     this.m_txtEat.Name           = "m_txtEat";
     this.m_txtEat.Size           = new System.Drawing.Size(158, 23);
     this.m_txtEat.TabIndex       = 31;
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label6.Location  = new System.Drawing.Point(19, 98);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(77, 14);
     this.label6.TabIndex  = 32;
     this.label6.Text      = "饮    食:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // m_cboSTATE_INT
     //
     this.m_cboSTATE_INT.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboSTATE_INT.Items.AddRange(new object[] {
         "",
         "1-危",
         "2-急",
         "3-普通"
     });
     this.m_cboSTATE_INT.Location = new System.Drawing.Point(605, 57);
     this.m_cboSTATE_INT.Name     = "m_cboSTATE_INT";
     this.m_cboSTATE_INT.Size     = new System.Drawing.Size(121, 22);
     this.m_cboSTATE_INT.TabIndex = 30;
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label4.Location  = new System.Drawing.Point(525, 63);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(77, 14);
     this.label4.TabIndex  = 29;
     this.label4.Text      = "病  情:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // m_inAreaDate
     //
     this.m_inAreaDate.Location = new System.Drawing.Point(335, 60);
     this.m_inAreaDate.Mask     = "yyyy年MM月dd日HH时mm分";
     this.m_inAreaDate.Name     = "m_inAreaDate";
     this.m_inAreaDate.Size     = new System.Drawing.Size(171, 23);
     this.m_inAreaDate.TabIndex = 2;
     //
     // m_lbInAreaDate
     //
     this.m_lbInAreaDate.AutoSize  = true;
     this.m_lbInAreaDate.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_lbInAreaDate.Location  = new System.Drawing.Point(266, 66);
     this.m_lbInAreaDate.Name      = "m_lbInAreaDate";
     this.m_lbInAreaDate.Size      = new System.Drawing.Size(77, 14);
     this.m_lbInAreaDate.TabIndex  = 28;
     this.m_lbInAreaDate.Text      = "入区时间:";
     this.m_lbInAreaDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // m_txtMaindoctor
     //
     this.m_txtMaindoctor.findDataMode    = ControlLibrary.txtListView.findMode.fromListView;
     this.m_txtMaindoctor.Location        = new System.Drawing.Point(85, 57);
     this.m_txtMaindoctor.m_blnFocuseShow = true;
     this.m_txtMaindoctor.m_blnPagination = false;
     this.m_txtMaindoctor.m_dtbDataSourse = null;
     this.m_txtMaindoctor.m_intDelayTime  = 100;
     this.m_txtMaindoctor.m_intPageRows   = 10;
     this.m_txtMaindoctor.m_ListViewAlign = ControlLibrary.txtListView.ListViewAlign.LeftBottom;
     this.m_txtMaindoctor.m_listViewSize  = new System.Drawing.Point(210, 100);
     this.m_txtMaindoctor.m_strFieldsArr  = new string[] {
         "empno_chr",
         "pycode_chr",
         "doctorname"
     };
     this.m_txtMaindoctor.m_strSaveField = "empid_chr";
     this.m_txtMaindoctor.m_strShowField = "doctorname";
     this.m_txtMaindoctor.m_strSQL       = null;
     this.m_txtMaindoctor.Name           = "m_txtMaindoctor";
     this.m_txtMaindoctor.Size           = new System.Drawing.Size(158, 23);
     this.m_txtMaindoctor.TabIndex       = 1;
     //
     // m_cmbBed
     //
     this.m_cmbBed.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbBed.FormattingEnabled = true;
     this.m_cmbBed.Location          = new System.Drawing.Point(605, 23);
     this.m_cmbBed.Name     = "m_cmbBed";
     this.m_cmbBed.Size     = new System.Drawing.Size(121, 22);
     this.m_cmbBed.TabIndex = 0;
     //
     // m_chbAll
     //
     this.m_chbAll.AutoSize = true;
     this.m_chbAll.Location = new System.Drawing.Point(149, 148);
     this.m_chbAll.Name     = "m_chbAll";
     this.m_chbAll.Size     = new System.Drawing.Size(82, 18);
     this.m_chbAll.TabIndex = 28;
     this.m_chbAll.Text     = "全院病人";
     this.m_chbAll.UseVisualStyleBackColor = true;
     this.m_chbAll.CheckedChanged         += new System.EventHandler(this.m_chbAll_CheckedChanged);
     //
     // frmTurnIn
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(794, 525);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.m_chbAll);
     this.Controls.Add(this.m_lsvPatientInfo);
     this.Controls.Add(this.cmdCancel);
     this.Controls.Add(this.cmdTurnIn);
     this.Controls.Add(this.m_chkView);
     this.Font            = new System.Drawing.Font("宋体", 10.5F);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview      = true;
     this.Location        = new System.Drawing.Point(200, 187);
     this.MaximizeBox     = false;
     this.Name            = "frmTurnIn";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "安排床位";
     this.Closed         += new System.EventHandler(this.frmTurnIn_Closed);
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.frmTurnIn_KeyDown);
     this.Load           += new System.EventHandler(this.frmTurnIn_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }