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