//private void GetCheckPrint(e System.Drawing.Printing.PrintPageEventArgs) // checkprint = 0 // Dim temp int = 0 // While (temp <= textPos AndAlso temp < this.richtextboxprintctrl1.TextLength) // startPage += 1 // checkprint = temp // temp = richtextboxprintctrl1.VirtualPrint(temp, richtextboxprintctrl1.TextLength, e, this.PictureBox1.BackgroundImage) // } //} #endregion 打印 #region "构造函数" public ucEMRMap(TemplateDesignerApplication.ucDataFileLoaderNew loader, Neusoft.HISFC.Object.RADT.PatientInfo patient) { // 此调用是 Windows 窗体设计器所必需的。 InitializeComponent(); this.loader = loader; this.patient = patient; }
public void SetLoader(TemplateDesignerApplication.ucDataFileLoaderNew loader, Neusoft.HISFC.Object.RADT.PatientInfo patient) { this.loader = loader; this.patient = patient; }