123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- <?xml version="1.0" encoding="utf-8"?>
- <Report ScriptLanguage="CSharp" ReportInfo.Description="Demonstrates Interactive Forms. To create a form like this: - add a TextObject or CheckBoxObject to the report; - set "Editable" property to true; - now you can edit the values of these objects in a preview; - also you can export as PDF with the enabled Interactive Forms property, in which case you'll be able to fill in the form in PDF viewer." ReportInfo.Created="01/17/2008 04:31:41" ReportInfo.Modified="04/07/2023 12:41:39" ReportInfo.CreatorVersion="1.0.0.0">
- <Styles>
- <Style Name="EvenRows" Fill.Color="OldLace" Font="Arial, 10pt"/>
- </Styles>
- <Dictionary>
- <TableDataSource Name="Products" ReferenceName="NorthWind.Products" DataType="System.Int32" Enabled="true">
- <Column Name="ProductID" DataType="System.Int32"/>
- <Column Name="ProductName" DataType="System.String"/>
- <Column Name="SupplierID" DataType="System.Int32"/>
- <Column Name="CategoryID" DataType="System.Int32"/>
- <Column Name="QuantityPerUnit" DataType="System.String"/>
- <Column Name="UnitPrice" DataType="System.Decimal"/>
- <Column Name="UnitsInStock" DataType="System.Int16"/>
- <Column Name="UnitsOnOrder" DataType="System.Int16"/>
- <Column Name="ReorderLevel" DataType="System.Int16"/>
- <Column Name="Discontinued" DataType="System.Boolean" BindableControl="CheckBox"/>
- <Column Name="EAN13" DataType="System.String"/>
- </TableDataSource>
- <Total Name="TotalProducts" TotalType="Count" Evaluator="Data1"/>
- </Dictionary>
- <ReportPage Name="Page1" TopMargin="15" BottomMargin="15" Watermark.Font="Arial, 60pt">
- <ReportTitleBand Name="ReportTitle1" Width="718.2" Height="47.25" CanGrow="true">
- <TextObject Name="Text1" Width="718.2" Height="37.8" Text="Interview Feedback Form" HorzAlign="Center" VertAlign="Center" Font="Segoe UI, 14pt, style=Bold"/>
- </ReportTitleBand>
- <DataBand Name="Data1" Top="49.25" Width="718.2" Height="1748.25" CanGrow="true">
- <TextObject Name="Text2" Left="56.7" Top="18.9" Width="47.25" Height="18.9" Text="Date:" Font="Segoe UI, 10pt, style=Bold"/>
- <TextObject Name="Text3" Left="103.95" Top="18.9" Width="151.2" Height="18.9" Border.Lines="Bottom" Cursor="IBeam" Editable="true" VertAlign="Center" Font="Segoe UI, 10pt"/>
- <TextObject Name="Text13" Left="56.7" Top="56.7" Width="122.85" Height="18.9" Text="Candidate Name:" Font="Segoe UI, 10pt, style=Bold"/>
- <TextObject Name="Text14" Left="179.55" Top="56.7" Width="189" Height="18.9" Border.Lines="Bottom" Cursor="IBeam" Editable="true" VertAlign="Center" Font="Segoe UI, 10pt"/>
- <TextObject Name="Text15" Left="406.35" Top="56.7" Width="75.6" Height="18.9" Text="Evaluator:" Font="Segoe UI, 10pt, style=Bold"/>
- <TextObject Name="Text16" Left="481.95" Top="56.7" Width="189" Height="18.9" Border.Lines="Bottom" Cursor="IBeam" Editable="true" Font="Segoe UI, 10pt"/>
- <TextObject Name="Text4" Left="56.7" Top="103.95" Width="614.25" Height="18.9" Text="1. Candidate is a good fit for this position: " Font="Segoe UI, 10pt, style=Bold"/>
- <TextObject Name="Text5" Left="113.4" Top="132.3" Width="557.55" Height="18.9" Text="Agree" Font="Segoe UI, 10pt"/>
- <CheckBoxObject Name="CheckBox1" Left="85.05" Top="132.3" Width="18.9" Height="18.9" Border.Lines="All" Cursor="Hand" Checked="false" Editable="true"/>
- <TextObject Name="Text17" Left="113.4" Top="160.65" Width="557.55" Height="18.9" Text="Somewhat Agree " Font="Segoe UI, 10pt"/>
- <CheckBoxObject Name="CheckBox2" Left="85.05" Top="160.65" Width="18.9" Height="18.9" Border.Lines="All" Cursor="Hand" Checked="false" Editable="true"/>
- <TextObject Name="Text18" Left="113.4" Top="189" Width="557.55" Height="18.9" Text="Neutral " Font="Segoe UI, 10pt"/>
- <CheckBoxObject Name="CheckBox3" Left="85.05" Top="189" Width="18.9" Height="18.9" Border.Lines="All" Cursor="Hand" Checked="false" Editable="true"/>
- <TextObject Name="Text19" Left="113.4" Top="217.35" Width="557.55" Height="18.9" Text="Somewhat Disagree " Font="Segoe UI, 10pt"/>
- <CheckBoxObject Name="CheckBox4" Left="85.05" Top="217.35" Width="18.9" Height="18.9" Border.Lines="All" Cursor="Hand" Checked="false" Editable="true"/>
- <TextObject Name="Text20" Left="113.4" Top="245.7" Width="557.55" Height="18.9" Text="Disagree" Font="Segoe UI, 10pt"/>
- <CheckBoxObject Name="CheckBox5" Left="85.05" Top="245.7" Width="18.9" Height="18.9" Border.Lines="All" Cursor="Hand" Checked="false" Editable="true"/>
- <TextObject Name="Text21" Left="56.7" Top="292.95" Width="614.25" Height="18.9" Text="2. Please rate the candidate’s skills (1 is low, 5 is high) " Font="Segoe UI, 10pt, style=Bold"/>
- <TextObject Name="Text22" Left="85.05" Top="349.65" Width="160.65" Height="18.9" Text="Organization" Font="Segoe UI, 10pt"/>
- <CheckBoxObject Name="CheckBox6" Left="264.6" Top="349.65" Width="18.9" Height="18.9" Border.Lines="All" Cursor="Hand" Checked="false" Editable="true"/>
- <TextObject Name="Text23" Left="85.05" Top="378" Width="160.65" Height="18.9" Text="Communication" Font="Segoe UI, 10pt"/>
- <CheckBoxObject Name="CheckBox7" Left="264.6" Top="378" Width="18.9" Height="18.9" Border.Lines="All" Cursor="Hand" Checked="false" Editable="true"/>
- <TextObject Name="Text24" Left="85.05" Top="406.35" Width="160.65" Height="18.9" Text="Presentation" Font="Segoe UI, 10pt"/>
- <CheckBoxObject Name="CheckBox8" Left="264.6" Top="406.35" Width="18.9" Height="18.9" Border.Lines="All" Cursor="Hand" Checked="false" Editable="true"/>
- <TextObject Name="Text25" Left="85.05" Top="434.7" Width="160.65" Height="18.9" Text="Appearance" Font="Segoe UI, 10pt"/>
- <CheckBoxObject Name="CheckBox9" Left="264.6" Top="434.7" Width="18.9" Height="18.9" Border.Lines="All" Cursor="Hand" Checked="false" Editable="true"/>
- <TextObject Name="Text26" Left="85.05" Top="463.05" Width="160.65" Height="18.9" Text="Technical Ability" Font="Segoe UI, 10pt"/>
- <CheckBoxObject Name="CheckBox10" Left="264.6" Top="463.05" Width="18.9" Height="18.9" Border.Lines="All" Cursor="Hand" Checked="false" Editable="true"/>
- <TextObject Name="Text6" Left="264.6" Top="321.3" Width="18.9" Height="18.9" Text="1" HorzAlign="Center" VertAlign="Center" Font="Segoe UI, 10pt, style=Bold"/>
- <TextObject Name="Text27" Left="302.4" Top="321.3" Width="18.9" Height="18.9" Text="2" HorzAlign="Center" VertAlign="Center" Font="Segoe UI, 10pt, style=Bold"/>
- <TextObject Name="Text28" Left="340.2" Top="321.3" Width="18.9" Height="18.9" Text="3" HorzAlign="Center" VertAlign="Center" Font="Segoe UI, 10pt, style=Bold"/>
- <TextObject Name="Text29" Left="378" Top="321.3" Width="18.9" Height="18.9" Text="4" HorzAlign="Center" VertAlign="Center" Font="Segoe UI, 10pt, style=Bold"/>
- <TextObject Name="Text30" Left="415.8" Top="321.3" Width="18.9" Height="18.9" Text="5" HorzAlign="Center" VertAlign="Center" Font="Segoe UI, 10pt, style=Bold"/>
- <CheckBoxObject Name="CheckBox11" Left="302.4" Top="349.65" Width="18.9" Height="18.9" Border.Lines="All" Cursor="Hand" Checked="false" Editable="true"/>
- <CheckBoxObject Name="CheckBox12" Left="302.4" Top="378" Width="18.9" Height="18.9" Border.Lines="All" Cursor="Hand" Checked="false" Editable="true"/>
- <CheckBoxObject Name="CheckBox13" Left="302.4" Top="406.35" Width="18.9" Height="18.9" Border.Lines="All" Cursor="Hand" Checked="false" Editable="true"/>
- <CheckBoxObject Name="CheckBox14" Left="302.4" Top="434.7" Width="18.9" Height="18.9" Border.Lines="All" Cursor="Hand" Checked="false" Editable="true"/>
- <CheckBoxObject Name="CheckBox15" Left="302.4" Top="463.05" Width="18.9" Height="18.9" Border.Lines="All" Cursor="Hand" Checked="false" Editable="true"/>
- <CheckBoxObject Name="CheckBox16" Left="340.2" Top="349.65" Width="18.9" Height="18.9" Border.Lines="All" Cursor="Hand" Checked="false" Editable="true"/>
- <CheckBoxObject Name="CheckBox17" Left="340.2" Top="378" Width="18.9" Height="18.9" Border.Lines="All" Cursor="Hand" Checked="false" Editable="true"/>
- <CheckBoxObject Name="CheckBox18" Left="340.2" Top="406.35" Width="18.9" Height="18.9" Border.Lines="All" Cursor="Hand" Checked="false" Editable="true"/>
- <CheckBoxObject Name="CheckBox19" Left="340.2" Top="434.7" Width="18.9" Height="18.9" Border.Lines="All" Cursor="Hand" Checked="false" Editable="true"/>
- <CheckBoxObject Name="CheckBox20" Left="340.2" Top="463.05" Width="18.9" Height="18.9" Border.Lines="All" Cursor="Hand" Checked="false" Editable="true"/>
- <CheckBoxObject Name="CheckBox21" Left="378" Top="349.65" Width="18.9" Height="18.9" Border.Lines="All" Cursor="Hand" Checked="false" Editable="true"/>
- <CheckBoxObject Name="CheckBox22" Left="378" Top="378" Width="18.9" Height="18.9" Border.Lines="All" Cursor="Hand" Checked="false" Editable="true"/>
- <CheckBoxObject Name="CheckBox23" Left="378" Top="406.35" Width="18.9" Height="18.9" Border.Lines="All" Cursor="Hand" Checked="false" Editable="true"/>
- <CheckBoxObject Name="CheckBox24" Left="378" Top="434.7" Width="18.9" Height="18.9" Border.Lines="All" Cursor="Hand" Checked="false" Editable="true"/>
- <CheckBoxObject Name="CheckBox25" Left="378" Top="463.05" Width="18.9" Height="18.9" Border.Lines="All" Cursor="Hand" Checked="false" Editable="true"/>
- <CheckBoxObject Name="CheckBox26" Left="415.8" Top="349.65" Width="18.9" Height="18.9" Border.Lines="All" Cursor="Hand" Checked="false" Editable="true"/>
- <CheckBoxObject Name="CheckBox27" Left="415.8" Top="378" Width="18.9" Height="18.9" Border.Lines="All" Cursor="Hand" Checked="false" Editable="true"/>
- <CheckBoxObject Name="CheckBox28" Left="415.8" Top="406.35" Width="18.9" Height="18.9" Border.Lines="All" Cursor="Hand" Checked="false" Editable="true"/>
- <CheckBoxObject Name="CheckBox29" Left="415.8" Top="434.7" Width="18.9" Height="18.9" Border.Lines="All" Cursor="Hand" Checked="false" Editable="true"/>
- <CheckBoxObject Name="CheckBox30" Left="415.8" Top="463.05" Width="18.9" Height="18.9" Border.Lines="All" Cursor="Hand" Checked="false" Editable="true"/>
- <TextObject Name="Text31" Left="56.7" Top="510.3" Width="614.25" Height="18.9" Text="Please Comment: " Font="Segoe UI, 10pt, style=Bold"/>
- <TextObject Name="Text32" Left="56.7" Top="557.55" Width="614.25" Height="18.9" Text="3. Background and employment experiences as they relate to the position. " Font="Segoe UI, 10pt, style=Bold"/>
- <TextObject Name="Text33" Left="56.7" Top="699.3" Width="614.25" Height="37.8" Text="4. Communication skills. Effective oral and written communication skills. Effective listening skills. " Font="Segoe UI, 10pt, style=Bold"/>
- <TextObject Name="Text7" Left="85.05" Top="595.35" Width="585.9" Height="75.6" Cursor="IBeam" Editable="true" Font="Segoe UI, 10pt"/>
- <TextObject Name="Text34" Left="85.05" Top="756" Width="585.9" Height="75.6" Cursor="IBeam" Editable="true" Font="Segoe UI, 10pt"/>
- <TextObject Name="Text35" Left="56.7" Top="859.95" Width="614.25" Height="18.9" Text="5. Other observations about the candidate’s strengths and limitations. " Font="Segoe UI, 10pt, style=Bold"/>
- <TextObject Name="Text36" Left="56.7" Top="1001.7" Width="614.25" Height="18.9" Text="6. How do you feel the chemistry was between you? Why? " Font="Segoe UI, 10pt, style=Bold"/>
- <TextObject Name="Text37" Left="85.05" Top="897.75" Width="585.9" Height="75.6" Cursor="IBeam" Editable="true" Font="Segoe UI, 10pt"/>
- <TextObject Name="Text38" Left="85.05" Top="1039.5" Width="585.9" Height="75.6" Cursor="IBeam" Editable="true" Font="Segoe UI, 10pt"/>
- <TextObject Name="Text39" Left="56.7" Top="1143.45" Width="614.25" Height="18.9" Text="7. What questions do you still need to have answered? " Font="Segoe UI, 10pt, style=Bold"/>
- <TextObject Name="Text40" Left="56.7" Top="1285.2" Width="614.25" Height="18.9" Text="8. Do you think the candidate wants the job? " Font="Segoe UI, 10pt, style=Bold"/>
- <TextObject Name="Text41" Left="85.05" Top="1181.25" Width="585.9" Height="75.6" Cursor="IBeam" Editable="true" Font="Segoe UI, 10pt"/>
- <TextObject Name="Text42" Left="85.05" Top="1323" Width="585.9" Height="75.6" Cursor="IBeam" Editable="true" Font="Segoe UI, 10pt"/>
- <TextObject Name="Text43" Left="56.7" Top="1417.5" Width="614.25" Height="18.9" Text="9. Additional comments. " Font="Segoe UI, 10pt, style=Bold"/>
- <TextObject Name="Text44" Left="85.05" Top="1455.3" Width="585.9" Height="75.6" Cursor="IBeam" GrowToBottom="true" Editable="true" Font="Segoe UI, 10pt"/>
- </DataBand>
- <PageFooterBand Name="PageFooter1" Top="1799.5" Width="718.2" Height="28.35" Fill.Color="WhiteSmoke">
- <TextObject Name="Text9" Left="614.25" Width="94.5" Height="28.35" Text="[PageN]" HorzAlign="Right" VertAlign="Center" Font="Segoe UI, 9pt"/>
- <TextObject Name="Text12" 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"/>
- </PageFooterBand>
- </ReportPage>
- </Report>
|