53 lines
2.8 KiB
XML
53 lines
2.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Report ScriptLanguage="CSharp" ReportInfo.Created="05/04/2020 13:08:28" ReportInfo.Modified="05/12/2021 10:27:47" ReportInfo.CreatorVersion="2019.4.4.0">
|
|
<ScriptText>using System;
|
|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using System.ComponentModel;
|
|
using System.Windows.Forms;
|
|
using System.Drawing;
|
|
using System.Data;
|
|
using FastReport;
|
|
using FastReport.Data;
|
|
using FastReport.Dialog;
|
|
using FastReport.Barcode;
|
|
using FastReport.Table;
|
|
using FastReport.Utils;
|
|
|
|
namespace FastReport
|
|
{
|
|
public class ReportScript
|
|
{
|
|
|
|
private void Text44_AfterData(object sender, EventArgs e)
|
|
{
|
|
if(Text44.Text=="1"){Text44.Text="男";}
|
|
else{Text44.Text="女";}
|
|
}
|
|
}
|
|
}
|
|
</ScriptText>
|
|
<Dictionary/>
|
|
<ReportPage Name="Page1" Watermark.Font="宋体, 60pt">
|
|
<ReportTitleBand Name="ReportTitle1" Width="718.2" Height="56.7">
|
|
<TextObject Name="Text1" Width="708.75" Height="56.7" Text="铁营镇卫生院彩超报告单" HorzAlign="Center" VertAlign="Center" Font="宋体, 24pt"/>
|
|
</ReportTitleBand>
|
|
<DataBand Name="Data1" Top="59.9" Width="718.2" Height="859.95">
|
|
<PictureObject Name="Picture12" Top="47.25" Width="718.2" Height="425.25" DataColumn="ccbg.img"/>
|
|
<LineObject Name="Line1" Width="737.1" Diagonal="true"/>
|
|
<TextObject Name="Text15" Left="255.15" Top="9.45" Width="132.3" Height="18.9" Text="姓名:[ccbg.xm]" Font="宋体, 12pt"/>
|
|
<TextObject Name="Text16" Left="415.8" Top="9.45" Width="66.15" Height="18.9" Text="性别:[ccbg.xb]" Font="宋体, 12pt"/>
|
|
<TextObject Name="Text17" Top="9.45" Width="236.25" Height="18.9" Text="体检条码:[ccbg.sncode]" Font="宋体, 12pt"/>
|
|
<TextObject Name="Text20" Left="557.55" Top="9.45" Width="94.5" Height="18.9" Text="年龄:[ccbg.nl]岁" Font="宋体, 12pt"/>
|
|
<LineObject Name="Line2" Top="37.8" Width="737.1" Diagonal="true"/>
|
|
<LineObject Name="Line3" Top="481.95" Width="737.1" Diagonal="true"/>
|
|
<TextObject Name="Text38" Top="491.4" Width="132.3" Height="18.9" Text="超声所见:" Font="宋体, 16pt, style=Bold"/>
|
|
<TextObject Name="Text39" Left="28.35" Top="519.75" Width="689.85" Height="151.2" CanGrow="true" Text="[ccbg.sj]" Font="宋体, 12pt"/>
|
|
<TextObject Name="Text44" Left="491.4" Top="9.45" Width="56.7" Height="18.9" AfterDataEvent="Text44_AfterData" Text="[ccbg.xb]" Font="Arial, 10pt"/>
|
|
<TextObject Name="Text133" Top="680.4" Width="132.3" Height="18.9" Text="超声提示:" Font="宋体, 16pt, style=Bold"/>
|
|
<TextObject Name="Text134" Left="28.35" Top="708.75" Width="689.85" Height="113.4" CanGrow="true" Text="[ccbg.jl]" Font="宋体, 12pt"/>
|
|
</DataBand>
|
|
<PageFooterBand Name="PageFooter1" Top="923.05" Width="718.2" Height="37.8"/>
|
|
</ReportPage>
|
|
</Report>
|