ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/isqlmonitor/IntegratedMonitoring.lpi
Revision: 68
Committed: Tue Oct 17 10:07:58 2017 UTC (6 years, 6 months ago) by tony
File size: 3667 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

# 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="Integrated Monitoring Example"/>
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 <Units Count="4">
45 <Unit0>
46 <Filename Value="IntegratedMonitoring.lpr"/>
47 <IsPartOfProject Value="True"/>
48 <EditorIndex Value="1"/>
49 <WindowIndex Value="1"/>
50 <CursorPos X="4" Y="20"/>
51 <UsageCount Value="118"/>
52 <Loaded Value="True"/>
53 </Unit0>
54 <Unit1>
55 <Filename Value="MainForm.pas"/>
56 <IsPartOfProject Value="True"/>
57 <ComponentName Value="Form1"/>
58 <HasResources Value="True"/>
59 <ResourceBaseClass Value="Form"/>
60 <WindowIndex Value="1"/>
61 <CursorPos X="13" Y="392"/>
62 <UsageCount Value="118"/>
63 <Loaded Value="True"/>
64 <LoadedDesigner Value="True"/>
65 </Unit1>
66 <Unit2>
67 <Filename Value="MonitorFormUnit.pas"/>
68 <IsPartOfProject Value="True"/>
69 <ComponentName Value="MonitorForm"/>
70 <HasResources Value="True"/>
71 <ResourceBaseClass Value="Form"/>
72 <EditorIndex Value="3"/>
73 <WindowIndex Value="1"/>
74 <CursorPos X="49" Y="10"/>
75 <UsageCount Value="20"/>
76 <Loaded Value="True"/>
77 <LoadedDesigner Value="True"/>
78 </Unit2>
79 <Unit3>
80 <Filename Value="SelectDeptDlgUnit.pas"/>
81 <IsPartOfProject Value="True"/>
82 <ComponentName Value="SelectDeptDlg"/>
83 <HasResources Value="True"/>
84 <ResourceBaseClass Value="Form"/>
85 <IsVisibleTab Value="True"/>
86 <EditorIndex Value="2"/>
87 <WindowIndex Value="1"/>
88 <CursorPos X="21" Y="13"/>
89 <UsageCount Value="20"/>
90 <Loaded Value="True"/>
91 <LoadedDesigner Value="True"/>
92 </Unit3>
93 </Units>
94 <JumpHistory HistoryIndex="-1"/>
95 </ProjectOptions>
96 <CompilerOptions>
97 <Version Value="11"/>
98 <Target>
99 <Filename Value="IntegratedMonitoring"/>
100 </Target>
101 <SearchPaths>
102 <IncludeFiles Value="$(ProjOutDir)"/>
103 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
104 </SearchPaths>
105 <Linking>
106 <Options>
107 <Win32>
108 <GraphicApplication Value="True"/>
109 </Win32>
110 </Options>
111 </Linking>
112 <Other>
113 <CustomOptions Value="-dUseCThreads"/>
114 </Other>
115 </CompilerOptions>
116 <Debugging>
117 <Exceptions Count="3">
118 <Item1>
119 <Name Value="EAbort"/>
120 </Item1>
121 <Item2>
122 <Name Value="ECodetoolError"/>
123 </Item2>
124 <Item3>
125 <Name Value="EFOpenError"/>
126 </Item3>
127 </Exceptions>
128 </Debugging>
129 </CONFIG>