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

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