예제 #1
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1              = new System.Windows.Forms.GroupBox();
     this.m_cobType              = new System.Windows.Forms.ComboBox();
     this.label9                 = new System.Windows.Forms.Label();
     this.cmbDep                 = new com.digitalwave.iCare.gui.HIS.exComboBox();
     this.label7                 = new System.Windows.Forms.Label();
     this.txtCode                = new System.Windows.Forms.TextBox();
     this.radioButton4           = new System.Windows.Forms.RadioButton();
     this.radioButton3           = new System.Windows.Forms.RadioButton();
     this.radioButton2           = new System.Windows.Forms.RadioButton();
     this.radioButton1           = new System.Windows.Forms.RadioButton();
     this.btExit                 = new PinkieControls.ButtonXP();
     this.btFind                 = new PinkieControls.ButtonXP();
     this.btPrint                = new PinkieControls.ButtonXP();
     this.txtDocType             = new System.Windows.Forms.TextBox();
     this.label5                 = new System.Windows.Forms.Label();
     this.dateTimePicker2        = new System.Windows.Forms.DateTimePicker();
     this.label4                 = new System.Windows.Forms.Label();
     this.dateTimePicker1        = new System.Windows.Forms.DateTimePicker();
     this.label3                 = new System.Windows.Forms.Label();
     this.txtName                = new System.Windows.Forms.TextBox();
     this.label2                 = new System.Windows.Forms.Label();
     this.label1                 = new System.Windows.Forms.Label();
     this.printDocument1         = new System.Drawing.Printing.PrintDocument();
     this.panel1                 = new System.Windows.Forms.Panel();
     this.panel2                 = new System.Windows.Forms.Panel();
     this.myPrintPreViewControl1 = new com.digitalwave.controls.Control.MyPrintPreViewControl();
     this.splitter1              = new System.Windows.Forms.Splitter();
     this.listView2              = new System.Windows.Forms.ListView();
     this.columnHeader4          = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5          = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6          = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1          = new System.Windows.Forms.ColumnHeader();
     this.groupBox1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.m_cobType);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.cmbDep);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.txtCode);
     this.groupBox1.Controls.Add(this.radioButton4);
     this.groupBox1.Controls.Add(this.radioButton3);
     this.groupBox1.Controls.Add(this.radioButton2);
     this.groupBox1.Controls.Add(this.radioButton1);
     this.groupBox1.Controls.Add(this.btExit);
     this.groupBox1.Controls.Add(this.btFind);
     this.groupBox1.Controls.Add(this.btPrint);
     this.groupBox1.Controls.Add(this.txtDocType);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.dateTimePicker2);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.dateTimePicker1);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.txtName);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Font     = new System.Drawing.Font("宋体", 10.5F);
     this.groupBox1.Location = new System.Drawing.Point(8, 4);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(964, 124);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     //
     // m_cobType
     //
     this.m_cobType.Cursor        = System.Windows.Forms.Cursors.Hand;
     this.m_cobType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cobType.Items.AddRange(new object[] {
         "全部",
         "普通",
         "公费",
         "医保",
         "特困",
         "离休",
         "本院"
     });
     this.m_cobType.Location = new System.Drawing.Point(656, 28);
     this.m_cobType.Name     = "m_cobType";
     this.m_cobType.Size     = new System.Drawing.Size(96, 22);
     this.m_cobType.TabIndex = 70;
     //
     // label9
     //
     this.label9.AutoSize  = true;
     this.label9.Location  = new System.Drawing.Point(584, 30);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(70, 19);
     this.label9.TabIndex  = 71;
     this.label9.Text      = "身份标识:";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cmbDep
     //
     this.cmbDep.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbDep.Location              = new System.Drawing.Point(656, 77);
     this.cmbDep.Name                  = "cmbDep";
     this.cmbDep.Size                  = new System.Drawing.Size(96, 22);
     this.cmbDep.TabIndex              = 54;
     this.cmbDep.SelectedIndexChanged += new System.EventHandler(this.cmbDep_SelectedIndexChanged);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(592, 80);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(48, 19);
     this.label7.TabIndex = 53;
     this.label7.Text     = "科 室:";
     //
     // txtCode
     //
     this.txtCode.Location = new System.Drawing.Point(196, 28);
     this.txtCode.Name     = "txtCode";
     this.txtCode.ReadOnly = true;
     this.txtCode.Size     = new System.Drawing.Size(68, 23);
     this.txtCode.TabIndex = 52;
     this.txtCode.Text     = "";
     //
     // radioButton4
     //
     this.radioButton4.Location = new System.Drawing.Point(12, 92);
     this.radioButton4.Name     = "radioButton4";
     this.radioButton4.Size     = new System.Drawing.Size(100, 24);
     this.radioButton4.TabIndex = 51;
     this.radioButton4.Text     = "全部科室";
     //
     // radioButton3
     //
     this.radioButton3.Location = new System.Drawing.Point(12, 68);
     this.radioButton3.Name     = "radioButton3";
     this.radioButton3.Size     = new System.Drawing.Size(100, 24);
     this.radioButton3.TabIndex = 50;
     this.radioButton3.Text     = "单一科室";
     //
     // radioButton2
     //
     this.radioButton2.Location = new System.Drawing.Point(12, 44);
     this.radioButton2.Name     = "radioButton2";
     this.radioButton2.Size     = new System.Drawing.Size(100, 24);
     this.radioButton2.TabIndex = 49;
     this.radioButton2.Text     = "全部员工";
     //
     // radioButton1
     //
     this.radioButton1.Checked         = true;
     this.radioButton1.Location        = new System.Drawing.Point(12, 20);
     this.radioButton1.Name            = "radioButton1";
     this.radioButton1.Size            = new System.Drawing.Size(100, 24);
     this.radioButton1.TabIndex        = 48;
     this.radioButton1.TabStop         = true;
     this.radioButton1.Text            = "单一员工";
     this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
     //
     // 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(868, 72);
     this.btExit.Name          = "btExit";
     this.btExit.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btExit.Size          = new System.Drawing.Size(80, 32);
     this.btExit.TabIndex      = 47;
     this.btExit.Text          = "退出(ESC)";
     this.btExit.Click        += new System.EventHandler(this.btExit_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(772, 24);
     this.btFind.Name          = "btFind";
     this.btFind.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btFind.Size          = new System.Drawing.Size(80, 32);
     this.btFind.TabIndex      = 46;
     this.btFind.Text          = "查询(&F)";
     this.btFind.Click        += new System.EventHandler(this.btFind_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(868, 24);
     this.btPrint.Name          = "btPrint";
     this.btPrint.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btPrint.Size          = new System.Drawing.Size(80, 32);
     this.btPrint.TabIndex      = 45;
     this.btPrint.Text          = "打印(&P)";
     this.btPrint.Click        += new System.EventHandler(this.btPrint_Click);
     //
     // txtDocType
     //
     this.txtDocType.Location = new System.Drawing.Point(496, 28);
     this.txtDocType.Name     = "txtDocType";
     this.txtDocType.ReadOnly = true;
     this.txtDocType.Size     = new System.Drawing.Size(80, 23);
     this.txtDocType.TabIndex = 9;
     this.txtDocType.Text     = "";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(432, 30);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(48, 19);
     this.label5.TabIndex = 8;
     this.label5.Text     = "职 称:";
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.Location = new System.Drawing.Point(364, 76);
     this.dateTimePicker2.Name     = "dateTimePicker2";
     this.dateTimePicker2.Size     = new System.Drawing.Size(132, 23);
     this.dateTimePicker2.TabIndex = 7;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(332, 80);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(20, 19);
     this.label4.TabIndex = 6;
     this.label4.Text     = "至";
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Location = new System.Drawing.Point(196, 76);
     this.dateTimePicker1.Name     = "dateTimePicker1";
     this.dateTimePicker1.Size     = new System.Drawing.Size(132, 23);
     this.dateTimePicker1.TabIndex = 5;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(124, 80);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(70, 19);
     this.label3.TabIndex = 4;
     this.label3.Text     = "日    期:";
     //
     // txtName
     //
     this.txtName.Location = new System.Drawing.Point(364, 28);
     this.txtName.Name     = "txtName";
     this.txtName.ReadOnly = true;
     this.txtName.Size     = new System.Drawing.Size(60, 23);
     this.txtName.TabIndex = 3;
     this.txtName.Text     = "";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(280, 30);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(70, 19);
     this.label2.TabIndex = 2;
     this.label2.Text     = "医生名称:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(124, 30);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(70, 19);
     this.label1.TabIndex = 0;
     this.label1.Text     = "员工编号:";
     //
     // printDocument1
     //
     this.printDocument1.BeginPrint += new System.Drawing.Printing.PrintEventHandler(this.printDocument1_BeginPrint);
     this.printDocument1.PrintPage  += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.splitter1);
     this.panel1.Controls.Add(this.listView2);
     this.panel1.Location = new System.Drawing.Point(8, 136);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(964, 376);
     this.panel1.TabIndex = 9;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.myPrintPreViewControl1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(215, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(749, 376);
     this.panel2.TabIndex = 11;
     //
     // myPrintPreViewControl1
     //
     this.myPrintPreViewControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.myPrintPreViewControl1.Document   = this.printDocument1;
     this.myPrintPreViewControl1.Location   = new System.Drawing.Point(0, 0);
     this.myPrintPreViewControl1.Name       = "myPrintPreViewControl1";
     this.myPrintPreViewControl1.ReportName = "医生工作量报表";
     this.myPrintPreViewControl1.ShowPannel = true;
     this.myPrintPreViewControl1.Size       = new System.Drawing.Size(749, 376);
     this.myPrintPreViewControl1.TabIndex   = 0;
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(212, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(3, 376);
     this.splitter1.TabIndex = 10;
     this.splitter1.TabStop  = false;
     //
     // listView2
     //
     this.listView2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader6,
         this.columnHeader1
     });
     this.listView2.Dock                  = System.Windows.Forms.DockStyle.Left;
     this.listView2.FullRowSelect         = true;
     this.listView2.GridLines             = true;
     this.listView2.HeaderStyle           = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.listView2.HideSelection         = false;
     this.listView2.Location              = new System.Drawing.Point(0, 0);
     this.listView2.MultiSelect           = false;
     this.listView2.Name                  = "listView2";
     this.listView2.Size                  = new System.Drawing.Size(212, 376);
     this.listView2.TabIndex              = 9;
     this.listView2.View                  = System.Windows.Forms.View.Details;
     this.listView2.SelectedIndexChanged += new System.EventHandler(this.listView2_SelectedIndexChanged);
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "编号";
     this.columnHeader4.Width = 54;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "名称";
     this.columnHeader5.Width = 84;
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "职称";
     this.columnHeader6.Width = 53;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "ID";
     this.columnHeader1.Width = 0;
     //
     // frmDeptDocWorkLoadNew
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.CancelButton      = this.btExit;
     this.ClientSize        = new System.Drawing.Size(984, 517);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.groupBox1);
     this.Font       = new System.Drawing.Font("宋体", 10.5F);
     this.KeyPreview = true;
     this.Name       = "frmDeptDocWorkLoadNew";
     this.Text       = "医生工作量统一查询";
     this.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.frmDoctorWorkLoadReport_KeyDown);
     this.Load      += new System.EventHandler(this.frmDoctorWorkLoadReport_Load);
     this.groupBox1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #2
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();
 }
예제 #3
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGroupWorkLoadReport));
     this.groupBox1              = new System.Windows.Forms.GroupBox();
     this.btExit                 = new PinkieControls.ButtonXP();
     this.btPrint                = new PinkieControls.ButtonXP();
     this.label1                 = new System.Windows.Forms.Label();
     this.m_daFinDateLast        = new System.Windows.Forms.DateTimePicker();
     this.label2                 = new System.Windows.Forms.Label();
     this.btExcel                = new PinkieControls.ButtonXP();
     this.btOK                   = new PinkieControls.ButtonXP();
     this.m_daFinDate            = new System.Windows.Forms.DateTimePicker();
     this.myPrintPreViewControl1 = new com.digitalwave.controls.Control.MyPrintPreViewControl();
     this.printDocument1         = new System.Drawing.Printing.PrintDocument();
     this.printDialog1           = new System.Windows.Forms.PrintDialog();
     this.label5                 = new System.Windows.Forms.Label();
     this.comboBox1              = new System.Windows.Forms.ComboBox();
     this.comboBox2              = new System.Windows.Forms.ComboBox();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.comboBox2);
     this.groupBox1.Controls.Add(this.btExit);
     this.groupBox1.Controls.Add(this.btPrint);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.m_daFinDateLast);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.btExcel);
     this.groupBox1.Controls.Add(this.btOK);
     this.groupBox1.Controls.Add(this.m_daFinDate);
     this.groupBox1.Location = new System.Drawing.Point(4, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(964, 64);
     this.groupBox1.TabIndex = 62;
     this.groupBox1.TabStop  = false;
     //
     // btExit
     //
     this.btExit.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.btExit.DefaultScheme = true;
     this.btExit.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.btExit.Hint          = "";
     this.btExit.Location      = new System.Drawing.Point(860, 20);
     this.btExit.Name          = "btExit";
     this.btExit.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btExit.Size          = new System.Drawing.Size(96, 32);
     this.btExit.TabIndex      = 67;
     this.btExit.Text          = "退出(ESC)";
     this.btExit.Click        += new System.EventHandler(this.btExit_Click);
     //
     // btPrint
     //
     this.btPrint.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.btPrint.DefaultScheme = true;
     this.btPrint.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btPrint.Hint          = "";
     this.btPrint.Location      = new System.Drawing.Point(753, 20);
     this.btPrint.Name          = "btPrint";
     this.btPrint.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btPrint.Size          = new System.Drawing.Size(96, 32);
     this.btPrint.TabIndex      = 66;
     this.btPrint.Text          = "打印(&P)";
     this.btPrint.Click        += new System.EventHandler(this.btPrint_Click);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Location  = new System.Drawing.Point(256, 29);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(21, 14);
     this.label1.TabIndex  = 65;
     this.label1.Text      = "至";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // m_daFinDateLast
     //
     this.m_daFinDateLast.CustomFormat = "yyyy年MM月dd日";
     this.m_daFinDateLast.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.m_daFinDateLast.Location     = new System.Drawing.Point(292, 25);
     this.m_daFinDateLast.Name         = "m_daFinDateLast";
     this.m_daFinDateLast.Size         = new System.Drawing.Size(128, 23);
     this.m_daFinDateLast.TabIndex     = 64;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Location  = new System.Drawing.Point(12, 29);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(91, 14);
     this.label2.TabIndex  = 63;
     this.label2.Text      = "统计日期 从:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btExcel
     //
     this.btExcel.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.btExcel.DefaultScheme = true;
     this.btExcel.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btExcel.Hint          = "";
     this.btExcel.Location      = new System.Drawing.Point(638, 20);
     this.btExcel.Name          = "btExcel";
     this.btExcel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btExcel.Size          = new System.Drawing.Size(96, 32);
     this.btExcel.TabIndex      = 58;
     this.btExcel.Text          = "导出(&O)";
     this.btExcel.Click        += new System.EventHandler(this.btExcel_Click);
     //
     // btOK
     //
     this.btOK.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.btOK.DefaultScheme = true;
     this.btOK.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btOK.Hint          = "";
     this.btOK.Location      = new System.Drawing.Point(529, 20);
     this.btOK.Name          = "btOK";
     this.btOK.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btOK.Size          = new System.Drawing.Size(96, 32);
     this.btOK.TabIndex      = 58;
     this.btOK.Text          = "生成报表(&C)";
     this.btOK.Click        += new System.EventHandler(this.btOK_Click);
     //
     // m_daFinDate
     //
     this.m_daFinDate.CustomFormat = "yyyy年MM月dd日";
     this.m_daFinDate.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.m_daFinDate.Location     = new System.Drawing.Point(112, 25);
     this.m_daFinDate.Name         = "m_daFinDate";
     this.m_daFinDate.Size         = new System.Drawing.Size(128, 23);
     this.m_daFinDate.TabIndex     = 60;
     //
     // myPrintPreViewControl1
     //
     this.myPrintPreViewControl1.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.myPrintPreViewControl1.BlnCustomFlag = false;
     this.myPrintPreViewControl1.Document        = this.printDocument1;
     this.myPrintPreViewControl1.Location        = new System.Drawing.Point(8, 68);
     this.myPrintPreViewControl1.Name            = "myPrintPreViewControl1";
     this.myPrintPreViewControl1.ReportName      = "";
     this.myPrintPreViewControl1.ShowPannel      = true;
     this.myPrintPreViewControl1.ShowPrintButton = true;
     this.myPrintPreViewControl1.Size            = new System.Drawing.Size(960, 440);
     //this.myPrintPreViewControl1.strCheckName = "";
     //this.myPrintPreViewControl1.strDeptName = "";
     this.myPrintPreViewControl1.TabIndex = 63;
     this.myPrintPreViewControl1.Zoom     = 1;
     //
     // printDocument1
     //
     this.printDocument1.PrintPage  += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     this.printDocument1.EndPrint   += new System.Drawing.Printing.PrintEventHandler(this.printDocument1_EndPrint);
     this.printDocument1.BeginPrint += new System.Drawing.Printing.PrintEventHandler(this.printDocument1_BeginPrint);
     //
     // printDialog1
     //
     this.printDialog1.AllowCurrentPage = true;
     this.printDialog1.AllowSelection   = true;
     this.printDialog1.AllowSomePages   = true;
     this.printDialog1.Document         = this.printDocument1;
     this.printDialog1.UseEXDialog      = true;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(222, 73);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(70, 14);
     this.label5.TabIndex = 67;
     this.label5.Text     = "页面列数:";
     //
     // comboBox1
     //
     this.comboBox1.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
         "9",
         "10",
         "11",
         "12",
         "13"
     });
     this.comboBox1.Location              = new System.Drawing.Point(297, 68);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(89, 22);
     this.comboBox1.TabIndex              = 66;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // comboBox2
     //
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Items.AddRange(new object[] {
         "全院",
         "大院"
     });
     this.comboBox2.Location = new System.Drawing.Point(435, 26);
     this.comboBox2.Name     = "comboBox2";
     this.comboBox2.Size     = new System.Drawing.Size(84, 22);
     this.comboBox2.TabIndex = 68;
     this.comboBox2.Text     = "全院";
     //
     // frmGroupWorkLoadReport
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.CancelButton      = this.btExit;
     this.ClientSize        = new System.Drawing.Size(972, 509);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.myPrintPreViewControl1);
     this.Controls.Add(this.groupBox1);
     this.Font  = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "frmGroupWorkLoadReport";
     this.Text  = "工作组工作量统计报表";
     this.Load += new System.EventHandler(this.frmGroupWorkLoadReport_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #4
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.panel1                 = new System.Windows.Forms.Panel();
     this.treeView1              = new System.Windows.Forms.TreeView();
     this.panel2                 = new System.Windows.Forms.Panel();
     this.label1                 = new System.Windows.Forms.Label();
     this.groupBox1              = new System.Windows.Forms.GroupBox();
     this.btnReUseAll            = new PinkieControls.ButtonXP();
     this.btReUse                = new PinkieControls.ButtonXP();
     this.btExit                 = new PinkieControls.ButtonXP();
     this.btPrint                = new PinkieControls.ButtonXP();
     this.btReConsultation       = new PinkieControls.ButtonXP();
     this.splitter1              = new System.Windows.Forms.Splitter();
     this.myPrintPreViewControl1 = new com.digitalwave.controls.Control.MyPrintPreViewControl();
     this.printDocument1         = new System.Drawing.Printing.PrintDocument();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.treeView1);
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(176, 597);
     this.panel1.TabIndex = 0;
     //
     // treeView1
     //
     this.treeView1.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.treeView1.ImageIndex         = -1;
     this.treeView1.Location           = new System.Drawing.Point(0, 28);
     this.treeView1.Name               = "treeView1";
     this.treeView1.SelectedImageIndex = -1;
     this.treeView1.Size               = new System.Drawing.Size(172, 565);
     this.treeView1.TabIndex           = 2;
     this.treeView1.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.treeView1_KeyDown);
     this.treeView1.DoubleClick       += new System.EventHandler(this.treeView1_DoubleClick);
     //
     // panel2
     //
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.label1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(172, 28);
     this.panel2.TabIndex = 1;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(8, 4);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(160, 20);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "病 历 列 表";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btnReUseAll);
     this.groupBox1.Controls.Add(this.btReUse);
     this.groupBox1.Controls.Add(this.btExit);
     this.groupBox1.Controls.Add(this.btPrint);
     this.groupBox1.Controls.Add(this.btReConsultation);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.groupBox1.Location = new System.Drawing.Point(176, 529);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(732, 68);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     //
     // btnReUseAll
     //
     this.btnReUseAll.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btnReUseAll.DefaultScheme = true;
     this.btnReUseAll.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnReUseAll.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.btnReUseAll.Hint          = "";
     this.btnReUseAll.Location      = new System.Drawing.Point(308, 24);
     this.btnReUseAll.Name          = "btnReUseAll";
     this.btnReUseAll.RightToLeft   = System.Windows.Forms.RightToLeft.Yes;
     this.btnReUseAll.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnReUseAll.Size          = new System.Drawing.Size(118, 32);
     this.btnReUseAll.TabIndex      = 14;
     this.btnReUseAll.Text          = "复用病历及处方";
     this.btnReUseAll.Click        += new System.EventHandler(this.btnReUseAll_Click);
     //
     // btReUse
     //
     this.btReUse.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btReUse.DefaultScheme = true;
     this.btReUse.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btReUse.Hint          = "";
     this.btReUse.Location      = new System.Drawing.Point(164, 24);
     this.btReUse.Name          = "btReUse";
     this.btReUse.RightToLeft   = System.Windows.Forms.RightToLeft.Yes;
     this.btReUse.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btReUse.Size          = new System.Drawing.Size(104, 32);
     this.btReUse.TabIndex      = 13;
     this.btReUse.Text          = "复用病历(&U)";
     this.btReUse.Click        += new System.EventHandler(this.btReUse_Click);
     //
     // 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(606, 24);
     this.btExit.Name          = "btExit";
     this.btExit.RightToLeft   = System.Windows.Forms.RightToLeft.Yes;
     this.btExit.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btExit.Size          = new System.Drawing.Size(100, 32);
     this.btExit.TabIndex      = 12;
     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(466, 24);
     this.btPrint.Name          = "btPrint";
     this.btPrint.RightToLeft   = System.Windows.Forms.RightToLeft.Yes;
     this.btPrint.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btPrint.Size          = new System.Drawing.Size(100, 32);
     this.btPrint.TabIndex      = 11;
     this.btPrint.Text          = "打印(&P)";
     this.btPrint.Click        += new System.EventHandler(this.btPrint_Click);
     //
     // btReConsultation
     //
     this.btReConsultation.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btReConsultation.DefaultScheme = true;
     this.btReConsultation.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btReConsultation.Hint          = "";
     this.btReConsultation.Location      = new System.Drawing.Point(24, 24);
     this.btReConsultation.Name          = "btReConsultation";
     this.btReConsultation.RightToLeft   = System.Windows.Forms.RightToLeft.Yes;
     this.btReConsultation.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btReConsultation.Size          = new System.Drawing.Size(100, 32);
     this.btReConsultation.TabIndex      = 10;
     this.btReConsultation.Text          = "复诊(&R)";
     this.btReConsultation.Click        += new System.EventHandler(this.btReConsultation_Click);
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(176, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(3, 529);
     this.splitter1.TabIndex = 2;
     this.splitter1.TabStop  = false;
     //
     // myPrintPreViewControl1
     //
     this.myPrintPreViewControl1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.myPrintPreViewControl1.Document        = this.printDocument1;
     this.myPrintPreViewControl1.Location        = new System.Drawing.Point(179, 0);
     this.myPrintPreViewControl1.Name            = "myPrintPreViewControl1";
     this.myPrintPreViewControl1.ReportName      = "";
     this.myPrintPreViewControl1.ShowPannel      = false;
     this.myPrintPreViewControl1.ShowPrintButton = true;
     this.myPrintPreViewControl1.Size            = new System.Drawing.Size(729, 529);
     this.myPrintPreViewControl1.TabIndex        = 3;
     //
     // printDocument1
     //
     this.printDocument1.BeginPrint += new System.Drawing.Printing.PrintEventHandler(this.printDocument1_BeginPrint);
     this.printDocument1.EndPrint   += new System.Drawing.Printing.PrintEventHandler(this.printDocument1_EndPrint);
     this.printDocument1.PrintPage  += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     //
     // frmShowCaseHistory
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.CancelButton      = this.btExit;
     this.ClientSize        = new System.Drawing.Size(908, 597);
     this.Controls.Add(this.myPrintPreViewControl1);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.panel1);
     this.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.Name          = "frmShowCaseHistory";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "查看病历";
     this.Load         += new System.EventHandler(this.frmShowCaseHistory_Load);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #5
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmChargeWorkReport));
     this.dateTimePicker2        = new System.Windows.Forms.DateTimePicker();
     this.label4                 = new System.Windows.Forms.Label();
     this.dateTimePicker1        = new System.Windows.Forms.DateTimePicker();
     this.label3                 = new System.Windows.Forms.Label();
     this.panel1                 = new System.Windows.Forms.Panel();
     this.btExit                 = new PinkieControls.ButtonXP();
     this.btExcel                = new PinkieControls.ButtonXP();
     this.btFind                 = new PinkieControls.ButtonXP();
     this.btPrint                = new PinkieControls.ButtonXP();
     this.panel2                 = new System.Windows.Forms.Panel();
     this.panel3                 = new System.Windows.Forms.Panel();
     this.myPrintPreViewControl1 = new com.digitalwave.controls.Control.MyPrintPreViewControl();
     this.printDocument1         = new System.Drawing.Printing.PrintDocument();
     this.splitter1              = new System.Windows.Forms.Splitter();
     this.printDialog1           = new System.Windows.Forms.PrintDialog();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.Location = new System.Drawing.Point(309, 12);
     this.dateTimePicker2.Name     = "dateTimePicker2";
     this.dateTimePicker2.Size     = new System.Drawing.Size(132, 23);
     this.dateTimePicker2.TabIndex = 11;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(276, 16);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(21, 14);
     this.label4.TabIndex = 10;
     this.label4.Text     = "至";
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Location = new System.Drawing.Point(132, 12);
     this.dateTimePicker1.Name     = "dateTimePicker1";
     this.dateTimePicker1.Size     = new System.Drawing.Size(132, 23);
     this.dateTimePicker1.TabIndex = 9;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(28, 16);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(91, 14);
     this.label3.TabIndex = 8;
     this.label3.Text     = "统计时间 从:";
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.btExit);
     this.panel1.Controls.Add(this.btExcel);
     this.panel1.Controls.Add(this.btFind);
     this.panel1.Controls.Add(this.btPrint);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.dateTimePicker2);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.dateTimePicker1);
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(976, 48);
     this.panel1.TabIndex = 12;
     //
     // btExit
     //
     this.btExit.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btExit.DefaultScheme = true;
     this.btExit.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.btExit.Hint          = "";
     this.btExit.Location      = new System.Drawing.Point(876, 7);
     this.btExit.Name          = "btExit";
     this.btExit.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btExit.Size          = new System.Drawing.Size(96, 32);
     this.btExit.TabIndex      = 49;
     this.btExit.Text          = "退出(ESC)";
     this.btExit.Click        += new System.EventHandler(this.btExit_Click);
     //
     // btExcel
     //
     this.btExcel.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btExcel.DefaultScheme = true;
     this.btExcel.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btExcel.Hint          = "";
     this.btExcel.Location      = new System.Drawing.Point(626, 7);
     this.btExcel.Name          = "btExcel";
     this.btExcel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btExcel.Size          = new System.Drawing.Size(96, 32);
     this.btExcel.TabIndex      = 48;
     this.btExcel.Text          = "导出(&O)";
     this.btExcel.Click        += new System.EventHandler(this.btExcel_Click);
     //
     // btFind
     //
     this.btFind.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btFind.DefaultScheme = true;
     this.btFind.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btFind.Hint          = "";
     this.btFind.Location      = new System.Drawing.Point(501, 7);
     this.btFind.Name          = "btFind";
     this.btFind.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btFind.Size          = new System.Drawing.Size(96, 32);
     this.btFind.TabIndex      = 48;
     this.btFind.Text          = "查询(&F)";
     this.btFind.Click        += new System.EventHandler(this.btFind_Click);
     //
     // btPrint
     //
     this.btPrint.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btPrint.DefaultScheme = true;
     this.btPrint.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btPrint.Hint          = "";
     this.btPrint.Location      = new System.Drawing.Point(751, 7);
     this.btPrint.Name          = "btPrint";
     this.btPrint.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btPrint.Size          = new System.Drawing.Size(96, 32);
     this.btPrint.TabIndex      = 47;
     this.btPrint.Text          = "打印(&P)";
     this.btPrint.Click        += new System.EventHandler(this.btPrint_Click);
     //
     // panel2
     //
     this.panel2.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.panel2.Controls.Add(this.panel3);
     this.panel2.Controls.Add(this.splitter1);
     this.panel2.Location = new System.Drawing.Point(0, 54);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(976, 434);
     this.panel2.TabIndex = 13;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.myPrintPreViewControl1);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(3, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(973, 434);
     this.panel3.TabIndex = 11;
     //
     // myPrintPreViewControl1
     //
     this.myPrintPreViewControl1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.myPrintPreViewControl1.Document        = this.printDocument1;
     this.myPrintPreViewControl1.Location        = new System.Drawing.Point(0, 0);
     this.myPrintPreViewControl1.Name            = "myPrintPreViewControl1";
     this.myPrintPreViewControl1.ReportName      = "收费员工作量报表";
     this.myPrintPreViewControl1.ShowPannel      = true;
     this.myPrintPreViewControl1.ShowPrintButton = true;
     this.myPrintPreViewControl1.Size            = new System.Drawing.Size(973, 434);
     this.myPrintPreViewControl1.TabIndex        = 0;
     //
     // printDocument1
     //
     this.printDocument1.PrintPage  += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     this.printDocument1.BeginPrint += new System.Drawing.Printing.PrintEventHandler(this.printDocument1_BeginPrint);
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(0, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(3, 434);
     this.splitter1.TabIndex = 10;
     this.splitter1.TabStop  = false;
     //
     // printDialog1
     //
     this.printDialog1.AllowCurrentPage = true;
     this.printDialog1.AllowSelection   = true;
     this.printDialog1.AllowSomePages   = true;
     this.printDialog1.Document         = this.printDocument1;
     this.printDialog1.UseEXDialog      = true;
     //
     // frmChargeWorkReport
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(976, 485);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Font  = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "frmChargeWorkReport";
     this.Text  = "收费员工作量统计报表";
     this.Load += new System.EventHandler(this.frmChargeWorkReport_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #6
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmShowReports));
     this.panel1              = new System.Windows.Forms.Panel();
     this.txtCardID           = new com.digitalwave.controls.clsCardTextBox();
     this.m_txtInpatNo        = new System.Windows.Forms.TextBox();
     this.label5              = new System.Windows.Forms.Label();
     this.btOpenImage         = new PinkieControls.ButtonXP();
     this.btClose             = new PinkieControls.ButtonXP();
     this.btPrint             = new PinkieControls.ButtonXP();
     this.txtAge              = new System.Windows.Forms.TextBox();
     this.label4              = new System.Windows.Forms.Label();
     this.txtSex              = new System.Windows.Forms.TextBox();
     this.label3              = new System.Windows.Forms.Label();
     this.txtName             = new System.Windows.Forms.TextBox();
     this.label2              = new System.Windows.Forms.Label();
     this.label1              = new System.Windows.Forms.Label();
     this.panel2              = new System.Windows.Forms.Panel();
     this.treeView1           = new System.Windows.Forms.TreeView();
     this.panel3              = new System.Windows.Forms.Panel();
     this.printPreviewControl = new com.digitalwave.controls.Control.MyPrintPreViewControl();
     this.printDocument1      = new System.Drawing.Printing.PrintDocument();
     this.lblPacsHint         = new System.Windows.Forms.Label();
     this.picBL         = new System.Windows.Forms.PictureBox();
     this.webBrowser    = new System.Windows.Forms.WebBrowser();
     this.m_picBadge    = new System.Windows.Forms.PictureBox();
     this.listView1     = 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.fpnlBL        = new System.Windows.Forms.FlowLayoutPanel();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picBL)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_picBadge)).BeginInit();
     this.fpnlBL.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.Controls.Add(this.txtCardID);
     this.panel1.Controls.Add(this.m_txtInpatNo);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.btOpenImage);
     this.panel1.Controls.Add(this.btClose);
     this.panel1.Controls.Add(this.btPrint);
     this.panel1.Controls.Add(this.txtAge);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.txtSex);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.txtName);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1014, 48);
     this.panel1.TabIndex = 0;
     //
     // txtCardID
     //
     this.txtCardID.Location     = new System.Drawing.Point(60, 16);
     this.txtCardID.MaxLength    = 18;
     this.txtCardID.Name         = "txtCardID";
     this.txtCardID.PatientCard  = "";
     this.txtCardID.PatientFlag  = 0;
     this.txtCardID.Size         = new System.Drawing.Size(100, 23);
     this.txtCardID.TabIndex     = 15;
     this.txtCardID.TextAlign    = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtCardID.YBCardText   = "";
     this.txtCardID.CardKeyDown += new com.digitalwave.controls.clsCardTextBox.TxtKeyDownHandle(this.txtCardID1_CardKeyDown);
     //
     // m_txtInpatNo
     //
     this.m_txtInpatNo.Location = new System.Drawing.Point(228, 16);
     this.m_txtInpatNo.Name     = "m_txtInpatNo";
     this.m_txtInpatNo.Size     = new System.Drawing.Size(100, 23);
     this.m_txtInpatNo.TabIndex = 14;
     this.m_txtInpatNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.m_txtInpatNo_KeyDown);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(168, 19);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(56, 14);
     this.label5.TabIndex = 13;
     this.label5.Text     = "住院号:";
     //
     // btOpenImage
     //
     this.btOpenImage.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btOpenImage.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.btOpenImage.DefaultScheme = true;
     this.btOpenImage.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btOpenImage.Hint          = "";
     this.btOpenImage.Location      = new System.Drawing.Point(705, 10);
     this.btOpenImage.Name          = "btOpenImage";
     this.btOpenImage.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btOpenImage.Size          = new System.Drawing.Size(88, 32);
     this.btOpenImage.TabIndex      = 12;
     this.btOpenImage.Text          = "打开图像";
     this.btOpenImage.Click        += new System.EventHandler(this.btOpenImage_Click);
     //
     // btClose
     //
     this.btClose.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btClose.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.btClose.DefaultScheme = true;
     this.btClose.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btClose.Hint          = "";
     this.btClose.Location      = new System.Drawing.Point(920, 10);
     this.btClose.Name          = "btClose";
     this.btClose.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btClose.Size          = new System.Drawing.Size(88, 32);
     this.btClose.TabIndex      = 9;
     this.btClose.Text          = "关闭(&C)";
     this.btClose.Click        += new System.EventHandler(this.btClose_Click);
     //
     // btPrint
     //
     this.btPrint.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btPrint.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.btPrint.DefaultScheme = true;
     this.btPrint.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btPrint.Hint          = "";
     this.btPrint.Location      = new System.Drawing.Point(811, 10);
     this.btPrint.Name          = "btPrint";
     this.btPrint.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btPrint.Size          = new System.Drawing.Size(88, 32);
     this.btPrint.TabIndex      = 8;
     this.btPrint.Text          = "打印(&P)";
     this.btPrint.Click        += new System.EventHandler(this.btPrint_Click);
     //
     // txtAge
     //
     this.txtAge.Location  = new System.Drawing.Point(628, 16);
     this.txtAge.Name      = "txtAge";
     this.txtAge.ReadOnly  = true;
     this.txtAge.Size      = new System.Drawing.Size(56, 23);
     this.txtAge.TabIndex  = 7;
     this.txtAge.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(584, 19);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(42, 14);
     this.label4.TabIndex = 6;
     this.label4.Text     = "年龄:";
     //
     // txtSex
     //
     this.txtSex.Location  = new System.Drawing.Point(520, 16);
     this.txtSex.Name      = "txtSex";
     this.txtSex.ReadOnly  = true;
     this.txtSex.Size      = new System.Drawing.Size(56, 23);
     this.txtSex.TabIndex  = 5;
     this.txtSex.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(476, 19);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(42, 14);
     this.label3.TabIndex = 4;
     this.label3.Text     = "性别:";
     //
     // txtName
     //
     this.txtName.Location  = new System.Drawing.Point(380, 16);
     this.txtName.Name      = "txtName";
     this.txtName.Size      = new System.Drawing.Size(88, 23);
     this.txtName.TabIndex  = 3;
     this.txtName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtName.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txtName_KeyDown);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(336, 19);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(42, 14);
     this.label2.TabIndex = 2;
     this.label2.Text     = "姓名:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 19);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(49, 14);
     this.label1.TabIndex = 0;
     this.label1.Text     = "卡 号:";
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Left)));
     this.panel2.AutoSize = true;
     this.panel2.Controls.Add(this.treeView1);
     this.panel2.Location = new System.Drawing.Point(0, 48);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(376, 584);
     this.panel2.TabIndex = 1;
     //
     // treeView1
     //
     this.treeView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.treeView1.Location     = new System.Drawing.Point(0, 1);
     this.treeView1.Name         = "treeView1";
     this.treeView1.Size         = new System.Drawing.Size(373, 578);
     this.treeView1.TabIndex     = 0;
     this.treeView1.DoubleClick += new System.EventHandler(this.treeView1_DoubleClick);
     //
     // panel3
     //
     this.panel3.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.panel3.AutoSize    = true;
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel3.Controls.Add(this.lblPacsHint);
     this.panel3.Controls.Add(this.printPreviewControl);
     this.panel3.Controls.Add(this.fpnlBL);
     this.panel3.Controls.Add(this.webBrowser);
     this.panel3.Controls.Add(this.m_picBadge);
     this.panel3.Location = new System.Drawing.Point(208, 48);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(806, 578);
     this.panel3.TabIndex = 2;
     //
     // printPreviewControl
     //
     this.printPreviewControl.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.printPreviewControl.Document        = this.printDocument1;
     this.printPreviewControl.Location        = new System.Drawing.Point(0, 0);
     this.printPreviewControl.Name            = "printPreviewControl";
     this.printPreviewControl.ShowPannel      = true;
     this.printPreviewControl.ShowPrintButton = true;
     this.printPreviewControl.Size            = new System.Drawing.Size(352, 574);
     this.printPreviewControl.TabIndex        = 39;
     this.printPreviewControl.Zoom            = 1;
     this.printPreviewControl.Load           += new System.EventHandler(this.printPreviewControl1_Load);
     //
     // printDocument1
     //
     this.printDocument1.PrintPage  += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     this.printDocument1.BeginPrint += new System.Drawing.Printing.PrintEventHandler(this.printDocument1_BeginPrint);
     //
     // lblPacsHint
     //
     this.lblPacsHint.AutoSize  = true;
     this.lblPacsHint.BackColor = System.Drawing.Color.White;
     this.lblPacsHint.Font      = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblPacsHint.ForeColor = System.Drawing.Color.Blue;
     this.lblPacsHint.Location  = new System.Drawing.Point(324, 284);
     this.lblPacsHint.Name      = "lblPacsHint";
     this.lblPacsHint.Size      = new System.Drawing.Size(289, 57);
     this.lblPacsHint.TabIndex  = 1;
     this.lblPacsHint.Text      = "报告未出,请以影像图片为准。\r\n\r\n(点击“打开图像”按钮浏览)";
     this.lblPacsHint.Visible   = false;
     //
     // picBL
     //
     this.picBL.Location = new System.Drawing.Point(3, 3);
     this.picBL.Name     = "picBL";
     this.picBL.Size     = new System.Drawing.Size(52, 42);
     this.picBL.TabIndex = 41;
     this.picBL.TabStop  = false;
     this.picBL.Visible  = true;
     //
     // webBrowser
     //
     this.webBrowser.Dock        = System.Windows.Forms.DockStyle.Right;
     this.webBrowser.Location    = new System.Drawing.Point(552, 0);
     this.webBrowser.MinimumSize = new System.Drawing.Size(20, 20);
     this.webBrowser.Name        = "webBrowser";
     this.webBrowser.Size        = new System.Drawing.Size(250, 574);
     this.webBrowser.TabIndex    = 40;
     this.webBrowser.Visible     = false;
     //
     // m_picBadge
     //
     this.m_picBadge.Image    = ((System.Drawing.Image)(resources.GetObject("m_picBadge.Image")));
     this.m_picBadge.Location = new System.Drawing.Point(48, 32);
     this.m_picBadge.Name     = "m_picBadge";
     this.m_picBadge.Size     = new System.Drawing.Size(112, 48);
     this.m_picBadge.TabIndex = 38;
     this.m_picBadge.TabStop  = false;
     this.m_picBadge.Visible  = false;
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5
     });
     this.listView1.FullRowSelect = true;
     this.listView1.GridLines     = true;
     this.listView1.Location      = new System.Drawing.Point(64, -24);
     this.listView1.MultiSelect   = false;
     this.listView1.Name          = "listView1";
     this.listView1.Size          = new System.Drawing.Size(260, 104);
     this.listView1.TabIndex      = 1;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View         = System.Windows.Forms.View.Details;
     this.listView1.Visible      = false;
     this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
     this.listView1.Leave       += new System.EventHandler(this.listView1_Leave);
     this.listView1.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.listView1_KeyDown);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "ID";
     this.columnHeader1.Width = 77;
     //
     // columnHeader2
     //
     this.columnHeader2.Text      = "姓名";
     this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader2.Width     = 74;
     //
     // columnHeader3
     //
     this.columnHeader3.Text      = "性别";
     this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader3.Width     = 42;
     //
     // columnHeader4
     //
     this.columnHeader4.Text      = "年龄";
     this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader4.Width     = 41;
     //
     // columnHeader5
     //
     this.columnHeader5.Width = 0;
     //
     // fpnlBL
     //
     this.fpnlBL.AutoScroll = true;
     this.fpnlBL.Controls.Add(this.picBL);
     this.fpnlBL.Dock     = System.Windows.Forms.DockStyle.Right;
     this.fpnlBL.Location = new System.Drawing.Point(352, 0);
     this.fpnlBL.Name     = "fpnlBL";
     this.fpnlBL.Size     = new System.Drawing.Size(200, 574);
     this.fpnlBL.TabIndex = 42;
     //
     // frmShowReports
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(1022, 609);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Font          = new System.Drawing.Font("宋体", 10.5F);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmShowReports";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "病人报告查询";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.frmShowReports_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picBL)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_picBadge)).EndInit();
     this.fpnlBL.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #7
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGroupWorkLoadReport));
     this.groupBox1              = new System.Windows.Forms.GroupBox();
     this.label4                 = new System.Windows.Forms.Label();
     this.btPrint                = new PinkieControls.ButtonXP();
     this.m_daFinDateLast        = new System.Windows.Forms.DateTimePicker();
     this.btExcel                = new PinkieControls.ButtonXP();
     this.btOK                   = new PinkieControls.ButtonXP();
     this.m_daFinDate            = new System.Windows.Forms.DateTimePicker();
     this.label2                 = new System.Windows.Forms.Label();
     this.label1                 = new System.Windows.Forms.Label();
     this.label3                 = new System.Windows.Forms.Label();
     this.myPrintPreViewControl1 = new com.digitalwave.controls.Control.MyPrintPreViewControl();
     this.printDocument1         = new System.Drawing.Printing.PrintDocument();
     this.printDialog1           = new System.Windows.Forms.PrintDialog();
     this.comboBox1              = new System.Windows.Forms.ComboBox();
     this.label5                 = new System.Windows.Forms.Label();
     this.m_cboDept              = new com.digitalwave.iCare.gui.HIS.exComboBox();
     this.m_cboCheckMan          = new com.digitalwave.iCare.gui.HIS.exComboBox();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.m_cboDept);
     this.groupBox1.Controls.Add(this.btPrint);
     this.groupBox1.Controls.Add(this.m_cboCheckMan);
     this.groupBox1.Controls.Add(this.m_daFinDateLast);
     this.groupBox1.Controls.Add(this.btExcel);
     this.groupBox1.Controls.Add(this.btOK);
     this.groupBox1.Controls.Add(this.m_daFinDate);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Location = new System.Drawing.Point(4, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(1020, 64);
     this.groupBox1.TabIndex = 62;
     this.groupBox1.TabStop  = false;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(545, 30);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(42, 14);
     this.label4.TabIndex = 71;
     this.label4.Text     = "科室:";
     //
     // btPrint
     //
     this.btPrint.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btPrint.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btPrint.DefaultScheme = true;
     this.btPrint.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btPrint.Hint          = "";
     this.btPrint.Location      = new System.Drawing.Point(940, 19);
     this.btPrint.Name          = "btPrint";
     this.btPrint.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btPrint.Size          = new System.Drawing.Size(77, 32);
     this.btPrint.TabIndex      = 66;
     this.btPrint.Text          = "打印(&P)";
     this.btPrint.Click        += new System.EventHandler(this.btPrint_Click);
     //
     // m_daFinDateLast
     //
     this.m_daFinDateLast.CustomFormat = "yyyy年MM月dd日";
     this.m_daFinDateLast.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.m_daFinDateLast.Location     = new System.Drawing.Point(247, 24);
     this.m_daFinDateLast.Name         = "m_daFinDateLast";
     this.m_daFinDateLast.Size         = new System.Drawing.Size(125, 23);
     this.m_daFinDateLast.TabIndex     = 64;
     //
     // btExcel
     //
     this.btExcel.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btExcel.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btExcel.DefaultScheme = true;
     this.btExcel.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btExcel.Hint          = "";
     this.btExcel.Location      = new System.Drawing.Point(862, 19);
     this.btExcel.Name          = "btExcel";
     this.btExcel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btExcel.Size          = new System.Drawing.Size(75, 32);
     this.btExcel.TabIndex      = 58;
     this.btExcel.Text          = "导出(&O)";
     this.btExcel.Click        += new System.EventHandler(this.btExcel_Click);
     //
     // btOK
     //
     this.btOK.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btOK.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btOK.DefaultScheme = true;
     this.btOK.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btOK.Hint          = "";
     this.btOK.Location      = new System.Drawing.Point(758, 19);
     this.btOK.Name          = "btOK";
     this.btOK.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btOK.Size          = new System.Drawing.Size(102, 32);
     this.btOK.TabIndex      = 58;
     this.btOK.Text          = "生成报表(&C)";
     this.btOK.Click        += new System.EventHandler(this.btOK_Click);
     //
     // m_daFinDate
     //
     this.m_daFinDate.CustomFormat = "yyyy年MM月dd日";
     this.m_daFinDate.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.m_daFinDate.Location     = new System.Drawing.Point(92, 23);
     this.m_daFinDate.Name         = "m_daFinDate";
     this.m_daFinDate.Size         = new System.Drawing.Size(128, 23);
     this.m_daFinDate.TabIndex     = 60;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Location  = new System.Drawing.Point(2, 27);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(84, 14);
     this.label2.TabIndex  = 63;
     this.label2.Text      = "统计日期 从";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Location  = new System.Drawing.Point(223, 29);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(21, 14);
     this.label1.TabIndex  = 65;
     this.label1.Text      = "至";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(381, 30);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(56, 14);
     this.label3.TabIndex = 70;
     this.label3.Text     = "收费员:";
     //
     // myPrintPreViewControl1
     //
     this.myPrintPreViewControl1.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.myPrintPreViewControl1.Document        = this.printDocument1;
     this.myPrintPreViewControl1.Location        = new System.Drawing.Point(8, 68);
     this.myPrintPreViewControl1.Name            = "myPrintPreViewControl1";
     this.myPrintPreViewControl1.ReportName      = "";
     this.myPrintPreViewControl1.ShowPannel      = true;
     this.myPrintPreViewControl1.ShowPrintButton = true;
     this.myPrintPreViewControl1.Size            = new System.Drawing.Size(1016, 440);
     this.myPrintPreViewControl1.TabIndex        = 63;
     //
     // printDocument1
     //
     this.printDocument1.PrintPage  += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     this.printDocument1.EndPrint   += new System.Drawing.Printing.PrintEventHandler(this.printDocument1_EndPrint);
     this.printDocument1.BeginPrint += new System.Drawing.Printing.PrintEventHandler(this.printDocument1_BeginPrint);
     //
     // printDialog1
     //
     this.printDialog1.AllowCurrentPage = true;
     this.printDialog1.AllowSelection   = true;
     this.printDialog1.AllowSomePages   = true;
     this.printDialog1.Document         = this.printDocument1;
     this.printDialog1.UseEXDialog      = true;
     //
     // comboBox1
     //
     this.comboBox1.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
         "9",
         "10",
         "11",
         "12",
         "13"
     });
     this.comboBox1.Location              = new System.Drawing.Point(302, 69);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(74, 22);
     this.comboBox1.TabIndex              = 64;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(227, 73);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(70, 14);
     this.label5.TabIndex = 65;
     this.label5.Text     = "页面列数:";
     //
     // m_cboDept
     //
     this.m_cboDept.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboDept.Location      = new System.Drawing.Point(591, 25);
     this.m_cboDept.Margin        = new System.Windows.Forms.Padding(0);
     this.m_cboDept.Name          = "m_cboDept";
     this.m_cboDept.Size          = new System.Drawing.Size(149, 22);
     this.m_cboDept.TabIndex      = 68;
     //
     // m_cboCheckMan
     //
     this.m_cboCheckMan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboCheckMan.Location      = new System.Drawing.Point(436, 25);
     this.m_cboCheckMan.Margin        = new System.Windows.Forms.Padding(0);
     this.m_cboCheckMan.Name          = "m_cboCheckMan";
     this.m_cboCheckMan.Size          = new System.Drawing.Size(103, 22);
     this.m_cboCheckMan.TabIndex      = 69;
     //
     // frmGroupWorkLoadReport
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(1028, 509);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.myPrintPreViewControl1);
     this.Controls.Add(this.groupBox1);
     this.Font  = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "frmGroupWorkLoadReport";
     this.Text  = "工作组工作量统计报表";
     this.Load += new System.EventHandler(this.frmGroupWorkLoadReport_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }