ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/local-employeedb/LocalDBExample.lpi
Revision: 88
Committed: Mon Jan 1 11:31:29 2018 UTC (6 years, 3 months ago) by tony
File size: 5352 byte(s)
Log Message:
Tidy up examples

File Contents

# Content
1 <?xml version="1.0" encoding="UTF-8"?>
2 <CONFIG>
3 <ProjectOptions>
4 <Version Value="10"/>
5 <General>
6 <MainUnit Value="0"/>
7 <Title Value="LocalDBExample"/>
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="5">
29 <Item1>
30 <PackageName Value="iblocaldb"/>
31 </Item1>
32 <Item2>
33 <PackageName Value="ibcontrols"/>
34 </Item2>
35 <Item3>
36 <PackageName Value="FCL"/>
37 <MinVersion Major="1" Valid="True"/>
38 </Item3>
39 <Item4>
40 <PackageName Value="ibexpress"/>
41 <MinVersion Minor="9" Valid="True"/>
42 </Item4>
43 <Item5>
44 <PackageName Value="LCL"/>
45 </Item5>
46 </RequiredPackages>
47 <Units Count="12">
48 <Unit0>
49 <Filename Value="LocalDBExample.lpr"/>
50 <IsPartOfProject Value="True"/>
51 <EditorIndex Value="-1"/>
52 <WindowIndex Value="1"/>
53 <CursorPos X="33" Y="10"/>
54 <UsageCount Value="158"/>
55 </Unit0>
56 <Unit1>
57 <Filename Value="unit1.pas"/>
58 <IsPartOfProject Value="True"/>
59 <ComponentName Value="Form1"/>
60 <HasResources Value="True"/>
61 <ResourceBaseClass Value="Form"/>
62 <UnitName Value="Unit1"/>
63 <IsVisibleTab Value="True"/>
64 <TopLine Value="253"/>
65 <CursorPos X="26" Y="292"/>
66 <UsageCount Value="158"/>
67 <Loaded Value="True"/>
68 </Unit1>
69 <Unit2>
70 <Filename Value="unit2.pas"/>
71 <IsPartOfProject Value="True"/>
72 <ComponentName Value="SelectDeptDlg"/>
73 <HasResources Value="True"/>
74 <ResourceBaseClass Value="Form"/>
75 <UnitName Value="Unit2"/>
76 <EditorIndex Value="-1"/>
77 <CursorPos X="52" Y="4"/>
78 <UsageCount Value="21"/>
79 </Unit2>
80 <Unit3>
81 <Filename Value="../../iblocaldb/IBXCreateDatabaseDlg.pas"/>
82 <ComponentName Value="CreateDatabaseDlg"/>
83 <HasResources Value="True"/>
84 <ResourceBaseClass Value="Form"/>
85 <EditorIndex Value="-1"/>
86 <TopLine Value="60"/>
87 <CursorPos X="28" Y="66"/>
88 <UsageCount Value="11"/>
89 </Unit3>
90 <Unit4>
91 <Filename Value="../../iblocaldb/IBXCustomIBLocalDBSupport.pas"/>
92 <EditorIndex Value="-1"/>
93 <TopLine Value="148"/>
94 <CursorPos X="41" Y="5"/>
95 <UsageCount Value="11"/>
96 </Unit4>
97 <Unit5>
98 <Filename Value="../../iblocaldb/IBLocalDBSupport.pas"/>
99 <EditorIndex Value="-1"/>
100 <TopLine Value="143"/>
101 <CursorPos Y="167"/>
102 <UsageCount Value="11"/>
103 </Unit5>
104 <Unit6>
105 <Filename Value="../../runtime/IBDatabase.pas"/>
106 <EditorIndex Value="-1"/>
107 <TopLine Value="613"/>
108 <CursorPos X="3" Y="616"/>
109 <UsageCount Value="11"/>
110 </Unit6>
111 <Unit7>
112 <Filename Value="../../runtime/ibxscript.pas"/>
113 <EditorIndex Value="-1"/>
114 <TopLine Value="302"/>
115 <CursorPos X="30" Y="330"/>
116 <UsageCount Value="11"/>
117 </Unit7>
118 <Unit8>
119 <Filename Value="../../iblocaldb/IBXCreateDatabaseFromSQLDlgUnit.pas"/>
120 <ComponentName Value="IBXCreateDatabaseFromSQLDlg"/>
121 <HasResources Value="True"/>
122 <ResourceBaseClass Value="Form"/>
123 <EditorIndex Value="-1"/>
124 <TopLine Value="37"/>
125 <CursorPos X="31" Y="50"/>
126 <UsageCount Value="11"/>
127 </Unit8>
128 <Unit9>
129 <Filename Value="../../iblocaldb.pas"/>
130 <EditorIndex Value="-1"/>
131 <UsageCount Value="10"/>
132 </Unit9>
133 <Unit10>
134 <Filename Value="../../iblocaldb/IBCMLocalDBSupport.pas"/>
135 <EditorIndex Value="-1"/>
136 <TopLine Value="195"/>
137 <CursorPos X="18" Y="219"/>
138 <UsageCount Value="10"/>
139 </Unit10>
140 <Unit11>
141 <Filename Value="patches/02-patch.sql"/>
142 <EditorIndex Value="-1"/>
143 <UsageCount Value="10"/>
144 <DefaultSyntaxHighlighter Value="SQL"/>
145 </Unit11>
146 </Units>
147 <JumpHistory HistoryIndex="-1"/>
148 </ProjectOptions>
149 <CompilerOptions>
150 <Version Value="11"/>
151 <Target>
152 <Filename Value="LocalDBExample"/>
153 </Target>
154 <SearchPaths>
155 <IncludeFiles Value="$(ProjOutDir)"/>
156 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
157 </SearchPaths>
158 <Linking>
159 <Options>
160 <Win32>
161 <GraphicApplication Value="True"/>
162 </Win32>
163 </Options>
164 </Linking>
165 <Other>
166 <CustomOptions Value="-dUseCThreads"/>
167 </Other>
168 </CompilerOptions>
169 <Debugging>
170 <Exceptions Count="3">
171 <Item1>
172 <Name Value="EAbort"/>
173 </Item1>
174 <Item2>
175 <Name Value="ECodetoolError"/>
176 </Item2>
177 <Item3>
178 <Name Value="EFOpenError"/>
179 </Item3>
180 </Exceptions>
181 </Debugging>
182 </CONFIG>