ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/dbcontrolgrid/project1.lpi
Revision: 148
Committed: Mon Feb 26 11:49:37 2018 UTC (6 years, 1 month ago) by tony
File size: 4200 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 143 <Units Count="7">
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 148 <IsVisibleTab Value="True"/>
60 tony 143 <CursorPos X="25" Y="11"/>
61 tony 45 <UsageCount Value="207"/>
62 tony 23 <Loaded Value="True"/>
63     <LoadedDesigner Value="True"/>
64     </Unit1>
65 tony 86 <Unit2>
66     <Filename Value="unit2.pas"/>
67     <IsPartOfProject Value="True"/>
68     <ComponentName Value="SelectDeptDlg"/>
69     <HasResources Value="True"/>
70     <ResourceBaseClass Value="Form"/>
71     <UnitName Value="Unit2"/>
72 tony 112 <EditorIndex Value="-1"/>
73 tony 86 <CursorPos X="49" Y="13"/>
74 tony 143 <UsageCount Value="22"/>
75 tony 86 </Unit2>
76     <Unit3>
77     <Filename Value="unit4.pas"/>
78     <IsPartOfProject Value="True"/>
79     <ComponentName Value="EditLocation"/>
80     <HasResources Value="True"/>
81     <ResourceBaseClass Value="Form"/>
82     <UnitName Value="Unit4"/>
83     <EditorIndex Value="-1"/>
84     <CursorPos X="40" Y="18"/>
85 tony 143 <UsageCount Value="22"/>
86 tony 86 </Unit3>
87     <Unit4>
88     <Filename Value="unit5.pas"/>
89     <IsPartOfProject Value="True"/>
90     <ComponentName Value="EditJobCode"/>
91     <HasResources Value="True"/>
92     <ResourceBaseClass Value="Form"/>
93     <UnitName Value="Unit5"/>
94 tony 112 <EditorIndex Value="-1"/>
95 tony 86 <CursorPos X="29" Y="9"/>
96 tony 143 <UsageCount Value="22"/>
97 tony 86 </Unit4>
98     <Unit5>
99     <Filename Value="../dbInfo/Unit1.pas"/>
100     <EditorIndex Value="-1"/>
101     <UsageCount Value="10"/>
102     </Unit5>
103 tony 143 <Unit6>
104     <Filename Value="../../ibcontrols/DBControlGrid.pas"/>
105 tony 148 <EditorIndex Value="-1"/>
106 tony 143 <TopLine Value="600"/>
107     <CursorPos X="3" Y="604"/>
108     <UsageCount Value="10"/>
109     </Unit6>
110 tony 23 </Units>
111 tony 148 <JumpHistory HistoryIndex="-1"/>
112 tony 23 </ProjectOptions>
113     <CompilerOptions>
114     <Version Value="11"/>
115     <Target>
116     <Filename Value="project1"/>
117     </Target>
118     <SearchPaths>
119     <IncludeFiles Value="$(ProjOutDir)"/>
120     <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
121     </SearchPaths>
122     <Linking>
123 tony 45 <Debugging>
124     <UseHeaptrc Value="True"/>
125     </Debugging>
126 tony 23 <Options>
127     <Win32>
128     <GraphicApplication Value="True"/>
129     </Win32>
130     </Options>
131     </Linking>
132     <Other>
133     <CustomOptions Value="-dUseCThreads"/>
134     </Other>
135     </CompilerOptions>
136     <Debugging>
137     <Exceptions Count="3">
138     <Item1>
139     <Name Value="EAbort"/>
140     </Item1>
141     <Item2>
142     <Name Value="ECodetoolError"/>
143     </Item2>
144     <Item3>
145     <Name Value="EFOpenError"/>
146     </Item3>
147     </Exceptions>
148     </Debugging>
149     </CONFIG>