Example #1
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.btAdd          = new PinkieControls.ButtonXP();
     this.listView1      = new System.Windows.Forms.ListView();
     this.columnHeader1  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2  = new System.Windows.Forms.ColumnHeader();
     this.btOK           = new PinkieControls.ButtonXP();
     this.btDel          = new PinkieControls.ButtonXP();
     this.ctlDepartment1 = new com.digitalwave.Utility.ctlDeptTextBox();
     this.SuspendLayout();
     //
     // btAdd
     //
     this.btAdd.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.btAdd.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btAdd.DefaultScheme = true;
     this.btAdd.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btAdd.Hint          = "";
     this.btAdd.Location      = new System.Drawing.Point(164, 4);
     this.btAdd.Name          = "btAdd";
     this.btAdd.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btAdd.Size          = new System.Drawing.Size(72, 32);
     this.btAdd.TabIndex      = 1;
     this.btAdd.Text          = "添加(&A)";
     this.btAdd.Click        += new System.EventHandler(this.btAdd_Click);
     //
     // listView1
     //
     this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     this.listView1.FullRowSelect = true;
     this.listView1.GridLines     = true;
     this.listView1.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.listView1.Location      = new System.Drawing.Point(8, 36);
     this.listView1.Name          = "listView1";
     this.listView1.Size          = new System.Drawing.Size(148, 256);
     this.listView1.TabIndex      = 4;
     this.listView1.View          = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "部门名称";
     this.columnHeader1.Width = 122;
     //
     // columnHeader2
     //
     this.columnHeader2.Width = 1;
     //
     // btOK
     //
     this.btOK.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.btOK.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btOK.DefaultScheme = true;
     this.btOK.DialogResult  = System.Windows.Forms.DialogResult.OK;
     this.btOK.Hint          = "";
     this.btOK.Location      = new System.Drawing.Point(168, 260);
     this.btOK.Name          = "btOK";
     this.btOK.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btOK.Size          = new System.Drawing.Size(72, 32);
     this.btOK.TabIndex      = 3;
     this.btOK.Text          = "确定(&S)";
     //
     // btDel
     //
     this.btDel.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.btDel.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btDel.DefaultScheme = true;
     this.btDel.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btDel.Hint          = "";
     this.btDel.Location      = new System.Drawing.Point(168, 212);
     this.btDel.Name          = "btDel";
     this.btDel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btDel.Size          = new System.Drawing.Size(72, 32);
     this.btDel.TabIndex      = 2;
     this.btDel.Text          = "删除(&D)";
     this.btDel.Click        += new System.EventHandler(this.btDel_Click);
     //
     // ctlDepartment1
     //
     this.ctlDepartment1.CausesValidation       = false;
     this.ctlDepartment1.EnableAutoValidation   = false;
     this.ctlDepartment1.EnableEnterKeyValidate = false;
     this.ctlDepartment1.EnableEscapeKeyUndo    = true;
     this.ctlDepartment1.EnableLastValidValue   = true;
     this.ctlDepartment1.ErrorProvider          = null;
     this.ctlDepartment1.ErrorProviderMessage   = "Invalid value";
     this.ctlDepartment1.Font            = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.ctlDepartment1.ForceFormatText = true;
     this.ctlDepartment1.ImeMode         = System.Windows.Forms.ImeMode.NoControl;
     this.ctlDepartment1.Location        = new System.Drawing.Point(8, 8);
     this.ctlDepartment1.m_StrDeptID     = null;
     this.ctlDepartment1.m_StrDeptName   = null;
     this.ctlDepartment1.Name            = "ctlDepartment1";
     this.ctlDepartment1.SetDepartment   = com.digitalwave.Utility.ctlDeptTextBox.eDeptArea.All;
     this.ctlDepartment1.Size            = new System.Drawing.Size(148, 23);
     this.ctlDepartment1.TabIndex        = 0;
     this.ctlDepartment1.Text            = "";
     //
     // frmAddDepment
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(248, 300);
     this.Controls.Add(this.ctlDepartment1);
     this.Controls.Add(this.btDel);
     this.Controls.Add(this.btOK);
     this.Controls.Add(this.listView1);
     this.Controls.Add(this.btAdd);
     this.Font            = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Name            = "frmAddDepment";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "选择科室";
     this.ResumeLayout(false);
 }
Example #2
0
 /// <summary>
 /// 根据部门ID获取部门名称
 /// </summary>
 /// <param name="deptID">部门ID</param>
 /// <returns>部门名称</returns>
 private string GetDeptName(string deptID)
 {
     com.digitalwave.Utility.ctlDeptTextBox deptTextbox = new com.digitalwave.Utility.ctlDeptTextBox();
     deptTextbox.m_StrDeptID = deptID;
     return(deptTextbox.m_StrDeptName);
 }
Example #3
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmReportQuery));
     this.m_palList             = new System.Windows.Forms.Panel();
     this.m_lsvReportList       = new System.Windows.Forms.ListView();
     this.columnHeader2         = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3         = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1         = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5         = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6         = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4         = 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.m_palHeader           = new System.Windows.Forms.Panel();
     this.btnExit               = new PinkieControls.ButtonXP();
     this.btnPrint              = new PinkieControls.ButtonXP();
     this.m_txtPatientCardNO    = new System.Windows.Forms.TextBox();
     this.label29               = new System.Windows.Forms.Label();
     this.label26               = new System.Windows.Forms.Label();
     this.m_cboConfirmState     = new System.Windows.Forms.ComboBox();
     this.label6                = new System.Windows.Forms.Label();
     this.m_txtBedNO            = new System.Windows.Forms.TextBox();
     this.m_txtAppDept          = new com.digitalwave.Utility.ctlDeptTextBox();
     this.m_txtAppDoct          = new com.digitalwave.Utility.ctlEmpTextBox();
     this.label5                = new System.Windows.Forms.Label();
     this.label4                = new System.Windows.Forms.Label();
     this.m_txtInhospNO         = new System.Windows.Forms.TextBox();
     this.label2                = new System.Windows.Forms.Label();
     this.m_txtPatientNameQuery = new System.Windows.Forms.TextBox();
     this.label21               = new System.Windows.Forms.Label();
     this.label7                = new System.Windows.Forms.Label();
     this.label3                = new System.Windows.Forms.Label();
     this.m_dtpFromDate         = new System.Windows.Forms.DateTimePicker();
     this.m_dtpToDate           = new System.Windows.Forms.DateTimePicker();
     this.m_btnQuery            = new PinkieControls.ButtonXP();
     this.m_palList.SuspendLayout();
     this.m_palHeader.SuspendLayout();
     this.SuspendLayout();
     //
     // m_palList
     //
     this.m_palList.Controls.Add(this.m_lsvReportList);
     this.m_palList.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.m_palList.Location = new System.Drawing.Point(0, 98);
     this.m_palList.Name     = "m_palList";
     this.m_palList.Size     = new System.Drawing.Size(892, 299);
     this.m_palList.TabIndex = 134;
     //
     // m_lsvReportList
     //
     this.m_lsvReportList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader1,
         this.columnHeader5,
         this.columnHeader6,
         this.columnHeader4,
         this.columnHeader7,
         this.columnHeader8,
         this.columnHeader9
     });
     this.m_lsvReportList.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.m_lsvReportList.FullRowSelect = true;
     this.m_lsvReportList.GridLines     = true;
     this.m_lsvReportList.HideSelection = false;
     this.m_lsvReportList.Location      = new System.Drawing.Point(0, 0);
     this.m_lsvReportList.MultiSelect   = false;
     this.m_lsvReportList.Name          = "m_lsvReportList";
     this.m_lsvReportList.Size          = new System.Drawing.Size(892, 299);
     this.m_lsvReportList.TabIndex      = 132;
     this.m_lsvReportList.UseCompatibleStateImageBehavior = false;
     this.m_lsvReportList.View                  = System.Windows.Forms.View.Details;
     this.m_lsvReportList.DoubleClick          += new System.EventHandler(this.m_lsvReportList_DoubleClick);
     this.m_lsvReportList.SelectedIndexChanged += new System.EventHandler(this.m_lsvReportList_SelectedIndexChanged);
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "患者姓名";
     this.columnHeader2.Width = 80;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "检验项目";
     this.columnHeader3.Width = 80;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "住院号";
     this.columnHeader1.Width = 80;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "床号";
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "申请科室";
     this.columnHeader6.Width = 80;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "申请医生";
     this.columnHeader4.Width = 80;
     //
     // columnHeader7
     //
     this.columnHeader7.Text  = "申请时间";
     this.columnHeader7.Width = 151;
     //
     // columnHeader8
     //
     this.columnHeader8.Text  = "检验报告时间";
     this.columnHeader8.Width = 152;
     //
     // columnHeader9
     //
     this.columnHeader9.Text  = "状态";
     this.columnHeader9.Width = 40;
     //
     // m_palHeader
     //
     this.m_palHeader.Controls.Add(this.btnExit);
     this.m_palHeader.Controls.Add(this.btnPrint);
     this.m_palHeader.Controls.Add(this.m_txtPatientCardNO);
     this.m_palHeader.Controls.Add(this.label29);
     this.m_palHeader.Controls.Add(this.label26);
     this.m_palHeader.Controls.Add(this.m_cboConfirmState);
     this.m_palHeader.Controls.Add(this.label6);
     this.m_palHeader.Controls.Add(this.m_txtBedNO);
     this.m_palHeader.Controls.Add(this.m_txtAppDept);
     this.m_palHeader.Controls.Add(this.m_txtAppDoct);
     this.m_palHeader.Controls.Add(this.label5);
     this.m_palHeader.Controls.Add(this.label4);
     this.m_palHeader.Controls.Add(this.m_txtInhospNO);
     this.m_palHeader.Controls.Add(this.label2);
     this.m_palHeader.Controls.Add(this.m_txtPatientNameQuery);
     this.m_palHeader.Controls.Add(this.label21);
     this.m_palHeader.Controls.Add(this.label7);
     this.m_palHeader.Controls.Add(this.label3);
     this.m_palHeader.Controls.Add(this.m_dtpFromDate);
     this.m_palHeader.Controls.Add(this.m_dtpToDate);
     this.m_palHeader.Controls.Add(this.m_btnQuery);
     this.m_palHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.m_palHeader.Location = new System.Drawing.Point(0, 0);
     this.m_palHeader.Name     = "m_palHeader";
     this.m_palHeader.Size     = new System.Drawing.Size(892, 98);
     this.m_palHeader.TabIndex = 0;
     //
     // btnExit
     //
     this.btnExit.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btnExit.DefaultScheme = true;
     this.btnExit.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnExit.Hint          = "";
     this.btnExit.Location      = new System.Drawing.Point(871, 10);
     this.btnExit.Name          = "btnExit";
     this.btnExit.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnExit.Size          = new System.Drawing.Size(92, 31);
     this.btnExit.TabIndex      = 146;
     this.btnExit.Text          = "关闭(&C)";
     this.btnExit.Click        += new System.EventHandler(this.btnExit_Click);
     //
     // btnPrint
     //
     this.btnPrint.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btnPrint.DefaultScheme = true;
     this.btnPrint.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnPrint.Hint          = "";
     this.btnPrint.Location      = new System.Drawing.Point(771, 46);
     this.btnPrint.Name          = "btnPrint";
     this.btnPrint.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnPrint.Size          = new System.Drawing.Size(92, 31);
     this.btnPrint.TabIndex      = 145;
     this.btnPrint.Text          = "打印(F8)";
     this.btnPrint.Click        += new System.EventHandler(this.btnPrint_Click);
     //
     // m_txtPatientCardNO
     //
     this.m_txtPatientCardNO.Location = new System.Drawing.Point(72, 60);
     this.m_txtPatientCardNO.Name     = "m_txtPatientCardNO";
     this.m_txtPatientCardNO.Size     = new System.Drawing.Size(104, 23);
     this.m_txtPatientCardNO.TabIndex = 8;
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.Location = new System.Drawing.Point(8, 64);
     this.label29.Name     = "label29";
     this.label29.Size     = new System.Drawing.Size(63, 14);
     this.label29.TabIndex = 144;
     this.label29.Text     = "诊疗卡号";
     //
     // label26
     //
     this.label26.AutoSize  = true;
     this.label26.Location  = new System.Drawing.Point(180, 40);
     this.label26.Name      = "label26";
     this.label26.Size      = new System.Drawing.Size(63, 14);
     this.label26.TabIndex  = 142;
     this.label26.Text      = "审核状态";
     this.label26.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     //
     // m_cboConfirmState
     //
     this.m_cboConfirmState.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboConfirmState.Items.AddRange(new object[] {
         "未审核",
         "已审核",
         "全  部"
     });
     this.m_cboConfirmState.Location = new System.Drawing.Point(248, 36);
     this.m_cboConfirmState.Name     = "m_cboConfirmState";
     this.m_cboConfirmState.Size     = new System.Drawing.Size(96, 22);
     this.m_cboConfirmState.TabIndex = 3;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(208, 16);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(35, 14);
     this.label6.TabIndex = 140;
     this.label6.Text     = "床号";
     //
     // m_txtBedNO
     //
     this.m_txtBedNO.Location  = new System.Drawing.Point(248, 12);
     this.m_txtBedNO.MaxLength = 4;
     this.m_txtBedNO.Name      = "m_txtBedNO";
     this.m_txtBedNO.Size      = new System.Drawing.Size(96, 23);
     this.m_txtBedNO.TabIndex  = 2;
     //
     // m_txtAppDept
     //
     this.m_txtAppDept.EnableAutoValidation   = true;
     this.m_txtAppDept.EnableEnterKeyValidate = true;
     this.m_txtAppDept.EnableEscapeKeyUndo    = true;
     this.m_txtAppDept.EnableLastValidValue   = true;
     this.m_txtAppDept.ErrorProvider          = null;
     this.m_txtAppDept.ErrorProviderMessage   = "Invalid value";
     this.m_txtAppDept.Font            = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtAppDept.ForceFormatText = true;
     this.m_txtAppDept.Location        = new System.Drawing.Point(428, 12);
     this.m_txtAppDept.m_StrDeptID     = null;
     this.m_txtAppDept.m_StrDeptName   = null;
     this.m_txtAppDept.MaxLength       = 20;
     this.m_txtAppDept.Name            = "m_txtAppDept";
     this.m_txtAppDept.SetDepartment   = com.digitalwave.Utility.ctlDeptTextBox.eDeptArea.All;
     this.m_txtAppDept.Size            = new System.Drawing.Size(104, 23);
     this.m_txtAppDept.TabIndex        = 4;
     //
     // m_txtAppDoct
     //
     this.m_txtAppDoct.EnableAutoValidation   = true;
     this.m_txtAppDoct.EnableEnterKeyValidate = true;
     this.m_txtAppDoct.EnableEscapeKeyUndo    = true;
     this.m_txtAppDoct.EnableLastValidValue   = true;
     this.m_txtAppDoct.ErrorProvider          = null;
     this.m_txtAppDoct.ErrorProviderMessage   = "Invalid value";
     this.m_txtAppDoct.Font              = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtAppDoct.ForceFormatText   = true;
     this.m_txtAppDoct.Location          = new System.Drawing.Point(428, 36);
     this.m_txtAppDoct.m_intShowOtherEmp = 0;
     this.m_txtAppDoct.m_StrDeptID       = "*";
     this.m_txtAppDoct.m_StrEmployeeID   = null;
     this.m_txtAppDoct.m_StrEmployeeName = null;
     this.m_txtAppDoct.MaxLength         = 20;
     this.m_txtAppDoct.Name              = "m_txtAppDoct";
     this.m_txtAppDoct.Size              = new System.Drawing.Size(104, 23);
     this.m_txtAppDoct.TabIndex          = 5;
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Location  = new System.Drawing.Point(360, 40);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(63, 14);
     this.label5.TabIndex  = 136;
     this.label5.Text      = "申请医生";
     this.label5.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Location  = new System.Drawing.Point(360, 16);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(63, 14);
     this.label4.TabIndex  = 134;
     this.label4.Text      = "申请科室";
     this.label4.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     //
     // m_txtInhospNO
     //
     this.m_txtInhospNO.Location  = new System.Drawing.Point(72, 36);
     this.m_txtInhospNO.MaxLength = 50;
     this.m_txtInhospNO.Name      = "m_txtInhospNO";
     this.m_txtInhospNO.Size      = new System.Drawing.Size(104, 23);
     this.m_txtInhospNO.TabIndex  = 1;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Location  = new System.Drawing.Point(20, 40);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(49, 14);
     this.label2.TabIndex  = 132;
     this.label2.Text      = "住院号";
     this.label2.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     //
     // m_txtPatientNameQuery
     //
     this.m_txtPatientNameQuery.Location  = new System.Drawing.Point(72, 12);
     this.m_txtPatientNameQuery.MaxLength = 50;
     this.m_txtPatientNameQuery.Name      = "m_txtPatientNameQuery";
     this.m_txtPatientNameQuery.Size      = new System.Drawing.Size(104, 23);
     this.m_txtPatientNameQuery.TabIndex  = 0;
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Location = new System.Drawing.Point(556, 16);
     this.label21.Name     = "label21";
     this.label21.Size     = new System.Drawing.Size(63, 14);
     this.label21.TabIndex = 130;
     this.label21.Text     = "申请日期";
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.Location  = new System.Drawing.Point(8, 16);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(63, 14);
     this.label7.TabIndex  = 128;
     this.label7.Text      = "病人姓名";
     this.label7.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(584, 40);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(21, 14);
     this.label3.TabIndex = 122;
     this.label3.Text     = "至";
     //
     // m_dtpFromDate
     //
     this.m_dtpFromDate.CustomFormat = "yyyy-MM-dd";
     this.m_dtpFromDate.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.m_dtpFromDate.Location     = new System.Drawing.Point(624, 12);
     this.m_dtpFromDate.Name         = "m_dtpFromDate";
     this.m_dtpFromDate.Size         = new System.Drawing.Size(96, 23);
     this.m_dtpFromDate.TabIndex     = 6;
     //
     // m_dtpToDate
     //
     this.m_dtpToDate.CustomFormat = "yyyy-MM-dd";
     this.m_dtpToDate.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.m_dtpToDate.Location     = new System.Drawing.Point(624, 36);
     this.m_dtpToDate.Name         = "m_dtpToDate";
     this.m_dtpToDate.Size         = new System.Drawing.Size(96, 23);
     this.m_dtpToDate.TabIndex     = 7;
     //
     // m_btnQuery
     //
     this.m_btnQuery.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_btnQuery.DefaultScheme = true;
     this.m_btnQuery.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnQuery.Hint          = "";
     this.m_btnQuery.Location      = new System.Drawing.Point(771, 10);
     this.m_btnQuery.Name          = "m_btnQuery";
     this.m_btnQuery.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnQuery.Size          = new System.Drawing.Size(92, 31);
     this.m_btnQuery.TabIndex      = 100;
     this.m_btnQuery.Text          = "查询(F4)";
     this.m_btnQuery.Click        += new System.EventHandler(this.m_btnQuery_Click);
     //
     // frmReportQuery
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(892, 397);
     this.Controls.Add(this.m_palList);
     this.Controls.Add(this.m_palHeader);
     this.Font       = new System.Drawing.Font("宋体", 10.5F);
     this.Icon       = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.Name       = "frmReportQuery";
     this.Text       = "检验报告查询";
     this.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.frmReportQuery_KeyDown);
     this.Load      += new System.EventHandler(this.frmReportQuery_Load);
     this.m_palList.ResumeLayout(false);
     this.m_palHeader.ResumeLayout(false);
     this.m_palHeader.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.m_gbQueryCondition = new System.Windows.Forms.GroupBox();
     this.m_chkCheckDat      = new System.Windows.Forms.CheckBox();
     this.m_cboCheckCategory = new System.Windows.Forms.ComboBox();
     this.m_txtApplyDept     = new com.digitalwave.Utility.ctlDeptTextBox();
     this.m_cboPatientType   = new System.Windows.Forms.ComboBox();
     this.m_lbPatientType    = new System.Windows.Forms.Label();
     this.m_lbApplyDept      = new System.Windows.Forms.Label();
     this.m_txtCheckEmployee = new com.digitalwave.Utility.ctlEmpTextBox();
     this.m_lbCheckEmployee  = new System.Windows.Forms.Label();
     this.m_cboCheckItem     = new System.Windows.Forms.ComboBox();
     this.m_lbCheckItem      = new System.Windows.Forms.Label();
     this.m_txtApplyEmployee = new com.digitalwave.Utility.ctlEmpTextBox();
     this.m_lbApplyEmployee  = new System.Windows.Forms.Label();
     this.m_lbCheckCategory  = new System.Windows.Forms.Label();
     this.m_dtpFromDat       = new System.Windows.Forms.DateTimePicker();
     this.m_lbCheckDat       = new System.Windows.Forms.Label();
     this.m_dtpToDat         = new System.Windows.Forms.DateTimePicker();
     this.m_lbTo             = new System.Windows.Forms.Label();
     this.m_CRVewerWorkload  = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.btnExit            = new PinkieControls.ButtonXP();
     this.m_btnReset         = new PinkieControls.ButtonXP();
     this.m_btnQry           = new PinkieControls.ButtonXP();
     this.m_gbQueryCondition.SuspendLayout();
     this.SuspendLayout();
     //
     // m_gbQueryCondition
     //
     this.m_gbQueryCondition.Controls.Add(this.m_btnQry);
     this.m_gbQueryCondition.Controls.Add(this.m_btnReset);
     this.m_gbQueryCondition.Controls.Add(this.btnExit);
     this.m_gbQueryCondition.Controls.Add(this.m_chkCheckDat);
     this.m_gbQueryCondition.Controls.Add(this.m_cboCheckCategory);
     this.m_gbQueryCondition.Controls.Add(this.m_txtApplyDept);
     this.m_gbQueryCondition.Controls.Add(this.m_cboPatientType);
     this.m_gbQueryCondition.Controls.Add(this.m_lbPatientType);
     this.m_gbQueryCondition.Controls.Add(this.m_lbApplyDept);
     this.m_gbQueryCondition.Controls.Add(this.m_txtCheckEmployee);
     this.m_gbQueryCondition.Controls.Add(this.m_lbCheckEmployee);
     this.m_gbQueryCondition.Controls.Add(this.m_cboCheckItem);
     this.m_gbQueryCondition.Controls.Add(this.m_lbCheckItem);
     this.m_gbQueryCondition.Controls.Add(this.m_txtApplyEmployee);
     this.m_gbQueryCondition.Controls.Add(this.m_lbApplyEmployee);
     this.m_gbQueryCondition.Controls.Add(this.m_lbCheckCategory);
     this.m_gbQueryCondition.Controls.Add(this.m_dtpFromDat);
     this.m_gbQueryCondition.Controls.Add(this.m_lbCheckDat);
     this.m_gbQueryCondition.Controls.Add(this.m_dtpToDat);
     this.m_gbQueryCondition.Controls.Add(this.m_lbTo);
     this.m_gbQueryCondition.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_gbQueryCondition.Location = new System.Drawing.Point(12, 8);
     this.m_gbQueryCondition.Name     = "m_gbQueryCondition";
     this.m_gbQueryCondition.Size     = new System.Drawing.Size(596, 132);
     this.m_gbQueryCondition.TabIndex = 0;
     this.m_gbQueryCondition.TabStop  = false;
     this.m_gbQueryCondition.Text     = "查询条件";
     //
     // m_chkCheckDat
     //
     this.m_chkCheckDat.Checked         = true;
     this.m_chkCheckDat.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.m_chkCheckDat.Location        = new System.Drawing.Point(376, 20);
     this.m_chkCheckDat.Name            = "m_chkCheckDat";
     this.m_chkCheckDat.Size            = new System.Drawing.Size(20, 24);
     this.m_chkCheckDat.TabIndex        = 18;
     this.m_chkCheckDat.CheckedChanged += new System.EventHandler(this.m_chkCheckDat_CheckedChanged);
     //
     // m_cboCheckCategory
     //
     this.m_cboCheckCategory.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboCheckCategory.Location              = new System.Drawing.Point(84, 44);
     this.m_cboCheckCategory.Name                  = "m_cboCheckCategory";
     this.m_cboCheckCategory.Size                  = new System.Drawing.Size(144, 22);
     this.m_cboCheckCategory.TabIndex              = 15;
     this.m_cboCheckCategory.SelectedIndexChanged += new System.EventHandler(this.m_cboCheckCategory_SelectedIndexChanged);
     //
     // m_txtApplyDept
     //
     this.m_txtApplyDept.EnableAutoValidation   = true;
     this.m_txtApplyDept.EnableEnterKeyValidate = true;
     this.m_txtApplyDept.EnableEscapeKeyUndo    = true;
     this.m_txtApplyDept.EnableLastValidValue   = true;
     this.m_txtApplyDept.ErrorProvider          = null;
     this.m_txtApplyDept.ErrorProviderMessage   = "Invalid value";
     this.m_txtApplyDept.Font             = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtApplyDept.ForceFormatText  = true;
     this.m_txtApplyDept.Location         = new System.Drawing.Point(84, 68);
     this.m_txtApplyDept.m_StrDeptID      = null;
     this.m_txtApplyDept.m_StrDeptName    = null;
     this.m_txtApplyDept.Name             = "m_txtApplyDept";
     this.m_txtApplyDept.SetDepartment    = com.digitalwave.Utility.ctlDeptTextBox.eDeptArea.All;
     this.m_txtApplyDept.Size             = new System.Drawing.Size(144, 23);
     this.m_txtApplyDept.TabIndex         = 14;
     this.m_txtApplyDept.evtValueChanged += new com.digitalwave.Utility.dlgExValueChangedEventHandler(this.m_txtApplyDept_evtValueChanged);
     //
     // m_cboPatientType
     //
     this.m_cboPatientType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboPatientType.Location      = new System.Drawing.Point(84, 96);
     this.m_cboPatientType.Name          = "m_cboPatientType";
     this.m_cboPatientType.Size          = new System.Drawing.Size(144, 22);
     this.m_cboPatientType.TabIndex      = 13;
     //
     // m_lbPatientType
     //
     this.m_lbPatientType.Location = new System.Drawing.Point(12, 104);
     this.m_lbPatientType.Name     = "m_lbPatientType";
     this.m_lbPatientType.Size     = new System.Drawing.Size(64, 23);
     this.m_lbPatientType.TabIndex = 12;
     this.m_lbPatientType.Text     = "病人类型";
     //
     // m_lbApplyDept
     //
     this.m_lbApplyDept.Location = new System.Drawing.Point(12, 76);
     this.m_lbApplyDept.Name     = "m_lbApplyDept";
     this.m_lbApplyDept.Size     = new System.Drawing.Size(64, 23);
     this.m_lbApplyDept.TabIndex = 10;
     this.m_lbApplyDept.Text     = "申请科室";
     //
     // m_txtCheckEmployee
     //
     this.m_txtCheckEmployee.EnableAutoValidation   = true;
     this.m_txtCheckEmployee.EnableEnterKeyValidate = true;
     this.m_txtCheckEmployee.EnableEscapeKeyUndo    = true;
     this.m_txtCheckEmployee.EnableLastValidValue   = true;
     this.m_txtCheckEmployee.ErrorProvider          = null;
     this.m_txtCheckEmployee.ErrorProviderMessage   = "Invalid value";
     this.m_txtCheckEmployee.Font              = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtCheckEmployee.ForceFormatText   = true;
     this.m_txtCheckEmployee.Location          = new System.Drawing.Point(344, 96);
     this.m_txtCheckEmployee.m_intShowOtherEmp = 0;
     this.m_txtCheckEmployee.m_StrDeptID       = "0000147";
     this.m_txtCheckEmployee.m_StrEmployeeID   = null;
     this.m_txtCheckEmployee.m_StrEmployeeName = null;
     this.m_txtCheckEmployee.Name              = "m_txtCheckEmployee";
     this.m_txtCheckEmployee.Size              = new System.Drawing.Size(144, 23);
     this.m_txtCheckEmployee.TabIndex          = 9;
     //
     // m_lbCheckEmployee
     //
     this.m_lbCheckEmployee.Location = new System.Drawing.Point(280, 104);
     this.m_lbCheckEmployee.Name     = "m_lbCheckEmployee";
     this.m_lbCheckEmployee.Size     = new System.Drawing.Size(64, 23);
     this.m_lbCheckEmployee.TabIndex = 8;
     this.m_lbCheckEmployee.Text     = "检验医生";
     //
     // m_cboCheckItem
     //
     this.m_cboCheckItem.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboCheckItem.Location      = new System.Drawing.Point(344, 44);
     this.m_cboCheckItem.Name          = "m_cboCheckItem";
     this.m_cboCheckItem.Size          = new System.Drawing.Size(144, 22);
     this.m_cboCheckItem.TabIndex      = 7;
     //
     // m_lbCheckItem
     //
     this.m_lbCheckItem.Location = new System.Drawing.Point(280, 52);
     this.m_lbCheckItem.Name     = "m_lbCheckItem";
     this.m_lbCheckItem.Size     = new System.Drawing.Size(72, 16);
     this.m_lbCheckItem.TabIndex = 6;
     this.m_lbCheckItem.Text     = "检验项目";
     //
     // m_txtApplyEmployee
     //
     this.m_txtApplyEmployee.EnableAutoValidation   = true;
     this.m_txtApplyEmployee.EnableEnterKeyValidate = true;
     this.m_txtApplyEmployee.EnableEscapeKeyUndo    = true;
     this.m_txtApplyEmployee.EnableLastValidValue   = true;
     this.m_txtApplyEmployee.ErrorProvider          = null;
     this.m_txtApplyEmployee.ErrorProviderMessage   = "Invalid value";
     this.m_txtApplyEmployee.Font              = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtApplyEmployee.ForceFormatText   = true;
     this.m_txtApplyEmployee.Location          = new System.Drawing.Point(344, 68);
     this.m_txtApplyEmployee.m_intShowOtherEmp = 0;
     this.m_txtApplyEmployee.m_StrDeptID       = null;
     this.m_txtApplyEmployee.m_StrEmployeeID   = null;
     this.m_txtApplyEmployee.m_StrEmployeeName = null;
     this.m_txtApplyEmployee.Name              = "m_txtApplyEmployee";
     this.m_txtApplyEmployee.Size              = new System.Drawing.Size(144, 23);
     this.m_txtApplyEmployee.TabIndex          = 5;
     //
     // m_lbApplyEmployee
     //
     this.m_lbApplyEmployee.Location = new System.Drawing.Point(280, 76);
     this.m_lbApplyEmployee.Name     = "m_lbApplyEmployee";
     this.m_lbApplyEmployee.Size     = new System.Drawing.Size(64, 23);
     this.m_lbApplyEmployee.TabIndex = 4;
     this.m_lbApplyEmployee.Text     = "申请医生";
     //
     // m_lbCheckCategory
     //
     this.m_lbCheckCategory.Location = new System.Drawing.Point(12, 52);
     this.m_lbCheckCategory.Name     = "m_lbCheckCategory";
     this.m_lbCheckCategory.Size     = new System.Drawing.Size(68, 23);
     this.m_lbCheckCategory.TabIndex = 2;
     this.m_lbCheckCategory.Text     = "检验类别";
     //
     // m_dtpFromDat
     //
     this.m_dtpFromDat.Location = new System.Drawing.Point(84, 16);
     this.m_dtpFromDat.Name     = "m_dtpFromDat";
     this.m_dtpFromDat.Size     = new System.Drawing.Size(120, 23);
     this.m_dtpFromDat.TabIndex = 1;
     //
     // m_lbCheckDat
     //
     this.m_lbCheckDat.Location = new System.Drawing.Point(12, 24);
     this.m_lbCheckDat.Name     = "m_lbCheckDat";
     this.m_lbCheckDat.Size     = new System.Drawing.Size(72, 23);
     this.m_lbCheckDat.TabIndex = 0;
     this.m_lbCheckDat.Text     = "检验日期";
     //
     // m_dtpToDat
     //
     this.m_dtpToDat.Location = new System.Drawing.Point(236, 16);
     this.m_dtpToDat.Name     = "m_dtpToDat";
     this.m_dtpToDat.Size     = new System.Drawing.Size(120, 23);
     this.m_dtpToDat.TabIndex = 3;
     //
     // m_lbTo
     //
     this.m_lbTo.Location = new System.Drawing.Point(208, 20);
     this.m_lbTo.Name     = "m_lbTo";
     this.m_lbTo.Size     = new System.Drawing.Size(24, 23);
     this.m_lbTo.TabIndex = 2;
     this.m_lbTo.Text     = "至";
     //
     // m_CRVewerWorkload
     //
     this.m_CRVewerWorkload.ActiveViewIndex = -1;
     this.m_CRVewerWorkload.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.m_CRVewerWorkload.BorderStyle              = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_CRVewerWorkload.DisplayGroupTree         = false;
     this.m_CRVewerWorkload.Location                 = new System.Drawing.Point(12, 152);
     this.m_CRVewerWorkload.Name                     = "m_CRVewerWorkload";
     this.m_CRVewerWorkload.SelectionFormula         = "";
     this.m_CRVewerWorkload.ShowGroupTreeButton      = false;
     this.m_CRVewerWorkload.Size                     = new System.Drawing.Size(860, 380);
     this.m_CRVewerWorkload.TabIndex                 = 1;
     this.m_CRVewerWorkload.ViewTimeSelectionFormula = "";
     //
     // btnExit
     //
     this.btnExit.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btnExit.DefaultScheme = true;
     this.btnExit.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnExit.Hint          = "";
     this.btnExit.Location      = new System.Drawing.Point(508, 91);
     this.btnExit.Name          = "btnExit";
     this.btnExit.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnExit.Size          = new System.Drawing.Size(75, 29);
     this.btnExit.TabIndex      = 19;
     this.btnExit.Text          = "关闭(&C)";
     this.btnExit.Click        += new System.EventHandler(this.btnExit_Click);
     //
     // m_btnReset
     //
     this.m_btnReset.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_btnReset.DefaultScheme = true;
     this.m_btnReset.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnReset.Hint          = "";
     this.m_btnReset.Location      = new System.Drawing.Point(508, 21);
     this.m_btnReset.Name          = "m_btnReset";
     this.m_btnReset.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnReset.Size          = new System.Drawing.Size(75, 29);
     this.m_btnReset.TabIndex      = 17;
     this.m_btnReset.Text          = "重  置";
     this.m_btnReset.Click        += new System.EventHandler(this.m_btnReset_Click);
     //
     // m_btnQry
     //
     this.m_btnQry.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_btnQry.DefaultScheme = true;
     this.m_btnQry.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnQry.Hint          = "";
     this.m_btnQry.Location      = new System.Drawing.Point(508, 56);
     this.m_btnQry.Name          = "m_btnQry";
     this.m_btnQry.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnQry.Size          = new System.Drawing.Size(75, 29);
     this.m_btnQry.TabIndex      = 16;
     this.m_btnQry.Text          = "查  询";
     this.m_btnQry.Click        += new System.EventHandler(this.m_btnQry_Click);
     //
     // frmWorkloadStatisticalReport
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(892, 557);
     this.Controls.Add(this.m_CRVewerWorkload);
     this.Controls.Add(this.m_gbQueryCondition);
     this.Font  = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Name  = "frmWorkloadStatisticalReport";
     this.Text  = "frmWorkloadStatisticalReport";
     this.Load += new System.EventHandler(this.frmWorkloadStatisticalReport_Load);
     this.m_gbQueryCondition.ResumeLayout(false);
     this.m_gbQueryCondition.PerformLayout();
     this.ResumeLayout(false);
 }
Example #5
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1            = new System.Windows.Forms.GroupBox();
     this.btExit               = new PinkieControls.ButtonXP();
     this.btPrint              = new PinkieControls.ButtonXP();
     this.btFind               = new PinkieControls.ButtonXP();
     this.txtReportDoctor      = new com.digitalwave.Utility.ctlEmpTextBox();
     this.txtDepartment        = new com.digitalwave.Utility.ctlDeptTextBox();
     this.label20              = new System.Windows.Forms.Label();
     this.label19              = new System.Windows.Forms.Label();
     this.chkCheckDate         = new System.Windows.Forms.CheckBox();
     this.dtpTo                = new System.Windows.Forms.DateTimePicker();
     this.dtpFrom              = new System.Windows.Forms.DateTimePicker();
     this.lblFrom              = new System.Windows.Forms.Label();
     this.lblTo                = new System.Windows.Forms.Label();
     this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.label1               = new System.Windows.Forms.Label();
     this.label2               = new System.Windows.Forms.Label();
     this.txtDiag              = new System.Windows.Forms.TextBox();
     this.txtICD               = new System.Windows.Forms.TextBox();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.txtICD);
     this.groupBox1.Controls.Add(this.txtDiag);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.btExit);
     this.groupBox1.Controls.Add(this.btPrint);
     this.groupBox1.Controls.Add(this.btFind);
     this.groupBox1.Controls.Add(this.txtReportDoctor);
     this.groupBox1.Controls.Add(this.txtDepartment);
     this.groupBox1.Controls.Add(this.label20);
     this.groupBox1.Controls.Add(this.label19);
     this.groupBox1.Controls.Add(this.chkCheckDate);
     this.groupBox1.Controls.Add(this.dtpTo);
     this.groupBox1.Controls.Add(this.dtpFrom);
     this.groupBox1.Controls.Add(this.lblFrom);
     this.groupBox1.Controls.Add(this.lblTo);
     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(976, 104);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     //
     // btExit
     //
     this.btExit.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btExit.DefaultScheme = true;
     this.btExit.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.btExit.Hint          = "";
     this.btExit.Location      = new System.Drawing.Point(736, 64);
     this.btExit.Name          = "btExit";
     this.btExit.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btExit.Size          = new System.Drawing.Size(200, 32);
     this.btExit.TabIndex      = 6;
     this.btExit.Text          = "退出(ESC)";
     this.btExit.Click        += new System.EventHandler(this.btExit_Click);
     //
     // btPrint
     //
     this.btPrint.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btPrint.DefaultScheme = true;
     this.btPrint.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btPrint.Hint          = "";
     this.btPrint.Location      = new System.Drawing.Point(848, 22);
     this.btPrint.Name          = "btPrint";
     this.btPrint.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btPrint.Size          = new System.Drawing.Size(88, 32);
     this.btPrint.TabIndex      = 5;
     this.btPrint.Text          = "打印(&P)";
     this.btPrint.Click        += new System.EventHandler(this.btPrint_Click);
     //
     // btFind
     //
     this.btFind.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btFind.DefaultScheme = true;
     this.btFind.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btFind.Hint          = "";
     this.btFind.Location      = new System.Drawing.Point(736, 22);
     this.btFind.Name          = "btFind";
     this.btFind.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btFind.Size          = new System.Drawing.Size(88, 32);
     this.btFind.TabIndex      = 4;
     this.btFind.Text          = "查询(&F)";
     this.btFind.Click        += new System.EventHandler(this.btFind_Click);
     //
     // txtReportDoctor
     //
     this.txtReportDoctor.CausesValidation       = false;
     this.txtReportDoctor.EnableAutoValidation   = true;
     this.txtReportDoctor.EnableEnterKeyValidate = true;
     this.txtReportDoctor.EnableEscapeKeyUndo    = true;
     this.txtReportDoctor.EnableLastValidValue   = true;
     this.txtReportDoctor.ErrorProvider          = null;
     this.txtReportDoctor.ErrorProviderMessage   = "Invalid value";
     this.txtReportDoctor.Font              = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.txtReportDoctor.ForceFormatText   = true;
     this.txtReportDoctor.Location          = new System.Drawing.Point(104, 64);
     this.txtReportDoctor.m_intShowOtherEmp = 0;
     this.txtReportDoctor.m_StrDeptID       = "0";
     this.txtReportDoctor.m_StrEmployeeID   = null;
     this.txtReportDoctor.m_StrEmployeeName = null;
     this.txtReportDoctor.Name              = "txtReportDoctor";
     this.txtReportDoctor.Size              = new System.Drawing.Size(128, 23);
     this.txtReportDoctor.TabIndex          = 1;
     this.txtReportDoctor.Text              = "";
     //
     // txtDepartment
     //
     this.txtDepartment.CausesValidation       = false;
     this.txtDepartment.EnableAutoValidation   = true;
     this.txtDepartment.EnableEnterKeyValidate = true;
     this.txtDepartment.EnableEscapeKeyUndo    = true;
     this.txtDepartment.EnableLastValidValue   = true;
     this.txtDepartment.ErrorProvider          = null;
     this.txtDepartment.ErrorProviderMessage   = "Invalid value";
     this.txtDepartment.Font            = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.txtDepartment.ForceFormatText = true;
     this.txtDepartment.Location        = new System.Drawing.Point(104, 24);
     this.txtDepartment.m_StrDeptID     = null;
     this.txtDepartment.m_StrDeptName   = null;
     this.txtDepartment.Name            = "txtDepartment";
     this.txtDepartment.SetDepartment   = com.digitalwave.Utility.ctlDeptTextBox.eDeptArea.All;
     this.txtDepartment.Size            = new System.Drawing.Size(128, 23);
     this.txtDepartment.TabIndex        = 0;
     this.txtDepartment.Text            = "";
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Location = new System.Drawing.Point(16, 66);
     this.label20.Name     = "label20";
     this.label20.Size     = new System.Drawing.Size(84, 19);
     this.label20.TabIndex = 310;
     this.label20.Text     = "就诊医生 =";
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(16, 29);
     this.label19.Name     = "label19";
     this.label19.Size     = new System.Drawing.Size(84, 19);
     this.label19.TabIndex = 309;
     this.label19.Text     = "就诊科室 =";
     //
     // chkCheckDate
     //
     this.chkCheckDate.Checked    = true;
     this.chkCheckDate.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkCheckDate.Location   = new System.Drawing.Point(472, 64);
     this.chkCheckDate.Name       = "chkCheckDate";
     this.chkCheckDate.Size       = new System.Drawing.Size(84, 24);
     this.chkCheckDate.TabIndex   = 308;
     this.chkCheckDate.Text       = "就诊日期";
     //
     // dtpTo
     //
     this.dtpTo.CalendarFont = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.dtpTo.CustomFormat = "yyyy年MM月dd日 ";
     this.dtpTo.Font         = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.dtpTo.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpTo.Location     = new System.Drawing.Point(592, 64);
     this.dtpTo.Name         = "dtpTo";
     this.dtpTo.Size         = new System.Drawing.Size(124, 23);
     this.dtpTo.TabIndex     = 3;
     this.dtpTo.Value        = new System.DateTime(2005, 10, 18, 0, 0, 0, 0);
     //
     // dtpFrom
     //
     this.dtpFrom.AllowDrop    = true;
     this.dtpFrom.CalendarFont = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.dtpFrom.CustomFormat = "yyyy年MM月dd日 ";
     this.dtpFrom.Font         = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.dtpFrom.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpFrom.Location     = new System.Drawing.Point(592, 24);
     this.dtpFrom.Name         = "dtpFrom";
     this.dtpFrom.Size         = new System.Drawing.Size(124, 23);
     this.dtpFrom.TabIndex     = 2;
     this.dtpFrom.Value        = new System.DateTime(2005, 10, 18, 0, 0, 0, 0);
     //
     // lblFrom
     //
     this.lblFrom.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblFrom.Location  = new System.Drawing.Point(560, 24);
     this.lblFrom.Name      = "lblFrom";
     this.lblFrom.Size      = new System.Drawing.Size(24, 23);
     this.lblFrom.TabIndex  = 305;
     this.lblFrom.Text      = "从";
     this.lblFrom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblTo
     //
     this.lblTo.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblTo.Location  = new System.Drawing.Point(560, 64);
     this.lblTo.Name      = "lblTo";
     this.lblTo.Size      = new System.Drawing.Size(24, 23);
     this.lblTo.TabIndex  = 304;
     this.lblTo.Text      = "至";
     this.lblTo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // crystalReportViewer1
     //
     this.crystalReportViewer1.ActiveViewIndex  = -1;
     this.crystalReportViewer1.DisplayGroupTree = false;
     this.crystalReportViewer1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.crystalReportViewer1.Location         = new System.Drawing.Point(0, 104);
     this.crystalReportViewer1.Name             = "crystalReportViewer1";
     this.crystalReportViewer1.ReportSource     = null;
     this.crystalReportViewer1.Size             = new System.Drawing.Size(976, 445);
     this.crystalReportViewer1.TabIndex         = 1;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(248, 29);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(70, 19);
     this.label1.TabIndex = 311;
     this.label1.Text     = "诊断包含:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(248, 66);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(77, 19);
     this.label2.TabIndex = 312;
     this.label2.Text     = "ICD码包含:";
     //
     // txtDiag
     //
     this.txtDiag.Location = new System.Drawing.Point(328, 24);
     this.txtDiag.Name     = "txtDiag";
     this.txtDiag.Size     = new System.Drawing.Size(208, 23);
     this.txtDiag.TabIndex = 313;
     this.txtDiag.Text     = "";
     //
     // txtICD
     //
     this.txtICD.Location = new System.Drawing.Point(328, 64);
     this.txtICD.Name     = "txtICD";
     this.txtICD.Size     = new System.Drawing.Size(128, 23);
     this.txtICD.TabIndex = 314;
     this.txtICD.Text     = "";
     //
     // frmOPLog
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.CancelButton      = this.btExit;
     this.ClientSize        = new System.Drawing.Size(976, 549);
     this.Controls.Add(this.crystalReportViewer1);
     this.Controls.Add(this.groupBox1);
     this.Font  = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.Name  = "frmOPLog";
     this.Text  = "门诊工作日志";
     this.Load += new System.EventHandler(this.frmOPLog_Load);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }