mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 22:19:18 +02:00
Components, LazReport: made barcode sample work again, removed absolute path
git-svn-id: trunk@31896 -
This commit is contained in:
parent
8236371d00
commit
31e3441f8b
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1468,7 +1468,6 @@ components/lazreport/license.txt svneol=native#text/plain
|
|||||||
components/lazreport/samples/barcode/cb.lpi svneol=native#text/plain
|
components/lazreport/samples/barcode/cb.lpi svneol=native#text/plain
|
||||||
components/lazreport/samples/barcode/cb.lpr svneol=native#text/pascal
|
components/lazreport/samples/barcode/cb.lpr svneol=native#text/pascal
|
||||||
components/lazreport/samples/barcode/cbunit.lfm svneol=native#text/plain
|
components/lazreport/samples/barcode/cbunit.lfm svneol=native#text/plain
|
||||||
components/lazreport/samples/barcode/cbunit.lrs svneol=native#text/pascal
|
|
||||||
components/lazreport/samples/barcode/cbunit.pas svneol=native#text/pascal
|
components/lazreport/samples/barcode/cbunit.pas svneol=native#text/pascal
|
||||||
components/lazreport/samples/barcode/reports/codigobarras.lrf svneol=native#text/xml
|
components/lazreport/samples/barcode/reports/codigobarras.lrf svneol=native#text/xml
|
||||||
components/lazreport/samples/editor/albumsbycountry.lrf svneol=LF#text/xml eol=lf
|
components/lazreport/samples/editor/albumsbycountry.lrf svneol=LF#text/xml eol=lf
|
||||||
|
@ -1,21 +1,25 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<ProjectOptions>
|
<ProjectOptions>
|
||||||
|
<Version Value="9"/>
|
||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
<Version Value="5"/>
|
|
||||||
<General>
|
<General>
|
||||||
<Flags>
|
<Flags>
|
||||||
<SaveClosedFiles Value="False"/>
|
<SaveClosedFiles Value="False"/>
|
||||||
<SaveOnlyProjectUnits Value="True"/>
|
<SaveOnlyProjectUnits Value="True"/>
|
||||||
|
<LRSInOutputDirectory Value="False"/>
|
||||||
</Flags>
|
</Flags>
|
||||||
<MainUnit Value="0"/>
|
<MainUnit Value="0"/>
|
||||||
<IconPath Value=".\"/>
|
<ResourceType Value="res"/>
|
||||||
<TargetFileExt Value=".exe"/>
|
<UseXPManifest Value="True"/>
|
||||||
<ActiveEditorIndexAtStart Value="0"/>
|
<ActiveWindowIndexAtStart Value="0"/>
|
||||||
</General>
|
</General>
|
||||||
<VersionInfo>
|
<VersionInfo>
|
||||||
<ProjectVersion Value=""/>
|
<StringTable ProductVersion=""/>
|
||||||
</VersionInfo>
|
</VersionInfo>
|
||||||
|
<BuildModes Count="1">
|
||||||
|
<Item1 Name="default" Default="True"/>
|
||||||
|
</BuildModes>
|
||||||
<PublishOptions>
|
<PublishOptions>
|
||||||
<Version Value="2"/>
|
<Version Value="2"/>
|
||||||
<DestinationDirectory Value="$(TestDir)\publishedproject\"/>
|
<DestinationDirectory Value="$(TestDir)\publishedproject\"/>
|
||||||
@ -29,53 +33,66 @@
|
|||||||
<LaunchingApplication PathPlusParams="\usr\X11R6\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
|
<LaunchingApplication PathPlusParams="\usr\X11R6\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
|
||||||
</local>
|
</local>
|
||||||
</RunParams>
|
</RunParams>
|
||||||
<RequiredPackages Count="4">
|
<RequiredPackages Count="3">
|
||||||
<Item1>
|
<Item1>
|
||||||
<PackageName Value="LCL"/>
|
<PackageName Value="LCL"/>
|
||||||
</Item1>
|
</Item1>
|
||||||
<Item2>
|
<Item2>
|
||||||
<PackageName Value="lazreport"/>
|
<PackageName Value="lazreport"/>
|
||||||
<MinVersion Minor="9" Release="4" Valid="True"/>
|
<MinVersion Minor="9" Valid="True" Release="4"/>
|
||||||
</Item2>
|
</Item2>
|
||||||
<Item3>
|
<Item3>
|
||||||
<PackageName Value="FCL"/>
|
|
||||||
<MinVersion Major="1" Valid="True"/>
|
|
||||||
</Item3>
|
|
||||||
<Item4>
|
|
||||||
<PackageName Value="DBFLaz"/>
|
<PackageName Value="DBFLaz"/>
|
||||||
<MinVersion Minor="1" Release="1" Valid="True"/>
|
<MinVersion Minor="1" Valid="True" Release="1"/>
|
||||||
</Item4>
|
</Item3>
|
||||||
</RequiredPackages>
|
</RequiredPackages>
|
||||||
<Units Count="2">
|
<Units Count="2">
|
||||||
<Unit0>
|
<Unit0>
|
||||||
<Filename Value="cb.lpr"/>
|
<Filename Value="cb.lpr"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<UnitName Value="cb"/>
|
<UnitName Value="cb"/>
|
||||||
<CursorPos X="27" Y="11"/>
|
<EditorIndex Value="1"/>
|
||||||
|
<WindowIndex Value="0"/>
|
||||||
<TopLine Value="1"/>
|
<TopLine Value="1"/>
|
||||||
|
<CursorPos X="51" Y="20"/>
|
||||||
<UsageCount Value="26"/>
|
<UsageCount Value="26"/>
|
||||||
|
<Loaded Value="True"/>
|
||||||
</Unit0>
|
</Unit0>
|
||||||
<Unit1>
|
<Unit1>
|
||||||
<Filename Value="cbunit.pas"/>
|
<Filename Value="cbunit.pas"/>
|
||||||
<ComponentName Value="Form1"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<ResourceFilename Value="cbunit.lrs"/>
|
<ComponentName Value="Form1"/>
|
||||||
|
<ResourceBaseClass Value="Form"/>
|
||||||
<UnitName Value="cbunit"/>
|
<UnitName Value="cbunit"/>
|
||||||
<CursorPos X="54" Y="63"/>
|
<IsVisibleTab Value="True"/>
|
||||||
<TopLine Value="33"/>
|
|
||||||
<EditorIndex Value="0"/>
|
<EditorIndex Value="0"/>
|
||||||
|
<WindowIndex Value="0"/>
|
||||||
|
<TopLine Value="22"/>
|
||||||
|
<CursorPos X="47" Y="49"/>
|
||||||
<UsageCount Value="26"/>
|
<UsageCount Value="26"/>
|
||||||
<Loaded Value="True"/>
|
<Loaded Value="True"/>
|
||||||
|
<LoadedDesigner Value="True"/>
|
||||||
</Unit1>
|
</Unit1>
|
||||||
</Units>
|
</Units>
|
||||||
</ProjectOptions>
|
</ProjectOptions>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="5"/>
|
<Version Value="10"/>
|
||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
<CodeGeneration>
|
<Target>
|
||||||
<Generate Value="Faster"/>
|
<Filename Value="cb"/>
|
||||||
</CodeGeneration>
|
</Target>
|
||||||
|
<SearchPaths>
|
||||||
|
<UnitOutputDirectory Value="units/$(TargetCPU)-$(TargetOS)"/>
|
||||||
|
</SearchPaths>
|
||||||
|
<Parsing>
|
||||||
|
<SyntaxOptions>
|
||||||
|
<UseAnsiStrings Value="False"/>
|
||||||
|
</SyntaxOptions>
|
||||||
|
</Parsing>
|
||||||
<Other>
|
<Other>
|
||||||
|
<CompilerMessages>
|
||||||
|
<UseMsgFile Value="True"/>
|
||||||
|
</CompilerMessages>
|
||||||
<CompilerPath Value="$(CompPath)"/>
|
<CompilerPath Value="$(CompPath)"/>
|
||||||
</Other>
|
</Other>
|
||||||
</CompilerOptions>
|
</CompilerOptions>
|
||||||
|
@ -10,6 +10,8 @@ uses
|
|||||||
Forms
|
Forms
|
||||||
{ add your units here }, cbunit, DBFLaz, lazreport;
|
{ add your units here }, cbunit, DBFLaz, lazreport;
|
||||||
|
|
||||||
|
{$R *.res}
|
||||||
|
|
||||||
begin
|
begin
|
||||||
Application.Initialize;
|
Application.Initialize;
|
||||||
Application.CreateForm(TForm1, Form1);
|
Application.CreateForm(TForm1, Form1);
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
object Form1: TForm1
|
object Form1: TForm1
|
||||||
Left = 302
|
Left = 301
|
||||||
Height = 151
|
Height = 151
|
||||||
Top = 154
|
Top = 162
|
||||||
Width = 685
|
Width = 685
|
||||||
HorzScrollBar.Page = 684
|
HorzScrollBar.Page = 684
|
||||||
VertScrollBar.Page = 150
|
VertScrollBar.Page = 150
|
||||||
@ -10,19 +10,16 @@ object Form1: TForm1
|
|||||||
ClientHeight = 151
|
ClientHeight = 151
|
||||||
ClientWidth = 685
|
ClientWidth = 685
|
||||||
OnCreate = FormCreate
|
OnCreate = FormCreate
|
||||||
|
LCLVersion = '0.9.31'
|
||||||
object DBGrid1: TDBGrid
|
object DBGrid1: TDBGrid
|
||||||
Left = 8
|
Left = 8
|
||||||
Height = 100
|
Height = 100
|
||||||
Top = 40
|
Top = 40
|
||||||
Width = 632
|
Width = 632
|
||||||
|
Color = clWindow
|
||||||
|
Columns = <>
|
||||||
DataSource = Datasource1
|
DataSource = Datasource1
|
||||||
FixedColor = clBtnFace
|
|
||||||
FixedHotColor = cl3DLight
|
|
||||||
Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColumnMove, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
|
|
||||||
OptionsExtra = [dgeAutoColumns, dgeCheckboxColumn]
|
|
||||||
ParentColor = False
|
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
TabStop = True
|
|
||||||
end
|
end
|
||||||
object Button1: TButton
|
object Button1: TButton
|
||||||
Left = 456
|
Left = 456
|
||||||
@ -45,10 +42,10 @@ object Form1: TForm1
|
|||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
end
|
end
|
||||||
object Dbf1: TDbf
|
object Dbf1: TDbf
|
||||||
FilePath = 'C:\Documents and Settings\javiVF\Escritorio\lazarus\Proyectos\cb\db\/\'
|
|
||||||
IndexDefs = <>
|
IndexDefs = <>
|
||||||
TableName = 'disco.dbf'
|
TableName = 'disco.dbf'
|
||||||
TableLevel = 3
|
TableLevel = 3
|
||||||
|
FilterOptions = []
|
||||||
end
|
end
|
||||||
object Datasource1: TDatasource
|
object Datasource1: TDatasource
|
||||||
DataSet = Dbf1
|
DataSet = Dbf1
|
||||||
@ -60,10 +57,13 @@ object Form1: TForm1
|
|||||||
end
|
end
|
||||||
object frReport1: TfrReport
|
object frReport1: TfrReport
|
||||||
Dataset = frDBDataSet1
|
Dataset = frDBDataSet1
|
||||||
|
InitialZoom = pzDefault
|
||||||
|
Options = []
|
||||||
PreviewButtons = [pbZoom, pbLoad, pbSave, pbPrint, pbFind, pbHelp, pbExit]
|
PreviewButtons = [pbZoom, pbLoad, pbSave, pbPrint, pbFind, pbHelp, pbExit]
|
||||||
|
DataType = dtDataSet
|
||||||
top = 124
|
top = 124
|
||||||
ReportForm = {
|
ReportForm = {
|
||||||
18000000
|
19000000
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
object frBarCodeObject1: TfrBarCodeObject
|
object frBarCodeObject1: TfrBarCodeObject
|
||||||
|
@ -1,29 +0,0 @@
|
|||||||
{ Este es un archivo de recurso de Lazarus generado automaticamente }
|
|
||||||
|
|
||||||
LazarusResources.Add('TForm1','FORMDATA',[
|
|
||||||
'TPF0'#6'TForm1'#5'Form1'#4'Left'#3'.'#1#6'Height'#3#151#0#3'Top'#3#154#0#5'W'
|
|
||||||
+'idth'#3#173#2#18'HorzScrollBar.Page'#3#172#2#18'VertScrollBar.Page'#3#150#0
|
|
||||||
+#13'ActiveControl'#7#7'DBGrid1'#7'Caption'#6#5'Form1'#12'ClientHeight'#3#151
|
|
||||||
+#0#11'ClientWidth'#3#173#2#8'OnCreate'#7#10'FormCreate'#0#7'TDBGrid'#7'DBGri'
|
|
||||||
+'d1'#4'Left'#2#8#6'Height'#2'd'#3'Top'#2'('#5'Width'#3'x'#2#10'DataSource'#7
|
|
||||||
+#11'Datasource1'#10'FixedColor'#7#9'clBtnFace'#13'FixedHotColor'#7#9'cl3DLig'
|
|
||||||
+'ht'#7'Options'#11#9'dgEditing'#8'dgTitles'#11'dgIndicator'#14'dgColumnResiz'
|
|
||||||
+'e'#12'dgColumnMove'#10'dgColLines'#10'dgRowLines'#6'dgTabs'#21'dgAlwaysShow'
|
|
||||||
+'Selection'#15'dgConfirmDelete'#14'dgCancelOnExit'#0#12'OptionsExtra'#11#14
|
|
||||||
+'dgeAutoColumns'#17'dgeCheckboxColumn'#0#11'ParentColor'#8#8'TabOrder'#2#0#7
|
|
||||||
+'TabStop'#9#0#0#7'TButton'#7'Button1'#4'Left'#3#200#1#6'Height'#2#25#3'Top'#2
|
|
||||||
+#8#5'Width'#2'K'#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#12'DesignRep'
|
|
||||||
+'ort'#7'OnClick'#7#12'Button1Click'#8'TabOrder'#2#1#0#0#7'TButton'#7'Button2'
|
|
||||||
+#4'Left'#3' '#2#6'Height'#2#25#3'Top'#2#8#5'Width'#2'K'#25'BorderSpacing.Inn'
|
|
||||||
+'erBorder'#2#4#7'Caption'#6#10'ShowReport'#7'OnClick'#7#12'Button2Click'#8'T'
|
|
||||||
+'abOrder'#2#2#0#0#4'TDbf'#4'Dbf1'#8'FilePath'#6'FC:\Documents and Settings\j'
|
|
||||||
+'aviVF\Escritorio\lazarus\Proyectos\cb\db\/\'#9'IndexDefs'#14#0#9'TableName'
|
|
||||||
+#6#9'disco.dbf'#10'TableLevel'#2#3#0#0#11'TDatasource'#11'Datasource1'#7'Dat'
|
|
||||||
+'aSet'#7#4'Dbf1'#3'top'#2' '#0#0#12'TfrDBDataSet'#12'frDBDataSet1'#7'DataSet'
|
|
||||||
+#7#4'Dbf1'#3'top'#2'`'#0#0#9'TfrReport'#9'frReport1'#7'Dataset'#7#12'frDBDat'
|
|
||||||
+'aSet1'#14'PreviewButtons'#11#6'pbZoom'#6'pbLoad'#6'pbSave'#7'pbPrint'#6'pbF'
|
|
||||||
+'ind'#6'pbHelp'#6'pbExit'#0#3'top'#2'|'#10'ReportForm'#10#4#0#0#0#24#0#0#0#0
|
|
||||||
+#0#16'TfrBarCodeObject'#16'frBarCodeObject1'#3'top'#2'|'#0#0#11'TOpenDialog'
|
|
||||||
+#11'OpenDialog1'#5'Title'#6#26'Abrir un archivo existente'#11'FilterIndex'#2
|
|
||||||
+#0#3'top'#2'@'#0#0#0
|
|
||||||
]);
|
|
@ -6,7 +6,7 @@ interface
|
|||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, dbf, db,
|
Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, dbf, db,
|
||||||
DBGrids, LR_DBSet, LR_Class, LR_BarC, Buttons;
|
DBGrids, LR_DBSet, LR_Class, LR_BarC, Buttons, StdCtrls;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
@ -36,6 +36,8 @@ var
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
{$R *.lfm}
|
||||||
|
|
||||||
{ TForm1 }
|
{ TForm1 }
|
||||||
|
|
||||||
procedure TForm1.Button1Click(Sender: TObject);
|
procedure TForm1.Button1Click(Sender: TObject);
|
||||||
@ -61,8 +63,5 @@ begin
|
|||||||
Dbf1.Open;
|
Dbf1.Open;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
initialization
|
|
||||||
{$I cbunit.lrs}
|
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
@ -1,22 +1,27 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<LazReport>
|
<LazReport>
|
||||||
<Version Value="24"/>
|
<Version Value="25"/>
|
||||||
<Title Value=""/>
|
<Title Value=""/>
|
||||||
<Subject Value=""/>
|
<Subject Value=""/>
|
||||||
<KeyWords Value=""/>
|
<KeyWords Value=""/>
|
||||||
<Comments Value=""/>
|
<Comments Value=""/>
|
||||||
|
<ReportVersionBuild Value=""/>
|
||||||
|
<ReportVersionMajor Value=""/>
|
||||||
|
<ReportVersionMinor Value=""/>
|
||||||
|
<ReportVersionRelease Value=""/>
|
||||||
|
<ReportAutor Value=""/>
|
||||||
<Pages>
|
<Pages>
|
||||||
<PrintToDefault Value="True"/>
|
<PrintToDefault Value="True"/>
|
||||||
<DoublePass Value="False"/>
|
<DoublePass Value="False"/>
|
||||||
<SelectedPrinter Value="hp psc 1310 series"/>
|
<SelectedPrinter Value="Epson Stylus COLOR 440 ESC/P 2"/>
|
||||||
<PageCount Value="1"/>
|
<PageCount Value="1"/>
|
||||||
<Page1>
|
<Page1>
|
||||||
<Name Value="Page1"/>
|
<Name Value="Page1"/>
|
||||||
<ClassName Value="TfrPageReport"/>
|
<ClassName Value="TfrPageReport"/>
|
||||||
<Visible Value="1"/>
|
<Visible Value="1"/>
|
||||||
<Width Value="4799"/>
|
<Width Value="1"/>
|
||||||
<Height Value="6674" PageType="0"/>
|
<Height Value="1" PageType="0"/>
|
||||||
<PgSize Value="9"/>
|
<PgSize Value="9"/>
|
||||||
<Margins>
|
<Margins>
|
||||||
<left Value="0"/>
|
<left Value="0"/>
|
||||||
@ -29,6 +34,7 @@
|
|||||||
<PrintToPrevPage Value="False"/>
|
<PrintToPrevPage Value="False"/>
|
||||||
<ColCount Value="2"/>
|
<ColCount Value="2"/>
|
||||||
<ColGap Value="0"/>
|
<ColGap Value="0"/>
|
||||||
|
<LayoutOrder Value="loColumns"/>
|
||||||
<ObjectCount Value="11"/>
|
<ObjectCount Value="11"/>
|
||||||
<Object1>
|
<Object1>
|
||||||
<Name Value="MasterData1"/>
|
<Name Value="MasterData1"/>
|
||||||
@ -43,7 +49,9 @@
|
|||||||
<Height Value="228"/>
|
<Height Value="228"/>
|
||||||
</Size>
|
</Size>
|
||||||
<Flags Value="48"/>
|
<Flags Value="48"/>
|
||||||
<Data><Script Value=""/></Data>
|
<Data>
|
||||||
|
<Script Value=""/>
|
||||||
|
</Data>
|
||||||
<BandType Value="btMasterData"/>
|
<BandType Value="btMasterData"/>
|
||||||
<Condition Value=""/>
|
<Condition Value=""/>
|
||||||
<DatasetStr Value="frDBDataSet1"/>
|
<DatasetStr Value="frDBDataSet1"/>
|
||||||
@ -62,12 +70,14 @@
|
|||||||
</Size>
|
</Size>
|
||||||
<Flags Value="1"/>
|
<Flags Value="1"/>
|
||||||
<Frames>
|
<Frames>
|
||||||
<FrameWidth Value="6"/>
|
|
||||||
<FrameColor Value="clGreen"/>
|
<FrameColor Value="clGreen"/>
|
||||||
<FrameBorders Value=""/>
|
|
||||||
<FrameStyle Value="frsSolid"/>
|
<FrameStyle Value="frsSolid"/>
|
||||||
|
<FrameWidth Value="6"/>
|
||||||
|
<FrameBorders Value=""/>
|
||||||
</Frames>
|
</Frames>
|
||||||
<Data><Memo Value="[Dbf1."AUTHOR"]
"/></Data>
|
<Data>
|
||||||
|
<Memo Value="[Dbf1."AUTHOR"]
"/>
|
||||||
|
</Data>
|
||||||
<BarCode Zoom="1" BarType="bcCode128A" CheckSum="1" ShowText="1"/>
|
<BarCode Zoom="1" BarType="bcCode128A" CheckSum="1" ShowText="1"/>
|
||||||
</Object2>
|
</Object2>
|
||||||
<Object3>
|
<Object3>
|
||||||
@ -85,10 +95,10 @@
|
|||||||
<Flags Value="3"/>
|
<Flags Value="3"/>
|
||||||
<FillColor Value="clNone"/>
|
<FillColor Value="clNone"/>
|
||||||
<Frames>
|
<Frames>
|
||||||
<FrameWidth Value="1"/>
|
|
||||||
<FrameColor Value="clBlack"/>
|
<FrameColor Value="clBlack"/>
|
||||||
<FrameBorders Value=""/>
|
|
||||||
<FrameStyle Value="frsSolid"/>
|
<FrameStyle Value="frsSolid"/>
|
||||||
|
<FrameWidth Value="1"/>
|
||||||
|
<FrameBorders Value=""/>
|
||||||
</Frames>
|
</Frames>
|
||||||
<Data>
|
<Data>
|
||||||
<Format Value="556"/>
|
<Format Value="556"/>
|
||||||
@ -128,10 +138,10 @@
|
|||||||
<Flags Value="3"/>
|
<Flags Value="3"/>
|
||||||
<FillColor Value="clNone"/>
|
<FillColor Value="clNone"/>
|
||||||
<Frames>
|
<Frames>
|
||||||
<FrameWidth Value="1"/>
|
|
||||||
<FrameColor Value="clBlack"/>
|
<FrameColor Value="clBlack"/>
|
||||||
<FrameBorders Value=""/>
|
|
||||||
<FrameStyle Value="frsSolid"/>
|
<FrameStyle Value="frsSolid"/>
|
||||||
|
<FrameWidth Value="1"/>
|
||||||
|
<FrameBorders Value=""/>
|
||||||
</Frames>
|
</Frames>
|
||||||
<Data>
|
<Data>
|
||||||
<Format Value="556"/>
|
<Format Value="556"/>
|
||||||
@ -171,15 +181,15 @@
|
|||||||
<Flags Value="3"/>
|
<Flags Value="3"/>
|
||||||
<FillColor Value="clNone"/>
|
<FillColor Value="clNone"/>
|
||||||
<Frames>
|
<Frames>
|
||||||
<FrameWidth Value="1"/>
|
|
||||||
<FrameColor Value="clBlack"/>
|
<FrameColor Value="clBlack"/>
|
||||||
<FrameBorders Value=""/>
|
|
||||||
<FrameStyle Value="frsSolid"/>
|
<FrameStyle Value="frsSolid"/>
|
||||||
|
<FrameWidth Value="1"/>
|
||||||
|
<FrameBorders Value=""/>
|
||||||
</Frames>
|
</Frames>
|
||||||
<Data>
|
<Data>
|
||||||
<Format Value="556"/>
|
<Format Value="556"/>
|
||||||
<FormatStr Value=""/>
|
<FormatStr Value=""/>
|
||||||
<Memo Value="[Dbf1."COUNTRY"] 
"/>
|
<Memo Value="[Dbf1."COUNTRYID"] 
"/>
|
||||||
<Script Value=""/>
|
<Script Value=""/>
|
||||||
</Data>
|
</Data>
|
||||||
<Font>
|
<Font>
|
||||||
@ -214,10 +224,10 @@
|
|||||||
<Flags Value="3"/>
|
<Flags Value="3"/>
|
||||||
<FillColor Value="clNone"/>
|
<FillColor Value="clNone"/>
|
||||||
<Frames>
|
<Frames>
|
||||||
<FrameWidth Value="1"/>
|
|
||||||
<FrameColor Value="clBlack"/>
|
<FrameColor Value="clBlack"/>
|
||||||
<FrameBorders Value=""/>
|
|
||||||
<FrameStyle Value="frsSolid"/>
|
<FrameStyle Value="frsSolid"/>
|
||||||
|
<FrameWidth Value="1"/>
|
||||||
|
<FrameBorders Value=""/>
|
||||||
</Frames>
|
</Frames>
|
||||||
<Data>
|
<Data>
|
||||||
<Format Value="556"/>
|
<Format Value="556"/>
|
||||||
@ -257,10 +267,10 @@
|
|||||||
<Flags Value="3"/>
|
<Flags Value="3"/>
|
||||||
<FillColor Value="clNone"/>
|
<FillColor Value="clNone"/>
|
||||||
<Frames>
|
<Frames>
|
||||||
<FrameWidth Value="1"/>
|
|
||||||
<FrameColor Value="clBlack"/>
|
<FrameColor Value="clBlack"/>
|
||||||
<FrameBorders Value=""/>
|
|
||||||
<FrameStyle Value="frsSolid"/>
|
<FrameStyle Value="frsSolid"/>
|
||||||
|
<FrameWidth Value="1"/>
|
||||||
|
<FrameBorders Value=""/>
|
||||||
</Frames>
|
</Frames>
|
||||||
<Data>
|
<Data>
|
||||||
<Format Value="556"/>
|
<Format Value="556"/>
|
||||||
@ -300,10 +310,10 @@
|
|||||||
<Flags Value="3"/>
|
<Flags Value="3"/>
|
||||||
<FillColor Value="clNone"/>
|
<FillColor Value="clNone"/>
|
||||||
<Frames>
|
<Frames>
|
||||||
<FrameWidth Value="1"/>
|
|
||||||
<FrameColor Value="clBlack"/>
|
<FrameColor Value="clBlack"/>
|
||||||
<FrameBorders Value=""/>
|
|
||||||
<FrameStyle Value="frsSolid"/>
|
<FrameStyle Value="frsSolid"/>
|
||||||
|
<FrameWidth Value="1"/>
|
||||||
|
<FrameBorders Value=""/>
|
||||||
</Frames>
|
</Frames>
|
||||||
<Data>
|
<Data>
|
||||||
<Format Value="556"/>
|
<Format Value="556"/>
|
||||||
@ -343,10 +353,10 @@
|
|||||||
<Flags Value="3"/>
|
<Flags Value="3"/>
|
||||||
<FillColor Value="clNone"/>
|
<FillColor Value="clNone"/>
|
||||||
<Frames>
|
<Frames>
|
||||||
<FrameWidth Value="1"/>
|
|
||||||
<FrameColor Value="clBlack"/>
|
<FrameColor Value="clBlack"/>
|
||||||
<FrameBorders Value=""/>
|
|
||||||
<FrameStyle Value="frsSolid"/>
|
<FrameStyle Value="frsSolid"/>
|
||||||
|
<FrameWidth Value="1"/>
|
||||||
|
<FrameBorders Value=""/>
|
||||||
</Frames>
|
</Frames>
|
||||||
<Data>
|
<Data>
|
||||||
<Format Value="556"/>
|
<Format Value="556"/>
|
||||||
@ -386,10 +396,10 @@
|
|||||||
<Flags Value="3"/>
|
<Flags Value="3"/>
|
||||||
<FillColor Value="clNone"/>
|
<FillColor Value="clNone"/>
|
||||||
<Frames>
|
<Frames>
|
||||||
<FrameWidth Value="1"/>
|
|
||||||
<FrameColor Value="clBlack"/>
|
<FrameColor Value="clBlack"/>
|
||||||
<FrameBorders Value=""/>
|
|
||||||
<FrameStyle Value="frsSolid"/>
|
<FrameStyle Value="frsSolid"/>
|
||||||
|
<FrameWidth Value="1"/>
|
||||||
|
<FrameBorders Value=""/>
|
||||||
</Frames>
|
</Frames>
|
||||||
<Data>
|
<Data>
|
||||||
<Format Value="556"/>
|
<Format Value="556"/>
|
||||||
@ -429,10 +439,10 @@
|
|||||||
<Flags Value="3"/>
|
<Flags Value="3"/>
|
||||||
<FillColor Value="clNone"/>
|
<FillColor Value="clNone"/>
|
||||||
<Frames>
|
<Frames>
|
||||||
<FrameWidth Value="1"/>
|
|
||||||
<FrameColor Value="clBlack"/>
|
<FrameColor Value="clBlack"/>
|
||||||
<FrameBorders Value=""/>
|
|
||||||
<FrameStyle Value="frsSolid"/>
|
<FrameStyle Value="frsSolid"/>
|
||||||
|
<FrameWidth Value="1"/>
|
||||||
|
<FrameBorders Value=""/>
|
||||||
</Frames>
|
</Frames>
|
||||||
<Data>
|
<Data>
|
||||||
<Format Value="556"/>
|
<Format Value="556"/>
|
||||||
@ -458,7 +468,9 @@
|
|||||||
<Angle Value="0"/>
|
<Angle Value="0"/>
|
||||||
</Object11>
|
</Object11>
|
||||||
</Page1>
|
</Page1>
|
||||||
<FVal><Count Value="0"/></FVal>
|
<FVal>
|
||||||
|
<Count Value="0"/>
|
||||||
|
</FVal>
|
||||||
<ParentVars Value=""/>
|
<ParentVars Value=""/>
|
||||||
</Pages>
|
</Pages>
|
||||||
</LazReport>
|
</LazReport>
|
||||||
|
Loading…
Reference in New Issue
Block a user