source: ObjectBaseTypes/Test.lpi

Last change on this file was 34, checked in by george, 14 years ago
  • Přidáno: Bitový proud v základních objektových třídách.
File size: 14.0 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <ProjectOptions>
4 <PathDelim Value="\"/>
5 <Version Value="7"/>
6 <General>
7 <Flags>
8 <UseDefaultCompilerOptions Value="True"/>
9 </Flags>
10 <MainUnit Value="0"/>
11 <TargetFileExt Value=".exe"/>
12 <Title Value="Test"/>
13 <ResourceType Value="res"/>
14 <UseXPManifest Value="True"/>
15 <Icon Value="0"/>
16 <ActiveWindowIndexAtStart Value="0"/>
17 </General>
18 <VersionInfo>
19 <Language Value=""/>
20 <CharSet Value=""/>
21 <StringTable Comments="" CompanyName="" FileDescription="" FileVersion="" InternalName="" LegalCopyright="" LegalTrademarks="" OriginalFilename="" ProductName="" ProductVersion=""/>
22 </VersionInfo>
23 <PublishOptions>
24 <Version Value="2"/>
25 <IgnoreBinaries Value="False"/>
26 <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
27 <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
28 </PublishOptions>
29 <RunParams>
30 <local>
31 <FormatVersion Value="1"/>
32 <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
33 </local>
34 </RunParams>
35 <RequiredPackages Count="1">
36 <Item1>
37 <PackageName Value="LCL"/>
38 </Item1>
39 </RequiredPackages>
40 <Units Count="21">
41 <Unit0>
42 <Filename Value="Test.lpr"/>
43 <IsPartOfProject Value="True"/>
44 <UnitName Value="Test"/>
45 <UsageCount Value="20"/>
46 </Unit0>
47 <Unit1>
48 <Filename Value="..\UMainForm.pas"/>
49 <ComponentName Value="Form1"/>
50 <ResourceBaseClass Value="Form"/>
51 <UnitName Value="UMainForm"/>
52 <WindowIndex Value="0"/>
53 <TopLine Value="1"/>
54 <CursorPos X="1" Y="1"/>
55 <UsageCount Value="20"/>
56 <DefaultSyntaxHighlighter Value="Delphi"/>
57 </Unit1>
58 <Unit2>
59 <Filename Value="UMainForm.dfm"/>
60 <WindowIndex Value="0"/>
61 <TopLine Value="1"/>
62 <CursorPos X="1" Y="1"/>
63 <SyntaxHighlighter Value="LFM"/>
64 <UsageCount Value="10"/>
65 <DefaultSyntaxHighlighter Value="Text"/>
66 </Unit2>
67 <Unit3>
68 <Filename Value="UMainForm.pas"/>
69 <IsPartOfProject Value="True"/>
70 <ComponentName Value="MainForm"/>
71 <HasResources Value="True"/>
72 <ResourceBaseClass Value="Form"/>
73 <UnitName Value="UMainForm"/>
74 <EditorIndex Value="3"/>
75 <WindowIndex Value="0"/>
76 <TopLine Value="74"/>
77 <CursorPos X="75" Y="7"/>
78 <SyntaxHighlighter Value="Delphi"/>
79 <UsageCount Value="20"/>
80 <Loaded Value="True"/>
81 <DefaultSyntaxHighlighter Value="Text"/>
82 </Unit3>
83 <Unit4>
84 <Filename Value="Level 2\UObjectString.pas"/>
85 <IsPartOfProject Value="True"/>
86 <UnitName Value="UObjectString"/>
87 <WindowIndex Value="0"/>
88 <TopLine Value="1"/>
89 <CursorPos X="13" Y="6"/>
90 <SyntaxHighlighter Value="Delphi"/>
91 <UsageCount Value="20"/>
92 <DefaultSyntaxHighlighter Value="Text"/>
93 </Unit4>
94 <Unit5>
95 <Filename Value="Level 1\UObjectTypeBase.pas"/>
96 <IsPartOfProject Value="True"/>
97 <UnitName Value="UObjectTypeBase"/>
98 <EditorIndex Value="7"/>
99 <WindowIndex Value="0"/>
100 <TopLine Value="1"/>
101 <CursorPos X="31" Y="11"/>
102 <SyntaxHighlighter Value="Delphi"/>
103 <UsageCount Value="20"/>
104 <Loaded Value="True"/>
105 <DefaultSyntaxHighlighter Value="Text"/>
106 </Unit5>
107 <Unit6>
108 <Filename Value="Level 1\UObjectBoolean.pas"/>
109 <IsPartOfProject Value="True"/>
110 <UnitName Value="UObjectBoolean"/>
111 <EditorIndex Value="6"/>
112 <WindowIndex Value="0"/>
113 <TopLine Value="13"/>
114 <CursorPos X="25" Y="7"/>
115 <SyntaxHighlighter Value="Delphi"/>
116 <UsageCount Value="20"/>
117 <Loaded Value="True"/>
118 <DefaultSyntaxHighlighter Value="Text"/>
119 </Unit6>
120 <Unit7>
121 <Filename Value="Level 1\UObjectByte.pas"/>
122 <IsPartOfProject Value="True"/>
123 <UnitName Value="UObjectByte"/>
124 <EditorIndex Value="4"/>
125 <WindowIndex Value="0"/>
126 <TopLine Value="1"/>
127 <CursorPos X="53" Y="6"/>
128 <SyntaxHighlighter Value="Delphi"/>
129 <UsageCount Value="20"/>
130 <Loaded Value="True"/>
131 <DefaultSyntaxHighlighter Value="Text"/>
132 </Unit7>
133 <Unit8>
134 <Filename Value="Level 1\UObjectDateTime.pas"/>
135 <IsPartOfProject Value="True"/>
136 <UnitName Value="UObjectDateTime"/>
137 <UsageCount Value="20"/>
138 <DefaultSyntaxHighlighter Value="Text"/>
139 </Unit8>
140 <Unit9>
141 <Filename Value="Level 1\UObjectDouble.pas"/>
142 <IsPartOfProject Value="True"/>
143 <UnitName Value="UObjectDouble"/>
144 <UsageCount Value="20"/>
145 <DefaultSyntaxHighlighter Value="Text"/>
146 </Unit9>
147 <Unit10>
148 <Filename Value="Level 1\UObjectChar.pas"/>
149 <IsPartOfProject Value="True"/>
150 <UnitName Value="UObjectChar"/>
151 <UsageCount Value="20"/>
152 <DefaultSyntaxHighlighter Value="Text"/>
153 </Unit10>
154 <Unit11>
155 <Filename Value="Level 1\UObjectInteger.pas"/>
156 <IsPartOfProject Value="True"/>
157 <UnitName Value="UObjectInteger"/>
158 <UsageCount Value="20"/>
159 <DefaultSyntaxHighlighter Value="Text"/>
160 </Unit11>
161 <Unit12>
162 <Filename Value="Level 2\UBitStream.pas"/>
163 <IsPartOfProject Value="True"/>
164 <UnitName Value="UBitStream"/>
165 <IsVisibleTab Value="True"/>
166 <EditorIndex Value="5"/>
167 <WindowIndex Value="0"/>
168 <TopLine Value="100"/>
169 <CursorPos X="1" Y="114"/>
170 <SyntaxHighlighter Value="Delphi"/>
171 <UsageCount Value="20"/>
172 <Loaded Value="True"/>
173 <DefaultSyntaxHighlighter Value="Text"/>
174 </Unit12>
175 <Unit13>
176 <Filename Value="Level 2\UFileSystem.pas"/>
177 <IsPartOfProject Value="True"/>
178 <UnitName Value="UFileSystem"/>
179 <UsageCount Value="20"/>
180 <DefaultSyntaxHighlighter Value="Text"/>
181 </Unit13>
182 <Unit14>
183 <Filename Value="Level 2\UObjectPoint.pas"/>
184 <IsPartOfProject Value="True"/>
185 <UnitName Value="UObjectPoint"/>
186 <UsageCount Value="20"/>
187 <DefaultSyntaxHighlighter Value="Text"/>
188 </Unit14>
189 <Unit15>
190 <Filename Value="Level 3\USystem.pas"/>
191 <IsPartOfProject Value="True"/>
192 <UnitName Value="USystem"/>
193 <UsageCount Value="20"/>
194 <DefaultSyntaxHighlighter Value="Text"/>
195 </Unit15>
196 <Unit16>
197 <Filename Value="Level 3\UObjectStringList.pas"/>
198 <IsPartOfProject Value="True"/>
199 <UnitName Value="UObjectStringList"/>
200 <UsageCount Value="20"/>
201 <DefaultSyntaxHighlighter Value="Text"/>
202 </Unit16>
203 <Unit17>
204 <Filename Value="UInterfacedBits.pas"/>
205 <UnitName Value="UInterfacedBits"/>
206 <WindowIndex Value="0"/>
207 <TopLine Value="26"/>
208 <CursorPos X="18" Y="51"/>
209 <SyntaxHighlighter Value="Delphi"/>
210 <UsageCount Value="10"/>
211 <DefaultSyntaxHighlighter Value="Text"/>
212 </Unit17>
213 <Unit18>
214 <Filename Value="E:\Programy\Lazarus_0.9.29\fpc\2.4.1\source\rtl\objpas\classes\classesh.inc"/>
215 <EditorIndex Value="0"/>
216 <WindowIndex Value="0"/>
217 <TopLine Value="876"/>
218 <CursorPos X="28" Y="894"/>
219 <SyntaxHighlighter Value="FreePascal"/>
220 <UsageCount Value="10"/>
221 <Loaded Value="True"/>
222 <DefaultSyntaxHighlighter Value="Text"/>
223 </Unit18>
224 <Unit19>
225 <Filename Value="E:\Programy\Lazarus_0.9.29\fpc\2.4.1\source\rtl\objpas\classes\streams.inc"/>
226 <EditorIndex Value="2"/>
227 <WindowIndex Value="0"/>
228 <TopLine Value="618"/>
229 <CursorPos X="3" Y="621"/>
230 <SyntaxHighlighter Value="FreePascal"/>
231 <UsageCount Value="10"/>
232 <Loaded Value="True"/>
233 <DefaultSyntaxHighlighter Value="Text"/>
234 </Unit19>
235 <Unit20>
236 <Filename Value="E:\Programy\Lazarus_0.9.29\fpc\2.4.1\source\rtl\objpas\classes\bits.inc"/>
237 <EditorIndex Value="1"/>
238 <WindowIndex Value="0"/>
239 <TopLine Value="243"/>
240 <CursorPos X="4" Y="248"/>
241 <SyntaxHighlighter Value="FreePascal"/>
242 <UsageCount Value="10"/>
243 <Loaded Value="True"/>
244 <DefaultSyntaxHighlighter Value="Text"/>
245 </Unit20>
246 </Units>
247 <JumpHistory Count="30" HistoryIndex="29">
248 <Position1>
249 <Filename Value="Level 1\UObjectByte.pas"/>
250 <Caret Line="17" Column="1" TopLine="3"/>
251 </Position1>
252 <Position2>
253 <Filename Value="Level 1\UObjectByte.pas"/>
254 <Caret Line="39" Column="1" TopLine="25"/>
255 </Position2>
256 <Position3>
257 <Filename Value="Level 2\UBitStream.pas"/>
258 <Caret Line="1" Column="7" TopLine="1"/>
259 </Position3>
260 <Position4>
261 <Filename Value="Level 2\UBitStream.pas"/>
262 <Caret Line="21" Column="20" TopLine="7"/>
263 </Position4>
264 <Position5>
265 <Filename Value="Level 2\UBitStream.pas"/>
266 <Caret Line="33" Column="47" TopLine="8"/>
267 </Position5>
268 <Position6>
269 <Filename Value="Level 2\UBitStream.pas"/>
270 <Caret Line="22" Column="22" TopLine="14"/>
271 </Position6>
272 <Position7>
273 <Filename Value="Level 2\UBitStream.pas"/>
274 <Caret Line="35" Column="1" TopLine="15"/>
275 </Position7>
276 <Position8>
277 <Filename Value="Level 2\UBitStream.pas"/>
278 <Caret Line="36" Column="64" TopLine="16"/>
279 </Position8>
280 <Position9>
281 <Filename Value="Level 2\UBitStream.pas"/>
282 <Caret Line="15" Column="6" TopLine="5"/>
283 </Position9>
284 <Position10>
285 <Filename Value="Level 2\UBitStream.pas"/>
286 <Caret Line="13" Column="27" TopLine="1"/>
287 </Position10>
288 <Position11>
289 <Filename Value="Level 2\UBitStream.pas"/>
290 <Caret Line="69" Column="19" TopLine="66"/>
291 </Position11>
292 <Position12>
293 <Filename Value="Level 2\UBitStream.pas"/>
294 <Caret Line="15" Column="24" TopLine="9"/>
295 </Position12>
296 <Position13>
297 <Filename Value="Level 2\UBitStream.pas"/>
298 <Caret Line="34" Column="28" TopLine="12"/>
299 </Position13>
300 <Position14>
301 <Filename Value="E:\Programy\Lazarus_0.9.29\fpc\2.4.1\source\rtl\objpas\classes\classesh.inc"/>
302 <Caret Line="1" Column="22" TopLine="1"/>
303 </Position14>
304 <Position15>
305 <Filename Value="Level 2\UBitStream.pas"/>
306 <Caret Line="13" Column="52" TopLine="2"/>
307 </Position15>
308 <Position16>
309 <Filename Value="Level 1\UObjectTypeBase.pas"/>
310 <Caret Line="20" Column="40" TopLine="1"/>
311 </Position16>
312 <Position17>
313 <Filename Value="Level 2\UBitStream.pas"/>
314 <Caret Line="13" Column="52" TopLine="2"/>
315 </Position17>
316 <Position18>
317 <Filename Value="Level 2\UBitStream.pas"/>
318 <Caret Line="8" Column="64" TopLine="1"/>
319 </Position18>
320 <Position19>
321 <Filename Value="Level 2\UBitStream.pas"/>
322 <Caret Line="37" Column="49" TopLine="30"/>
323 </Position19>
324 <Position20>
325 <Filename Value="Level 2\UBitStream.pas"/>
326 <Caret Line="140" Column="3" TopLine="127"/>
327 </Position20>
328 <Position21>
329 <Filename Value="Level 2\UBitStream.pas"/>
330 <Caret Line="8" Column="54" TopLine="1"/>
331 </Position21>
332 <Position22>
333 <Filename Value="Level 2\UBitStream.pas"/>
334 <Caret Line="38" Column="14" TopLine="24"/>
335 </Position22>
336 <Position23>
337 <Filename Value="Level 2\UBitStream.pas"/>
338 <Caret Line="45" Column="52" TopLine="31"/>
339 </Position23>
340 <Position24>
341 <Filename Value="Level 2\UBitStream.pas"/>
342 <Caret Line="21" Column="50" TopLine="4"/>
343 </Position24>
344 <Position25>
345 <Filename Value="Level 2\UBitStream.pas"/>
346 <Caret Line="53" Column="50" TopLine="39"/>
347 </Position25>
348 <Position26>
349 <Filename Value="Level 2\UBitStream.pas"/>
350 <Caret Line="68" Column="63" TopLine="54"/>
351 </Position26>
352 <Position27>
353 <Filename Value="Level 2\UBitStream.pas"/>
354 <Caret Line="142" Column="12" TopLine="118"/>
355 </Position27>
356 <Position28>
357 <Filename Value="Level 2\UBitStream.pas"/>
358 <Caret Line="15" Column="27" TopLine="13"/>
359 </Position28>
360 <Position29>
361 <Filename Value="Level 2\UBitStream.pas"/>
362 <Caret Line="142" Column="54" TopLine="128"/>
363 </Position29>
364 <Position30>
365 <Filename Value="Level 2\UBitStream.pas"/>
366 <Caret Line="32" Column="1" TopLine="18"/>
367 </Position30>
368 </JumpHistory>
369 </ProjectOptions>
370 <CompilerOptions>
371 <Version Value="8"/>
372 <PathDelim Value="\"/>
373 <SearchPaths>
374 <IncludeFiles Value="$(ProjOutDir)\"/>
375 <OtherUnitFiles Value="..\Comm\;..\DockForms\;..\Forms\;Level 2\;Level 1\;Level 3\"/>
376 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
377 </SearchPaths>
378 <Parsing>
379 <SyntaxOptions>
380 <SyntaxMode Value="Delphi"/>
381 <UseAnsiStrings Value="True"/>
382 </SyntaxOptions>
383 </Parsing>
384 <CodeGeneration>
385 <Checks>
386 <IOChecks Value="True"/>
387 <RangeChecks Value="True"/>
388 <OverflowChecks Value="True"/>
389 </Checks>
390 </CodeGeneration>
391 <Other>
392 <CompilerPath Value="$(CompPath)"/>
393 </Other>
394 </CompilerOptions>
395 <Debugging>
396 <Exceptions Count="3">
397 <Item1>
398 <Name Value="EAbort"/>
399 </Item1>
400 <Item2>
401 <Name Value="ECodetoolError"/>
402 </Item2>
403 <Item3>
404 <Name Value="EFOpenError"/>
405 </Item3>
406 </Exceptions>
407 </Debugging>
408</CONFIG>
Note: See TracBrowser for help on using the repository browser.