CellularText.frx 3.5 KB

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Report ScriptLanguage="CSharp" ReportInfo.Description="This report demonstrates the CellularTextObject features.&#13;&#10;&#13;&#10;Learn about various report objects on the Fast Reports Academy channel http://fast.report/7fb2d" ReportInfo.Tag="http://fast.report/7fb2d" ReportInfo.Created="06/03/2009 16:22:52" ReportInfo.Modified="03/28/2023 19:53:50" ReportInfo.CreatorVersion="1.0.0.0">
  3. <Dictionary/>
  4. <ReportPage Name="Page1" Watermark.Font="Segoe UI, 60pt">
  5. <ReportTitleBand Name="ReportTitle1" Width="718.2" Height="37.8" CanGrow="true">
  6. <TextObject Name="Text1" Width="718.2" Height="37.8" Text="CellularTextObject" HorzAlign="Center" VertAlign="Center" Font="Segoe UI, 14pt, style=Bold"/>
  7. </ReportTitleBand>
  8. <DataBand Name="Data1" Top="39.8" Width="718.2" Height="699.3">
  9. <CellularTextObject Name="CellularText1" Left="132.3" Top="66.15" Width="453.6" Height="28.35" Border.Color="Silver" Text="Simple text" Font="Arial, 14pt"/>
  10. <CellularTextObject Name="CellularText2" Left="37.8" Top="340.2" Width="283.5" Height="85.05" Border.Color="Silver" Text="Text with WordWrap" Font="Arial, 14pt"/>
  11. <CellularTextObject Name="CellularText3" Left="396.9" Top="340.2" Width="283.5" Height="85.05" Border.Color="Silver" Text="Text without WordWrap" WordWrap="false" Font="Arial, 14pt"/>
  12. <CellularTextObject Name="CellularText4" Left="37.8" Top="510.3" Width="283.5" Height="122.85" Border.Color="Silver" Text="This text is aligned to the right side" HorzAlign="Right" Font="Arial, 14pt"/>
  13. <CellularTextObject Name="CellularText5" Left="396.9" Top="510.3" Width="283.5" Height="122.85" Border.Color="Silver" Text="This text is centered" HorzAlign="Center" Font="Arial, 14pt"/>
  14. <TextObject Name="Text12" Left="9.45" Top="9.45" Width="699.3" Height="37.8" Fill.Color="110, 145, 190" Text="APPEARANCE" VertAlign="Center" Font="Segoe UI, 16pt" TextFill.Color="White"/>
  15. <TextObject Name="Text13" Left="9.45" Top="283.5" Width="699.3" Height="37.8" Fill.Color="110, 145, 190" Text="WRAPPING" VertAlign="Center" Font="Segoe UI, 16pt" TextFill.Color="White"/>
  16. <TextObject Name="Text14" Left="9.45" Top="453.6" Width="699.3" Height="37.8" Fill.Color="110, 145, 190" Text="ALIGNMENT" VertAlign="Center" Font="Segoe UI, 16pt" TextFill.Color="White"/>
  17. <CellularTextObject Name="CellularText6" Left="132.3" Top="103.95" Width="453.6" Height="28.35" Border.Color="Silver" Border.Width="2" Text="Thick border" Font="Arial, 14pt"/>
  18. <CellularTextObject Name="CellularText7" Left="132.3" Top="179.55" Width="453.6" Height="37.8" Border.Color="Silver" Border.Width="2" Text="Large cells" Font="Arial, 14pt, style=Bold" TextFill.Color="100, 170, 180" CellWidth="37.8" CellHeight="37.8"/>
  19. <CellularTextObject Name="CellularText8" Left="132.3" Top="141.75" Width="453.6" Height="28.35" Border.Color="100, 170, 180" Border.Style="Dash" Border.Width="2" Text="Border style" Font="Arial, 14pt"/>
  20. <CellularTextObject Name="CellularText9" Left="132.3" Top="226.8" Width="453.6" Height="28.35" Border.Style="Dot" Text="Cell spacing" Font="Arial, 14pt" HorzSpacing="7.56"/>
  21. </DataBand>
  22. <PageFooterBand Name="PageFooter1" Top="741.1" Width="718.2" Height="28.35" Fill.Color="WhiteSmoke">
  23. <TextObject Name="Text31" Left="9.45" Width="217.35" Height="28.35" Cursor="Hand" Hyperlink.Value="https://www.fast-report.com/en/product/fast-report-net/" Text="Generated by FastReport" VertAlign="Center" Font="Segoe UI, 9pt, style=Underline" TextFill.Color="Blue"/>
  24. </PageFooterBand>
  25. </ReportPage>
  26. </Report>