ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/dbcontrolgrid/project1.lpi
Revision: 68
Committed: Tue Oct 17 10:07:58 2017 UTC (6 years, 6 months ago) by tony
File size: 2757 byte(s)
Log Message:
IBX: Editor Positioning tidy up
FBINTF: Trap uninitialised SQL parameters on SQL Exec. Avoids Unknown SQL Type errors.
Consistent setting of Modified (SQLParam).

File Contents

# User Rev Content
1 tony 23 <?xml version="1.0" encoding="UTF-8"?>
2     <CONFIG>
3     <ProjectOptions>
4 tony 68 <Version Value="10"/>
5 tony 23 <General>
6     <MainUnit Value="0"/>
7     <Title Value="project1"/>
8     <ResourceType Value="res"/>
9     <UseXPManifest Value="True"/>
10     <Icon Value="0"/>
11     </General>
12     <i18n>
13     <EnableI18N LFM="False"/>
14     </i18n>
15     <BuildModes Count="1" Active="Default">
16     <Item1 Name="Default" Default="True"/>
17     </BuildModes>
18     <PublishOptions>
19     <Version Value="2"/>
20     <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
21     <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
22     </PublishOptions>
23     <RunParams>
24     <local>
25     <FormatVersion Value="1"/>
26     </local>
27     </RunParams>
28     <RequiredPackages Count="4">
29     <Item1>
30     <PackageName Value="ibcontrols"/>
31     </Item1>
32     <Item2>
33     <PackageName Value="FCL"/>
34     <MinVersion Major="1" Valid="True"/>
35     </Item2>
36     <Item3>
37     <PackageName Value="ibexpress"/>
38     <MinVersion Minor="9" Valid="True"/>
39     </Item3>
40     <Item4>
41     <PackageName Value="LCL"/>
42     </Item4>
43     </RequiredPackages>
44 tony 68 <Units Count="2">
45 tony 23 <Unit0>
46     <Filename Value="project1.lpr"/>
47     <IsPartOfProject Value="True"/>
48 tony 39 <EditorIndex Value="-1"/>
49 tony 45 <CursorPos Y="15"/>
50     <UsageCount Value="207"/>
51 tony 23 </Unit0>
52     <Unit1>
53     <Filename Value="unit1.pas"/>
54     <IsPartOfProject Value="True"/>
55     <ComponentName Value="Form1"/>
56     <HasResources Value="True"/>
57     <ResourceBaseClass Value="Form"/>
58     <UnitName Value="Unit1"/>
59 tony 39 <IsVisibleTab Value="True"/>
60 tony 45 <TopLine Value="4"/>
61 tony 47 <CursorPos X="13" Y="17"/>
62 tony 45 <UsageCount Value="207"/>
63 tony 23 <Loaded Value="True"/>
64     <LoadedDesigner Value="True"/>
65     </Unit1>
66     </Units>
67 tony 45 <JumpHistory HistoryIndex="-1"/>
68 tony 23 </ProjectOptions>
69     <CompilerOptions>
70     <Version Value="11"/>
71     <Target>
72     <Filename Value="project1"/>
73     </Target>
74     <SearchPaths>
75     <IncludeFiles Value="$(ProjOutDir)"/>
76     <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
77     </SearchPaths>
78     <Linking>
79 tony 45 <Debugging>
80     <UseHeaptrc Value="True"/>
81     </Debugging>
82 tony 23 <Options>
83     <Win32>
84     <GraphicApplication Value="True"/>
85     </Win32>
86     </Options>
87     </Linking>
88     <Other>
89     <CustomOptions Value="-dUseCThreads"/>
90     </Other>
91     </CompilerOptions>
92     <Debugging>
93     <Exceptions Count="3">
94     <Item1>
95     <Name Value="EAbort"/>
96     </Item1>
97     <Item2>
98     <Name Value="ECodetoolError"/>
99     </Item2>
100     <Item3>
101     <Name Value="EFOpenError"/>
102     </Item3>
103     </Exceptions>
104     </Debugging>
105     </CONFIG>