Пример #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.pnlRecord             = new System.Windows.Forms.Panel();
     this.m_lstShow             = new System.Windows.Forms.ListBox();
     this.lblSign               = new System.Windows.Forms.Label();
     this.dtpRecordTime         = new com.digitalwave.Utility.Controls.ctlTimePicker();
     this.lblRecordTime         = new System.Windows.Forms.Label();
     this.lblRecordContentTitle = new System.Windows.Forms.Label();
     this.txtRecordContent      = new com.digitalwave.Utility.Controls.ctlRichTextBox();
     this.lblSignTitle          = new System.Windows.Forms.Label();
     this.trvTime               = new System.Windows.Forms.TreeView();
     this.pnlRecord.SuspendLayout();
     this.SuspendLayout();
     //
     // m_lblForTitle
     //
     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.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;
     //
     // pnlRecord
     //
     this.pnlRecord.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(51)), ((System.Byte)(102)), ((System.Byte)(153)));
     this.pnlRecord.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.m_lstShow,
         this.lblSign,
         this.dtpRecordTime,
         this.lblRecordTime,
         this.lblRecordContentTitle,
         this.txtRecordContent,
         this.lblSignTitle
     });
     this.pnlRecord.Location = new System.Drawing.Point(280, 144);
     this.pnlRecord.Name     = "pnlRecord";
     this.pnlRecord.Size     = new System.Drawing.Size(744, 612);
     this.pnlRecord.TabIndex = 6010;
     //
     // m_lstShow
     //
     this.m_lstShow.BackColor    = System.Drawing.Color.Yellow;
     this.m_lstShow.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_lstShow.ForeColor    = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(192)));
     this.m_lstShow.ItemHeight   = 14;
     this.m_lstShow.Location     = new System.Drawing.Point(224, 56);
     this.m_lstShow.Name         = "m_lstShow";
     this.m_lstShow.Size         = new System.Drawing.Size(120, 72);
     this.m_lstShow.TabIndex     = 518;
     this.m_lstShow.Visible      = false;
     this.m_lstShow.DoubleClick += new System.EventHandler(this.m_lstShow_DoubleClick);
     //
     // lblSign
     //
     this.lblSign.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(51)), ((System.Byte)(102)), ((System.Byte)(153)));
     this.lblSign.Font      = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblSign.ForeColor = System.Drawing.SystemColors.Window;
     this.lblSign.Location  = new System.Drawing.Point(608, 440);
     this.lblSign.Name      = "lblSign";
     this.lblSign.Size      = new System.Drawing.Size(120, 19);
     this.lblSign.TabIndex  = 6016;
     //
     // dtpRecordTime
     //
     this.dtpRecordTime.BorderColor         = System.Drawing.Color.White;
     this.dtpRecordTime.CustomFormat        = "yyyy年MM月dd日 HH:mm:ss";
     this.dtpRecordTime.DropButtonBackColor = System.Drawing.Color.FromArgb(((System.Byte)(51)), ((System.Byte)(102)), ((System.Byte)(153)));
     this.dtpRecordTime.DropButtonCursor    = System.Windows.Forms.Cursors.Hand;
     this.dtpRecordTime.DropButtonForeColor = System.Drawing.Color.White;
     this.dtpRecordTime.flatFont            = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.dtpRecordTime.Font          = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.dtpRecordTime.Format        = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpRecordTime.Location      = new System.Drawing.Point(114, 19);
     this.dtpRecordTime.MaxDate       = new System.DateTime(9998, 12, 31, 0, 0, 0, 0);
     this.dtpRecordTime.MinDate       = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
     this.dtpRecordTime.Name          = "dtpRecordTime";
     this.dtpRecordTime.Size          = new System.Drawing.Size(208, 26);
     this.dtpRecordTime.TabIndex      = 125;
     this.dtpRecordTime.TextBackColor = System.Drawing.Color.FromArgb(((System.Byte)(51)), ((System.Byte)(102)), ((System.Byte)(153)));
     this.dtpRecordTime.TextForeColor = System.Drawing.Color.White;
     //
     // lblRecordTime
     //
     this.lblRecordTime.AutoSize = true;
     this.lblRecordTime.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblRecordTime.Location = new System.Drawing.Point(8, 23);
     this.lblRecordTime.Name     = "lblRecordTime";
     this.lblRecordTime.Size     = new System.Drawing.Size(88, 19);
     this.lblRecordTime.TabIndex = 6013;
     this.lblRecordTime.Text     = "记录时间:";
     //
     // lblRecordContentTitle
     //
     this.lblRecordContentTitle.ForeColor = System.Drawing.Color.White;
     this.lblRecordContentTitle.Location  = new System.Drawing.Point(8, 55);
     this.lblRecordContentTitle.Name      = "lblRecordContentTitle";
     this.lblRecordContentTitle.Size      = new System.Drawing.Size(84, 24);
     this.lblRecordContentTitle.TabIndex  = 6010;
     this.lblRecordContentTitle.Text      = "病案记录:";
     //
     // txtRecordContent
     //
     this.txtRecordContent.BackColor                  = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152)));
     this.txtRecordContent.BorderStyle                = System.Windows.Forms.BorderStyle.None;
     this.txtRecordContent.ForeColor                  = System.Drawing.Color.White;
     this.txtRecordContent.Location                   = new System.Drawing.Point(10, 82);
     this.txtRecordContent.m_BlnPartControl           = false;
     this.txtRecordContent.m_BlnReadOnly              = false;
     this.txtRecordContent.m_ClrDST                   = System.Drawing.Color.Red;
     this.txtRecordContent.m_ClrOldPartInsertText     = System.Drawing.Color.Yellow;
     this.txtRecordContent.m_IntCanModifyTime         = 6;
     this.txtRecordContent.m_IntPartControlLength     = 0;
     this.txtRecordContent.m_IntPartControlStartIndex = 0;
     this.txtRecordContent.m_StrUserID                = "";
     this.txtRecordContent.m_StrUserName              = "";
     this.txtRecordContent.Name      = "txtRecordContent";
     this.txtRecordContent.Size      = new System.Drawing.Size(714, 332);
     this.txtRecordContent.TabIndex  = 135;
     this.txtRecordContent.Text      = "";
     this.txtRecordContent.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtRecordContent_KeyPress);
     //
     // lblSignTitle
     //
     this.lblSignTitle.ForeColor = System.Drawing.Color.White;
     this.lblSignTitle.Location  = new System.Drawing.Point(552, 439);
     this.lblSignTitle.Name      = "lblSignTitle";
     this.lblSignTitle.Size      = new System.Drawing.Size(52, 20);
     this.lblSignTitle.TabIndex  = 6011;
     this.lblSignTitle.Text      = "签名:";
     //
     // trvTime
     //
     this.trvTime.BackColor          = System.Drawing.Color.FromArgb(((System.Byte)(51)), ((System.Byte)(102)), ((System.Byte)(153)));
     this.trvTime.BorderStyle        = System.Windows.Forms.BorderStyle.None;
     this.trvTime.Font               = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.trvTime.ForeColor          = System.Drawing.SystemColors.Window;
     this.trvTime.ImageIndex         = -1;
     this.trvTime.ItemHeight         = 18;
     this.trvTime.Location           = new System.Drawing.Point(4, 144);
     this.trvTime.Name               = "trvTime";
     this.trvTime.SelectedImageIndex = -1;
     this.trvTime.ShowRootLines      = false;
     this.trvTime.Size               = new System.Drawing.Size(272, 612);
     this.trvTime.TabIndex           = 111;
     //
     // frmInputDemo
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.AutoScroll        = false;
     this.ClientSize        = new System.Drawing.Size(952, 677);
     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.trvTime,
         this.pnlRecord,
         this.lblSex,
         this.lblAge,
         this.lblBedNoTitle,
         this.lblInHospitalNoTitle,
         this.lblNameTitle,
         this.lblSexTitle,
         this.lblAgeTitle,
         this.lblAreaTitle,
         this.txtInPatientID,
         this.m_lblForTitle
     });
     this.Name  = "frmInputDemo";
     this.Text  = "病案记录";
     this.Load += new System.EventHandler(this.frmInputDemo_Load);
     this.pnlRecord.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #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.lblCheckName            = new System.Windows.Forms.Label();
     this.txtCheckName            = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.lsvCheckRecord          = new System.Windows.Forms.ListView();
     this.columnHeader1           = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2           = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3           = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4           = new System.Windows.Forms.ColumnHeader();
     this.lblCheckRecord          = new System.Windows.Forms.Label();
     this.lblReportDesc           = new System.Windows.Forms.Label();
     this.lblReportDiagnose       = new System.Windows.Forms.Label();
     this.lblReportDateTime       = new System.Windows.Forms.Label();
     this.dtpReportDateTime       = new com.digitalwave.Utility.Controls.ctlTimePicker();
     this.lblReportorName         = new System.Windows.Forms.Label();
     this.txtReportorName         = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.lblApplicationID        = new System.Windows.Forms.Label();
     this.txtApplicationID        = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.txtReportDesc           = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.txtReportDiagnose       = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.lsvApplicationID        = new System.Windows.Forms.ListView();
     this.clmPatientName_BaseForm = new System.Windows.Forms.ColumnHeader();
     this.lblReportCheckPart      = new System.Windows.Forms.Label();
     this.txtReportCheckPart      = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.m_cmdShowPACS           = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // m_lblForTitle
     //
     this.m_lblForTitle.Location = new System.Drawing.Point(322, 16);
     this.m_lblForTitle.Text     = "影像报告单";
     this.m_lblForTitle.Visible  = true;
     //
     // lblSex
     //
     this.lblSex.Location = new System.Drawing.Point(704, 154);
     this.lblSex.TabIndex = 4;
     this.lblSex.Visible  = true;
     //
     // lblAge
     //
     this.lblAge.Location = new System.Drawing.Point(824, 152);
     this.lblAge.Size     = new System.Drawing.Size(56, 22);
     this.lblAge.TabIndex = 5;
     this.lblAge.Visible  = true;
     //
     // lblBedNoTitle
     //
     this.lblBedNoTitle.Location = new System.Drawing.Point(488, 114);
     this.lblBedNoTitle.Visible  = true;
     //
     // lblInHospitalNoTitle
     //
     this.lblInHospitalNoTitle.Location = new System.Drawing.Point(660, 114);
     this.lblInHospitalNoTitle.Visible  = true;
     //
     // lblNameTitle
     //
     this.lblNameTitle.Location = new System.Drawing.Point(488, 154);
     this.lblNameTitle.Visible  = true;
     //
     // lblSexTitle
     //
     this.lblSexTitle.Location = new System.Drawing.Point(660, 154);
     this.lblSexTitle.Visible  = true;
     //
     // lblAgeTitle
     //
     this.lblAgeTitle.Location = new System.Drawing.Point(768, 154);
     this.lblAgeTitle.Visible  = true;
     //
     // lblAreaTitle
     //
     this.lblAreaTitle.Location = new System.Drawing.Point(88, 80);
     this.lblAreaTitle.Visible  = true;
     //
     // m_lsvInPatientID
     //
     this.m_lsvInPatientID.Location = new System.Drawing.Point(728, 134);
     this.m_lsvInPatientID.Size     = new System.Drawing.Size(96, 108);
     this.m_lsvInPatientID.Visible  = true;
     //
     // txtInPatientID
     //
     this.txtInPatientID.Location = new System.Drawing.Point(726, 114);
     this.txtInPatientID.Size     = new System.Drawing.Size(102, 19);
     this.txtInPatientID.TabIndex = 2;
     this.txtInPatientID.Visible  = true;
     //
     // m_txtPatientName
     //
     this.m_txtPatientName.Location = new System.Drawing.Point(536, 154);
     this.m_txtPatientName.Size     = new System.Drawing.Size(108, 21);
     this.m_txtPatientName.Visible  = true;
     //
     // m_txtBedNO
     //
     this.m_txtBedNO.Location = new System.Drawing.Point(536, 114);
     this.m_txtBedNO.Size     = new System.Drawing.Size(108, 21);
     this.m_txtBedNO.Visible  = true;
     //
     // m_cboArea
     //
     this.m_cboArea.Location = new System.Drawing.Point(140, 76);
     this.m_cboArea.Visible  = true;
     //
     // m_lsvPatientName
     //
     this.m_lsvPatientName.Location = new System.Drawing.Point(536, 176);
     this.m_lsvPatientName.Size     = new System.Drawing.Size(92, 114);
     this.m_lsvPatientName.Visible  = true;
     //
     // m_lsvBedNO
     //
     this.m_lsvBedNO.Location = new System.Drawing.Point(536, 134);
     this.m_lsvBedNO.Size     = new System.Drawing.Size(90, 104);
     this.m_lsvBedNO.Visible  = true;
     //
     // m_cboDept
     //
     this.m_cboDept.Location = new System.Drawing.Point(140, 40);
     this.m_cboDept.Visible  = true;
     //
     // lblDept
     //
     this.lblDept.Location = new System.Drawing.Point(88, 48);
     this.lblDept.Visible  = true;
     //
     // lblCheckName
     //
     this.lblCheckName.AllowDrop = true;
     this.lblCheckName.AutoSize  = true;
     this.lblCheckName.Font      = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblCheckName.ForeColor = System.Drawing.Color.White;
     this.lblCheckName.Location  = new System.Drawing.Point(454, 234);
     this.lblCheckName.Name      = "lblCheckName";
     this.lblCheckName.Size      = new System.Drawing.Size(80, 19);
     this.lblCheckName.TabIndex  = 10000004;
     this.lblCheckName.Text      = "检查名称:";
     this.lblCheckName.Visible   = false;
     //
     // txtCheckName
     //
     this.txtCheckName.AccessibleDescription = "检查费";
     this.txtCheckName.BackColor             = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152)));
     this.txtCheckName.BorderColor           = System.Drawing.Color.White;
     this.txtCheckName.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtCheckName.Font      = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.txtCheckName.ForeColor = System.Drawing.Color.White;
     this.txtCheckName.Location  = new System.Drawing.Point(536, 232);
     this.txtCheckName.Name      = "txtCheckName";
     this.txtCheckName.ReadOnly  = true;
     this.txtCheckName.Size      = new System.Drawing.Size(212, 26);
     this.txtCheckName.TabIndex  = 300;
     this.txtCheckName.Text      = "";
     this.txtCheckName.Visible   = false;
     //
     // lsvCheckRecord
     //
     this.lsvCheckRecord.BackColor   = System.Drawing.Color.FromArgb(((System.Byte)(51)), ((System.Byte)(102)), ((System.Byte)(153)));
     this.lsvCheckRecord.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lsvCheckRecord.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4
     });
     this.lsvCheckRecord.Font                  = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lsvCheckRecord.ForeColor             = System.Drawing.Color.White;
     this.lsvCheckRecord.FullRowSelect         = true;
     this.lsvCheckRecord.GridLines             = true;
     this.lsvCheckRecord.HideSelection         = false;
     this.lsvCheckRecord.Location              = new System.Drawing.Point(140, 112);
     this.lsvCheckRecord.MultiSelect           = false;
     this.lsvCheckRecord.Name                  = "lsvCheckRecord";
     this.lsvCheckRecord.Size                  = new System.Drawing.Size(284, 158);
     this.lsvCheckRecord.TabIndex              = 200;
     this.lsvCheckRecord.View                  = System.Windows.Forms.View.Details;
     this.lsvCheckRecord.SelectedIndexChanged += new System.EventHandler(this.lsvCheckRecord_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "申请日期";
     this.columnHeader1.Width = 165;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "类型";
     this.columnHeader2.Width = 50;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "报告";
     this.columnHeader3.Width = 65;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "";
     this.columnHeader4.Width = 0;
     //
     // lblCheckRecord
     //
     this.lblCheckRecord.AllowDrop = true;
     this.lblCheckRecord.AutoSize  = true;
     this.lblCheckRecord.Font      = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblCheckRecord.ForeColor = System.Drawing.Color.White;
     this.lblCheckRecord.Location  = new System.Drawing.Point(56, 112);
     this.lblCheckRecord.Name      = "lblCheckRecord";
     this.lblCheckRecord.Size      = new System.Drawing.Size(80, 19);
     this.lblCheckRecord.TabIndex  = 10000006;
     this.lblCheckRecord.Text      = "申请记录:";
     //
     // lblReportDesc
     //
     this.lblReportDesc.AllowDrop = true;
     this.lblReportDesc.AutoSize  = true;
     this.lblReportDesc.Font      = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblReportDesc.ForeColor = System.Drawing.Color.White;
     this.lblReportDesc.Location  = new System.Drawing.Point(56, 364);
     this.lblReportDesc.Name      = "lblReportDesc";
     this.lblReportDesc.Size      = new System.Drawing.Size(80, 19);
     this.lblReportDesc.TabIndex  = 10000007;
     this.lblReportDesc.Text      = "诊断描述:";
     //
     // lblReportDiagnose
     //
     this.lblReportDiagnose.AllowDrop = true;
     this.lblReportDiagnose.AutoSize  = true;
     this.lblReportDiagnose.Font      = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblReportDiagnose.ForeColor = System.Drawing.Color.White;
     this.lblReportDiagnose.Location  = new System.Drawing.Point(56, 480);
     this.lblReportDiagnose.Name      = "lblReportDiagnose";
     this.lblReportDiagnose.Size      = new System.Drawing.Size(80, 19);
     this.lblReportDiagnose.TabIndex  = 10000008;
     this.lblReportDiagnose.Text      = "诊断提示:";
     //
     // lblReportDateTime
     //
     this.lblReportDateTime.AutoSize = true;
     this.lblReportDateTime.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblReportDateTime.Location = new System.Drawing.Point(286, 594);
     this.lblReportDateTime.Name     = "lblReportDateTime";
     this.lblReportDateTime.Size     = new System.Drawing.Size(80, 19);
     this.lblReportDateTime.TabIndex = 10000012;
     this.lblReportDateTime.Text     = "报告日期:";
     this.lblReportDateTime.Visible  = false;
     //
     // dtpReportDateTime
     //
     this.dtpReportDateTime.BorderColor         = System.Drawing.Color.White;
     this.dtpReportDateTime.CustomFormat        = "yyyy年MM月dd日 HH:mm:ss";
     this.dtpReportDateTime.DropButtonBackColor = System.Drawing.Color.FromArgb(((System.Byte)(51)), ((System.Byte)(102)), ((System.Byte)(153)));
     this.dtpReportDateTime.DropButtonCursor    = System.Windows.Forms.Cursors.Hand;
     this.dtpReportDateTime.DropButtonForeColor = System.Drawing.Color.White;
     this.dtpReportDateTime.flatFont            = new System.Drawing.Font("SimSun", 12F);
     this.dtpReportDateTime.Font             = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.dtpReportDateTime.Format           = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpReportDateTime.Location         = new System.Drawing.Point(368, 592);
     this.dtpReportDateTime.m_BlnOnlyTime    = false;
     this.dtpReportDateTime.m_EnmVisibleFlag = com.digitalwave.Utility.Controls.ctlTimePicker.enmDateTimeFlag.Second;
     this.dtpReportDateTime.MaxDate          = new System.DateTime(9998, 12, 31, 0, 0, 0, 0);
     this.dtpReportDateTime.MinDate          = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
     this.dtpReportDateTime.Name             = "dtpReportDateTime";
     this.dtpReportDateTime.ReadOnly         = true;
     this.dtpReportDateTime.Size             = new System.Drawing.Size(212, 22);
     this.dtpReportDateTime.TabIndex         = 700;
     this.dtpReportDateTime.TextBackColor    = System.Drawing.Color.FromArgb(((System.Byte)(51)), ((System.Byte)(102)), ((System.Byte)(153)));
     this.dtpReportDateTime.TextForeColor    = System.Drawing.Color.White;
     this.dtpReportDateTime.Visible          = false;
     //
     // lblReportorName
     //
     this.lblReportorName.AutoSize = true;
     this.lblReportorName.Font     = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblReportorName.Location = new System.Drawing.Point(618, 594);
     this.lblReportorName.Name     = "lblReportorName";
     this.lblReportorName.Size     = new System.Drawing.Size(80, 19);
     this.lblReportorName.TabIndex = 10000014;
     this.lblReportorName.Text     = "报告医生:";
     this.lblReportorName.Visible  = false;
     //
     // txtReportorName
     //
     this.txtReportorName.AccessibleDescription = "检查费";
     this.txtReportorName.AccessibleName        = "NoDefault";
     this.txtReportorName.BackColor             = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152)));
     this.txtReportorName.BorderColor           = System.Drawing.Color.White;
     this.txtReportorName.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtReportorName.Font      = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.txtReportorName.ForeColor = System.Drawing.Color.White;
     this.txtReportorName.Location  = new System.Drawing.Point(702, 590);
     this.txtReportorName.Name      = "txtReportorName";
     this.txtReportorName.ReadOnly  = true;
     this.txtReportorName.Size      = new System.Drawing.Size(174, 26);
     this.txtReportorName.TabIndex  = 800;
     this.txtReportorName.Text      = "";
     this.txtReportorName.Visible   = false;
     //
     // lblApplicationID
     //
     this.lblApplicationID.AllowDrop = true;
     this.lblApplicationID.AutoSize  = true;
     this.lblApplicationID.Font      = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblApplicationID.ForeColor = System.Drawing.Color.White;
     this.lblApplicationID.Location  = new System.Drawing.Point(454, 192);
     this.lblApplicationID.Name      = "lblApplicationID";
     this.lblApplicationID.Size      = new System.Drawing.Size(80, 19);
     this.lblApplicationID.TabIndex  = 10000017;
     this.lblApplicationID.Text      = "申请单号:";
     //
     // txtApplicationID
     //
     this.txtApplicationID.AccessibleDescription = "检查费";
     this.txtApplicationID.BackColor             = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152)));
     this.txtApplicationID.BorderColor           = System.Drawing.Color.White;
     this.txtApplicationID.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtApplicationID.Font      = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.txtApplicationID.ForeColor = System.Drawing.Color.White;
     this.txtApplicationID.Location  = new System.Drawing.Point(536, 190);
     this.txtApplicationID.Name      = "txtApplicationID";
     this.txtApplicationID.Size      = new System.Drawing.Size(108, 26);
     this.txtApplicationID.TabIndex  = 6;
     this.txtApplicationID.Text      = "";
     this.txtApplicationID.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txtApplicationID_KeyDown);
     this.txtApplicationID.Leave    += new System.EventHandler(this.txtApplicationID_Leave);
     //
     // txtReportDesc
     //
     this.txtReportDesc.AccessibleDescription = "检查费";
     this.txtReportDesc.BackColor             = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152)));
     this.txtReportDesc.BorderColor           = System.Drawing.Color.White;
     this.txtReportDesc.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtReportDesc.Font      = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.txtReportDesc.ForeColor = System.Drawing.Color.White;
     this.txtReportDesc.Location  = new System.Drawing.Point(140, 360);
     this.txtReportDesc.Multiline = true;
     this.txtReportDesc.Name      = "txtReportDesc";
     this.txtReportDesc.ReadOnly  = true;
     this.txtReportDesc.Size      = new System.Drawing.Size(736, 102);
     this.txtReportDesc.TabIndex  = 500;
     this.txtReportDesc.Text      = "";
     //
     // txtReportDiagnose
     //
     this.txtReportDiagnose.AccessibleDescription = "检查费";
     this.txtReportDiagnose.BackColor             = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152)));
     this.txtReportDiagnose.BorderColor           = System.Drawing.Color.White;
     this.txtReportDiagnose.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtReportDiagnose.Font      = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.txtReportDiagnose.ForeColor = System.Drawing.Color.White;
     this.txtReportDiagnose.Location  = new System.Drawing.Point(140, 476);
     this.txtReportDiagnose.Multiline = true;
     this.txtReportDiagnose.Name      = "txtReportDiagnose";
     this.txtReportDiagnose.ReadOnly  = true;
     this.txtReportDiagnose.Size      = new System.Drawing.Size(736, 106);
     this.txtReportDiagnose.TabIndex  = 600;
     this.txtReportDiagnose.Text      = "";
     //
     // lsvApplicationID
     //
     this.lsvApplicationID.BackColor   = System.Drawing.Color.FromArgb(((System.Byte)(51)), ((System.Byte)(102)), ((System.Byte)(153)));
     this.lsvApplicationID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lsvApplicationID.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.clmPatientName_BaseForm
     });
     this.lsvApplicationID.Font                  = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lsvApplicationID.ForeColor             = System.Drawing.Color.White;
     this.lsvApplicationID.FullRowSelect         = true;
     this.lsvApplicationID.GridLines             = true;
     this.lsvApplicationID.HeaderStyle           = System.Windows.Forms.ColumnHeaderStyle.None;
     this.lsvApplicationID.Location              = new System.Drawing.Point(538, 218);
     this.lsvApplicationID.Name                  = "lsvApplicationID";
     this.lsvApplicationID.Size                  = new System.Drawing.Size(106, 104);
     this.lsvApplicationID.TabIndex              = 10000018;
     this.lsvApplicationID.View                  = System.Windows.Forms.View.Details;
     this.lsvApplicationID.Visible               = false;
     this.lsvApplicationID.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.lsvApplicationID_KeyDown);
     this.lsvApplicationID.DoubleClick          += new System.EventHandler(this.lsvApplicationID_DoubleClick);
     this.lsvApplicationID.Leave                += new System.EventHandler(this.lsvApplicationID_Leave);
     this.lsvApplicationID.SelectedIndexChanged += new System.EventHandler(this.lsvApplicationID_SelectedIndexChanged);
     //
     // clmPatientName_BaseForm
     //
     this.clmPatientName_BaseForm.Text  = "";
     this.clmPatientName_BaseForm.Width = 100;
     //
     // lblReportCheckPart
     //
     this.lblReportCheckPart.AllowDrop = true;
     this.lblReportCheckPart.AutoSize  = true;
     this.lblReportCheckPart.Font      = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblReportCheckPart.ForeColor = System.Drawing.Color.White;
     this.lblReportCheckPart.Location  = new System.Drawing.Point(56, 324);
     this.lblReportCheckPart.Name      = "lblReportCheckPart";
     this.lblReportCheckPart.Size      = new System.Drawing.Size(80, 19);
     this.lblReportCheckPart.TabIndex  = 10000020;
     this.lblReportCheckPart.Text      = "检查部位:";
     //
     // txtReportCheckPart
     //
     this.txtReportCheckPart.AccessibleDescription = "检查费";
     this.txtReportCheckPart.BackColor             = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152)));
     this.txtReportCheckPart.BorderColor           = System.Drawing.Color.White;
     this.txtReportCheckPart.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtReportCheckPart.Font      = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.txtReportCheckPart.ForeColor = System.Drawing.Color.White;
     this.txtReportCheckPart.Location  = new System.Drawing.Point(140, 322);
     this.txtReportCheckPart.Name      = "txtReportCheckPart";
     this.txtReportCheckPart.ReadOnly  = true;
     this.txtReportCheckPart.Size      = new System.Drawing.Size(736, 26);
     this.txtReportCheckPart.TabIndex  = 400;
     this.txtReportCheckPart.Text      = "";
     //
     // m_cmdShowPACS
     //
     this.m_cmdShowPACS.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.m_cmdShowPACS.Font      = new System.Drawing.Font("SimSun", 12F);
     this.m_cmdShowPACS.Location  = new System.Drawing.Point(664, 186);
     this.m_cmdShowPACS.Name      = "m_cmdShowPACS";
     this.m_cmdShowPACS.Size      = new System.Drawing.Size(84, 32);
     this.m_cmdShowPACS.TabIndex  = 100;
     this.m_cmdShowPACS.Text      = "查看影像";
     this.m_cmdShowPACS.Click    += new System.EventHandler(this.m_cmdShowPACS_Click);
     //
     // frmImageReport
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(1016, 655);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.txtReportCheckPart,
         this.m_cmdShowPACS,
         this.lblReportCheckPart,
         this.lblApplicationID,
         this.lblReportorName,
         this.lblReportDateTime,
         this.lblReportDiagnose,
         this.lblReportDesc,
         this.lblCheckRecord,
         this.lblCheckName,
         this.m_lsvBedNO,
         this.m_lsvPatientName,
         this.m_lsvInPatientID,
         this.m_cmdPre,
         this.m_cmdNext,
         this.m_cmdNewTemplate,
         this.m_cboDept,
         this.m_cboArea,
         this.m_txtBedNO,
         this.m_txtPatientName,
         this.lblSex,
         this.lblAge,
         this.lblBedNoTitle,
         this.lblInHospitalNoTitle,
         this.lblNameTitle,
         this.lblSexTitle,
         this.lblAgeTitle,
         this.lblAreaTitle,
         this.lblDept,
         this.txtInPatientID,
         this.m_lblForTitle,
         this.lsvApplicationID,
         this.txtReportDiagnose,
         this.txtReportDesc,
         this.txtApplicationID,
         this.txtReportorName,
         this.dtpReportDateTime,
         this.lsvCheckRecord,
         this.txtCheckName
     });
     this.Name  = "frmImageReport";
     this.Text  = "影像报告单";
     this.Load += new System.EventHandler(this.frmImageReport_Load);
     this.ResumeLayout(false);
 }
Пример #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmImageBookingSearch));
     this.lblCheckRecord          = new System.Windows.Forms.Label();
     this.lblBookingInfo          = new System.Windows.Forms.Label();
     this.lblBookingReplyDate     = new System.Windows.Forms.Label();
     this.dtpBookingReplyDate     = new com.digitalwave.Utility.Controls.ctlTimePicker();
     this.lblApplicationID        = new System.Windows.Forms.Label();
     this.txtApplicationID        = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.txtBookingInfo          = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.lsvApplicationID        = new System.Windows.Forms.ListView();
     this.clmPatientName_BaseForm = new System.Windows.Forms.ColumnHeader();
     this.lsvCheckRecord          = new System.Windows.Forms.ListView();
     this.columnHeader1           = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2           = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3           = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4           = new System.Windows.Forms.ColumnHeader();
     this.panel1 = new System.Windows.Forms.Panel();
     this.m_pnlNewBase.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // lblSex
     //
     this.lblSex.Location = new System.Drawing.Point(236, 201);
     this.lblSex.TabIndex = 4;
     //
     // lblAge
     //
     this.lblAge.Location = new System.Drawing.Point(219, 204);
     this.lblAge.Size     = new System.Drawing.Size(56, 22);
     this.lblAge.TabIndex = 5;
     //
     // lblBedNoTitle
     //
     this.lblBedNoTitle.Location = new System.Drawing.Point(242, 200);
     //
     // lblInHospitalNoTitle
     //
     this.lblInHospitalNoTitle.Location = new System.Drawing.Point(228, 200);
     //
     // lblNameTitle
     //
     this.lblNameTitle.Location = new System.Drawing.Point(281, 203);
     //
     // lblSexTitle
     //
     this.lblSexTitle.Location = new System.Drawing.Point(290, 191);
     //
     // lblAgeTitle
     //
     this.lblAgeTitle.Location = new System.Drawing.Point(255, 206);
     //
     // lblAreaTitle
     //
     this.lblAreaTitle.Location = new System.Drawing.Point(224, 226);
     //
     // m_lsvInPatientID
     //
     this.m_lsvInPatientID.Location = new System.Drawing.Point(227, 184);
     this.m_lsvInPatientID.Size     = new System.Drawing.Size(108, 108);
     //
     // txtInPatientID
     //
     this.txtInPatientID.Location = new System.Drawing.Point(245, 200);
     this.txtInPatientID.Size     = new System.Drawing.Size(108, 23);
     this.txtInPatientID.TabIndex = 2;
     //
     // m_txtPatientName
     //
     this.m_txtPatientName.Location = new System.Drawing.Point(262, 197);
     this.m_txtPatientName.Size     = new System.Drawing.Size(96, 23);
     //
     // m_txtBedNO
     //
     this.m_txtBedNO.Location = new System.Drawing.Point(231, 191);
     this.m_txtBedNO.Size     = new System.Drawing.Size(84, 23);
     //
     // m_cboArea
     //
     this.m_cboArea.Location = new System.Drawing.Point(164, 217);
     //
     // m_lsvPatientName
     //
     this.m_lsvPatientName.Location = new System.Drawing.Point(231, 178);
     this.m_lsvPatientName.Size     = new System.Drawing.Size(92, 114);
     //
     // m_lsvBedNO
     //
     this.m_lsvBedNO.Location = new System.Drawing.Point(231, 184);
     this.m_lsvBedNO.Size     = new System.Drawing.Size(104, 104);
     //
     // m_cboDept
     //
     this.m_cboDept.Location = new System.Drawing.Point(203, 217);
     //
     // lblDept
     //
     this.lblDept.Location = new System.Drawing.Point(214, 200);
     //
     // m_cmdNewTemplate
     //
     this.m_cmdNewTemplate.Location = new System.Drawing.Point(258, 212);
     //
     // m_cmdNext
     //
     this.m_cmdNext.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
     this.m_cmdNext.Location  = new System.Drawing.Point(273, 223);
     //
     // m_cmdPre
     //
     this.m_cmdPre.Location = new System.Drawing.Point(243, 217);
     //
     // m_lblForTitle
     //
     this.m_lblForTitle.Location = new System.Drawing.Point(271, 194);
     this.m_lblForTitle.Text     = "影像预约查询";
     //
     // chkModifyWithoutMatk
     //
     this.chkModifyWithoutMatk.Location = new System.Drawing.Point(621, 43);
     //
     // m_cmdModifyPatientInfo
     //
     this.m_cmdModifyPatientInfo.Location = new System.Drawing.Point(725, 37);
     //
     // m_pnlNewBase
     //
     this.m_pnlNewBase.Controls.Add(this.txtApplicationID);
     this.m_pnlNewBase.Controls.Add(this.lblApplicationID);
     this.m_pnlNewBase.Location = new System.Drawing.Point(6, 8);
     this.m_pnlNewBase.Size     = new System.Drawing.Size(794, 60);
     this.m_pnlNewBase.Visible  = true;
     this.m_pnlNewBase.Controls.SetChildIndex(this.m_ctlPatientInfo, 0);
     this.m_pnlNewBase.Controls.SetChildIndex(this.lblApplicationID, 0);
     this.m_pnlNewBase.Controls.SetChildIndex(this.txtApplicationID, 0);
     //
     // m_ctlPatientInfo
     //
     this.m_ctlPatientInfo.m_BlnIsShowPatientAge  = true;
     this.m_ctlPatientInfo.m_BlnIsShowPatientName = true;
     this.m_ctlPatientInfo.m_BlnIsShowSex         = true;
     this.m_ctlPatientInfo.Size = new System.Drawing.Size(792, 29);
     //
     // lblCheckRecord
     //
     this.lblCheckRecord.AllowDrop = true;
     this.lblCheckRecord.AutoSize  = true;
     this.lblCheckRecord.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblCheckRecord.ForeColor = System.Drawing.Color.Black;
     this.lblCheckRecord.Location  = new System.Drawing.Point(3, 8);
     this.lblCheckRecord.Name      = "lblCheckRecord";
     this.lblCheckRecord.Size      = new System.Drawing.Size(70, 14);
     this.lblCheckRecord.TabIndex  = 10000006;
     this.lblCheckRecord.Text      = "申请记录:";
     //
     // lblBookingInfo
     //
     this.lblBookingInfo.AllowDrop = true;
     this.lblBookingInfo.AutoSize  = true;
     this.lblBookingInfo.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblBookingInfo.ForeColor = System.Drawing.Color.Black;
     this.lblBookingInfo.Location  = new System.Drawing.Point(6, 172);
     this.lblBookingInfo.Name      = "lblBookingInfo";
     this.lblBookingInfo.Size      = new System.Drawing.Size(70, 14);
     this.lblBookingInfo.TabIndex  = 10000007;
     this.lblBookingInfo.Text      = "预约信息:";
     //
     // lblBookingReplyDate
     //
     this.lblBookingReplyDate.AutoSize = true;
     this.lblBookingReplyDate.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblBookingReplyDate.Location = new System.Drawing.Point(432, 500);
     this.lblBookingReplyDate.Name     = "lblBookingReplyDate";
     this.lblBookingReplyDate.Size     = new System.Drawing.Size(112, 16);
     this.lblBookingReplyDate.TabIndex = 10000012;
     this.lblBookingReplyDate.Text     = "预约答复日期:";
     this.lblBookingReplyDate.Visible  = false;
     //
     // dtpBookingReplyDate
     //
     this.dtpBookingReplyDate.BorderColor         = System.Drawing.Color.Black;
     this.dtpBookingReplyDate.CustomFormat        = "yyyy年MM月dd日 HH:mm:ss";
     this.dtpBookingReplyDate.DropButtonBackColor = System.Drawing.Color.Gainsboro;
     this.dtpBookingReplyDate.DropButtonCursor    = System.Windows.Forms.Cursors.Hand;
     this.dtpBookingReplyDate.DropButtonForeColor = System.Drawing.Color.Black;
     this.dtpBookingReplyDate.flatFont            = new System.Drawing.Font("宋体", 12F);
     this.dtpBookingReplyDate.Font             = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dtpBookingReplyDate.Format           = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpBookingReplyDate.Location         = new System.Drawing.Point(544, 500);
     this.dtpBookingReplyDate.m_BlnOnlyTime    = false;
     this.dtpBookingReplyDate.m_EnmVisibleFlag = com.digitalwave.Utility.Controls.ctlTimePicker.enmDateTimeFlag.Second;
     this.dtpBookingReplyDate.MaxDate          = new System.DateTime(9998, 12, 31, 0, 0, 0, 0);
     this.dtpBookingReplyDate.MinDate          = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
     this.dtpBookingReplyDate.Name             = "dtpBookingReplyDate";
     this.dtpBookingReplyDate.ReadOnly         = true;
     this.dtpBookingReplyDate.Size             = new System.Drawing.Size(212, 22);
     this.dtpBookingReplyDate.TabIndex         = 9;
     this.dtpBookingReplyDate.TextBackColor    = System.Drawing.Color.White;
     this.dtpBookingReplyDate.TextForeColor    = System.Drawing.Color.Black;
     this.dtpBookingReplyDate.Visible          = false;
     //
     // lblApplicationID
     //
     this.lblApplicationID.AllowDrop = true;
     this.lblApplicationID.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblApplicationID.ForeColor = System.Drawing.Color.Black;
     this.lblApplicationID.Location  = new System.Drawing.Point(326, 31);
     this.lblApplicationID.Name      = "lblApplicationID";
     this.lblApplicationID.Size      = new System.Drawing.Size(70, 27);
     this.lblApplicationID.TabIndex  = 10000017;
     this.lblApplicationID.Text      = "申请单号:";
     this.lblApplicationID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtApplicationID
     //
     this.txtApplicationID.AccessibleDescription = "检查费";
     this.txtApplicationID.BackColor             = System.Drawing.Color.White;
     this.txtApplicationID.BorderColor           = System.Drawing.Color.Transparent;
     this.txtApplicationID.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtApplicationID.ForeColor = System.Drawing.Color.Black;
     this.txtApplicationID.Location  = new System.Drawing.Point(399, 31);
     this.txtApplicationID.Name      = "txtApplicationID";
     this.txtApplicationID.Size      = new System.Drawing.Size(200, 23);
     this.txtApplicationID.TabIndex  = 6;
     this.txtApplicationID.Leave    += new System.EventHandler(this.txtApplicationID_Leave);
     this.txtApplicationID.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txtApplicationID_KeyDown);
     //
     // txtBookingInfo
     //
     this.txtBookingInfo.AccessibleDescription = "检查费";
     this.txtBookingInfo.BackColor             = System.Drawing.Color.White;
     this.txtBookingInfo.BorderColor           = System.Drawing.Color.Transparent;
     this.txtBookingInfo.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtBookingInfo.ForeColor = System.Drawing.Color.Black;
     this.txtBookingInfo.Location  = new System.Drawing.Point(6, 192);
     this.txtBookingInfo.Multiline = true;
     this.txtBookingInfo.Name      = "txtBookingInfo";
     this.txtBookingInfo.ReadOnly  = true;
     this.txtBookingInfo.Size      = new System.Drawing.Size(756, 296);
     this.txtBookingInfo.TabIndex  = 8;
     //
     // lsvApplicationID
     //
     this.lsvApplicationID.BackColor   = System.Drawing.Color.White;
     this.lsvApplicationID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lsvApplicationID.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.clmPatientName_BaseForm
     });
     this.lsvApplicationID.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lsvApplicationID.ForeColor     = System.Drawing.Color.Black;
     this.lsvApplicationID.FullRowSelect = true;
     this.lsvApplicationID.GridLines     = true;
     this.lsvApplicationID.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.None;
     this.lsvApplicationID.Location      = new System.Drawing.Point(406, 65);
     this.lsvApplicationID.Name          = "lsvApplicationID";
     this.lsvApplicationID.Size          = new System.Drawing.Size(200, 128);
     this.lsvApplicationID.TabIndex      = 10000019;
     this.lsvApplicationID.UseCompatibleStateImageBehavior = false;
     this.lsvApplicationID.View         = System.Windows.Forms.View.Details;
     this.lsvApplicationID.Visible      = false;
     this.lsvApplicationID.DoubleClick += new System.EventHandler(this.lsvApplicationID_DoubleClick);
     this.lsvApplicationID.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.lsvApplicationID_KeyDown);
     this.lsvApplicationID.Leave       += new System.EventHandler(this.lsvApplicationID_Leave);
     //
     // clmPatientName_BaseForm
     //
     this.clmPatientName_BaseForm.Text  = "";
     this.clmPatientName_BaseForm.Width = 120;
     //
     // lsvCheckRecord
     //
     this.lsvCheckRecord.BackColor = System.Drawing.Color.White;
     this.lsvCheckRecord.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4
     });
     this.lsvCheckRecord.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lsvCheckRecord.ForeColor     = System.Drawing.Color.Black;
     this.lsvCheckRecord.FullRowSelect = true;
     this.lsvCheckRecord.GridLines     = true;
     this.lsvCheckRecord.HideSelection = false;
     this.lsvCheckRecord.Location      = new System.Drawing.Point(6, 27);
     this.lsvCheckRecord.MultiSelect   = false;
     this.lsvCheckRecord.Name          = "lsvCheckRecord";
     this.lsvCheckRecord.Size          = new System.Drawing.Size(756, 140);
     this.lsvCheckRecord.TabIndex      = 7;
     this.lsvCheckRecord.UseCompatibleStateImageBehavior = false;
     this.lsvCheckRecord.View = System.Windows.Forms.View.Details;
     this.lsvCheckRecord.SelectedIndexChanged += new System.EventHandler(this.lsvCheckRecord_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "申请日期";
     this.columnHeader1.Width = 165;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "类型";
     this.columnHeader2.Width = 0;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "预约";
     this.columnHeader3.Width = 65;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "";
     this.columnHeader4.Width = 1;
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.lblCheckRecord);
     this.panel1.Controls.Add(this.lsvCheckRecord);
     this.panel1.Controls.Add(this.lblBookingInfo);
     this.panel1.Controls.Add(this.txtBookingInfo);
     this.panel1.Controls.Add(this.lblBookingReplyDate);
     this.panel1.Controls.Add(this.dtpBookingReplyDate);
     this.panel1.Location = new System.Drawing.Point(6, 70);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(794, 535);
     this.panel1.TabIndex = 10000020;
     //
     // frmImageBookingSearch
     //
     this.ClientSize = new System.Drawing.Size(812, 615);
     this.Controls.Add(this.lsvApplicationID);
     this.Controls.Add(this.panel1);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "frmImageBookingSearch";
     this.Text  = "影像预约查询";
     this.Load += new System.EventHandler(this.frmImageBookingSearch_Load);
     this.Controls.SetChildIndex(this.m_pnlNewBase, 0);
     this.Controls.SetChildIndex(this.lblBedNoTitle, 0);
     this.Controls.SetChildIndex(this.lblInHospitalNoTitle, 0);
     this.Controls.SetChildIndex(this.m_lblForTitle, 0);
     this.Controls.SetChildIndex(this.txtInPatientID, 0);
     this.Controls.SetChildIndex(this.lblDept, 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.lblAge, 0);
     this.Controls.SetChildIndex(this.lblSex, 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_cmdNewTemplate, 0);
     this.Controls.SetChildIndex(this.m_cmdNext, 0);
     this.Controls.SetChildIndex(this.m_cmdPre, 0);
     this.Controls.SetChildIndex(this.m_lsvInPatientID, 0);
     this.Controls.SetChildIndex(this.m_lsvPatientName, 0);
     this.Controls.SetChildIndex(this.m_lsvBedNO, 0);
     this.Controls.SetChildIndex(this.m_cmdModifyPatientInfo, 0);
     this.Controls.SetChildIndex(this.chkModifyWithoutMatk, 0);
     this.Controls.SetChildIndex(this.panel1, 0);
     this.Controls.SetChildIndex(this.lsvApplicationID, 0);
     this.m_pnlNewBase.ResumeLayout(false);
     this.m_pnlNewBase.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #4
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_txtRecordContent       = new com.digitalwave.controls.ctlRichTextBox();
     this.m_cmuRichTextBoxMenu     = new System.Windows.Forms.ContextMenu();
     this.mniDoubleStrikeOutDelete = new System.Windows.Forms.MenuItem();
     this.m_cboRecordList          = new com.digitalwave.Utility.Controls.ctlComboBox();
     this.label20            = new System.Windows.Forms.Label();
     this.m_cmdsave          = new PinkieControls.ButtonXP();
     this.m_cmdExit          = new PinkieControls.ButtonXP();
     this.m_cmdOnDoc         = new PinkieControls.ButtonXP();
     this.m_txtOnDoc         = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.m_pdcPrintDocument = new System.Drawing.Printing.PrintDocument();
     this.m_dtpCreateDate    = new com.digitalwave.Utility.Controls.ctlTimePicker();
     this.label3             = new System.Windows.Forms.Label();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.gpbInPatientList   = new System.Windows.Forms.GroupBox();
     this.m_nudViewMo        = new System.Windows.Forms.NumericUpDown();
     this.m_rdbViewAll       = new System.Windows.Forms.RadioButton();
     this.m_lsvInPatientList = new System.Windows.Forms.ListView();
     this.columnHeader1      = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2      = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3      = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4      = new System.Windows.Forms.ColumnHeader();
     this.m_rdbViewPart      = new System.Windows.Forms.RadioButton();
     this.label4             = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.gpbInPatientList.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_nudViewMo)).BeginInit();
     this.SuspendLayout();
     //
     // lblSex
     //
     this.lblSex.Size    = new System.Drawing.Size(4, 4);
     this.lblSex.Visible = false;
     //
     // lblAge
     //
     this.lblAge.Size    = new System.Drawing.Size(4, 4);
     this.lblAge.Visible = false;
     //
     // lblBedNoTitle
     //
     this.lblBedNoTitle.Location = new System.Drawing.Point(188, 56);
     this.lblBedNoTitle.Visible  = false;
     //
     // lblInHospitalNoTitle
     //
     this.lblInHospitalNoTitle.AutoSize  = false;
     this.lblInHospitalNoTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(101)))), ((int)(((byte)(152)))));
     this.lblInHospitalNoTitle.Location  = new System.Drawing.Point(768, 44);
     this.lblInHospitalNoTitle.Size      = new System.Drawing.Size(4, 4);
     //
     // lblNameTitle
     //
     this.lblNameTitle.AutoSize  = false;
     this.lblNameTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(101)))), ((int)(((byte)(152)))));
     this.lblNameTitle.Location  = new System.Drawing.Point(532, 44);
     this.lblNameTitle.Size      = new System.Drawing.Size(4, 4);
     //
     // lblSexTitle
     //
     this.lblSexTitle.AutoSize  = false;
     this.lblSexTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(101)))), ((int)(((byte)(152)))));
     this.lblSexTitle.Location  = new System.Drawing.Point(552, 44);
     this.lblSexTitle.Size      = new System.Drawing.Size(4, 4);
     //
     // lblAgeTitle
     //
     this.lblAgeTitle.AutoSize  = false;
     this.lblAgeTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(101)))), ((int)(((byte)(152)))));
     this.lblAgeTitle.Location  = new System.Drawing.Point(656, 44);
     this.lblAgeTitle.Size      = new System.Drawing.Size(4, 4);
     //
     // lblAreaTitle
     //
     this.lblAreaTitle.BackColor = System.Drawing.SystemColors.Control;
     this.lblAreaTitle.Location  = new System.Drawing.Point(256, 24);
     //
     // m_lsvInPatientID
     //
     this.m_lsvInPatientID.Location = new System.Drawing.Point(880, 132);
     //
     // txtInPatientID
     //
     this.txtInPatientID.Enabled  = false;
     this.txtInPatientID.Location = new System.Drawing.Point(840, 44);
     this.txtInPatientID.Size     = new System.Drawing.Size(4, 23);
     //
     // m_txtPatientName
     //
     this.m_txtPatientName.Enabled  = false;
     this.m_txtPatientName.Location = new System.Drawing.Point(544, 44);
     this.m_txtPatientName.Size     = new System.Drawing.Size(4, 23);
     //
     // m_txtBedNO
     //
     this.m_txtBedNO.Enabled  = false;
     this.m_txtBedNO.Location = new System.Drawing.Point(520, 44);
     this.m_txtBedNO.Size     = new System.Drawing.Size(4, 23);
     //
     // m_cboArea
     //
     this.m_cboArea.Location              = new System.Drawing.Point(308, 20);
     this.m_cboArea.SelectedIndexChanged += new System.EventHandler(this.m_cboArea_SelectedIndexChanged);
     //
     // m_lsvPatientName
     //
     this.m_lsvPatientName.Location = new System.Drawing.Point(476, 132);
     //
     // m_lsvBedNO
     //
     this.m_lsvBedNO.Location = new System.Drawing.Point(336, 132);
     //
     // m_cboDept
     //
     this.m_cboDept.Location              = new System.Drawing.Point(68, 20);
     this.m_cboDept.SelectedIndexChanged += new System.EventHandler(this.m_cboDept_SelectedIndexChanged);
     //
     // lblDept
     //
     this.lblDept.BackColor = System.Drawing.SystemColors.Control;
     this.lblDept.Location  = new System.Drawing.Point(16, 24);
     //
     // m_cmdNewTemplate
     //
     this.m_cmdNewTemplate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(101)))), ((int)(((byte)(152)))));
     this.m_cmdNewTemplate.Font      = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_cmdNewTemplate.Location  = new System.Drawing.Point(832, 68);
     //
     // m_cmdNext
     //
     this.m_cmdNext.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(101)))), ((int)(((byte)(152)))));
     this.m_cmdNext.Font      = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_cmdNext.Location  = new System.Drawing.Point(168, 20);
     this.m_cmdNext.UseVisualStyleBackColor = false;
     //
     // m_cmdPre
     //
     this.m_cmdPre.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(101)))), ((int)(((byte)(152)))));
     this.m_cmdPre.Font      = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_cmdPre.Location  = new System.Drawing.Point(144, 20);
     this.m_cmdPre.UseVisualStyleBackColor = false;
     //
     // m_lblForTitle
     //
     this.m_lblForTitle.BackColor = System.Drawing.SystemColors.Control;
     this.m_lblForTitle.Location  = new System.Drawing.Point(504, 8);
     this.m_lblForTitle.Size      = new System.Drawing.Size(432, 56);
     this.m_lblForTitle.Visible   = true;
     //
     // m_cmdModifyPatientInfo
     //
     this.m_cmdModifyPatientInfo.Location = new System.Drawing.Point(748, 18);
     //
     // m_txtRecordContent
     //
     this.m_txtRecordContent.AccessibleDescription = "";
     this.m_txtRecordContent.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                             | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtRecordContent.AutoSize                   = true;
     this.m_txtRecordContent.BackColor                  = System.Drawing.SystemColors.ActiveCaptionText;
     this.m_txtRecordContent.ContextMenu                = this.m_cmuRichTextBoxMenu;
     this.m_txtRecordContent.Font                       = new System.Drawing.Font("宋体", 10.5F);
     this.m_txtRecordContent.ForeColor                  = System.Drawing.Color.Black;
     this.m_txtRecordContent.ImeMode                    = System.Windows.Forms.ImeMode.On;
     this.m_txtRecordContent.Location                   = new System.Drawing.Point(8, 82);
     this.m_txtRecordContent.m_BlnIgnoreUserInfo        = false;
     this.m_txtRecordContent.m_BlnPartControl           = false;
     this.m_txtRecordContent.m_BlnReadOnly              = false;
     this.m_txtRecordContent.m_BlnUnderLineDST          = false;
     this.m_txtRecordContent.m_ClrDST                   = System.Drawing.Color.Red;
     this.m_txtRecordContent.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtRecordContent.m_IntCanModifyTime         = 6;
     this.m_txtRecordContent.m_IntPartControlLength     = 0;
     this.m_txtRecordContent.m_IntPartControlStartIndex = 0;
     this.m_txtRecordContent.m_StrUserID                = "";
     this.m_txtRecordContent.m_StrUserName              = "";
     this.m_txtRecordContent.MaxLength                  = 30000;
     this.m_txtRecordContent.Name                       = "m_txtRecordContent";
     this.m_txtRecordContent.ScrollBars                 = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
     this.m_txtRecordContent.Size                       = new System.Drawing.Size(548, 338);
     this.m_txtRecordContent.TabIndex                   = 10000004;
     this.m_txtRecordContent.Tag  = "0";
     this.m_txtRecordContent.Text = "";
     //
     // m_cmuRichTextBoxMenu
     //
     this.m_cmuRichTextBoxMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mniDoubleStrikeOutDelete
     });
     //
     // mniDoubleStrikeOutDelete
     //
     this.mniDoubleStrikeOutDelete.Index = 0;
     this.mniDoubleStrikeOutDelete.Text  = "双划线删除";
     //
     // m_cboRecordList
     //
     this.m_cboRecordList.AccessibleDescription = "";
     this.m_cboRecordList.BackColor             = System.Drawing.SystemColors.Control;
     this.m_cboRecordList.BorderColor           = System.Drawing.Color.Black;
     this.m_cboRecordList.DropButtonBackColor   = System.Drawing.SystemColors.Control;
     this.m_cboRecordList.DropButtonCursor      = System.Windows.Forms.Cursors.Hand;
     this.m_cboRecordList.DropButtonForeColor   = System.Drawing.Color.Black;
     this.m_cboRecordList.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboRecordList.flatFont                 = new System.Drawing.Font("宋体", 10.5F);
     this.m_cboRecordList.Font                     = new System.Drawing.Font("宋体", 10.5F);
     this.m_cboRecordList.ForeColor                = System.Drawing.Color.Black;
     this.m_cboRecordList.ListBackColor            = System.Drawing.Color.White;
     this.m_cboRecordList.ListForeColor            = System.Drawing.Color.Black;
     this.m_cboRecordList.ListSelectedBackColor    = System.Drawing.SystemColors.Highlight;
     this.m_cboRecordList.ListSelectedForeColor    = System.Drawing.Color.White;
     this.m_cboRecordList.Location                 = new System.Drawing.Point(360, 24);
     this.m_cboRecordList.m_BlnEnableItemEventMenu = false;
     this.m_cboRecordList.Name                     = "m_cboRecordList";
     this.m_cboRecordList.SelectedIndex            = -1;
     this.m_cboRecordList.SelectedItem             = null;
     this.m_cboRecordList.SelectionStart           = 0;
     this.m_cboRecordList.Size                     = new System.Drawing.Size(196, 23);
     this.m_cboRecordList.TabIndex                 = 10000003;
     this.m_cboRecordList.TextBackColor            = System.Drawing.Color.White;
     this.m_cboRecordList.TextForeColor            = System.Drawing.Color.Black;
     this.m_cboRecordList.SelectedIndexChanged    += new System.EventHandler(this.m_cboRecordList_SelectedIndexChanged);
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Location = new System.Drawing.Point(280, 28);
     this.label20.Name     = "label20";
     this.label20.Size     = new System.Drawing.Size(70, 14);
     this.label20.TabIndex = 10000005;
     this.label20.Text     = "记录列表:";
     //
     // m_cmdsave
     //
     this.m_cmdsave.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_cmdsave.DefaultScheme = true;
     this.m_cmdsave.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdsave.Hint          = "";
     this.m_cmdsave.Location      = new System.Drawing.Point(692, 520);
     this.m_cmdsave.Name          = "m_cmdsave";
     this.m_cmdsave.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdsave.Size          = new System.Drawing.Size(75, 28);
     this.m_cmdsave.TabIndex      = 10000007;
     this.m_cmdsave.Text          = "保  存";
     this.m_cmdsave.Click        += new System.EventHandler(this.m_cmdsave_Click);
     //
     // m_cmdExit
     //
     this.m_cmdExit.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_cmdExit.DefaultScheme = true;
     this.m_cmdExit.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.m_cmdExit.Hint          = "";
     this.m_cmdExit.Location      = new System.Drawing.Point(876, 520);
     this.m_cmdExit.Name          = "m_cmdExit";
     this.m_cmdExit.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdExit.Size          = new System.Drawing.Size(75, 28);
     this.m_cmdExit.TabIndex      = 10000007;
     this.m_cmdExit.Text          = "退  出";
     this.m_cmdExit.Click        += new System.EventHandler(this.m_cmdExit_Click);
     //
     // m_cmdOnDoc
     //
     this.m_cmdOnDoc.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_cmdOnDoc.DefaultScheme = true;
     this.m_cmdOnDoc.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdOnDoc.Font          = new System.Drawing.Font("宋体", 12F);
     this.m_cmdOnDoc.Hint          = "";
     this.m_cmdOnDoc.Location      = new System.Drawing.Point(36, 520);
     this.m_cmdOnDoc.Name          = "m_cmdOnDoc";
     this.m_cmdOnDoc.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdOnDoc.Size          = new System.Drawing.Size(76, 28);
     this.m_cmdOnDoc.TabIndex      = 10000008;
     this.m_cmdOnDoc.Text          = "记录者:";
     //
     // m_txtOnDoc
     //
     this.m_txtOnDoc.AccessibleDescription = "住院医师签名";
     this.m_txtOnDoc.AccessibleName        = "NoDefault";
     this.m_txtOnDoc.BackColor             = System.Drawing.Color.White;
     this.m_txtOnDoc.BorderColor           = System.Drawing.Color.Transparent;
     this.m_txtOnDoc.Font      = new System.Drawing.Font("宋体", 10.5F);
     this.m_txtOnDoc.ForeColor = System.Drawing.Color.Black;
     this.m_txtOnDoc.Location  = new System.Drawing.Point(116, 520);
     this.m_txtOnDoc.Name      = "m_txtOnDoc";
     this.m_txtOnDoc.Size      = new System.Drawing.Size(92, 28);
     this.m_txtOnDoc.TabIndex  = 10000009;
     this.m_txtOnDoc.Tag       = "1";
     //
     // m_pdcPrintDocument
     //
     this.m_pdcPrintDocument.PrintPage  += new System.Drawing.Printing.PrintPageEventHandler(this.m_pdcPrintDocument_PrintPage);
     this.m_pdcPrintDocument.BeginPrint += new System.Drawing.Printing.PrintEventHandler(this.m_pdcPrintDocument_BeginPrint);
     //
     // m_dtpCreateDate
     //
     this.m_dtpCreateDate.BackColor           = System.Drawing.SystemColors.Control;
     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("宋体", 12F);
     this.m_dtpCreateDate.Format           = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.m_dtpCreateDate.Location         = new System.Drawing.Point(84, 26);
     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(192, 22);
     this.m_dtpCreateDate.TabIndex         = 10000010;
     this.m_dtpCreateDate.TextBackColor    = System.Drawing.Color.White;
     this.m_dtpCreateDate.TextForeColor    = System.Drawing.Color.Black;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(8, 28);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(70, 14);
     this.label3.TabIndex = 10000005;
     this.label3.Text     = "记录时间:";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.m_dtpCreateDate);
     this.groupBox1.Controls.Add(this.m_txtRecordContent);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label20);
     this.groupBox1.Controls.Add(this.m_cboRecordList);
     this.groupBox1.Location = new System.Drawing.Point(416, 76);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(564, 432);
     this.groupBox1.TabIndex = 10000011;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "记录内容:";
     //
     // gpbInPatientList
     //
     this.gpbInPatientList.Controls.Add(this.m_nudViewMo);
     this.gpbInPatientList.Controls.Add(this.m_rdbViewAll);
     this.gpbInPatientList.Controls.Add(this.m_lsvInPatientList);
     this.gpbInPatientList.Controls.Add(this.m_rdbViewPart);
     this.gpbInPatientList.Controls.Add(this.label4);
     this.gpbInPatientList.Location = new System.Drawing.Point(16, 76);
     this.gpbInPatientList.Name     = "gpbInPatientList";
     this.gpbInPatientList.Size     = new System.Drawing.Size(392, 432);
     this.gpbInPatientList.TabIndex = 10000016;
     this.gpbInPatientList.TabStop  = false;
     this.gpbInPatientList.Text     = "出院病人一览表";
     //
     // m_nudViewMo
     //
     this.m_nudViewMo.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.m_nudViewMo.ForeColor = System.Drawing.Color.Black;
     this.m_nudViewMo.Location  = new System.Drawing.Point(204, 28);
     this.m_nudViewMo.Maximum   = new decimal(new int[] {
         36,
         0,
         0,
         0
     });
     this.m_nudViewMo.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.m_nudViewMo.Name     = "m_nudViewMo";
     this.m_nudViewMo.Size     = new System.Drawing.Size(40, 23);
     this.m_nudViewMo.TabIndex = 97;
     this.m_nudViewMo.Value    = new decimal(new int[] {
         3,
         0,
         0,
         0
     });
     this.m_nudViewMo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.m_nudViewMo_KeyPress);
     //
     // m_rdbViewAll
     //
     this.m_rdbViewAll.Location  = new System.Drawing.Point(8, 28);
     this.m_rdbViewAll.Name      = "m_rdbViewAll";
     this.m_rdbViewAll.Size      = new System.Drawing.Size(92, 20);
     this.m_rdbViewAll.TabIndex  = 1;
     this.m_rdbViewAll.Text      = "显示全部";
     this.m_rdbViewAll.TextAlign = System.Drawing.ContentAlignment.TopLeft;
     //
     // m_lsvInPatientList
     //
     this.m_lsvInPatientList.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.m_lsvInPatientList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4
     });
     this.m_lsvInPatientList.Dock          = System.Windows.Forms.DockStyle.Bottom;
     this.m_lsvInPatientList.ForeColor     = System.Drawing.Color.Black;
     this.m_lsvInPatientList.FullRowSelect = true;
     this.m_lsvInPatientList.GridLines     = true;
     this.m_lsvInPatientList.Location      = new System.Drawing.Point(3, 53);
     this.m_lsvInPatientList.MultiSelect   = false;
     this.m_lsvInPatientList.Name          = "m_lsvInPatientList";
     this.m_lsvInPatientList.Size          = new System.Drawing.Size(386, 376);
     this.m_lsvInPatientList.TabIndex      = 0;
     this.m_lsvInPatientList.UseCompatibleStateImageBehavior = false;
     this.m_lsvInPatientList.View = System.Windows.Forms.View.Details;
     this.m_lsvInPatientList.SelectedIndexChanged += new System.EventHandler(this.m_lsvInPatientList_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "住 院 号";
     this.columnHeader1.Width = 80;
     //
     // columnHeader2
     //
     this.columnHeader2.Text      = "姓  名";
     this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader2.Width     = 80;
     //
     // columnHeader3
     //
     this.columnHeader3.Text      = "住院日期";
     this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader3.Width     = 130;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "出院日期";
     this.columnHeader4.Width = 130;
     //
     // m_rdbViewPart
     //
     this.m_rdbViewPart.Checked         = true;
     this.m_rdbViewPart.Location        = new System.Drawing.Point(156, 28);
     this.m_rdbViewPart.Name            = "m_rdbViewPart";
     this.m_rdbViewPart.Size            = new System.Drawing.Size(224, 20);
     this.m_rdbViewPart.TabIndex        = 1;
     this.m_rdbViewPart.TabStop         = true;
     this.m_rdbViewPart.Text            = "显示      个月内出院病人";
     this.m_rdbViewPart.TextAlign       = System.Drawing.ContentAlignment.TopLeft;
     this.m_rdbViewPart.CheckedChanged += new System.EventHandler(this.m_rdbViewPart_CheckedChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(192, 96);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(105, 14);
     this.label4.TabIndex = 93;
     this.label4.Text     = "个月内出院病人";
     //
     // frmOutPatientRevisitRecord
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.BackColor         = System.Drawing.SystemColors.Control;
     this.CancelButton      = this.m_cmdExit;
     this.ClientSize        = new System.Drawing.Size(990, 583);
     this.Controls.Add(this.m_txtOnDoc);
     this.Controls.Add(this.gpbInPatientList);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.m_cmdOnDoc);
     this.Controls.Add(this.m_cmdsave);
     this.Controls.Add(this.m_cmdExit);
     this.Font            = new System.Drawing.Font("宋体", 10.5F);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Name            = "frmOutPatientRevisitRecord";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "复诊\\随访记录";
     this.Load           += new System.EventHandler(this.frmOutPatientRevisitRecord_Load);
     this.Controls.SetChildIndex(this.chkModifyWithoutMatk, 0);
     this.Controls.SetChildIndex(this.m_cmdExit, 0);
     this.Controls.SetChildIndex(this.m_cmdsave, 0);
     this.Controls.SetChildIndex(this.m_cmdOnDoc, 0);
     this.Controls.SetChildIndex(this.groupBox1, 0);
     this.Controls.SetChildIndex(this.gpbInPatientList, 0);
     this.Controls.SetChildIndex(this.m_txtOnDoc, 0);
     this.Controls.SetChildIndex(this.txtInPatientID, 0);
     this.Controls.SetChildIndex(this.lblDept, 0);
     this.Controls.SetChildIndex(this.lblAreaTitle, 0);
     this.Controls.SetChildIndex(this.lblAgeTitle, 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_txtPatientName, 0);
     this.Controls.SetChildIndex(this.m_txtBedNO, 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.m_lsvInPatientID, 0);
     this.Controls.SetChildIndex(this.m_lsvPatientName, 0);
     this.Controls.SetChildIndex(this.m_lsvBedNO, 0);
     this.Controls.SetChildIndex(this.m_cboArea, 0);
     this.Controls.SetChildIndex(this.m_cboDept, 0);
     this.Controls.SetChildIndex(this.lblSexTitle, 0);
     this.Controls.SetChildIndex(this.m_lblForTitle, 0);
     this.Controls.SetChildIndex(this.m_cmdModifyPatientInfo, 0);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.gpbInPatientList.ResumeLayout(false);
     this.gpbInPatientList.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_nudViewMo)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }