Esempio n. 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmMessageForm));
     this.cmdOK          = new System.Windows.Forms.Button();
     this.m_txtInfoTitle = new System.Windows.Forms.Label();
     this.m_txtInfo      = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.SuspendLayout();
     //
     // cmdOK
     //
     this.cmdOK.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.Yes;
     this.cmdOK.FlatStyle    = System.Windows.Forms.FlatStyle.Flat;
     this.cmdOK.Location     = new System.Drawing.Point(600, 16);
     this.cmdOK.Name         = "cmdOK";
     this.cmdOK.Size         = new System.Drawing.Size(84, 28);
     this.cmdOK.TabIndex     = 1;
     this.cmdOK.Text         = "确  定";
     //
     // m_txtInfoTitle
     //
     this.m_txtInfoTitle.AutoSize  = true;
     this.m_txtInfoTitle.Location  = new System.Drawing.Point(36, 20);
     this.m_txtInfoTitle.Name      = "m_txtInfoTitle";
     this.m_txtInfoTitle.Size      = new System.Drawing.Size(47, 19);
     this.m_txtInfoTitle.TabIndex  = 203;
     this.m_txtInfoTitle.Text      = "信息:";
     this.m_txtInfoTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // m_txtInfo
     //
     this.m_txtInfo.AccessibleDescription = "红细胞积压比";
     this.m_txtInfo.BackColor             = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152)));
     this.m_txtInfo.BorderColor           = System.Drawing.Color.White;
     this.m_txtInfo.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtInfo.Font      = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_txtInfo.ForeColor = System.Drawing.Color.White;
     this.m_txtInfo.Location  = new System.Drawing.Point(36, 52);
     this.m_txtInfo.MaxLength = 32778;
     this.m_txtInfo.Multiline = true;
     this.m_txtInfo.Name      = "m_txtInfo";
     this.m_txtInfo.Size      = new System.Drawing.Size(652, 268);
     this.m_txtInfo.TabIndex  = 2;
     this.m_txtInfo.Text      = "";
     //
     // frmMessageForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(8, 19);
     this.BackColor         = System.Drawing.Color.FromArgb(((System.Byte)(51)), ((System.Byte)(102)), ((System.Byte)(153)));
     this.ClientSize        = new System.Drawing.Size(720, 341);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.cmdOK,
         this.m_txtInfoTitle,
         this.m_txtInfo
     });
     this.Font          = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.ForeColor     = System.Drawing.SystemColors.Window;
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmMessageForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "信息";
     this.ResumeLayout(false);
 }
Esempio n. 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.lblCheckObject        = new System.Windows.Forms.Label();
     this.m_txtCheckObject      = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.m_txtWhereBody        = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.m_txtIllnessLong      = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.lblWhereBody          = new System.Windows.Forms.Label();
     this.lblIllnessLong        = new System.Windows.Forms.Label();
     this.lblIllnessResume      = new System.Windows.Forms.Label();
     this.m_txtIllnessResume    = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.lblClinicCase         = new System.Windows.Forms.Label();
     this.m_txtClinicCase       = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.lblOperationCase      = new System.Windows.Forms.Label();
     this.m_txtOperationCase    = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.lblApplyCheckIntent   = new System.Windows.Forms.Label();
     this.lblAssay              = new System.Windows.Forms.Label();
     this.lblBlood              = new System.Windows.Forms.Label();
     this.lblXRay               = new System.Windows.Forms.Label();
     this.lblBacilliBlood       = new System.Windows.Forms.Label();
     this.lblOther              = new System.Windows.Forms.Label();
     this.lblClinicDiagonse     = new System.Windows.Forms.Label();
     this.lblExplain_1          = new System.Windows.Forms.Label();
     this.m_txtApplyCheckIntent = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.m_txtAssay            = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.m_txtBlood            = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.m_txtXRay             = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.m_txtBacilliBlood     = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.m_txtOther            = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.m_txtClinicDiagonse   = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.lblDoc            = new System.Windows.Forms.Label();
     this.m_txtDoc          = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.lblExplain_2      = new System.Windows.Forms.Label();
     this.lblCheckDate      = new System.Windows.Forms.Label();
     this.m_txtCheckDate    = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.m_txtYear         = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.m_txtMonth        = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.m_txtDay          = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.m_txtReceriveDate = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.lblYear           = new System.Windows.Forms.Label();
     this.lblMonth          = new System.Windows.Forms.Label();
     this.lblDay            = new System.Windows.Forms.Label();
     this.lblReceiveDate    = new System.Windows.Forms.Label();
     this.m_txtAmorPm       = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.lblAmorPm         = new System.Windows.Forms.Label();
     this.lblClassify       = new System.Windows.Forms.Label();
     this.m_txtClassify     = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.lblClinicNum      = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.ctlBorderTextBox2 = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.m_txtClinicNum    = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.SuspendLayout();
     //
     // m_lblForTitle
     //
     this.m_lblForTitle.Size    = new System.Drawing.Size(396, 48);
     this.m_lblForTitle.Visible = true;
     //
     // m_cmdModifyPatientInfo
     //
     this.m_cmdModifyPatientInfo.Location = new System.Drawing.Point(719, 34);
     //
     // lblCheckObject
     //
     this.lblCheckObject.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblCheckObject.Location = new System.Drawing.Point(16, 268);
     this.lblCheckObject.Name     = "lblCheckObject";
     this.lblCheckObject.Size     = new System.Drawing.Size(64, 24);
     this.lblCheckObject.TabIndex = 501;
     this.lblCheckObject.Text     = "检验物";
     //
     // m_txtCheckObject
     //
     this.m_txtCheckObject.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(113)))), ((int)(((byte)(152)))));
     this.m_txtCheckObject.BorderColor = System.Drawing.Color.White;
     this.m_txtCheckObject.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtCheckObject.ForeColor   = System.Drawing.SystemColors.Window;
     this.m_txtCheckObject.Location    = new System.Drawing.Point(112, 260);
     this.m_txtCheckObject.Multiline   = true;
     this.m_txtCheckObject.Name        = "m_txtCheckObject";
     this.m_txtCheckObject.Size        = new System.Drawing.Size(192, 32);
     this.m_txtCheckObject.TabIndex    = 533;
     //
     // m_txtWhereBody
     //
     this.m_txtWhereBody.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(113)))), ((int)(((byte)(152)))));
     this.m_txtWhereBody.BorderColor = System.Drawing.Color.White;
     this.m_txtWhereBody.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtWhereBody.ForeColor   = System.Drawing.SystemColors.Window;
     this.m_txtWhereBody.Location    = new System.Drawing.Point(436, 260);
     this.m_txtWhereBody.Multiline   = true;
     this.m_txtWhereBody.Name        = "m_txtWhereBody";
     this.m_txtWhereBody.Size        = new System.Drawing.Size(184, 40);
     this.m_txtWhereBody.TabIndex    = 534;
     //
     // m_txtIllnessLong
     //
     this.m_txtIllnessLong.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(113)))), ((int)(((byte)(152)))));
     this.m_txtIllnessLong.BorderColor = System.Drawing.Color.White;
     this.m_txtIllnessLong.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtIllnessLong.ForeColor   = System.Drawing.SystemColors.Window;
     this.m_txtIllnessLong.Location    = new System.Drawing.Point(712, 260);
     this.m_txtIllnessLong.Multiline   = true;
     this.m_txtIllnessLong.Name        = "m_txtIllnessLong";
     this.m_txtIllnessLong.Size        = new System.Drawing.Size(168, 40);
     this.m_txtIllnessLong.TabIndex    = 535;
     //
     // lblWhereBody
     //
     this.lblWhereBody.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblWhereBody.Location = new System.Drawing.Point(312, 268);
     this.lblWhereBody.Name     = "lblWhereBody";
     this.lblWhereBody.Size     = new System.Drawing.Size(112, 24);
     this.lblWhereBody.TabIndex = 536;
     this.lblWhereBody.Text     = "取自身体何处";
     //
     // lblIllnessLong
     //
     this.lblIllnessLong.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblIllnessLong.Location = new System.Drawing.Point(632, 268);
     this.lblIllnessLong.Name     = "lblIllnessLong";
     this.lblIllnessLong.Size     = new System.Drawing.Size(72, 24);
     this.lblIllnessLong.TabIndex = 537;
     this.lblIllnessLong.Text     = "患病久暂";
     //
     // lblIllnessResume
     //
     this.lblIllnessResume.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblIllnessResume.Location = new System.Drawing.Point(16, 312);
     this.lblIllnessResume.Name     = "lblIllnessResume";
     this.lblIllnessResume.Size     = new System.Drawing.Size(652, 24);
     this.lblIllnessResume.TabIndex = 538;
     this.lblIllnessResume.Text     = "病历撮要:(妇产科标本请注明末次月经日期、产次、经初潮日期及妇科之内外检结果)";
     //
     // m_txtIllnessResume
     //
     this.m_txtIllnessResume.AccessibleDescription = "病历撮要";
     this.m_txtIllnessResume.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(113)))), ((int)(((byte)(152)))));
     this.m_txtIllnessResume.BorderColor           = System.Drawing.Color.White;
     this.m_txtIllnessResume.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtIllnessResume.ForeColor             = System.Drawing.SystemColors.Window;
     this.m_txtIllnessResume.Location  = new System.Drawing.Point(120, 344);
     this.m_txtIllnessResume.Multiline = true;
     this.m_txtIllnessResume.Name      = "m_txtIllnessResume";
     this.m_txtIllnessResume.Size      = new System.Drawing.Size(760, 88);
     this.m_txtIllnessResume.TabIndex  = 539;
     //
     // lblClinicCase
     //
     this.lblClinicCase.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblClinicCase.Location = new System.Drawing.Point(16, 444);
     this.lblClinicCase.Name     = "lblClinicCase";
     this.lblClinicCase.Size     = new System.Drawing.Size(88, 24);
     this.lblClinicCase.TabIndex = 540;
     this.lblClinicCase.Text     = "临床所见:";
     //
     // m_txtClinicCase
     //
     this.m_txtClinicCase.AccessibleDescription = "临床所见";
     this.m_txtClinicCase.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(113)))), ((int)(((byte)(152)))));
     this.m_txtClinicCase.BorderColor           = System.Drawing.Color.White;
     this.m_txtClinicCase.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtClinicCase.ForeColor             = System.Drawing.SystemColors.Window;
     this.m_txtClinicCase.Location  = new System.Drawing.Point(120, 480);
     this.m_txtClinicCase.Multiline = true;
     this.m_txtClinicCase.Name      = "m_txtClinicCase";
     this.m_txtClinicCase.Size      = new System.Drawing.Size(760, 88);
     this.m_txtClinicCase.TabIndex  = 541;
     //
     // lblOperationCase
     //
     this.lblOperationCase.AutoSize = true;
     this.lblOperationCase.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblOperationCase.Location = new System.Drawing.Point(16, 584);
     this.lblOperationCase.Name     = "lblOperationCase";
     this.lblOperationCase.Size     = new System.Drawing.Size(488, 16);
     this.lblOperationCase.TabIndex = 542;
     this.lblOperationCase.Text     = "手术所见:(肿瘤标本请注明肿瘤大小、肿瘤位置、有无转移性瘤)";
     //
     // m_txtOperationCase
     //
     this.m_txtOperationCase.AccessibleDescription = "手术所见";
     this.m_txtOperationCase.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(113)))), ((int)(((byte)(152)))));
     this.m_txtOperationCase.BorderColor           = System.Drawing.Color.White;
     this.m_txtOperationCase.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtOperationCase.ForeColor             = System.Drawing.SystemColors.Window;
     this.m_txtOperationCase.Location  = new System.Drawing.Point(120, 624);
     this.m_txtOperationCase.Multiline = true;
     this.m_txtOperationCase.Name      = "m_txtOperationCase";
     this.m_txtOperationCase.Size      = new System.Drawing.Size(760, 88);
     this.m_txtOperationCase.TabIndex  = 544;
     //
     // lblApplyCheckIntent
     //
     this.lblApplyCheckIntent.AutoSize = true;
     this.lblApplyCheckIntent.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblApplyCheckIntent.Location = new System.Drawing.Point(16, 768);
     this.lblApplyCheckIntent.Name     = "lblApplyCheckIntent";
     this.lblApplyCheckIntent.Size     = new System.Drawing.Size(120, 16);
     this.lblApplyCheckIntent.TabIndex = 545;
     this.lblApplyCheckIntent.Text     = "申请检验目的:";
     //
     // lblAssay
     //
     this.lblAssay.AutoSize = true;
     this.lblAssay.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblAssay.Location = new System.Drawing.Point(16, 824);
     this.lblAssay.Name     = "lblAssay";
     this.lblAssay.Size     = new System.Drawing.Size(56, 16);
     this.lblAssay.TabIndex = 546;
     this.lblAssay.Text     = "生化:";
     //
     // lblBlood
     //
     this.lblBlood.AutoSize = true;
     this.lblBlood.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblBlood.Location = new System.Drawing.Point(16, 876);
     this.lblBlood.Name     = "lblBlood";
     this.lblBlood.Size     = new System.Drawing.Size(56, 16);
     this.lblBlood.TabIndex = 547;
     this.lblBlood.Text     = "血液:";
     //
     // lblXRay
     //
     this.lblXRay.AutoSize = true;
     this.lblXRay.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblXRay.Location = new System.Drawing.Point(16, 924);
     this.lblXRay.Name     = "lblXRay";
     this.lblXRay.Size     = new System.Drawing.Size(48, 16);
     this.lblXRay.TabIndex = 548;
     this.lblXRay.Text     = "X光:";
     //
     // lblBacilliBlood
     //
     this.lblBacilliBlood.AutoSize = true;
     this.lblBacilliBlood.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblBacilliBlood.Location = new System.Drawing.Point(16, 968);
     this.lblBacilliBlood.Name     = "lblBacilliBlood";
     this.lblBacilliBlood.Size     = new System.Drawing.Size(88, 16);
     this.lblBacilliBlood.TabIndex = 549;
     this.lblBacilliBlood.Text     = "细菌血清:";
     //
     // lblOther
     //
     this.lblOther.AutoSize = true;
     this.lblOther.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblOther.Location = new System.Drawing.Point(16, 1024);
     this.lblOther.Name     = "lblOther";
     this.lblOther.Size     = new System.Drawing.Size(56, 16);
     this.lblOther.TabIndex = 550;
     this.lblOther.Text     = "其它:";
     //
     // lblClinicDiagonse
     //
     this.lblClinicDiagonse.AutoSize = true;
     this.lblClinicDiagonse.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblClinicDiagonse.Location = new System.Drawing.Point(16, 1068);
     this.lblClinicDiagonse.Name     = "lblClinicDiagonse";
     this.lblClinicDiagonse.Size     = new System.Drawing.Size(88, 16);
     this.lblClinicDiagonse.TabIndex = 551;
     this.lblClinicDiagonse.Text     = "临床诊断:";
     //
     // lblExplain_1
     //
     this.lblExplain_1.AutoSize = true;
     this.lblExplain_1.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblExplain_1.Location = new System.Drawing.Point(16, 1152);
     this.lblExplain_1.Name     = "lblExplain_1";
     this.lblExplain_1.Size     = new System.Drawing.Size(552, 16);
     this.lblExplain_1.TabIndex = 552;
     this.lblExplain_1.Text     = "(若系再次送验的病例,请注明以前报告的病理诊断和医检列号,以便查对)";
     //
     // m_txtApplyCheckIntent
     //
     this.m_txtApplyCheckIntent.AccessibleDescription = "申请检验目的";
     this.m_txtApplyCheckIntent.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(113)))), ((int)(((byte)(152)))));
     this.m_txtApplyCheckIntent.BorderColor           = System.Drawing.Color.White;
     this.m_txtApplyCheckIntent.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtApplyCheckIntent.ForeColor             = System.Drawing.SystemColors.Window;
     this.m_txtApplyCheckIntent.Location  = new System.Drawing.Point(120, 756);
     this.m_txtApplyCheckIntent.Multiline = true;
     this.m_txtApplyCheckIntent.Name      = "m_txtApplyCheckIntent";
     this.m_txtApplyCheckIntent.Size      = new System.Drawing.Size(760, 40);
     this.m_txtApplyCheckIntent.TabIndex  = 553;
     //
     // m_txtAssay
     //
     this.m_txtAssay.AccessibleDescription = "生化";
     this.m_txtAssay.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(113)))), ((int)(((byte)(152)))));
     this.m_txtAssay.BorderColor           = System.Drawing.Color.White;
     this.m_txtAssay.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtAssay.ForeColor             = System.Drawing.SystemColors.Window;
     this.m_txtAssay.Location  = new System.Drawing.Point(120, 808);
     this.m_txtAssay.Multiline = true;
     this.m_txtAssay.Name      = "m_txtAssay";
     this.m_txtAssay.Size      = new System.Drawing.Size(760, 40);
     this.m_txtAssay.TabIndex  = 554;
     //
     // m_txtBlood
     //
     this.m_txtBlood.AccessibleDescription = "血液";
     this.m_txtBlood.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(113)))), ((int)(((byte)(152)))));
     this.m_txtBlood.BorderColor           = System.Drawing.Color.White;
     this.m_txtBlood.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtBlood.ForeColor             = System.Drawing.SystemColors.Window;
     this.m_txtBlood.Location  = new System.Drawing.Point(120, 860);
     this.m_txtBlood.Multiline = true;
     this.m_txtBlood.Name      = "m_txtBlood";
     this.m_txtBlood.Size      = new System.Drawing.Size(760, 40);
     this.m_txtBlood.TabIndex  = 555;
     //
     // m_txtXRay
     //
     this.m_txtXRay.AccessibleDescription = "X光";
     this.m_txtXRay.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(113)))), ((int)(((byte)(152)))));
     this.m_txtXRay.BorderColor           = System.Drawing.Color.White;
     this.m_txtXRay.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtXRay.ForeColor             = System.Drawing.SystemColors.Window;
     this.m_txtXRay.Location  = new System.Drawing.Point(120, 912);
     this.m_txtXRay.Multiline = true;
     this.m_txtXRay.Name      = "m_txtXRay";
     this.m_txtXRay.Size      = new System.Drawing.Size(760, 40);
     this.m_txtXRay.TabIndex  = 556;
     //
     // m_txtBacilliBlood
     //
     this.m_txtBacilliBlood.AccessibleDescription = "细菌血清";
     this.m_txtBacilliBlood.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(113)))), ((int)(((byte)(152)))));
     this.m_txtBacilliBlood.BorderColor           = System.Drawing.Color.White;
     this.m_txtBacilliBlood.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtBacilliBlood.ForeColor             = System.Drawing.SystemColors.Window;
     this.m_txtBacilliBlood.Location  = new System.Drawing.Point(120, 964);
     this.m_txtBacilliBlood.Multiline = true;
     this.m_txtBacilliBlood.Name      = "m_txtBacilliBlood";
     this.m_txtBacilliBlood.Size      = new System.Drawing.Size(760, 40);
     this.m_txtBacilliBlood.TabIndex  = 557;
     //
     // m_txtOther
     //
     this.m_txtOther.AccessibleDescription = "其它";
     this.m_txtOther.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(113)))), ((int)(((byte)(152)))));
     this.m_txtOther.BorderColor           = System.Drawing.Color.White;
     this.m_txtOther.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtOther.ForeColor             = System.Drawing.SystemColors.Window;
     this.m_txtOther.Location  = new System.Drawing.Point(120, 1016);
     this.m_txtOther.Multiline = true;
     this.m_txtOther.Name      = "m_txtOther";
     this.m_txtOther.Size      = new System.Drawing.Size(760, 40);
     this.m_txtOther.TabIndex  = 558;
     //
     // m_txtClinicDiagonse
     //
     this.m_txtClinicDiagonse.AccessibleDescription = "临床诊断";
     this.m_txtClinicDiagonse.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(113)))), ((int)(((byte)(152)))));
     this.m_txtClinicDiagonse.BorderColor           = System.Drawing.Color.White;
     this.m_txtClinicDiagonse.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtClinicDiagonse.ForeColor             = System.Drawing.SystemColors.Window;
     this.m_txtClinicDiagonse.Location  = new System.Drawing.Point(120, 1068);
     this.m_txtClinicDiagonse.Multiline = true;
     this.m_txtClinicDiagonse.Name      = "m_txtClinicDiagonse";
     this.m_txtClinicDiagonse.Size      = new System.Drawing.Size(480, 68);
     this.m_txtClinicDiagonse.TabIndex  = 559;
     //
     // lblDoc
     //
     this.lblDoc.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblDoc.Location = new System.Drawing.Point(616, 1076);
     this.lblDoc.Name     = "lblDoc";
     this.lblDoc.Size     = new System.Drawing.Size(56, 24);
     this.lblDoc.TabIndex = 560;
     this.lblDoc.Text     = "医师:";
     //
     // m_txtDoc
     //
     this.m_txtDoc.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(113)))), ((int)(((byte)(152)))));
     this.m_txtDoc.BorderColor = System.Drawing.Color.White;
     this.m_txtDoc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtDoc.ForeColor   = System.Drawing.SystemColors.Window;
     this.m_txtDoc.Location    = new System.Drawing.Point(692, 1072);
     this.m_txtDoc.Multiline   = true;
     this.m_txtDoc.Name        = "m_txtDoc";
     this.m_txtDoc.Size        = new System.Drawing.Size(188, 28);
     this.m_txtDoc.TabIndex    = 561;
     //
     // lblExplain_2
     //
     this.lblExplain_2.AutoSize = true;
     this.lblExplain_2.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblExplain_2.Location = new System.Drawing.Point(16, 1189);
     this.lblExplain_2.Name     = "lblExplain_2";
     this.lblExplain_2.Size     = new System.Drawing.Size(200, 16);
     this.lblExplain_2.TabIndex = 562;
     this.lblExplain_2.Text     = "(以上各栏由送检人填写)";
     //
     // lblCheckDate
     //
     this.lblCheckDate.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblCheckDate.Location = new System.Drawing.Point(24, 1232);
     this.lblCheckDate.Name     = "lblCheckDate";
     this.lblCheckDate.Size     = new System.Drawing.Size(72, 16);
     this.lblCheckDate.TabIndex = 563;
     this.lblCheckDate.Text     = "送验日期";
     //
     // m_txtCheckDate
     //
     this.m_txtCheckDate.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(113)))), ((int)(((byte)(152)))));
     this.m_txtCheckDate.BorderColor = System.Drawing.Color.White;
     this.m_txtCheckDate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtCheckDate.ForeColor   = System.Drawing.SystemColors.Window;
     this.m_txtCheckDate.Location    = new System.Drawing.Point(104, 1224);
     this.m_txtCheckDate.Multiline   = true;
     this.m_txtCheckDate.Name        = "m_txtCheckDate";
     this.m_txtCheckDate.Size        = new System.Drawing.Size(120, 24);
     this.m_txtCheckDate.TabIndex    = 564;
     //
     // m_txtYear
     //
     this.m_txtYear.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(113)))), ((int)(((byte)(152)))));
     this.m_txtYear.BorderColor = System.Drawing.Color.White;
     this.m_txtYear.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtYear.ForeColor   = System.Drawing.SystemColors.Window;
     this.m_txtYear.Location    = new System.Drawing.Point(264, 1224);
     this.m_txtYear.Multiline   = true;
     this.m_txtYear.Name        = "m_txtYear";
     this.m_txtYear.Size        = new System.Drawing.Size(56, 24);
     this.m_txtYear.TabIndex    = 565;
     //
     // m_txtMonth
     //
     this.m_txtMonth.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(113)))), ((int)(((byte)(152)))));
     this.m_txtMonth.BorderColor = System.Drawing.Color.White;
     this.m_txtMonth.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtMonth.ForeColor   = System.Drawing.SystemColors.Window;
     this.m_txtMonth.Location    = new System.Drawing.Point(352, 1224);
     this.m_txtMonth.Multiline   = true;
     this.m_txtMonth.Name        = "m_txtMonth";
     this.m_txtMonth.Size        = new System.Drawing.Size(40, 24);
     this.m_txtMonth.TabIndex    = 566;
     //
     // m_txtDay
     //
     this.m_txtDay.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(113)))), ((int)(((byte)(152)))));
     this.m_txtDay.BorderColor = System.Drawing.Color.White;
     this.m_txtDay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtDay.ForeColor   = System.Drawing.SystemColors.Window;
     this.m_txtDay.Location    = new System.Drawing.Point(424, 1224);
     this.m_txtDay.Multiline   = true;
     this.m_txtDay.Name        = "m_txtDay";
     this.m_txtDay.Size        = new System.Drawing.Size(40, 24);
     this.m_txtDay.TabIndex    = 567;
     //
     // m_txtReceriveDate
     //
     this.m_txtReceriveDate.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(113)))), ((int)(((byte)(152)))));
     this.m_txtReceriveDate.BorderColor = System.Drawing.Color.White;
     this.m_txtReceriveDate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtReceriveDate.ForeColor   = System.Drawing.SystemColors.Window;
     this.m_txtReceriveDate.Location    = new System.Drawing.Point(744, 1224);
     this.m_txtReceriveDate.Multiline   = true;
     this.m_txtReceriveDate.Name        = "m_txtReceriveDate";
     this.m_txtReceriveDate.Size        = new System.Drawing.Size(136, 24);
     this.m_txtReceriveDate.TabIndex    = 568;
     //
     // lblYear
     //
     this.lblYear.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblYear.Location = new System.Drawing.Point(328, 1232);
     this.lblYear.Name     = "lblYear";
     this.lblYear.Size     = new System.Drawing.Size(24, 16);
     this.lblYear.TabIndex = 569;
     this.lblYear.Text     = "年";
     //
     // lblMonth
     //
     this.lblMonth.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblMonth.Location = new System.Drawing.Point(400, 1232);
     this.lblMonth.Name     = "lblMonth";
     this.lblMonth.Size     = new System.Drawing.Size(24, 16);
     this.lblMonth.TabIndex = 570;
     this.lblMonth.Text     = "月";
     //
     // lblDay
     //
     this.lblDay.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblDay.Location = new System.Drawing.Point(472, 1232);
     this.lblDay.Name     = "lblDay";
     this.lblDay.Size     = new System.Drawing.Size(24, 16);
     this.lblDay.TabIndex = 571;
     this.lblDay.Text     = "日";
     //
     // lblReceiveDate
     //
     this.lblReceiveDate.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblReceiveDate.Location = new System.Drawing.Point(608, 1232);
     this.lblReceiveDate.Name     = "lblReceiveDate";
     this.lblReceiveDate.Size     = new System.Drawing.Size(124, 16);
     this.lblReceiveDate.TabIndex = 572;
     this.lblReceiveDate.Text     = "本室收到日期:";
     //
     // m_txtAmorPm
     //
     this.m_txtAmorPm.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(113)))), ((int)(((byte)(152)))));
     this.m_txtAmorPm.BorderColor = System.Drawing.Color.White;
     this.m_txtAmorPm.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtAmorPm.ForeColor   = System.Drawing.SystemColors.Window;
     this.m_txtAmorPm.Location    = new System.Drawing.Point(496, 1224);
     this.m_txtAmorPm.Multiline   = true;
     this.m_txtAmorPm.Name        = "m_txtAmorPm";
     this.m_txtAmorPm.Size        = new System.Drawing.Size(40, 24);
     this.m_txtAmorPm.TabIndex    = 573;
     //
     // lblAmorPm
     //
     this.lblAmorPm.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblAmorPm.Location = new System.Drawing.Point(552, 1232);
     this.lblAmorPm.Name     = "lblAmorPm";
     this.lblAmorPm.Size     = new System.Drawing.Size(24, 16);
     this.lblAmorPm.TabIndex = 574;
     this.lblAmorPm.Text     = "午";
     //
     // lblClassify
     //
     this.lblClassify.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblClassify.Location = new System.Drawing.Point(16, 220);
     this.lblClassify.Name     = "lblClassify";
     this.lblClassify.Size     = new System.Drawing.Size(64, 24);
     this.lblClassify.TabIndex = 575;
     this.lblClassify.Text     = "科别";
     //
     // m_txtClassify
     //
     this.m_txtClassify.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(113)))), ((int)(((byte)(152)))));
     this.m_txtClassify.BorderColor = System.Drawing.Color.White;
     this.m_txtClassify.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtClassify.ForeColor   = System.Drawing.SystemColors.Window;
     this.m_txtClassify.Location    = new System.Drawing.Point(112, 216);
     this.m_txtClassify.Multiline   = true;
     this.m_txtClassify.Name        = "m_txtClassify";
     this.m_txtClassify.Size        = new System.Drawing.Size(192, 32);
     this.m_txtClassify.TabIndex    = 576;
     //
     // lblClinicNum
     //
     this.lblClinicNum.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblClinicNum.Location = new System.Drawing.Point(316, 220);
     this.lblClinicNum.Name     = "lblClinicNum";
     this.lblClinicNum.Size     = new System.Drawing.Size(120, 24);
     this.lblClinicNum.TabIndex = 577;
     this.lblClinicNum.Text     = "门诊/住院号数";
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location = new System.Drawing.Point(584, 220);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(116, 24);
     this.label3.TabIndex = 578;
     this.label3.Text     = "上次医检列号";
     //
     // ctlBorderTextBox2
     //
     this.ctlBorderTextBox2.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(113)))), ((int)(((byte)(152)))));
     this.ctlBorderTextBox2.BorderColor = System.Drawing.Color.White;
     this.ctlBorderTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.ctlBorderTextBox2.ForeColor   = System.Drawing.SystemColors.Window;
     this.ctlBorderTextBox2.Location    = new System.Drawing.Point(712, 212);
     this.ctlBorderTextBox2.Multiline   = true;
     this.ctlBorderTextBox2.Name        = "ctlBorderTextBox2";
     this.ctlBorderTextBox2.Size        = new System.Drawing.Size(168, 32);
     this.ctlBorderTextBox2.TabIndex    = 579;
     //
     // m_txtClinicNum
     //
     this.m_txtClinicNum.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(113)))), ((int)(((byte)(152)))));
     this.m_txtClinicNum.BorderColor = System.Drawing.Color.White;
     this.m_txtClinicNum.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtClinicNum.ForeColor   = System.Drawing.SystemColors.Window;
     this.m_txtClinicNum.Location    = new System.Drawing.Point(432, 216);
     this.m_txtClinicNum.Multiline   = true;
     this.m_txtClinicNum.Name        = "m_txtClinicNum";
     this.m_txtClinicNum.Size        = new System.Drawing.Size(132, 32);
     this.m_txtClinicNum.TabIndex    = 580;
     //
     // frmPathologyTissueCheckOrder
     //
     this.AccessibleDescription = "病理活体组织送验单";
     this.AutoScaleBaseSize     = new System.Drawing.Size(7, 16);
     this.ClientSize            = new System.Drawing.Size(968, 709);
     this.Controls.Add(this.m_txtClinicNum);
     this.Controls.Add(this.ctlBorderTextBox2);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.lblClinicNum);
     this.Controls.Add(this.m_txtClassify);
     this.Controls.Add(this.lblClassify);
     this.Controls.Add(this.lblAmorPm);
     this.Controls.Add(this.m_txtAmorPm);
     this.Controls.Add(this.lblReceiveDate);
     this.Controls.Add(this.lblDay);
     this.Controls.Add(this.lblMonth);
     this.Controls.Add(this.lblYear);
     this.Controls.Add(this.m_txtReceriveDate);
     this.Controls.Add(this.m_txtDay);
     this.Controls.Add(this.m_txtMonth);
     this.Controls.Add(this.m_txtYear);
     this.Controls.Add(this.m_txtCheckDate);
     this.Controls.Add(this.lblCheckDate);
     this.Controls.Add(this.lblExplain_2);
     this.Controls.Add(this.m_txtDoc);
     this.Controls.Add(this.lblDoc);
     this.Controls.Add(this.m_txtClinicDiagonse);
     this.Controls.Add(this.m_txtOther);
     this.Controls.Add(this.m_txtBacilliBlood);
     this.Controls.Add(this.m_txtXRay);
     this.Controls.Add(this.m_txtBlood);
     this.Controls.Add(this.m_txtAssay);
     this.Controls.Add(this.m_txtApplyCheckIntent);
     this.Controls.Add(this.lblExplain_1);
     this.Controls.Add(this.lblClinicDiagonse);
     this.Controls.Add(this.lblOther);
     this.Controls.Add(this.lblBacilliBlood);
     this.Controls.Add(this.lblXRay);
     this.Controls.Add(this.lblBlood);
     this.Controls.Add(this.lblAssay);
     this.Controls.Add(this.lblApplyCheckIntent);
     this.Controls.Add(this.m_txtOperationCase);
     this.Controls.Add(this.lblOperationCase);
     this.Controls.Add(this.m_txtClinicCase);
     this.Controls.Add(this.lblClinicCase);
     this.Controls.Add(this.m_txtIllnessResume);
     this.Controls.Add(this.lblIllnessResume);
     this.Controls.Add(this.lblIllnessLong);
     this.Controls.Add(this.lblWhereBody);
     this.Controls.Add(this.m_txtIllnessLong);
     this.Controls.Add(this.m_txtWhereBody);
     this.Controls.Add(this.m_txtCheckObject);
     this.Controls.Add(this.lblCheckObject);
     this.Name  = "frmPathologyTissueCheckOrder";
     this.Text  = "病理活体组织送验单";
     this.Load += new System.EventHandler(this.frmPathologyTissueCheckOrder_Load);
     this.Controls.SetChildIndex(this.lblCheckObject, 0);
     this.Controls.SetChildIndex(this.m_lblForTitle, 0);
     this.Controls.SetChildIndex(this.txtInPatientID, 0);
     this.Controls.SetChildIndex(this.lblAreaTitle, 0);
     this.Controls.SetChildIndex(this.lblAgeTitle, 0);
     this.Controls.SetChildIndex(this.lblSexTitle, 0);
     this.Controls.SetChildIndex(this.lblNameTitle, 0);
     this.Controls.SetChildIndex(this.lblInHospitalNoTitle, 0);
     this.Controls.SetChildIndex(this.lblBedNoTitle, 0);
     this.Controls.SetChildIndex(this.lblAge, 0);
     this.Controls.SetChildIndex(this.lblSex, 0);
     this.Controls.SetChildIndex(this.m_lsvInPatientID, 0);
     this.Controls.SetChildIndex(this.m_txtCheckObject, 0);
     this.Controls.SetChildIndex(this.m_txtWhereBody, 0);
     this.Controls.SetChildIndex(this.m_txtIllnessLong, 0);
     this.Controls.SetChildIndex(this.lblWhereBody, 0);
     this.Controls.SetChildIndex(this.lblIllnessLong, 0);
     this.Controls.SetChildIndex(this.lblIllnessResume, 0);
     this.Controls.SetChildIndex(this.m_txtIllnessResume, 0);
     this.Controls.SetChildIndex(this.lblClinicCase, 0);
     this.Controls.SetChildIndex(this.m_txtClinicCase, 0);
     this.Controls.SetChildIndex(this.lblOperationCase, 0);
     this.Controls.SetChildIndex(this.m_txtOperationCase, 0);
     this.Controls.SetChildIndex(this.lblApplyCheckIntent, 0);
     this.Controls.SetChildIndex(this.lblAssay, 0);
     this.Controls.SetChildIndex(this.lblBlood, 0);
     this.Controls.SetChildIndex(this.lblXRay, 0);
     this.Controls.SetChildIndex(this.lblBacilliBlood, 0);
     this.Controls.SetChildIndex(this.lblOther, 0);
     this.Controls.SetChildIndex(this.lblClinicDiagonse, 0);
     this.Controls.SetChildIndex(this.lblExplain_1, 0);
     this.Controls.SetChildIndex(this.m_txtApplyCheckIntent, 0);
     this.Controls.SetChildIndex(this.m_txtAssay, 0);
     this.Controls.SetChildIndex(this.m_txtBlood, 0);
     this.Controls.SetChildIndex(this.m_txtXRay, 0);
     this.Controls.SetChildIndex(this.m_txtBacilliBlood, 0);
     this.Controls.SetChildIndex(this.m_txtOther, 0);
     this.Controls.SetChildIndex(this.m_txtClinicDiagonse, 0);
     this.Controls.SetChildIndex(this.lblDoc, 0);
     this.Controls.SetChildIndex(this.m_txtDoc, 0);
     this.Controls.SetChildIndex(this.lblExplain_2, 0);
     this.Controls.SetChildIndex(this.lblCheckDate, 0);
     this.Controls.SetChildIndex(this.m_txtCheckDate, 0);
     this.Controls.SetChildIndex(this.m_txtYear, 0);
     this.Controls.SetChildIndex(this.m_txtMonth, 0);
     this.Controls.SetChildIndex(this.m_txtDay, 0);
     this.Controls.SetChildIndex(this.m_txtReceriveDate, 0);
     this.Controls.SetChildIndex(this.lblYear, 0);
     this.Controls.SetChildIndex(this.lblMonth, 0);
     this.Controls.SetChildIndex(this.lblDay, 0);
     this.Controls.SetChildIndex(this.lblReceiveDate, 0);
     this.Controls.SetChildIndex(this.m_txtAmorPm, 0);
     this.Controls.SetChildIndex(this.lblAmorPm, 0);
     this.Controls.SetChildIndex(this.lblClassify, 0);
     this.Controls.SetChildIndex(this.m_txtClassify, 0);
     this.Controls.SetChildIndex(this.lblClinicNum, 0);
     this.Controls.SetChildIndex(this.m_cmdModifyPatientInfo, 0);
     this.Controls.SetChildIndex(this.label3, 0);
     this.Controls.SetChildIndex(this.ctlBorderTextBox2, 0);
     this.Controls.SetChildIndex(this.m_txtClinicNum, 0);
     this.Controls.SetChildIndex(this.lblDept, 0);
     this.Controls.SetChildIndex(this.m_txtPatientName, 0);
     this.Controls.SetChildIndex(this.m_txtBedNO, 0);
     this.Controls.SetChildIndex(this.m_cboArea, 0);
     this.Controls.SetChildIndex(this.m_cboDept, 0);
     this.Controls.SetChildIndex(this.m_lsvPatientName, 0);
     this.Controls.SetChildIndex(this.m_lsvBedNO, 0);
     this.Controls.SetChildIndex(this.m_cmdNewTemplate, 0);
     this.Controls.SetChildIndex(this.m_cmdNext, 0);
     this.Controls.SetChildIndex(this.m_cmdPre, 0);
     this.Controls.SetChildIndex(this.chkModifyWithoutMatk, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.txtName   = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.label1    = new System.Windows.Forms.Label();
     this.cmdOK     = new System.Windows.Forms.Button();
     this.cmdCancel = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // txtName
     //
     this.txtName.AccessibleDescription = "红细胞积压比";
     this.txtName.BackColor             = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152)));
     this.txtName.BorderColor           = System.Drawing.Color.White;
     this.txtName.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtName.Font      = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.txtName.ForeColor = System.Drawing.Color.White;
     this.txtName.Location  = new System.Drawing.Point(96, 40);
     this.txtName.MaxLength = 8;
     this.txtName.Name      = "txtName";
     this.txtName.Size      = new System.Drawing.Size(276, 26);
     this.txtName.TabIndex  = 101;
     this.txtName.Text      = "";
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(36, 44);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(52, 23);
     this.label1.TabIndex  = 102;
     this.label1.Text      = "名称:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // cmdOK
     //
     this.cmdOK.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.cmdOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cmdOK.Location  = new System.Drawing.Point(136, 88);
     this.cmdOK.Name      = "cmdOK";
     this.cmdOK.Size      = new System.Drawing.Size(76, 28);
     this.cmdOK.TabIndex  = 201;
     this.cmdOK.Text      = "确  定";
     this.cmdOK.Click    += new System.EventHandler(this.cmdOK_Click);
     //
     // cmdCancel
     //
     this.cmdCancel.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cmdCancel.FlatStyle    = System.Windows.Forms.FlatStyle.Flat;
     this.cmdCancel.Location     = new System.Drawing.Point(244, 88);
     this.cmdCancel.Name         = "cmdCancel";
     this.cmdCancel.Size         = new System.Drawing.Size(76, 28);
     this.cmdCancel.TabIndex     = 202;
     this.cmdCancel.Text         = "取  消";
     //
     // frmInputBox
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.BackColor         = System.Drawing.Color.FromArgb(((System.Byte)(51)), ((System.Byte)(102)), ((System.Byte)(153)));
     this.CancelButton      = this.cmdCancel;
     this.ClientSize        = new System.Drawing.Size(464, 133);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.cmdCancel,
         this.cmdOK,
         this.label1,
         this.txtName
     });
     this.Font            = new System.Drawing.Font("SimSun", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.ForeColor       = System.Drawing.Color.White;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmInputBox";
     this.Text            = "输入";
     this.ResumeLayout(false);
 }
Esempio n. 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmCheckReport));
     this.label2                  = new System.Windows.Forms.Label();
     this.lblSex                  = new System.Windows.Forms.Label();
     this.lblAge                  = new System.Windows.Forms.Label();
     this.lblSexTitle             = new System.Windows.Forms.Label();
     this.lblAgeTitle             = new System.Windows.Forms.Label();
     this.lblSampleIDTitle        = new System.Windows.Forms.Label();
     this.lblSampleID             = new System.Windows.Forms.Label();
     this.lblNameTitle            = new System.Windows.Forms.Label();
     this.m_lsvPatientName        = new System.Windows.Forms.ListView();
     this.clmPatientName_BaseForm = new System.Windows.Forms.ColumnHeader();
     this.m_txtPatientName        = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.lblDeptName             = new System.Windows.Forms.Label();
     this.lblDeptNameTitle        = new System.Windows.Forms.Label();
     this.lblBedNoTitle           = new System.Windows.Forms.Label();
     this.lblBedNo                = new System.Windows.Forms.Label();
     this.lblInPatientIDTitle     = new System.Windows.Forms.Label();
     this.lblInPatientID          = new System.Windows.Forms.Label();
     this.lblPat_I_nameTitle      = new System.Windows.Forms.Label();
     this.lblPat_I_name           = new System.Windows.Forms.Label();
     this.lblPat_doct             = new System.Windows.Forms.Label();
     this.lblPat_doctTitle        = new System.Windows.Forms.Label();
     this.lblPat_chk              = new System.Windows.Forms.Label();
     this.lblPat_chkTitle         = new System.Windows.Forms.Label();
     this.lblPat_diagTitle        = new System.Windows.Forms.Label();
     this.lblPat_diag             = new System.Windows.Forms.Label();
     this.label1                  = new System.Windows.Forms.Label();
     this.listView1               = new System.Windows.Forms.ListView();
     this.clmPat_c_name           = new System.Windows.Forms.ColumnHeader();
     this.clmResult               = new System.Windows.Forms.ColumnHeader();
     this.clmUnit                 = new System.Windows.Forms.ColumnHeader();
     this.clmRefrenceValue        = new System.Windows.Forms.ColumnHeader();
     this.lblSendDateTitle        = new System.Windows.Forms.Label();
     this.lblSendDate             = new System.Windows.Forms.Label();
     this.lblReportDate           = new System.Windows.Forms.Label();
     this.lblReportDateTitle      = new System.Windows.Forms.Label();
     this.lblSendDate2            = new System.Windows.Forms.Label();
     this.lblSendDateTitle2       = new System.Windows.Forms.Label();
     this.lblReportDateTitle2     = new System.Windows.Forms.Label();
     this.lblReportDate2          = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.Font      = new System.Drawing.Font("SimSun", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label2.Location  = new System.Drawing.Point(216, 28);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(500, 44);
     this.label2.TabIndex  = 204;
     this.label2.Text      = "佛山市第二人民医院检验报告单";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblSex
     //
     this.lblSex.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblSex.Location = new System.Drawing.Point(404, 116);
     this.lblSex.Name     = "lblSex";
     this.lblSex.Size     = new System.Drawing.Size(48, 19);
     this.lblSex.TabIndex = 502;
     //
     // lblAge
     //
     this.lblAge.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblAge.Location = new System.Drawing.Point(516, 116);
     this.lblAge.Name     = "lblAge";
     this.lblAge.Size     = new System.Drawing.Size(52, 19);
     this.lblAge.TabIndex = 501;
     //
     // lblSexTitle
     //
     this.lblSexTitle.AutoSize = true;
     this.lblSexTitle.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblSexTitle.Location = new System.Drawing.Point(352, 116);
     this.lblSexTitle.Name     = "lblSexTitle";
     this.lblSexTitle.Size     = new System.Drawing.Size(47, 19);
     this.lblSexTitle.TabIndex = 500;
     this.lblSexTitle.Text     = "性别:";
     //
     // lblAgeTitle
     //
     this.lblAgeTitle.AutoSize = true;
     this.lblAgeTitle.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblAgeTitle.Location = new System.Drawing.Point(460, 116);
     this.lblAgeTitle.Name     = "lblAgeTitle";
     this.lblAgeTitle.Size     = new System.Drawing.Size(47, 19);
     this.lblAgeTitle.TabIndex = 499;
     this.lblAgeTitle.Text     = "年龄:";
     //
     // lblSampleIDTitle
     //
     this.lblSampleIDTitle.AutoSize = true;
     this.lblSampleIDTitle.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblSampleIDTitle.Location = new System.Drawing.Point(600, 116);
     this.lblSampleIDTitle.Name     = "lblSampleIDTitle";
     this.lblSampleIDTitle.Size     = new System.Drawing.Size(63, 19);
     this.lblSampleIDTitle.TabIndex = 499;
     this.lblSampleIDTitle.Text     = "样本号:";
     //
     // lblSampleID
     //
     this.lblSampleID.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblSampleID.Location = new System.Drawing.Point(672, 116);
     this.lblSampleID.Name     = "lblSampleID";
     this.lblSampleID.Size     = new System.Drawing.Size(76, 19);
     this.lblSampleID.TabIndex = 501;
     //
     // lblNameTitle
     //
     this.lblNameTitle.AutoSize = true;
     this.lblNameTitle.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblNameTitle.Location = new System.Drawing.Point(136, 116);
     this.lblNameTitle.Name     = "lblNameTitle";
     this.lblNameTitle.Size     = new System.Drawing.Size(47, 19);
     this.lblNameTitle.TabIndex = 503;
     this.lblNameTitle.Text     = "姓名:";
     //
     // m_lsvPatientName
     //
     this.m_lsvPatientName.BackColor   = System.Drawing.Color.FromArgb(((System.Byte)(51)), ((System.Byte)(102)), ((System.Byte)(153)));
     this.m_lsvPatientName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_lsvPatientName.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.clmPatientName_BaseForm
     });
     this.m_lsvPatientName.Font          = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_lsvPatientName.ForeColor     = System.Drawing.Color.White;
     this.m_lsvPatientName.FullRowSelect = true;
     this.m_lsvPatientName.GridLines     = true;
     this.m_lsvPatientName.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.None;
     this.m_lsvPatientName.Location      = new System.Drawing.Point(188, 140);
     this.m_lsvPatientName.Name          = "m_lsvPatientName";
     this.m_lsvPatientName.Size          = new System.Drawing.Size(100, 104);
     this.m_lsvPatientName.TabIndex      = 505;
     this.m_lsvPatientName.View          = System.Windows.Forms.View.Details;
     //
     // clmPatientName_BaseForm
     //
     this.clmPatientName_BaseForm.Width = 97;
     //
     // m_txtPatientName
     //
     this.m_txtPatientName.BackColor   = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152)));
     this.m_txtPatientName.BorderColor = System.Drawing.Color.White;
     this.m_txtPatientName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtPatientName.Font        = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_txtPatientName.ForeColor   = System.Drawing.Color.White;
     this.m_txtPatientName.Location    = new System.Drawing.Point(188, 112);
     this.m_txtPatientName.Name        = "m_txtPatientName";
     this.m_txtPatientName.TabIndex    = 504;
     this.m_txtPatientName.Text        = "";
     //
     // lblDeptName
     //
     this.lblDeptName.AutoSize = true;
     this.lblDeptName.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblDeptName.Location = new System.Drawing.Point(188, 152);
     this.lblDeptName.Name     = "lblDeptName";
     this.lblDeptName.Size     = new System.Drawing.Size(88, 19);
     this.lblDeptName.TabIndex = 502;
     this.lblDeptName.Text     = "          ";
     //
     // lblDeptNameTitle
     //
     this.lblDeptNameTitle.AutoSize = true;
     this.lblDeptNameTitle.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblDeptNameTitle.Location = new System.Drawing.Point(136, 152);
     this.lblDeptNameTitle.Name     = "lblDeptNameTitle";
     this.lblDeptNameTitle.Size     = new System.Drawing.Size(47, 19);
     this.lblDeptNameTitle.TabIndex = 500;
     this.lblDeptNameTitle.Text     = "科别:";
     //
     // lblBedNoTitle
     //
     this.lblBedNoTitle.AutoSize = true;
     this.lblBedNoTitle.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblBedNoTitle.Location = new System.Drawing.Point(352, 152);
     this.lblBedNoTitle.Name     = "lblBedNoTitle";
     this.lblBedNoTitle.Size     = new System.Drawing.Size(47, 19);
     this.lblBedNoTitle.TabIndex = 506;
     this.lblBedNoTitle.Text     = "床号:";
     //
     // lblBedNo
     //
     this.lblBedNo.AutoSize = true;
     this.lblBedNo.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblBedNo.Location = new System.Drawing.Point(408, 152);
     this.lblBedNo.Name     = "lblBedNo";
     this.lblBedNo.Size     = new System.Drawing.Size(39, 19);
     this.lblBedNo.TabIndex = 506;
     this.lblBedNo.Text     = "    ";
     //
     // lblInPatientIDTitle
     //
     this.lblInPatientIDTitle.AutoSize = true;
     this.lblInPatientIDTitle.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblInPatientIDTitle.Location = new System.Drawing.Point(464, 152);
     this.lblInPatientIDTitle.Name     = "lblInPatientIDTitle";
     this.lblInPatientIDTitle.Size     = new System.Drawing.Size(63, 19);
     this.lblInPatientIDTitle.TabIndex = 506;
     this.lblInPatientIDTitle.Text     = "病历号:";
     //
     // lblInPatientID
     //
     this.lblInPatientID.AutoSize = true;
     this.lblInPatientID.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblInPatientID.Location = new System.Drawing.Point(532, 152);
     this.lblInPatientID.Name     = "lblInPatientID";
     this.lblInPatientID.Size     = new System.Drawing.Size(39, 19);
     this.lblInPatientID.TabIndex = 506;
     this.lblInPatientID.Text     = "    ";
     //
     // lblPat_I_nameTitle
     //
     this.lblPat_I_nameTitle.AutoSize = true;
     this.lblPat_I_nameTitle.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblPat_I_nameTitle.Location = new System.Drawing.Point(604, 152);
     this.lblPat_I_nameTitle.Name     = "lblPat_I_nameTitle";
     this.lblPat_I_nameTitle.Size     = new System.Drawing.Size(63, 19);
     this.lblPat_I_nameTitle.TabIndex = 506;
     this.lblPat_I_nameTitle.Text     = "检验者:";
     //
     // lblPat_I_name
     //
     this.lblPat_I_name.AutoSize = true;
     this.lblPat_I_name.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblPat_I_name.Location = new System.Drawing.Point(672, 152);
     this.lblPat_I_name.Name     = "lblPat_I_name";
     this.lblPat_I_name.Size     = new System.Drawing.Size(39, 19);
     this.lblPat_I_name.TabIndex = 506;
     this.lblPat_I_name.Text     = "    ";
     //
     // lblPat_doct
     //
     this.lblPat_doct.AutoSize = true;
     this.lblPat_doct.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblPat_doct.Location = new System.Drawing.Point(536, 188);
     this.lblPat_doct.Name     = "lblPat_doct";
     this.lblPat_doct.Size     = new System.Drawing.Size(39, 19);
     this.lblPat_doct.TabIndex = 506;
     this.lblPat_doct.Text     = "    ";
     //
     // lblPat_doctTitle
     //
     this.lblPat_doctTitle.AutoSize = true;
     this.lblPat_doctTitle.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblPat_doctTitle.Location = new System.Drawing.Point(468, 188);
     this.lblPat_doctTitle.Name     = "lblPat_doctTitle";
     this.lblPat_doctTitle.Size     = new System.Drawing.Size(63, 19);
     this.lblPat_doctTitle.TabIndex = 506;
     this.lblPat_doctTitle.Text     = "送检者:";
     //
     // lblPat_chk
     //
     this.lblPat_chk.AutoSize = true;
     this.lblPat_chk.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblPat_chk.Location = new System.Drawing.Point(676, 188);
     this.lblPat_chk.Name     = "lblPat_chk";
     this.lblPat_chk.Size     = new System.Drawing.Size(39, 19);
     this.lblPat_chk.TabIndex = 506;
     this.lblPat_chk.Text     = "    ";
     //
     // lblPat_chkTitle
     //
     this.lblPat_chkTitle.AutoSize = true;
     this.lblPat_chkTitle.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblPat_chkTitle.Location = new System.Drawing.Point(608, 188);
     this.lblPat_chkTitle.Name     = "lblPat_chkTitle";
     this.lblPat_chkTitle.Size     = new System.Drawing.Size(63, 19);
     this.lblPat_chkTitle.TabIndex = 506;
     this.lblPat_chkTitle.Text     = "审核者:";
     //
     // lblPat_diagTitle
     //
     this.lblPat_diagTitle.AutoSize = true;
     this.lblPat_diagTitle.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblPat_diagTitle.Location = new System.Drawing.Point(136, 192);
     this.lblPat_diagTitle.Name     = "lblPat_diagTitle";
     this.lblPat_diagTitle.Size     = new System.Drawing.Size(47, 19);
     this.lblPat_diagTitle.TabIndex = 500;
     this.lblPat_diagTitle.Text     = "诊断:";
     //
     // lblPat_diag
     //
     this.lblPat_diag.AutoSize = true;
     this.lblPat_diag.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblPat_diag.Location = new System.Drawing.Point(188, 192);
     this.lblPat_diag.Name     = "lblPat_diag";
     this.lblPat_diag.Size     = new System.Drawing.Size(88, 19);
     this.lblPat_diag.TabIndex = 502;
     this.lblPat_diag.Text     = "          ";
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label1.Location = new System.Drawing.Point(424, 80);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(96, 19);
     this.label1.TabIndex = 502;
     this.label1.Text     = "(组合名称)";
     //
     // listView1
     //
     this.listView1.BackColor   = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152)));
     this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.clmPat_c_name,
         this.clmResult,
         this.clmUnit,
         this.clmRefrenceValue
     });
     this.listView1.ForeColor = System.Drawing.SystemColors.Window;
     this.listView1.GridLines = true;
     this.listView1.Location  = new System.Drawing.Point(48, 224);
     this.listView1.Name      = "listView1";
     this.listView1.Size      = new System.Drawing.Size(770, 285);
     this.listView1.TabIndex  = 507;
     this.listView1.View      = System.Windows.Forms.View.Details;
     //
     // clmPat_c_name
     //
     this.clmPat_c_name.Text  = "组合名称";
     this.clmPat_c_name.Width = 300;
     //
     // clmResult
     //
     this.clmResult.Text  = "结果";
     this.clmResult.Width = 150;
     //
     // clmUnit
     //
     this.clmUnit.Text  = "单位";
     this.clmUnit.Width = 70;
     //
     // clmRefrenceValue
     //
     this.clmRefrenceValue.Text  = "参考值";
     this.clmRefrenceValue.Width = 250;
     //
     // lblSendDateTitle
     //
     this.lblSendDateTitle.AutoSize = true;
     this.lblSendDateTitle.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblSendDateTitle.Location = new System.Drawing.Point(48, 524);
     this.lblSendDateTitle.Name     = "lblSendDateTitle";
     this.lblSendDateTitle.Size     = new System.Drawing.Size(80, 19);
     this.lblSendDateTitle.TabIndex = 506;
     this.lblSendDateTitle.Text     = "送检日期:";
     //
     // lblSendDate
     //
     this.lblSendDate.AutoSize = true;
     this.lblSendDate.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblSendDate.Location = new System.Drawing.Point(132, 524);
     this.lblSendDate.Name     = "lblSendDate";
     this.lblSendDate.Size     = new System.Drawing.Size(39, 19);
     this.lblSendDate.TabIndex = 506;
     this.lblSendDate.Text     = "    ";
     //
     // lblReportDate
     //
     this.lblReportDate.AutoSize = true;
     this.lblReportDate.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblReportDate.Location = new System.Drawing.Point(540, 524);
     this.lblReportDate.Name     = "lblReportDate";
     this.lblReportDate.Size     = new System.Drawing.Size(39, 19);
     this.lblReportDate.TabIndex = 506;
     this.lblReportDate.Text     = "    ";
     //
     // lblReportDateTitle
     //
     this.lblReportDateTitle.AutoSize = true;
     this.lblReportDateTitle.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblReportDateTitle.Location = new System.Drawing.Point(456, 524);
     this.lblReportDateTitle.Name     = "lblReportDateTitle";
     this.lblReportDateTitle.Size     = new System.Drawing.Size(80, 19);
     this.lblReportDateTitle.TabIndex = 506;
     this.lblReportDateTitle.Text     = "报告日期:";
     //
     // lblSendDate2
     //
     this.lblSendDate2.AutoSize = true;
     this.lblSendDate2.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblSendDate2.Location = new System.Drawing.Point(356, 524);
     this.lblSendDate2.Name     = "lblSendDate2";
     this.lblSendDate2.Size     = new System.Drawing.Size(39, 19);
     this.lblSendDate2.TabIndex = 506;
     this.lblSendDate2.Text     = "    ";
     //
     // lblSendDateTitle2
     //
     this.lblSendDateTitle2.AutoSize = true;
     this.lblSendDateTitle2.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblSendDateTitle2.Location = new System.Drawing.Point(272, 524);
     this.lblSendDateTitle2.Name     = "lblSendDateTitle2";
     this.lblSendDateTitle2.Size     = new System.Drawing.Size(80, 19);
     this.lblSendDateTitle2.TabIndex = 506;
     this.lblSendDateTitle2.Text     = "送检时间:";
     //
     // lblReportDateTitle2
     //
     this.lblReportDateTitle2.AutoSize = true;
     this.lblReportDateTitle2.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblReportDateTitle2.Location = new System.Drawing.Point(660, 524);
     this.lblReportDateTitle2.Name     = "lblReportDateTitle2";
     this.lblReportDateTitle2.Size     = new System.Drawing.Size(80, 19);
     this.lblReportDateTitle2.TabIndex = 506;
     this.lblReportDateTitle2.Text     = "报告日期:";
     //
     // lblReportDate2
     //
     this.lblReportDate2.AutoSize = true;
     this.lblReportDate2.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblReportDate2.Location = new System.Drawing.Point(744, 524);
     this.lblReportDate2.Name     = "lblReportDate2";
     this.lblReportDate2.Size     = new System.Drawing.Size(39, 19);
     this.lblReportDate2.TabIndex = 506;
     this.lblReportDate2.Text     = "    ";
     //
     // frmCheckReport
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(10, 22);
     this.BackColor         = System.Drawing.Color.FromArgb(((System.Byte)(51)), ((System.Byte)(102)), ((System.Byte)(153)));
     this.ClientSize        = new System.Drawing.Size(876, 561);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.listView1,
         this.lblBedNoTitle,
         this.m_lsvPatientName,
         this.m_txtPatientName,
         this.lblNameTitle,
         this.lblSex,
         this.lblAge,
         this.lblSexTitle,
         this.lblAgeTitle,
         this.label2,
         this.lblSampleIDTitle,
         this.lblSampleID,
         this.lblDeptName,
         this.lblDeptNameTitle,
         this.lblBedNo,
         this.lblInPatientIDTitle,
         this.lblInPatientID,
         this.lblPat_I_nameTitle,
         this.lblPat_I_name,
         this.lblPat_doct,
         this.lblPat_doctTitle,
         this.lblPat_chk,
         this.lblPat_chkTitle,
         this.lblPat_diagTitle,
         this.lblPat_diag,
         this.label1,
         this.lblSendDateTitle,
         this.lblSendDate,
         this.lblReportDate,
         this.lblReportDateTitle,
         this.lblSendDate2,
         this.lblSendDateTitle2,
         this.lblReportDateTitle2,
         this.lblReportDate2
     });
     this.Font      = new System.Drawing.Font("SimSun", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.ForeColor = System.Drawing.SystemColors.Window;
     this.Icon      = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name      = "frmCheckReport";
     this.Text      = "佛山市第二人民医院检验报告单";
     this.Load     += new System.EventHandler(this.frmCheckReport_Load);
     this.ResumeLayout(false);
 }
Esempio n. 5
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmEMRBaseForm));
     this.lblDept              = new System.Windows.Forms.Label();
     this.lblAreaTitle         = new System.Windows.Forms.Label();
     this.m_cboDept            = new com.digitalwave.Utility.Controls.ctlComboBox();
     this.m_cboArea            = new com.digitalwave.Utility.Controls.ctlComboBox();
     this.lblAgeTitle          = new System.Windows.Forms.Label();
     this.lblSexTitle          = new System.Windows.Forms.Label();
     this.lblSex               = new System.Windows.Forms.Label();
     this.lblAge               = new System.Windows.Forms.Label();
     this.lblInHospitalNoTitle = new System.Windows.Forms.Label();
     this.txtInPatientID       = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.lblBedNoTitle        = new System.Windows.Forms.Label();
     this.lblNameTitle         = new System.Windows.Forms.Label();
     this.m_txtPatientName     = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.m_dtpCreateDate      = new com.digitalwave.Utility.Controls.ctlTimePicker();
     this.lblInpatientdate     = new System.Windows.Forms.Label();
     this.m_cboBed             = new com.digitalwave.Utility.Controls.ctlComboBox();
     this.label2               = new System.Windows.Forms.Label();
     this.picLogo              = new System.Windows.Forms.PictureBox();
     this.SuspendLayout();
     //
     // lblDept
     //
     this.lblDept.AutoSize  = true;
     this.lblDept.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblDept.ForeColor = System.Drawing.Color.Black;
     this.lblDept.Location  = new System.Drawing.Point(64, 12);
     this.lblDept.Name      = "lblDept";
     this.lblDept.Size      = new System.Drawing.Size(70, 19);
     this.lblDept.TabIndex  = 0;
     this.lblDept.Text      = "科    室:";
     //
     // lblAreaTitle
     //
     this.lblAreaTitle.AutoSize  = true;
     this.lblAreaTitle.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblAreaTitle.ForeColor = System.Drawing.Color.Black;
     this.lblAreaTitle.Location  = new System.Drawing.Point(364, 12);
     this.lblAreaTitle.Name      = "lblAreaTitle";
     this.lblAreaTitle.Size      = new System.Drawing.Size(56, 19);
     this.lblAreaTitle.TabIndex  = 1;
     this.lblAreaTitle.Text      = "病  区:";
     //
     // m_cboDept
     //
     this.m_cboDept.AccessibleName      = "NoDefault";
     this.m_cboDept.BackColor           = System.Drawing.SystemColors.InactiveCaptionText;
     this.m_cboDept.BorderColor         = System.Drawing.Color.Black;
     this.m_cboDept.DropButtonBackColor = System.Drawing.SystemColors.ControlLight;
     this.m_cboDept.DropButtonCursor    = System.Windows.Forms.Cursors.Hand;
     this.m_cboDept.DropButtonForeColor = System.Drawing.Color.Black;
     this.m_cboDept.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboDept.flatFont            = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_cboDept.Font                     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_cboDept.ForeColor                = System.Drawing.Color.Black;
     this.m_cboDept.ListBackColor            = System.Drawing.SystemColors.ControlLight;
     this.m_cboDept.ListForeColor            = System.Drawing.SystemColors.WindowText;
     this.m_cboDept.ListSelectedBackColor    = System.Drawing.SystemColors.Highlight;
     this.m_cboDept.ListSelectedForeColor    = System.Drawing.SystemColors.HighlightText;
     this.m_cboDept.Location                 = new System.Drawing.Point(136, 8);
     this.m_cboDept.m_BlnEnableItemEventMenu = false;
     this.m_cboDept.Name                     = "m_cboDept";
     this.m_cboDept.SelectedIndex            = -1;
     this.m_cboDept.SelectedItem             = null;
     this.m_cboDept.SelectionStart           = -1;
     this.m_cboDept.Size                     = new System.Drawing.Size(212, 23);
     this.m_cboDept.TabIndex                 = 100;
     this.m_cboDept.TabStop                  = false;
     this.m_cboDept.TextBackColor            = System.Drawing.Color.White;
     this.m_cboDept.TextForeColor            = System.Drawing.Color.Black;
     //
     // m_cboArea
     //
     this.m_cboArea.AccessibleName      = "NoDefault";
     this.m_cboArea.BackColor           = System.Drawing.Color.White;
     this.m_cboArea.BorderColor         = System.Drawing.Color.Black;
     this.m_cboArea.DropButtonBackColor = System.Drawing.SystemColors.ControlLight;
     this.m_cboArea.DropButtonCursor    = System.Windows.Forms.Cursors.Hand;
     this.m_cboArea.DropButtonForeColor = System.Drawing.Color.Black;
     this.m_cboArea.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboArea.flatFont            = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_cboArea.Font                     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_cboArea.ForeColor                = System.Drawing.Color.Black;
     this.m_cboArea.ListBackColor            = System.Drawing.SystemColors.ControlLight;
     this.m_cboArea.ListForeColor            = System.Drawing.SystemColors.WindowText;
     this.m_cboArea.ListSelectedBackColor    = System.Drawing.SystemColors.Highlight;
     this.m_cboArea.ListSelectedForeColor    = System.Drawing.SystemColors.HighlightText;
     this.m_cboArea.Location                 = new System.Drawing.Point(420, 8);
     this.m_cboArea.m_BlnEnableItemEventMenu = false;
     this.m_cboArea.Name                     = "m_cboArea";
     this.m_cboArea.SelectedIndex            = -1;
     this.m_cboArea.SelectedItem             = null;
     this.m_cboArea.SelectionStart           = -1;
     this.m_cboArea.Size                     = new System.Drawing.Size(144, 23);
     this.m_cboArea.TabIndex                 = 200;
     this.m_cboArea.TabStop                  = false;
     this.m_cboArea.TextBackColor            = System.Drawing.Color.White;
     this.m_cboArea.TextForeColor            = System.Drawing.Color.Black;
     //
     // lblAgeTitle
     //
     this.lblAgeTitle.AutoSize  = true;
     this.lblAgeTitle.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblAgeTitle.ForeColor = System.Drawing.Color.Black;
     this.lblAgeTitle.Location  = new System.Drawing.Point(740, 40);
     this.lblAgeTitle.Name      = "lblAgeTitle";
     this.lblAgeTitle.Size      = new System.Drawing.Size(41, 19);
     this.lblAgeTitle.TabIndex  = 8;
     this.lblAgeTitle.Text      = "年龄:";
     //
     // lblSexTitle
     //
     this.lblSexTitle.AutoSize  = true;
     this.lblSexTitle.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblSexTitle.ForeColor = System.Drawing.Color.Black;
     this.lblSexTitle.Location  = new System.Drawing.Point(740, 12);
     this.lblSexTitle.Name      = "lblSexTitle";
     this.lblSexTitle.Size      = new System.Drawing.Size(41, 19);
     this.lblSexTitle.TabIndex  = 3;
     this.lblSexTitle.Text      = "性别:";
     //
     // lblSex
     //
     this.lblSex.BackColor = System.Drawing.Color.Transparent;
     this.lblSex.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblSex.ForeColor = System.Drawing.Color.Black;
     this.lblSex.Location  = new System.Drawing.Point(784, 12);
     this.lblSex.Name      = "lblSex";
     this.lblSex.Size      = new System.Drawing.Size(48, 19);
     this.lblSex.TabIndex  = 4;
     //
     // lblAge
     //
     this.lblAge.BackColor = System.Drawing.Color.Transparent;
     this.lblAge.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblAge.ForeColor = System.Drawing.Color.Black;
     this.lblAge.Location  = new System.Drawing.Point(784, 40);
     this.lblAge.Name      = "lblAge";
     this.lblAge.Size      = new System.Drawing.Size(48, 19);
     this.lblAge.TabIndex  = 9;
     //
     // lblInHospitalNoTitle
     //
     this.lblInHospitalNoTitle.AutoSize  = true;
     this.lblInHospitalNoTitle.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblInHospitalNoTitle.ForeColor = System.Drawing.Color.Black;
     this.lblInHospitalNoTitle.Location  = new System.Drawing.Point(364, 40);
     this.lblInHospitalNoTitle.Name      = "lblInHospitalNoTitle";
     this.lblInHospitalNoTitle.Size      = new System.Drawing.Size(56, 19);
     this.lblInHospitalNoTitle.TabIndex  = 6;
     this.lblInHospitalNoTitle.Text      = "住院号:";
     //
     // txtInPatientID
     //
     this.txtInPatientID.AccessibleName = "NoDefault";
     this.txtInPatientID.AutoSize       = false;
     this.txtInPatientID.BackColor      = System.Drawing.Color.White;
     this.txtInPatientID.BorderColor    = System.Drawing.Color.Transparent;
     this.txtInPatientID.BorderStyle    = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtInPatientID.Font           = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.txtInPatientID.ForeColor      = System.Drawing.Color.Black;
     this.txtInPatientID.Location       = new System.Drawing.Point(420, 36);
     this.txtInPatientID.MaxLength      = 20;
     this.txtInPatientID.Name           = "txtInPatientID";
     this.txtInPatientID.Size           = new System.Drawing.Size(144, 21);
     this.txtInPatientID.TabIndex       = 500;
     this.txtInPatientID.Text           = "";
     //
     // lblBedNoTitle
     //
     this.lblBedNoTitle.AutoSize  = true;
     this.lblBedNoTitle.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblBedNoTitle.ForeColor = System.Drawing.Color.Black;
     this.lblBedNoTitle.Location  = new System.Drawing.Point(580, 12);
     this.lblBedNoTitle.Name      = "lblBedNoTitle";
     this.lblBedNoTitle.Size      = new System.Drawing.Size(41, 19);
     this.lblBedNoTitle.TabIndex  = 2;
     this.lblBedNoTitle.Text      = "床号:";
     //
     // lblNameTitle
     //
     this.lblNameTitle.AutoSize  = true;
     this.lblNameTitle.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblNameTitle.ForeColor = System.Drawing.Color.Black;
     this.lblNameTitle.Location  = new System.Drawing.Point(580, 40);
     this.lblNameTitle.Name      = "lblNameTitle";
     this.lblNameTitle.Size      = new System.Drawing.Size(41, 19);
     this.lblNameTitle.TabIndex  = 7;
     this.lblNameTitle.Text      = "姓名:";
     //
     // m_txtPatientName
     //
     this.m_txtPatientName.AccessibleName = "NoDefault";
     this.m_txtPatientName.AutoSize       = false;
     this.m_txtPatientName.BackColor      = System.Drawing.Color.White;
     this.m_txtPatientName.BorderColor    = System.Drawing.Color.Transparent;
     this.m_txtPatientName.BorderStyle    = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtPatientName.Font           = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_txtPatientName.ForeColor      = System.Drawing.Color.Black;
     this.m_txtPatientName.Location       = new System.Drawing.Point(624, 36);
     this.m_txtPatientName.MaxLength      = 50;
     this.m_txtPatientName.Name           = "m_txtPatientName";
     this.m_txtPatientName.Size           = new System.Drawing.Size(108, 21);
     this.m_txtPatientName.TabIndex       = 600;
     this.m_txtPatientName.Text           = "";
     //
     // m_dtpCreateDate
     //
     this.m_dtpCreateDate.BorderColor         = System.Drawing.Color.Black;
     this.m_dtpCreateDate.CustomFormat        = "yyyy年MM月dd日 HH:mm:ss";
     this.m_dtpCreateDate.DropButtonBackColor = System.Drawing.SystemColors.Control;
     this.m_dtpCreateDate.DropButtonCursor    = System.Windows.Forms.Cursors.Hand;
     this.m_dtpCreateDate.DropButtonForeColor = System.Drawing.Color.Black;
     this.m_dtpCreateDate.flatFont            = new System.Drawing.Font("宋体", 12F);
     this.m_dtpCreateDate.Font             = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.m_dtpCreateDate.Format           = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.m_dtpCreateDate.Location         = new System.Drawing.Point(136, 36);
     this.m_dtpCreateDate.m_BlnOnlyTime    = false;
     this.m_dtpCreateDate.m_EnmVisibleFlag = com.digitalwave.Utility.Controls.ctlTimePicker.enmDateTimeFlag.Second;
     this.m_dtpCreateDate.MaxDate          = new System.DateTime(9998, 12, 31, 0, 0, 0, 0);
     this.m_dtpCreateDate.MinDate          = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
     this.m_dtpCreateDate.Name             = "m_dtpCreateDate";
     this.m_dtpCreateDate.ReadOnly         = false;
     this.m_dtpCreateDate.Size             = new System.Drawing.Size(212, 22);
     this.m_dtpCreateDate.TabIndex         = 400;
     this.m_dtpCreateDate.TextBackColor    = System.Drawing.Color.White;
     this.m_dtpCreateDate.TextForeColor    = System.Drawing.Color.Black;
     //
     // lblInpatientdate
     //
     this.lblInpatientdate.AutoSize  = true;
     this.lblInpatientdate.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblInpatientdate.ForeColor = System.Drawing.Color.Black;
     this.lblInpatientdate.Location  = new System.Drawing.Point(64, 40);
     this.lblInpatientdate.Name      = "lblInpatientdate";
     this.lblInpatientdate.Size      = new System.Drawing.Size(70, 19);
     this.lblInpatientdate.TabIndex  = 5;
     this.lblInpatientdate.Text      = "入院日期:";
     //
     // m_cboBed
     //
     this.m_cboBed.AccessibleName      = "NoDefault";
     this.m_cboBed.BackColor           = System.Drawing.Color.White;
     this.m_cboBed.BorderColor         = System.Drawing.Color.Black;
     this.m_cboBed.DropButtonBackColor = System.Drawing.SystemColors.ControlLight;
     this.m_cboBed.DropButtonCursor    = System.Windows.Forms.Cursors.Hand;
     this.m_cboBed.DropButtonForeColor = System.Drawing.Color.Black;
     this.m_cboBed.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboBed.flatFont            = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_cboBed.Font                     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_cboBed.ForeColor                = System.Drawing.Color.Black;
     this.m_cboBed.ListBackColor            = System.Drawing.SystemColors.ControlLight;
     this.m_cboBed.ListForeColor            = System.Drawing.SystemColors.WindowText;
     this.m_cboBed.ListSelectedBackColor    = System.Drawing.SystemColors.Highlight;
     this.m_cboBed.ListSelectedForeColor    = System.Drawing.SystemColors.HighlightText;
     this.m_cboBed.Location                 = new System.Drawing.Point(624, 8);
     this.m_cboBed.m_BlnEnableItemEventMenu = false;
     this.m_cboBed.Name                     = "m_cboBed";
     this.m_cboBed.SelectedIndex            = -1;
     this.m_cboBed.SelectedItem             = null;
     this.m_cboBed.SelectionStart           = -1;
     this.m_cboBed.Size                     = new System.Drawing.Size(108, 23);
     this.m_cboBed.TabIndex                 = 300;
     this.m_cboBed.TabStop                  = false;
     this.m_cboBed.TextBackColor            = System.Drawing.Color.White;
     this.m_cboBed.TextForeColor            = System.Drawing.Color.Black;
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.BackColor = System.Drawing.Color.MediumVioletRed;
     this.label2.ForeColor = System.Drawing.SystemColors.Highlight;
     this.label2.Location  = new System.Drawing.Point(4, 64);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(828, 2);
     this.label2.TabIndex  = 10;
     //
     // picLogo
     //
     this.picLogo.Image    = ((System.Drawing.Image)(resources.GetObject("picLogo.Image")));
     this.picLogo.Location = new System.Drawing.Point(8, 8);
     this.picLogo.Name     = "picLogo";
     this.picLogo.Size     = new System.Drawing.Size(49, 49);
     this.picLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picLogo.TabIndex = 10000034;
     this.picLogo.TabStop  = false;
     //
     // frmEMRBaseForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(844, 397);
     this.Controls.Add(this.picLogo);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.m_cboBed);
     this.Controls.Add(this.lblInpatientdate);
     this.Controls.Add(this.m_dtpCreateDate);
     this.Controls.Add(this.lblNameTitle);
     this.Controls.Add(this.m_txtPatientName);
     this.Controls.Add(this.lblBedNoTitle);
     this.Controls.Add(this.lblInHospitalNoTitle);
     this.Controls.Add(this.txtInPatientID);
     this.Controls.Add(this.lblAgeTitle);
     this.Controls.Add(this.lblSexTitle);
     this.Controls.Add(this.lblSex);
     this.Controls.Add(this.lblAge);
     this.Controls.Add(this.lblDept);
     this.Controls.Add(this.lblAreaTitle);
     this.Controls.Add(this.m_cboDept);
     this.Controls.Add(this.m_cboArea);
     this.ForeColor = System.Drawing.SystemColors.ControlText;
     this.Icon      = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name      = "frmEMRBaseForm";
     this.Text      = "frmEMRBaseForm";
     this.ResumeLayout(false);
 }
Esempio n. 6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.dtpFromDate        = new com.digitalwave.Utility.Controls.ctlTimePicker();
     this.lblTo              = new System.Windows.Forms.Label();
     this.lblFrom            = new System.Windows.Forms.Label();
     this.columnHeader2      = new System.Windows.Forms.ColumnHeader();
     this.m_txtRemark        = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.mniAuto            = new System.Windows.Forms.MenuItem();
     this.m_cmdPrint         = new System.Windows.Forms.Button();
     this.columnHeader5      = new System.Windows.Forms.ColumnHeader();
     this.dtpToDate          = new com.digitalwave.Utility.Controls.ctlTimePicker();
     this.lblCurrentDate     = new System.Windows.Forms.Label();
     this.m_cboDutyType      = new com.digitalwave.Utility.Controls.ctlComboBox();
     this.lblDutyType        = new System.Windows.Forms.Label();
     this.lblRemark          = new System.Windows.Forms.Label();
     this.m_mcdMain          = new System.Windows.Forms.MonthCalendar();
     this.ctmAssign          = new System.Windows.Forms.ContextMenu();
     this.m_lsvOnDutyEmpList = new System.Windows.Forms.ListView();
     this.columnHeader1      = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4      = new System.Windows.Forms.ColumnHeader();
     this.lbltitle           = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.ctlComboBox1       = new com.digitalwave.Utility.Controls.ctlComboBox();
     this.m_lsvAllEmpList    = new System.Windows.Forms.ListView();
     this.columnHeader8      = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3      = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6      = new System.Windows.Forms.ColumnHeader();
     this.columnHeader7      = new System.Windows.Forms.ColumnHeader();
     this.m_cmdSave          = new System.Windows.Forms.Button();
     this.m_cmdCancel        = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // dtpFromDate
     //
     this.dtpFromDate.BorderColor         = System.Drawing.Color.White;
     this.dtpFromDate.CustomFormat        = "yyyy年MM月dd日";
     this.dtpFromDate.DropButtonBackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152)));
     this.dtpFromDate.DropButtonCursor    = System.Windows.Forms.Cursors.Hand;
     this.dtpFromDate.DropButtonForeColor = System.Drawing.Color.White;
     this.dtpFromDate.flatFont            = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.dtpFromDate.Font          = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.dtpFromDate.Format        = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpFromDate.Location      = new System.Drawing.Point(448, 416);
     this.dtpFromDate.MaxDate       = new System.DateTime(9998, 12, 31, 0, 0, 0, 0);
     this.dtpFromDate.MinDate       = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
     this.dtpFromDate.Name          = "dtpFromDate";
     this.dtpFromDate.Size          = new System.Drawing.Size(132, 26);
     this.dtpFromDate.TabIndex      = 467;
     this.dtpFromDate.TextBackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152)));
     this.dtpFromDate.TextForeColor = System.Drawing.Color.White;
     //
     // lblTo
     //
     this.lblTo.ForeColor = System.Drawing.Color.White;
     this.lblTo.Location  = new System.Drawing.Point(420, 464);
     this.lblTo.Name      = "lblTo";
     this.lblTo.Size      = new System.Drawing.Size(24, 23);
     this.lblTo.TabIndex  = 470;
     this.lblTo.Text      = "到";
     //
     // lblFrom
     //
     this.lblFrom.ForeColor = System.Drawing.Color.White;
     this.lblFrom.Location  = new System.Drawing.Point(420, 416);
     this.lblFrom.Name      = "lblFrom";
     this.lblFrom.Size      = new System.Drawing.Size(24, 23);
     this.lblFrom.TabIndex  = 469;
     this.lblFrom.Text      = "从";
     //
     // columnHeader2
     //
     this.columnHeader2.Text      = "员工姓名";
     this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader2.Width     = 100;
     //
     // m_txtRemark
     //
     this.m_txtRemark.BackColor   = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152)));
     this.m_txtRemark.BorderColor = System.Drawing.Color.White;
     this.m_txtRemark.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtRemark.Font        = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_txtRemark.ForeColor   = System.Drawing.Color.White;
     this.m_txtRemark.Location    = new System.Drawing.Point(428, 260);
     this.m_txtRemark.Name        = "m_txtRemark";
     this.m_txtRemark.Size        = new System.Drawing.Size(144, 26);
     this.m_txtRemark.TabIndex    = 456;
     this.m_txtRemark.Text        = "";
     //
     // mniAuto
     //
     this.mniAuto.Index = 0;
     this.mniAuto.Text  = "安排人员";
     //
     // m_cmdPrint
     //
     this.m_cmdPrint.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.m_cmdPrint.Location  = new System.Drawing.Point(424, 508);
     this.m_cmdPrint.Name      = "m_cmdPrint";
     this.m_cmdPrint.Size      = new System.Drawing.Size(156, 32);
     this.m_cmdPrint.TabIndex  = 471;
     this.m_cmdPrint.Text      = "列印班表";
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "备注";
     this.columnHeader5.Width = 100;
     //
     // dtpToDate
     //
     this.dtpToDate.BorderColor         = System.Drawing.Color.White;
     this.dtpToDate.CustomFormat        = "yyyy年MM月dd日";
     this.dtpToDate.DropButtonBackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152)));
     this.dtpToDate.DropButtonCursor    = System.Windows.Forms.Cursors.Hand;
     this.dtpToDate.DropButtonForeColor = System.Drawing.Color.White;
     this.dtpToDate.flatFont            = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.dtpToDate.Font          = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.dtpToDate.Format        = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpToDate.Location      = new System.Drawing.Point(448, 460);
     this.dtpToDate.MaxDate       = new System.DateTime(9998, 12, 31, 0, 0, 0, 0);
     this.dtpToDate.MinDate       = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
     this.dtpToDate.Name          = "dtpToDate";
     this.dtpToDate.Size          = new System.Drawing.Size(132, 26);
     this.dtpToDate.TabIndex      = 468;
     this.dtpToDate.TextBackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152)));
     this.dtpToDate.TextForeColor = System.Drawing.Color.White;
     //
     // lblCurrentDate
     //
     this.lblCurrentDate.ForeColor = System.Drawing.Color.White;
     this.lblCurrentDate.Location  = new System.Drawing.Point(592, 256);
     this.lblCurrentDate.Name      = "lblCurrentDate";
     this.lblCurrentDate.Size      = new System.Drawing.Size(356, 23);
     this.lblCurrentDate.TabIndex  = 466;
     //
     // m_cboDutyType
     //
     this.m_cboDutyType.BackColor           = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152)));
     this.m_cboDutyType.BorderColor         = System.Drawing.Color.White;
     this.m_cboDutyType.DropButtonBackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152)));
     this.m_cboDutyType.DropButtonCursor    = System.Windows.Forms.Cursors.Hand;
     this.m_cboDutyType.DropButtonForeColor = System.Drawing.Color.White;
     this.m_cboDutyType.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboDutyType.flatFont            = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_cboDutyType.Font                  = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_cboDutyType.ForeColor             = System.Drawing.Color.White;
     this.m_cboDutyType.ListBackColor         = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152)));
     this.m_cboDutyType.ListForeColor         = System.Drawing.Color.White;
     this.m_cboDutyType.ListSelectedBackColor = System.Drawing.Color.Blue;
     this.m_cboDutyType.ListSelectedForeColor = System.Drawing.Color.White;
     this.m_cboDutyType.Location              = new System.Drawing.Point(428, 192);
     this.m_cboDutyType.Name                  = "m_cboDutyType";
     this.m_cboDutyType.SelectedIndex         = -1;
     this.m_cboDutyType.SelectedItem          = null;
     this.m_cboDutyType.Size                  = new System.Drawing.Size(144, 26);
     this.m_cboDutyType.TabIndex              = 465;
     this.m_cboDutyType.TextBackColor         = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152)));
     this.m_cboDutyType.TextForeColor         = System.Drawing.Color.White;
     //
     // lblDutyType
     //
     this.lblDutyType.AutoSize  = true;
     this.lblDutyType.ForeColor = System.Drawing.Color.White;
     this.lblDutyType.Location  = new System.Drawing.Point(428, 164);
     this.lblDutyType.Name      = "lblDutyType";
     this.lblDutyType.Size      = new System.Drawing.Size(55, 19);
     this.lblDutyType.TabIndex  = 464;
     this.lblDutyType.Text      = "班次:";
     //
     // lblRemark
     //
     this.lblRemark.AutoSize  = true;
     this.lblRemark.ForeColor = System.Drawing.Color.White;
     this.lblRemark.Location  = new System.Drawing.Point(428, 232);
     this.lblRemark.Name      = "lblRemark";
     this.lblRemark.Size      = new System.Drawing.Size(55, 19);
     this.lblRemark.TabIndex  = 461;
     this.lblRemark.Text      = "备注:";
     //
     // m_mcdMain
     //
     this.m_mcdMain.Location = new System.Drawing.Point(588, 64);
     this.m_mcdMain.Name     = "m_mcdMain";
     this.m_mcdMain.TabIndex = 453;
     //
     // ctmAssign
     //
     this.ctmAssign.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mniAuto
     });
     //
     // m_lsvOnDutyEmpList
     //
     this.m_lsvOnDutyEmpList.BackColor   = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152)));
     this.m_lsvOnDutyEmpList.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.m_lsvOnDutyEmpList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader4,
         this.columnHeader5
     });
     this.m_lsvOnDutyEmpList.ContextMenu   = this.ctmAssign;
     this.m_lsvOnDutyEmpList.Font          = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_lsvOnDutyEmpList.ForeColor     = System.Drawing.Color.White;
     this.m_lsvOnDutyEmpList.FullRowSelect = true;
     this.m_lsvOnDutyEmpList.GridLines     = true;
     this.m_lsvOnDutyEmpList.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.m_lsvOnDutyEmpList.Location      = new System.Drawing.Point(592, 288);
     this.m_lsvOnDutyEmpList.Name          = "m_lsvOnDutyEmpList";
     this.m_lsvOnDutyEmpList.Size          = new System.Drawing.Size(392, 348);
     this.m_lsvOnDutyEmpList.TabIndex      = 451;
     this.m_lsvOnDutyEmpList.View          = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = " 员工工号";
     this.columnHeader1.Width = 90;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "   班次";
     this.columnHeader4.Width = 100;
     //
     // lbltitle
     //
     this.lbltitle.AutoSize  = true;
     this.lbltitle.Font      = new System.Drawing.Font("SimSun", 26.25F);
     this.lbltitle.ForeColor = System.Drawing.Color.White;
     this.lbltitle.Location  = new System.Drawing.Point(360, 16);
     this.lbltitle.Name      = "lbltitle";
     this.lbltitle.Size      = new System.Drawing.Size(319, 40);
     this.lbltitle.TabIndex  = 452;
     this.lbltitle.Text      = "人 员 工 作 安 排";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(32, 72);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(88, 19);
     this.label1.TabIndex  = 473;
     this.label1.Text      = "科室类别:";
     //
     // ctlComboBox1
     //
     this.ctlComboBox1.BackColor           = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152)));
     this.ctlComboBox1.BorderColor         = System.Drawing.Color.White;
     this.ctlComboBox1.DropButtonBackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152)));
     this.ctlComboBox1.DropButtonCursor    = System.Windows.Forms.Cursors.Hand;
     this.ctlComboBox1.DropButtonForeColor = System.Drawing.Color.White;
     this.ctlComboBox1.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ctlComboBox1.flatFont            = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.ctlComboBox1.Font                  = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.ctlComboBox1.ForeColor             = System.Drawing.Color.White;
     this.ctlComboBox1.ListBackColor         = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152)));
     this.ctlComboBox1.ListForeColor         = System.Drawing.Color.White;
     this.ctlComboBox1.ListSelectedBackColor = System.Drawing.Color.Blue;
     this.ctlComboBox1.ListSelectedForeColor = System.Drawing.Color.White;
     this.ctlComboBox1.Location              = new System.Drawing.Point(108, 68);
     this.ctlComboBox1.Name                  = "ctlComboBox1";
     this.ctlComboBox1.SelectedIndex         = -1;
     this.ctlComboBox1.SelectedItem          = null;
     this.ctlComboBox1.Size                  = new System.Drawing.Size(176, 26);
     this.ctlComboBox1.TabIndex              = 474;
     this.ctlComboBox1.TextBackColor         = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152)));
     this.ctlComboBox1.TextForeColor         = System.Drawing.Color.White;
     //
     // m_lsvAllEmpList
     //
     this.m_lsvAllEmpList.BackColor   = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152)));
     this.m_lsvAllEmpList.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.m_lsvAllEmpList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader8,
         this.columnHeader3,
         this.columnHeader6,
         this.columnHeader7
     });
     this.m_lsvAllEmpList.Font          = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_lsvAllEmpList.ForeColor     = System.Drawing.Color.White;
     this.m_lsvAllEmpList.FullRowSelect = true;
     this.m_lsvAllEmpList.GridLines     = true;
     this.m_lsvAllEmpList.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.m_lsvAllEmpList.Location      = new System.Drawing.Point(32, 100);
     this.m_lsvAllEmpList.Name          = "m_lsvAllEmpList";
     this.m_lsvAllEmpList.Size          = new System.Drawing.Size(382, 536);
     this.m_lsvAllEmpList.TabIndex      = 477;
     this.m_lsvAllEmpList.View          = System.Windows.Forms.View.Details;
     //
     // columnHeader8
     //
     this.columnHeader8.Text  = "序号";
     this.columnHeader8.Width = 50;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "员工工号";
     this.columnHeader3.Width = 80;
     //
     // columnHeader6
     //
     this.columnHeader6.Text      = "员工姓名";
     this.columnHeader6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader6.Width     = 100;
     //
     // columnHeader7
     //
     this.columnHeader7.Text  = "职称";
     this.columnHeader7.Width = 150;
     //
     // m_cmdSave
     //
     this.m_cmdSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.m_cmdSave.Location  = new System.Drawing.Point(460, 324);
     this.m_cmdSave.Name      = "m_cmdSave";
     this.m_cmdSave.Size      = new System.Drawing.Size(94, 32);
     this.m_cmdSave.TabIndex  = 478;
     this.m_cmdSave.Text      = ">>>";
     this.m_cmdSave.Click    += new System.EventHandler(this.m_cmdSave_Click);
     //
     // m_cmdCancel
     //
     this.m_cmdCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.m_cmdCancel.Location  = new System.Drawing.Point(460, 372);
     this.m_cmdCancel.Name      = "m_cmdCancel";
     this.m_cmdCancel.Size      = new System.Drawing.Size(94, 32);
     this.m_cmdCancel.TabIndex  = 479;
     this.m_cmdCancel.Text      = "<<<";
     //
     // frmDutyArrange
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(8, 19);
     this.ClientSize        = new System.Drawing.Size(1016, 733);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.m_cmdCancel,
         this.m_cmdSave,
         this.m_lsvAllEmpList,
         this.ctlComboBox1,
         this.label1,
         this.lblTo,
         this.lblFrom,
         this.m_txtRemark,
         this.m_cmdPrint,
         this.dtpToDate,
         this.lblCurrentDate,
         this.m_cboDutyType,
         this.lblDutyType,
         this.lblRemark,
         this.m_mcdMain,
         this.lbltitle,
         this.dtpFromDate,
         this.m_lsvOnDutyEmpList
     });
     this.Name        = "frmDutyArrange";
     this.Text        = "人员工作安排";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.frmDutyArrange_Load);
     this.ResumeLayout(false);
 }
Esempio n. 7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.lblTitle1       = new System.Windows.Forms.Label();
     this.lsvDoc          = new System.Windows.Forms.ListView();
     this.clmEmployeeID   = new System.Windows.Forms.ColumnHeader();
     this.clmEmployeeName = new System.Windows.Forms.ColumnHeader();
     this.txtDoc          = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.m_lblTitle2     = new System.Windows.Forms.Label();
     this.m_txtRecord     = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.m_lsvUpperDoc   = new System.Windows.Forms.ListView();
     this.columnHeader1   = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2   = new System.Windows.Forms.ColumnHeader();
     this.m_txtUpperDoc   = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.lblTitle        = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // m_lblForTitle
     //
     this.m_lblForTitle.Location = new System.Drawing.Point(240, 12);
     this.m_lblForTitle.Visible  = true;
     //
     // lblSex
     //
     this.lblSex.Visible = true;
     //
     // lblAge
     //
     this.lblAge.Visible = true;
     //
     // lblBedNoTitle
     //
     this.lblBedNoTitle.Visible = true;
     //
     // lblInHospitalNoTitle
     //
     this.lblInHospitalNoTitle.Visible = true;
     //
     // lblNameTitle
     //
     this.lblNameTitle.Visible = true;
     //
     // lblSexTitle
     //
     this.lblSexTitle.Visible = true;
     //
     // lblAgeTitle
     //
     this.lblAgeTitle.Visible = true;
     //
     // lblAreaTitle
     //
     this.lblAreaTitle.Visible = true;
     //
     // m_lsvInPatientID
     //
     this.m_lsvInPatientID.Location = new System.Drawing.Point(836, 104);
     this.m_lsvInPatientID.Size     = new System.Drawing.Size(108, 124);
     this.m_lsvInPatientID.Visible  = true;
     //
     // txtInPatientID
     //
     this.txtInPatientID.Visible = true;
     //
     // m_txtPatientName
     //
     this.m_txtPatientName.Visible = true;
     //
     // m_txtBedNO
     //
     this.m_txtBedNO.Visible = true;
     //
     // m_cboArea
     //
     this.m_cboArea.Visible = true;
     //
     // m_lsvPatientName
     //
     this.m_lsvPatientName.Visible = true;
     //
     // m_lsvBedNO
     //
     this.m_lsvBedNO.Visible = true;
     //
     // lblTitle1
     //
     this.lblTitle1.Location = new System.Drawing.Point(44, 296);
     this.lblTitle1.Name     = "lblTitle1";
     this.lblTitle1.Size     = new System.Drawing.Size(64, 16);
     this.lblTitle1.TabIndex = 501;
     this.lblTitle1.Text     = "主管医师";
     //
     // lsvDoc
     //
     this.lsvDoc.BackColor   = System.Drawing.Color.FromArgb(((System.Byte)(51)), ((System.Byte)(102)), ((System.Byte)(153)));
     this.lsvDoc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lsvDoc.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.clmEmployeeID,
         this.clmEmployeeName
     });
     this.lsvDoc.Font          = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lsvDoc.ForeColor     = System.Drawing.Color.White;
     this.lsvDoc.FullRowSelect = true;
     this.lsvDoc.GridLines     = true;
     this.lsvDoc.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.None;
     this.lsvDoc.Location      = new System.Drawing.Point(112, 312);
     this.lsvDoc.Name          = "lsvDoc";
     this.lsvDoc.Size          = new System.Drawing.Size(120, 92);
     this.lsvDoc.TabIndex      = 672;
     this.lsvDoc.View          = System.Windows.Forms.View.Details;
     this.lsvDoc.Visible       = false;
     //
     // clmEmployeeID
     //
     this.clmEmployeeID.Width = 0;
     //
     // clmEmployeeName
     //
     this.clmEmployeeName.Width = 100;
     //
     // txtDoc
     //
     this.txtDoc.BackColor   = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152)));
     this.txtDoc.BorderColor = System.Drawing.Color.White;
     this.txtDoc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtDoc.ForeColor   = System.Drawing.SystemColors.Window;
     this.txtDoc.Location    = new System.Drawing.Point(112, 288);
     this.txtDoc.Name        = "txtDoc";
     this.txtDoc.Size        = new System.Drawing.Size(120, 23);
     this.txtDoc.TabIndex    = 671;
     this.txtDoc.Text        = "";
     //
     // m_lblTitle2
     //
     this.m_lblTitle2.Location = new System.Drawing.Point(212, 160);
     this.m_lblTitle2.Name     = "m_lblTitle2";
     this.m_lblTitle2.Size     = new System.Drawing.Size(428, 20);
     this.m_lblTitle2.TabIndex = 673;
     this.m_lblTitle2.Text     = "查房,听取病史汇报病亲自体检后,认为";
     //
     // m_txtRecord
     //
     this.m_txtRecord.BackColor   = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152)));
     this.m_txtRecord.BorderColor = System.Drawing.Color.White;
     this.m_txtRecord.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtRecord.Font        = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_txtRecord.ForeColor   = System.Drawing.Color.White;
     this.m_txtRecord.Location    = new System.Drawing.Point(40, 200);
     this.m_txtRecord.Multiline   = true;
     this.m_txtRecord.Name        = "m_txtRecord";
     this.m_txtRecord.ScrollBars  = System.Windows.Forms.ScrollBars.Vertical;
     this.m_txtRecord.Size        = new System.Drawing.Size(600, 88);
     this.m_txtRecord.TabIndex    = 6051;
     this.m_txtRecord.Text        = "";
     //
     // m_lsvUpperDoc
     //
     this.m_lsvUpperDoc.BackColor   = System.Drawing.Color.FromArgb(((System.Byte)(51)), ((System.Byte)(102)), ((System.Byte)(153)));
     this.m_lsvUpperDoc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_lsvUpperDoc.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     this.m_lsvUpperDoc.Font          = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_lsvUpperDoc.ForeColor     = System.Drawing.Color.White;
     this.m_lsvUpperDoc.FullRowSelect = true;
     this.m_lsvUpperDoc.GridLines     = true;
     this.m_lsvUpperDoc.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.None;
     this.m_lsvUpperDoc.Location      = new System.Drawing.Point(88, 184);
     this.m_lsvUpperDoc.Name          = "m_lsvUpperDoc";
     this.m_lsvUpperDoc.Size          = new System.Drawing.Size(120, 92);
     this.m_lsvUpperDoc.TabIndex      = 672;
     this.m_lsvUpperDoc.View          = System.Windows.Forms.View.Details;
     this.m_lsvUpperDoc.Visible       = false;
     //
     // columnHeader1
     //
     this.columnHeader1.Width = 0;
     //
     // columnHeader2
     //
     this.columnHeader2.Width = 100;
     //
     // m_txtUpperDoc
     //
     this.m_txtUpperDoc.BackColor   = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152)));
     this.m_txtUpperDoc.BorderColor = System.Drawing.Color.White;
     this.m_txtUpperDoc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtUpperDoc.ForeColor   = System.Drawing.SystemColors.Window;
     this.m_txtUpperDoc.Location    = new System.Drawing.Point(88, 160);
     this.m_txtUpperDoc.Name        = "m_txtUpperDoc";
     this.m_txtUpperDoc.Size        = new System.Drawing.Size(120, 23);
     this.m_txtUpperDoc.TabIndex    = 671;
     this.m_txtUpperDoc.Text        = "";
     //
     // lblTitle
     //
     this.lblTitle.Location = new System.Drawing.Point(44, 164);
     this.lblTitle.Name     = "lblTitle";
     this.lblTitle.Size     = new System.Drawing.Size(44, 16);
     this.lblTitle.TabIndex = 501;
     this.lblTitle.Text     = "今日";
     //
     // frmCheckRoomRecord
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(748, 469);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.m_lsvBedNO,
         this.m_lsvPatientName,
         this.m_cboArea,
         this.m_txtBedNO,
         this.m_txtPatientName,
         this.m_lsvInPatientID,
         this.m_lsvUpperDoc,
         this.lsvDoc,
         this.m_txtRecord,
         this.m_lblTitle2,
         this.txtDoc,
         this.lblSex,
         this.lblAge,
         this.lblBedNoTitle,
         this.lblInHospitalNoTitle,
         this.lblNameTitle,
         this.lblSexTitle,
         this.lblAgeTitle,
         this.lblAreaTitle,
         this.txtInPatientID,
         this.m_lblForTitle,
         this.lblTitle1,
         this.m_txtUpperDoc,
         this.lblTitle
     });
     this.Name  = "frmCheckRoomRecord";
     this.Load += new System.EventHandler(this.frmCheckRoomRecord_Load);
     this.ResumeLayout(false);
 }
Esempio n. 8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.m_cboUser   = new com.digitalwave.Utility.Controls.ctlComboBox();
     this.label1      = new System.Windows.Forms.Label();
     this.label2      = new System.Windows.Forms.Label();
     this.m_txtPW     = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.m_cmdOK     = new PinkieControls.ButtonXP();
     this.m_cmdCancel = new PinkieControls.ButtonXP();
     this.m_cboUser1  = new com.digitalwave.Utility.Controls.ctlComboBox();
     this.SuspendLayout();
     //
     // m_cboUser
     //
     this.m_cboUser.AccessibleName      = "NoDefault";
     this.m_cboUser.BackColor           = System.Drawing.Color.FromArgb(((System.Byte)(202)), ((System.Byte)(229)), ((System.Byte)(232)));
     this.m_cboUser.BorderColor         = System.Drawing.Color.Black;
     this.m_cboUser.DropButtonBackColor = System.Drawing.SystemColors.Control;
     this.m_cboUser.DropButtonCursor    = System.Windows.Forms.Cursors.Hand;
     this.m_cboUser.DropButtonForeColor = System.Drawing.Color.Black;
     this.m_cboUser.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboUser.flatFont            = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_cboUser.Font                     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_cboUser.ForeColor                = System.Drawing.Color.Black;
     this.m_cboUser.ListBackColor            = System.Drawing.Color.White;
     this.m_cboUser.ListForeColor            = System.Drawing.SystemColors.WindowText;
     this.m_cboUser.ListSelectedBackColor    = System.Drawing.SystemColors.Highlight;
     this.m_cboUser.ListSelectedForeColor    = System.Drawing.SystemColors.HighlightText;
     this.m_cboUser.Location                 = new System.Drawing.Point(111, 26);
     this.m_cboUser.m_BlnEnableItemEventMenu = false;
     this.m_cboUser.Name                     = "m_cboUser";
     this.m_cboUser.SelectedIndex            = -1;
     this.m_cboUser.SelectedItem             = null;
     this.m_cboUser.SelectionStart           = 0;
     this.m_cboUser.Size                     = new System.Drawing.Size(180, 26);
     this.m_cboUser.TabIndex                 = 10000000;
     this.m_cboUser.TabStop                  = false;
     this.m_cboUser.TextBackColor            = System.Drawing.Color.White;
     this.m_cboUser.TextForeColor            = System.Drawing.Color.Black;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(24, 30);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(72, 22);
     this.label1.TabIndex = 10000001;
     this.label1.Text     = "主任医师";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(24, 70);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(39, 22);
     this.label2.TabIndex = 10000001;
     this.label2.Text     = "密码";
     //
     // m_txtPW
     //
     this.m_txtPW.AccessibleName = "NoDefault";
     this.m_txtPW.AutoSize       = false;
     this.m_txtPW.BackColor      = System.Drawing.SystemColors.Window;
     this.m_txtPW.BorderColor    = System.Drawing.Color.White;
     this.m_txtPW.Font           = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_txtPW.ForeColor      = System.Drawing.Color.Black;
     this.m_txtPW.Location       = new System.Drawing.Point(111, 67);
     this.m_txtPW.Name           = "m_txtPW";
     this.m_txtPW.PasswordChar   = '*';
     this.m_txtPW.Size           = new System.Drawing.Size(180, 21);
     this.m_txtPW.TabIndex       = 10000002;
     this.m_txtPW.Text           = "";
     //
     // m_cmdOK
     //
     this.m_cmdOK.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_cmdOK.DefaultScheme = true;
     this.m_cmdOK.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdOK.ForeColor     = System.Drawing.Color.Black;
     this.m_cmdOK.Hint          = "";
     this.m_cmdOK.Location      = new System.Drawing.Point(136, 104);
     this.m_cmdOK.Name          = "m_cmdOK";
     this.m_cmdOK.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdOK.Size          = new System.Drawing.Size(64, 32);
     this.m_cmdOK.TabIndex      = 10000004;
     this.m_cmdOK.Text          = "确定";
     this.m_cmdOK.Click        += new System.EventHandler(this.m_cmdOK_Click);
     //
     // m_cmdCancel
     //
     this.m_cmdCancel.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_cmdCancel.DefaultScheme = true;
     this.m_cmdCancel.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.m_cmdCancel.ForeColor     = System.Drawing.Color.Black;
     this.m_cmdCancel.Hint          = "";
     this.m_cmdCancel.Location      = new System.Drawing.Point(216, 104);
     this.m_cmdCancel.Name          = "m_cmdCancel";
     this.m_cmdCancel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdCancel.Size          = new System.Drawing.Size(64, 32);
     this.m_cmdCancel.TabIndex      = 10000005;
     this.m_cmdCancel.Text          = "取消";
     this.m_cmdCancel.Click        += new System.EventHandler(this.m_cmdCancel_Click);
     //
     // m_cboUser1
     //
     this.m_cboUser1.AccessibleName      = "NoDefault";
     this.m_cboUser1.BackColor           = System.Drawing.Color.FromArgb(((System.Byte)(202)), ((System.Byte)(229)), ((System.Byte)(232)));
     this.m_cboUser1.BorderColor         = System.Drawing.Color.Black;
     this.m_cboUser1.DropButtonBackColor = System.Drawing.SystemColors.Control;
     this.m_cboUser1.DropButtonCursor    = System.Windows.Forms.Cursors.Hand;
     this.m_cboUser1.DropButtonForeColor = System.Drawing.Color.Black;
     this.m_cboUser1.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboUser1.flatFont            = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_cboUser1.Font                     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_cboUser1.ForeColor                = System.Drawing.Color.Black;
     this.m_cboUser1.ListBackColor            = System.Drawing.Color.White;
     this.m_cboUser1.ListForeColor            = System.Drawing.SystemColors.WindowText;
     this.m_cboUser1.ListSelectedBackColor    = System.Drawing.SystemColors.Highlight;
     this.m_cboUser1.ListSelectedForeColor    = System.Drawing.SystemColors.HighlightText;
     this.m_cboUser1.Location                 = new System.Drawing.Point(112, 0);
     this.m_cboUser1.m_BlnEnableItemEventMenu = false;
     this.m_cboUser1.Name                     = "m_cboUser1";
     this.m_cboUser1.SelectedIndex            = -1;
     this.m_cboUser1.SelectedItem             = null;
     this.m_cboUser1.SelectionStart           = 0;
     this.m_cboUser1.Size                     = new System.Drawing.Size(180, 26);
     this.m_cboUser1.TabIndex                 = 10000000;
     this.m_cboUser1.TabStop                  = false;
     this.m_cboUser1.TextBackColor            = System.Drawing.Color.White;
     this.m_cboUser1.TextForeColor            = System.Drawing.Color.Black;
     this.m_cboUser1.Visible                  = false;
     //
     // frmValidateDirector
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(8, 19);
     this.BackColor         = System.Drawing.SystemColors.Control;
     this.ClientSize        = new System.Drawing.Size(314, 159);
     this.Controls.Add(this.m_cmdCancel);
     this.Controls.Add(this.m_cmdOK);
     this.Controls.Add(this.m_txtPW);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.m_cboUser);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.m_cboUser1);
     this.Font            = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.ForeColor       = System.Drawing.SystemColors.WindowText;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmValidateDirector";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "主任医师验证";
     this.Load           += new System.EventHandler(this.frmValidateDirector_Load);
     this.ResumeLayout(false);
 }