ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/dbcontrolgrid/project1.lpi
Revision: 104
Committed: Thu Jan 18 14:37:29 2018 UTC (6 years, 3 months ago) by tony
File size: 4427 byte(s)
Log Message:
Documentation Updates

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 86 <Units Count="6">
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 104 <IsVisibleTab Value="True"/>
60     <TopLine Value="350"/>
61     <CursorPos X="11" Y="358"/>
62 tony 45 <UsageCount Value="207"/>
63 tony 23 <Loaded Value="True"/>
64     <LoadedDesigner Value="True"/>
65     </Unit1>
66 tony 86 <Unit2>
67     <Filename Value="unit2.pas"/>
68     <IsPartOfProject Value="True"/>
69     <ComponentName Value="SelectDeptDlg"/>
70     <HasResources Value="True"/>
71     <ResourceBaseClass Value="Form"/>
72     <UnitName Value="Unit2"/>
73     <EditorIndex Value="1"/>
74     <CursorPos X="49" Y="13"/>
75 tony 104 <UsageCount Value="21"/>
76 tony 86 <Loaded Value="True"/>
77     <LoadedDesigner Value="True"/>
78     </Unit2>
79     <Unit3>
80     <Filename Value="unit4.pas"/>
81     <IsPartOfProject Value="True"/>
82     <ComponentName Value="EditLocation"/>
83     <HasResources Value="True"/>
84     <ResourceBaseClass Value="Form"/>
85     <UnitName Value="Unit4"/>
86     <EditorIndex Value="-1"/>
87     <CursorPos X="40" Y="18"/>
88 tony 104 <UsageCount Value="21"/>
89 tony 86 </Unit3>
90     <Unit4>
91     <Filename Value="unit5.pas"/>
92     <IsPartOfProject Value="True"/>
93     <ComponentName Value="EditJobCode"/>
94     <HasResources Value="True"/>
95     <ResourceBaseClass Value="Form"/>
96     <UnitName Value="Unit5"/>
97     <EditorIndex Value="2"/>
98     <CursorPos X="29" Y="9"/>
99 tony 104 <UsageCount Value="21"/>
100 tony 86 <Loaded Value="True"/>
101     <LoadedDesigner Value="True"/>
102     </Unit4>
103     <Unit5>
104     <Filename Value="../dbInfo/Unit1.pas"/>
105     <EditorIndex Value="-1"/>
106     <UsageCount Value="10"/>
107     </Unit5>
108 tony 23 </Units>
109 tony 104 <JumpHistory Count="2" HistoryIndex="1">
110 tony 86 <Position1>
111     <Filename Value="unit1.pas"/>
112     <Caret Line="20" Column="84" TopLine="4"/>
113     </Position1>
114 tony 104 <Position2>
115     <Filename Value="unit1.pas"/>
116     <Caret Line="209" Column="25" TopLine="201"/>
117     </Position2>
118 tony 86 </JumpHistory>
119 tony 23 </ProjectOptions>
120     <CompilerOptions>
121     <Version Value="11"/>
122     <Target>
123     <Filename Value="project1"/>
124     </Target>
125     <SearchPaths>
126     <IncludeFiles Value="$(ProjOutDir)"/>
127     <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
128     </SearchPaths>
129     <Linking>
130 tony 45 <Debugging>
131     <UseHeaptrc Value="True"/>
132     </Debugging>
133 tony 23 <Options>
134     <Win32>
135     <GraphicApplication Value="True"/>
136     </Win32>
137     </Options>
138     </Linking>
139     <Other>
140     <CustomOptions Value="-dUseCThreads"/>
141     </Other>
142     </CompilerOptions>
143     <Debugging>
144     <Exceptions Count="3">
145     <Item1>
146     <Name Value="EAbort"/>
147     </Item1>
148     <Item2>
149     <Name Value="ECodetoolError"/>
150     </Item2>
151     <Item3>
152     <Name Value="EFOpenError"/>
153     </Item3>
154     </Exceptions>
155     </Debugging>
156     </CONFIG>