source: trunk/backup.lpi

Last change on this file was 2, checked in by george, 14 years ago
  • Přidáno: Soubory programu.
File size: 7.6 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="7"/>
5 <General>
6 <MainUnit Value="0"/>
7 <TargetFileExt Value=""/>
8 <UseXPManifest Value="True"/>
9 <Icon Value="0"/>
10 <ActiveWindowIndexAtStart Value="0"/>
11 </General>
12 <VersionInfo>
13 <Language Value=""/>
14 <CharSet Value=""/>
15 <StringTable Comments="" CompanyName="" FileDescription="" FileVersion="0.0.0.0" InternalName="" LegalCopyright="" LegalTrademarks="" OriginalFilename="" ProductName="" ProductVersion=""/>
16 </VersionInfo>
17 <PublishOptions>
18 <Version Value="2"/>
19 <IgnoreBinaries Value="False"/>
20 <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
21 <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
22 </PublishOptions>
23 <RunParams>
24 <local>
25 <FormatVersion Value="1"/>
26 <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
27 </local>
28 </RunParams>
29 <Units Count="16">
30 <Unit0>
31 <Filename Value="backup.lpr"/>
32 <IsPartOfProject Value="True"/>
33 <UnitName Value="backup"/>
34 <IsVisibleTab Value="True"/>
35 <EditorIndex Value="0"/>
36 <WindowIndex Value="0"/>
37 <TopLine Value="171"/>
38 <CursorPos X="47" Y="188"/>
39 <UsageCount Value="23"/>
40 <Loaded Value="True"/>
41 </Unit0>
42 <Unit1>
43 <Filename Value="UMemoryStreamEx.pas"/>
44 <IsPartOfProject Value="True"/>
45 <UnitName Value="UMemoryStreamEx"/>
46 <EditorIndex Value="1"/>
47 <WindowIndex Value="0"/>
48 <TopLine Value="59"/>
49 <CursorPos X="14" Y="75"/>
50 <UsageCount Value="23"/>
51 <Loaded Value="True"/>
52 </Unit1>
53 <Unit2>
54 <Filename Value="../../../../../usr/share/fpcsrc/rtl/objpas/classes/classesh.inc"/>
55 <TopLine Value="702"/>
56 <CursorPos X="15" Y="713"/>
57 <UsageCount Value="10"/>
58 </Unit2>
59 <Unit3>
60 <Filename Value="../../../../../usr/share/fpcsrc/rtl/objpas/classes/streams.inc"/>
61 <TopLine Value="70"/>
62 <CursorPos X="36" Y="70"/>
63 <UsageCount Value="10"/>
64 </Unit3>
65 <Unit4>
66 <Filename Value="../../../../../usr/share/fpcsrc/packages/fcl-base/src/custapp.pp"/>
67 <UnitName Value="CustApp"/>
68 <TopLine Value="46"/>
69 <CursorPos X="14" Y="57"/>
70 <UsageCount Value="10"/>
71 </Unit4>
72 <Unit5>
73 <Filename Value="../../../../../usr/share/fpcsrc/rtl/objpas/sysutils/filutilh.inc"/>
74 <TopLine Value="80"/>
75 <CursorPos X="10" Y="84"/>
76 <UsageCount Value="10"/>
77 </Unit5>
78 <Unit6>
79 <Filename Value="../../../../../usr/share/fpcsrc/rtl/objpas/sysutils/finah.inc"/>
80 <TopLine Value="12"/>
81 <CursorPos X="10" Y="27"/>
82 <UsageCount Value="11"/>
83 </Unit6>
84 <Unit7>
85 <Filename Value="../../../../../usr/share/fpcsrc/rtl/objpas/sysutils/fina.inc"/>
86 <TopLine Value="101"/>
87 <CursorPos X="68" Y="107"/>
88 <UsageCount Value="11"/>
89 </Unit7>
90 <Unit8>
91 <Filename Value="../../../../../usr/share/fpcsrc/rtl/unix/sysunixh.inc"/>
92 <TopLine Value="21"/>
93 <CursorPos X="2" Y="32"/>
94 <UsageCount Value="10"/>
95 </Unit8>
96 <Unit9>
97 <Filename Value="../../../../../usr/share/fpcsrc/rtl/inc/mathh.inc"/>
98 <TopLine Value="64"/>
99 <CursorPos X="21" Y="67"/>
100 <UsageCount Value="11"/>
101 </Unit9>
102 <Unit10>
103 <Filename Value="../lazarus/trunk/lcl/interfaces/gtk2/gtk2memostrings.inc"/>
104 <TopLine Value="68"/>
105 <CursorPos X="5" Y="83"/>
106 <UsageCount Value="10"/>
107 </Unit10>
108 <Unit11>
109 <Filename Value="../lazarus/trunk/lcl/interfaces/gtk2/gtk2wsstdctrls.pp"/>
110 <UnitName Value="Gtk2WSStdCtrls"/>
111 <TopLine Value="1916"/>
112 <CursorPos X="1" Y="1931"/>
113 <UsageCount Value="10"/>
114 </Unit11>
115 <Unit12>
116 <Filename Value="../lazarus/trunk/examples/hello.pp"/>
117 <UnitName Value="Hello_world"/>
118 <TopLine Value="11"/>
119 <CursorPos X="1" Y="31"/>
120 <UsageCount Value="10"/>
121 </Unit12>
122 <Unit13>
123 <Filename Value="../lazarus/trunk/lcl/interfaces/gtk2/gtk2themes.pas"/>
124 <UnitName Value="Gtk2Themes"/>
125 <TopLine Value="121"/>
126 <CursorPos X="27" Y="156"/>
127 <UsageCount Value="10"/>
128 </Unit13>
129 <Unit14>
130 <Filename Value="../../../../../usr/share/fpcsrc/packages/gtk2/src/gtk+/gtk/gtkstock.inc"/>
131 <TopLine Value="1"/>
132 <CursorPos X="4" Y="1"/>
133 <UsageCount Value="10"/>
134 </Unit14>
135 <Unit15>
136 <Filename Value="../lazarus/trunk/lcl/interfaces/gtk2/gtk2wscomctrls.pp"/>
137 <UnitName Value="Gtk2WSComCtrls"/>
138 <TopLine Value="387"/>
139 <CursorPos X="7" Y="401"/>
140 <UsageCount Value="10"/>
141 </Unit15>
142 </Units>
143 <JumpHistory Count="16" HistoryIndex="15">
144 <Position1>
145 <Filename Value="backup.lpr"/>
146 <Caret Line="10" Column="58" TopLine="1"/>
147 </Position1>
148 <Position2>
149 <Filename Value="backup.lpr"/>
150 <Caret Line="92" Column="1" TopLine="78"/>
151 </Position2>
152 <Position3>
153 <Filename Value="backup.lpr"/>
154 <Caret Line="89" Column="51" TopLine="78"/>
155 </Position3>
156 <Position4>
157 <Filename Value="backup.lpr"/>
158 <Caret Line="92" Column="117" TopLine="81"/>
159 </Position4>
160 <Position5>
161 <Filename Value="backup.lpr"/>
162 <Caret Line="89" Column="13" TopLine="79"/>
163 </Position5>
164 <Position6>
165 <Filename Value="backup.lpr"/>
166 <Caret Line="61" Column="22" TopLine="34"/>
167 </Position6>
168 <Position7>
169 <Filename Value="backup.lpr"/>
170 <Caret Line="112" Column="3" TopLine="102"/>
171 </Position7>
172 <Position8>
173 <Filename Value="backup.lpr"/>
174 <Caret Line="100" Column="51" TopLine="89"/>
175 </Position8>
176 <Position9>
177 <Filename Value="backup.lpr"/>
178 <Caret Line="162" Column="5" TopLine="141"/>
179 </Position9>
180 <Position10>
181 <Filename Value="backup.lpr"/>
182 <Caret Line="137" Column="33" TopLine="123"/>
183 </Position10>
184 <Position11>
185 <Filename Value="backup.lpr"/>
186 <Caret Line="22" Column="1" TopLine="17"/>
187 </Position11>
188 <Position12>
189 <Filename Value="backup.lpr"/>
190 <Caret Line="101" Column="29" TopLine="90"/>
191 </Position12>
192 <Position13>
193 <Filename Value="backup.lpr"/>
194 <Caret Line="100" Column="1" TopLine="89"/>
195 </Position13>
196 <Position14>
197 <Filename Value="backup.lpr"/>
198 <Caret Line="99" Column="84" TopLine="88"/>
199 </Position14>
200 <Position15>
201 <Filename Value="UMemoryStreamEx.pas"/>
202 <Caret Line="57" Column="32" TopLine="43"/>
203 </Position15>
204 <Position16>
205 <Filename Value="UMemoryStreamEx.pas"/>
206 <Caret Line="49" Column="14" TopLine="32"/>
207 </Position16>
208 </JumpHistory>
209 </ProjectOptions>
210 <CompilerOptions>
211 <Version Value="8"/>
212 <SearchPaths>
213 <IncludeFiles Value="$(ProjOutDir)/"/>
214 <UnitOutputDirectory Value="bin"/>
215 </SearchPaths>
216 <Other>
217 <CompilerMessages>
218 <UseMsgFile Value="True"/>
219 </CompilerMessages>
220 <CompilerPath Value="$(CompPath)"/>
221 </Other>
222 </CompilerOptions>
223 <Debugging>
224 <Exceptions Count="3">
225 <Item1>
226 <Name Value="EAbort"/>
227 </Item1>
228 <Item2>
229 <Name Value="ECodetoolError"/>
230 </Item2>
231 <Item3>
232 <Name Value="EFOpenError"/>
233 </Item3>
234 </Exceptions>
235 </Debugging>
236</CONFIG>
Note: See TracBrowser for help on using the repository browser.