ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/isqlmonitor/IntegratedMonitoring.lpi
Revision: 214
Committed: Thu Mar 15 13:07:49 2018 UTC (6 years, 1 month ago) by tony
File size: 11089 byte(s)
Log Message:
Fixes Merged

File Contents

# User Rev Content
1 tony 31 <?xml version="1.0" encoding="UTF-8"?>
2     <CONFIG>
3     <ProjectOptions>
4 tony 68 <Version Value="10"/>
5 tony 31 <General>
6     <MainUnit Value="0"/>
7 tony 33 <Title Value="Integrated Monitoring Example"/>
8 tony 31 <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 213 <Units Count="30">
45 tony 31 <Unit0>
46     <Filename Value="IntegratedMonitoring.lpr"/>
47     <IsPartOfProject Value="True"/>
48 tony 209 <EditorIndex Value="-1"/>
49 tony 31 <WindowIndex Value="1"/>
50 tony 33 <CursorPos X="4" Y="20"/>
51 tony 213 <UsageCount Value="123"/>
52 tony 31 </Unit0>
53     <Unit1>
54     <Filename Value="MainForm.pas"/>
55     <IsPartOfProject Value="True"/>
56     <ComponentName Value="Form1"/>
57     <HasResources Value="True"/>
58     <ResourceBaseClass Value="Form"/>
59     <WindowIndex Value="1"/>
60 tony 209 <TopLine Value="28"/>
61 tony 213 <CursorPos X="7" Y="36"/>
62     <UsageCount Value="123"/>
63 tony 31 <Loaded Value="True"/>
64     <LoadedDesigner Value="True"/>
65     </Unit1>
66     <Unit2>
67 tony 68 <Filename Value="MonitorFormUnit.pas"/>
68     <IsPartOfProject Value="True"/>
69     <ComponentName Value="MonitorForm"/>
70     <HasResources Value="True"/>
71     <ResourceBaseClass Value="Form"/>
72 tony 209 <EditorIndex Value="-1"/>
73 tony 31 <WindowIndex Value="1"/>
74 tony 86 <CursorPos X="42" Y="15"/>
75 tony 213 <UsageCount Value="25"/>
76 tony 31 </Unit2>
77     <Unit3>
78     <Filename Value="SelectDeptDlgUnit.pas"/>
79     <IsPartOfProject Value="True"/>
80     <ComponentName Value="SelectDeptDlg"/>
81     <HasResources Value="True"/>
82     <ResourceBaseClass Value="Form"/>
83 tony 209 <EditorIndex Value="-1"/>
84 tony 31 <WindowIndex Value="1"/>
85 tony 68 <CursorPos X="21" Y="13"/>
86 tony 213 <UsageCount Value="25"/>
87 tony 68 </Unit3>
88 tony 209 <Unit4>
89     <Filename Value="../../runtime/nongui/IBCustomDataSet.pas"/>
90 tony 214 <IsVisibleTab Value="True"/>
91     <EditorIndex Value="1"/>
92 tony 209 <WindowIndex Value="1"/>
93 tony 214 <TopLine Value="1422"/>
94     <CursorPos X="24" Y="1413"/>
95 tony 213 <UsageCount Value="12"/>
96 tony 214 <Loaded Value="True"/>
97 tony 209 </Unit4>
98     <Unit5>
99     <Filename Value="/usr/share/fpcsrc/packages/fcl-db/src/base/db.pas"/>
100     <EditorIndex Value="-1"/>
101     <WindowIndex Value="1"/>
102     <TopLine Value="1595"/>
103     <CursorPos X="14" Y="1615"/>
104     <UsageCount Value="11"/>
105     </Unit5>
106     <Unit6>
107     <Filename Value="../../runtime/nongui/IBSQLMonitor.pas"/>
108     <EditorIndex Value="-1"/>
109     <WindowIndex Value="1"/>
110 tony 213 <TopLine Value="197"/>
111     <CursorPos X="10" Y="212"/>
112 tony 209 <UsageCount Value="10"/>
113     </Unit6>
114     <Unit7>
115     <Filename Value="../../runtime/nongui/IBTypes.pas"/>
116     <EditorIndex Value="-1"/>
117     <WindowIndex Value="1"/>
118     <TopLine Value="15"/>
119     <CursorPos X="49" Y="47"/>
120     <UsageCount Value="10"/>
121     </Unit7>
122     <Unit8>
123     <Filename Value="/usr/share/fpcsrc/packages/fcl-db/src/base/dataset.inc"/>
124     <EditorIndex Value="-1"/>
125     <WindowIndex Value="1"/>
126     <TopLine Value="551"/>
127     <CursorPos X="41" Y="576"/>
128     <UsageCount Value="10"/>
129     </Unit8>
130     <Unit9>
131     <Filename Value="../../ibcontrols/IBLookupComboEditBox.pas"/>
132     <EditorIndex Value="-1"/>
133     <WindowIndex Value="1"/>
134     <TopLine Value="45"/>
135     <CursorPos X="42" Y="78"/>
136     <UsageCount Value="11"/>
137     </Unit9>
138     <Unit10>
139     <Filename Value="/usr/share/fpcsrc/packages/fcl-db/src/base/datasource.inc"/>
140     <EditorIndex Value="-1"/>
141     <WindowIndex Value="1"/>
142     <TopLine Value="192"/>
143     <CursorPos X="3" Y="195"/>
144     <UsageCount Value="11"/>
145     </Unit10>
146     <Unit11>
147     <Filename Value="../../../../lcl/dbctrls.pp"/>
148     <UnitName Value="DbCtrls"/>
149     <EditorIndex Value="-1"/>
150     <WindowIndex Value="1"/>
151     <TopLine Value="777"/>
152     <CursorPos X="20" Y="780"/>
153     <UsageCount Value="11"/>
154     </Unit11>
155     <Unit12>
156     <Filename Value="../../../../lcl/include/dblookupcombobox.inc"/>
157     <EditorIndex Value="-1"/>
158     <WindowIndex Value="1"/>
159     <TopLine Value="27"/>
160     <CursorPos X="45" Y="40"/>
161     <UsageCount Value="11"/>
162     </Unit12>
163     <Unit13>
164     <Filename Value="../../../../lcl/include/dblookup.inc"/>
165     <EditorIndex Value="-1"/>
166     <WindowIndex Value="1"/>
167     <TopLine Value="60"/>
168     <CursorPos X="54" Y="78"/>
169     <UsageCount Value="11"/>
170     </Unit13>
171     <Unit14>
172     <Filename Value="../../../../lcl/include/customcombobox.inc"/>
173     <EditorIndex Value="-1"/>
174     <WindowIndex Value="1"/>
175     <TopLine Value="242"/>
176     <CursorPos X="3" Y="249"/>
177     <UsageCount Value="11"/>
178     </Unit14>
179     <Unit15>
180     <Filename Value="../../../../lcl/stdctrls.pp"/>
181     <UnitName Value="StdCtrls"/>
182     <EditorIndex Value="-1"/>
183     <WindowIndex Value="1"/>
184     <TopLine Value="256"/>
185     <CursorPos X="33" Y="263"/>
186     <UsageCount Value="11"/>
187     </Unit15>
188     <Unit16>
189     <Filename Value="../../../../lcl/controls.pp"/>
190     <UnitName Value="Controls"/>
191     <EditorIndex Value="-1"/>
192     <WindowIndex Value="1"/>
193     <TopLine Value="1351"/>
194     <CursorPos X="15" Y="1371"/>
195     <UsageCount Value="11"/>
196     </Unit16>
197     <Unit17>
198     <Filename Value="../../../../../fpcsrc/3.0.4/packages/fcl-db/src/base/dataset.inc"/>
199     <EditorIndex Value="-1"/>
200     <WindowIndex Value="1"/>
201     <TopLine Value="237"/>
202     <CursorPos Y="266"/>
203     <UsageCount Value="10"/>
204     </Unit17>
205     <Unit18>
206     <Filename Value="../../../../../fpcsrc/3.0.4/packages/fcl-db/src/base/datasource.inc"/>
207     <EditorIndex Value="-1"/>
208     <WindowIndex Value="1"/>
209     <TopLine Value="640"/>
210     <CursorPos Y="671"/>
211     <UsageCount Value="10"/>
212     </Unit18>
213     <Unit19>
214     <Filename Value="../../../../../fpcsrc/3.0.4/rtl/objpas/classes/lists.inc"/>
215     <EditorIndex Value="-1"/>
216     <WindowIndex Value="1"/>
217     <TopLine Value="32"/>
218     <CursorPos Y="56"/>
219     <UsageCount Value="10"/>
220     </Unit19>
221     <Unit20>
222     <Filename Value="../../../../lcl/include/control.inc"/>
223     <EditorIndex Value="-1"/>
224     <WindowIndex Value="1"/>
225     <TopLine Value="3774"/>
226     <CursorPos X="3" Y="3793"/>
227     <UsageCount Value="10"/>
228     </Unit20>
229     <Unit21>
230     <Filename Value="/usr/share/fpcsrc/rtl/objpas/sysutils/datih.inc"/>
231     <EditorIndex Value="-1"/>
232     <WindowIndex Value="1"/>
233     <TopLine Value="85"/>
234     <CursorPos X="4" Y="105"/>
235     <UsageCount Value="10"/>
236     </Unit21>
237     <Unit22>
238     <Filename Value="/usr/share/fpcsrc/rtl/objpas/sysutils/dati.inc"/>
239     <EditorIndex Value="-1"/>
240     <WindowIndex Value="1"/>
241     <TopLine Value="77"/>
242     <CursorPos X="3" Y="79"/>
243     <UsageCount Value="10"/>
244     </Unit22>
245     <Unit23>
246     <Filename Value="../../../fbintf/client/3.0/firebird/Firebird.pas"/>
247     <EditorIndex Value="-1"/>
248     <WindowIndex Value="1"/>
249     <TopLine Value="136"/>
250     <CursorPos X="9" Y="157"/>
251     <UsageCount Value="10"/>
252     </Unit23>
253     <Unit24>
254     <Filename Value="../../../fbintf/client/3.0/FB30Statement.pas"/>
255     <EditorIndex Value="-1"/>
256     <WindowIndex Value="1"/>
257     <TopLine Value="1276"/>
258     <CursorPos X="24" Y="1312"/>
259     <UsageCount Value="10"/>
260     </Unit24>
261     <Unit25>
262     <Filename Value="/usr/share/fpcsrc/packages/fcl-db/src/base/fields.inc"/>
263     <EditorIndex Value="-1"/>
264     <WindowIndex Value="1"/>
265     <TopLine Value="68"/>
266     <CursorPos X="81" Y="99"/>
267     <UsageCount Value="10"/>
268     </Unit25>
269     <Unit26>
270     <Filename Value="../../ibcontrols/IBDynamicGrid.pas"/>
271     <EditorIndex Value="-1"/>
272     <WindowIndex Value="1"/>
273     <TopLine Value="121"/>
274     <CursorPos X="41" Y="148"/>
275     <UsageCount Value="10"/>
276     </Unit26>
277 tony 213 <Unit27>
278     <Filename Value="/usr/share/fpcsrc/packages/fcl-base/src/fptimer.pp"/>
279     <EditorIndex Value="-1"/>
280     <WindowIndex Value="1"/>
281 tony 214 <TopLine Value="130"/>
282     <CursorPos X="3" Y="132"/>
283 tony 213 <UsageCount Value="11"/>
284     </Unit27>
285     <Unit28>
286     <Filename Value="../../runtime/nongui/sv5ipc.inc"/>
287     <EditorIndex Value="-1"/>
288     <WindowIndex Value="1"/>
289     <CursorPos X="21" Y="14"/>
290     <UsageCount Value="10"/>
291     </Unit28>
292     <Unit29>
293     <Filename Value="../../changelog"/>
294     <EditorIndex Value="-1"/>
295     <WindowIndex Value="1"/>
296     <TopLine Value="64"/>
297     <CursorPos X="61" Y="91"/>
298     <UsageCount Value="10"/>
299     <DefaultSyntaxHighlighter Value="None"/>
300     </Unit29>
301 tony 31 </Units>
302 tony 214 <JumpHistory Count="3" HistoryIndex="2">
303 tony 209 <Position1>
304     <Filename Value="MainForm.pas"/>
305     <Caret Line="37" Column="4" TopLine="28"/>
306     </Position1>
307     <Position2>
308     <Filename Value="MainForm.pas"/>
309 tony 213 <Caret Line="36" Column="7" TopLine="28"/>
310 tony 209 </Position2>
311 tony 214 <Position3>
312     <Filename Value="../../runtime/nongui/IBCustomDataSet.pas"/>
313     <Caret Line="1413" Column="24" TopLine="1404"/>
314     </Position3>
315 tony 209 </JumpHistory>
316 tony 31 </ProjectOptions>
317     <CompilerOptions>
318     <Version Value="11"/>
319     <Target>
320     <Filename Value="IntegratedMonitoring"/>
321     </Target>
322     <SearchPaths>
323     <IncludeFiles Value="$(ProjOutDir)"/>
324     <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
325     </SearchPaths>
326     <Linking>
327     <Options>
328     <Win32>
329     <GraphicApplication Value="True"/>
330     </Win32>
331     </Options>
332     </Linking>
333     <Other>
334     <CustomOptions Value="-dUseCThreads"/>
335     </Other>
336     </CompilerOptions>
337     <Debugging>
338     <Exceptions Count="3">
339     <Item1>
340     <Name Value="EAbort"/>
341     </Item1>
342     <Item2>
343     <Name Value="ECodetoolError"/>
344     </Item2>
345     <Item3>
346     <Name Value="EFOpenError"/>
347     </Item3>
348     </Exceptions>
349     </Debugging>
350     </CONFIG>