Changeset 36 for trunk/chronis.lpi
- Timestamp:
- Mar 8, 2012, 7:51:16 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 5 5 chronis.exe 6 6 DebugLog.txt 7 chronis.lps
-
- Property svn:ignore
-
trunk/chronis.lpi
r35 r36 4 4 <Version Value="9"/> 5 5 <General> 6 <SessionStorage Value="InProjectDir"/> 6 7 <MainUnit Value="0"/> 7 <Title Value=" chronis"/>8 <Title Value="ChronIS"/> 8 9 <ResourceType Value="res"/> 9 10 <UseXPManifest Value="True"/> 10 11 <Icon Value="0"/> 11 <ActiveWindowIndexAtStart Value="0"/>12 12 </General> 13 13 <i18n> … … 20 20 <StringTable ProductVersion=""/> 21 21 </VersionInfo> 22 <BuildModes Count="2" Active="Debug">22 <BuildModes Count="2"> 23 23 <Item1 Name="Debug" Default="True"/> 24 24 <Item2 Name="Release"> … … 105 105 </Item6> 106 106 </RequiredPackages> 107 <Units Count=" 58">107 <Units Count="26"> 108 108 <Unit0> 109 109 <Filename Value="chronis.lpr"/> 110 110 <IsPartOfProject Value="True"/> 111 111 <UnitName Value="chronis"/> 112 <WindowIndex Value="0"/>113 <TopLine Value="2"/>114 <CursorPos X="20" Y="17"/>115 <UsageCount Value="274"/>116 <DefaultSyntaxHighlighter Value="Delphi"/>117 112 </Unit0> 118 113 <Unit1> 119 <Filename Value="USqlDatabase.pas"/> 120 <UnitName Value="USqlDatabase"/> 121 <WindowIndex Value="0"/> 122 <TopLine Value="330"/> 123 <CursorPos X="1" Y="347"/> 124 <UsageCount Value="22"/> 125 <DefaultSyntaxHighlighter Value="Delphi"/> 114 <Filename Value="Common/UPersistentForm.pas"/> 115 <IsPartOfProject Value="True"/> 116 <UnitName Value="UPersistentForm"/> 126 117 </Unit1> 127 118 <Unit2> 128 <Filename Value="UMainForm.pas"/> 119 <Filename Value="Forms/UItemView.pas"/> 120 <IsPartOfProject Value="True"/> 121 <ComponentName Value="ItemViewForm"/> 122 <ResourceBaseClass Value="Form"/> 123 <UnitName Value="UItemView"/> 124 </Unit2> 125 <Unit3> 126 <Filename Value="Forms/UItemEdit.pas"/> 127 <IsPartOfProject Value="True"/> 128 <ComponentName Value="ItemEditForm"/> 129 <ResourceBaseClass Value="Form"/> 130 <UnitName Value="UItemEdit"/> 131 </Unit3> 132 <Unit4> 133 <Filename Value="Forms/ULoginForm.pas"/> 134 <IsPartOfProject Value="True"/> 135 <ComponentName Value="LoginForm"/> 136 <HasResources Value="True"/> 137 <ResourceBaseClass Value="Form"/> 138 <UnitName Value="ULoginForm"/> 139 </Unit4> 140 <Unit5> 141 <Filename Value="Forms/UMainForm.pas"/> 142 <IsPartOfProject Value="True"/> 129 143 <ComponentName Value="MainForm"/> 130 144 <HasResources Value="True"/> 131 145 <ResourceBaseClass Value="Form"/> 132 146 <UnitName Value="UMainForm"/> 133 <WindowIndex Value="0"/>134 <TopLine Value="118"/>135 <CursorPos X="25" Y="144"/>136 <UsageCount Value="76"/>137 <DefaultSyntaxHighlighter Value="Delphi"/>138 </Unit2>139 <Unit3>140 <Filename Value="ULoginForm.pas"/>141 <ComponentName Value="LoginForm"/>142 <HasResources Value="True"/>143 <ResourceBaseClass Value="Form"/>144 <UnitName Value="ULoginForm"/>145 <WindowIndex Value="0"/>146 <TopLine Value="1"/>147 <CursorPos X="24" Y="14"/>148 <UsageCount Value="76"/>149 <DefaultSyntaxHighlighter Value="Delphi"/>150 </Unit3>151 <Unit4>152 <Filename Value="Common/UPersistentForm.pas"/>153 <IsPartOfProject Value="True"/>154 <UnitName Value="UPersistentForm"/>155 <WindowIndex Value="0"/>156 <TopLine Value="21"/>157 <CursorPos X="63" Y="37"/>158 <UsageCount Value="264"/>159 <DefaultSyntaxHighlighter Value="Delphi"/>160 </Unit4>161 <Unit5>162 <Filename Value="Common/USqlDatabase.pas"/>163 <UnitName Value="USqlDatabase"/>164 <WindowIndex Value="0"/>165 <TopLine Value="58"/>166 <CursorPos X="73" Y="232"/>167 <UsageCount Value="242"/>168 <DefaultSyntaxHighlighter Value="Delphi"/>169 147 </Unit5> 170 148 <Unit6> 171 <Filename Value="Common/URegistry.pas"/> 172 <IsPartOfProject Value="True"/> 173 <UnitName Value="URegistry"/> 174 <WindowIndex Value="0"/> 175 <TopLine Value="19"/> 176 <CursorPos X="1" Y="31"/> 177 <UsageCount Value="264"/> 178 <DefaultSyntaxHighlighter Value="Delphi"/> 149 <Filename Value="Common/UTreeState.pas"/> 150 <IsPartOfProject Value="True"/> 151 <UnitName Value="UTreeState"/> 179 152 </Unit6> 180 153 <Unit7> 181 <Filename Value="Forms/UItemView.pas"/> 182 <IsPartOfProject Value="True"/> 183 <ComponentName Value="ItemViewForm"/> 184 <ResourceBaseClass Value="Form"/> 185 <UnitName Value="UItemView"/> 186 <EditorIndex Value="0"/> 187 <WindowIndex Value="0"/> 188 <TopLine Value="104"/> 189 <CursorPos X="5" Y="117"/> 190 <UsageCount Value="327"/> 191 <Loaded Value="True"/> 192 <LoadedDesigner Value="True"/> 193 <DefaultSyntaxHighlighter Value="Delphi"/> 154 <Filename Value="Forms/UItemAdd.pas"/> 155 <IsPartOfProject Value="True"/> 156 <ComponentName Value="ItemAddForm"/> 157 <ResourceBaseClass Value="Form"/> 158 <UnitName Value="UItemAdd"/> 194 159 </Unit7> 195 160 <Unit8> 196 <Filename Value="Forms/UItemEdit.pas"/> 197 <IsPartOfProject Value="True"/> 198 <ComponentName Value="ItemEditForm"/> 199 <ResourceBaseClass Value="Form"/> 200 <UnitName Value="UItemEdit"/> 201 <EditorIndex Value="2"/> 202 <WindowIndex Value="0"/> 203 <TopLine Value="27"/> 204 <CursorPos X="15" Y="40"/> 205 <UsageCount Value="318"/> 206 <Loaded Value="True"/> 207 <LoadedDesigner Value="True"/> 208 <DefaultSyntaxHighlighter Value="Delphi"/> 161 <Filename Value="USystem.pas"/> 162 <IsPartOfProject Value="True"/> 163 <UnitName Value="USystem"/> 209 164 </Unit8> 210 165 <Unit9> 211 <Filename Value="Forms/ULoginForm.pas"/>212 <IsPartOfProject Value="True"/>213 <ComponentName Value="LoginForm"/>214 <HasResources Value="True"/>215 <ResourceBaseClass Value="Form"/>216 <UnitName Value="ULoginForm"/>217 <WindowIndex Value="0"/>218 <TopLine Value="43"/>219 <CursorPos X="24" Y="64"/>220 <UsageCount Value="317"/>221 <DefaultSyntaxHighlighter Value="Delphi"/>222 </Unit9>223 <Unit10>224 <Filename Value="Forms/UMainForm.pas"/>225 <IsPartOfProject Value="True"/>226 <ComponentName Value="MainForm"/>227 <HasResources Value="True"/>228 <ResourceBaseClass Value="Form"/>229 <UnitName Value="UMainForm"/>230 <EditorIndex Value="4"/>231 <WindowIndex Value="0"/>232 <TopLine Value="315"/>233 <CursorPos X="35" Y="328"/>234 <UsageCount Value="317"/>235 <Loaded Value="True"/>236 <LoadedDesigner Value="True"/>237 <DefaultSyntaxHighlighter Value="Delphi"/>238 </Unit10>239 <Unit11>240 <Filename Value="Common/UTreeState.pas"/>241 <IsPartOfProject Value="True"/>242 <UnitName Value="UTreeState"/>243 <WindowIndex Value="0"/>244 <TopLine Value="1"/>245 <CursorPos X="1" Y="1"/>246 <UsageCount Value="314"/>247 <DefaultSyntaxHighlighter Value="Delphi"/>248 </Unit11>249 <Unit12>250 <Filename Value="Forms/UItemAdd.pas"/>251 <IsPartOfProject Value="True"/>252 <ComponentName Value="ItemAddForm"/>253 <ResourceBaseClass Value="Form"/>254 <UnitName Value="UItemAdd"/>255 <EditorIndex Value="3"/>256 <WindowIndex Value="0"/>257 <TopLine Value="34"/>258 <CursorPos X="29" Y="31"/>259 <UsageCount Value="313"/>260 <Loaded Value="True"/>261 <LoadedDesigner Value="True"/>262 <DefaultSyntaxHighlighter Value="Delphi"/>263 </Unit12>264 <Unit13>265 <Filename Value="USystem.pas"/>266 <IsPartOfProject Value="True"/>267 <UnitName Value="USystem"/>268 <IsVisibleTab Value="True"/>269 <EditorIndex Value="10"/>270 <WindowIndex Value="0"/>271 <TopLine Value="708"/>272 <CursorPos X="53" Y="720"/>273 <UsageCount Value="200"/>274 <Loaded Value="True"/>275 <DefaultSyntaxHighlighter Value="Delphi"/>276 </Unit13>277 <Unit14>278 166 <Filename Value="UCore.pas"/> 279 167 <IsPartOfProject Value="True"/> … … 281 169 <ResourceBaseClass Value="DataModule"/> 282 170 <UnitName Value="UCore"/> 283 <EditorIndex Value="9"/> 284 <WindowIndex Value="0"/> 285 <TopLine Value="58"/> 286 <CursorPos X="1" Y="73"/> 287 <UsageCount Value="230"/> 288 <Loaded Value="True"/> 289 <LoadedDesigner Value="True"/> 290 <DefaultSyntaxHighlighter Value="Delphi"/> 171 </Unit9> 172 <Unit10> 173 <Filename Value="Forms/USettingForm.pas"/> 174 <IsPartOfProject Value="True"/> 175 <ComponentName Value="SettingForm"/> 176 <ResourceBaseClass Value="Form"/> 177 <UnitName Value="USettingForm"/> 178 </Unit10> 179 <Unit11> 180 <Filename Value="Application/UApplicationInfo.pas"/> 181 <IsPartOfProject Value="True"/> 182 <UnitName Value="UApplicationInfo"/> 183 </Unit11> 184 <Unit12> 185 <Filename Value="Application/UDataTypes.pas"/> 186 <IsPartOfProject Value="True"/> 187 <UnitName Value="UDataTypes"/> 188 </Unit12> 189 <Unit13> 190 <Filename Value="Forms/UImportStructureForm.pas"/> 191 <IsPartOfProject Value="True"/> 192 <ComponentName Value="ImportStructureForm"/> 193 <ResourceBaseClass Value="Form"/> 194 <UnitName Value="UImportStructureForm"/> 195 </Unit13> 196 <Unit14> 197 <Filename Value="Forms/UItemSelect.pas"/> 198 <IsPartOfProject Value="True"/> 199 <ComponentName Value="ItemSelectForm"/> 200 <ResourceBaseClass Value="Form"/> 201 <UnitName Value="UItemSelect"/> 291 202 </Unit14> 292 203 <Unit15> 293 <Filename Value="Forms/USettingForm.pas"/> 294 <IsPartOfProject Value="True"/> 295 <ComponentName Value="SettingForm"/> 296 <ResourceBaseClass Value="Form"/> 297 <UnitName Value="USettingForm"/> 298 <WindowIndex Value="0"/> 299 <TopLine Value="41"/> 300 <CursorPos X="43" Y="52"/> 301 <UsageCount Value="229"/> 302 <DefaultSyntaxHighlighter Value="Delphi"/> 204 <Filename Value="Forms/ULoginProfileForm.pas"/> 205 <IsPartOfProject Value="True"/> 206 <ComponentName Value="LoginProfileForm"/> 207 <ResourceBaseClass Value="Form"/> 208 <UnitName Value="ULoginProfileForm"/> 303 209 </Unit15> 304 210 <Unit16> 305 <Filename Value="Application/UApplicationInfo.pas"/> 306 <IsPartOfProject Value="True"/> 307 <UnitName Value="UApplicationInfo"/> 308 <WindowIndex Value="0"/> 309 <TopLine Value="32"/> 310 <CursorPos X="41" Y="52"/> 311 <UsageCount Value="229"/> 312 <DefaultSyntaxHighlighter Value="Delphi"/> 211 <Filename Value="Forms/UAboutForm.pas"/> 212 <IsPartOfProject Value="True"/> 213 <ComponentName Value="AboutForm"/> 214 <HasResources Value="True"/> 215 <ResourceBaseClass Value="Form"/> 216 <UnitName Value="UAboutForm"/> 313 217 </Unit16> 314 218 <Unit17> 315 <Filename Value="../../../Lazarus/0.9.31_2.5.1/lcl/dialogs.pp"/> 316 <UnitName Value="Dialogs"/> 317 <WindowIndex Value="0"/> 318 <TopLine Value="487"/> 319 <CursorPos X="44" Y="500"/> 320 <UsageCount Value="6"/> 219 <Filename Value="Application/UChronisClient.pas"/> 220 <IsPartOfProject Value="True"/> 221 <UnitName Value="UChronisClient"/> 321 222 </Unit17> 322 223 <Unit18> 323 <Filename Value="../../../Lazarus/0.9.31_2.5.1/lcl/controls.pp"/> 324 <UnitName Value="Controls"/> 325 <WindowIndex Value="0"/> 326 <TopLine Value="1241"/> 327 <CursorPos X="14" Y="1254"/> 328 <UsageCount Value="6"/> 224 <Filename Value="Application/UChronisServer.pas"/> 225 <IsPartOfProject Value="True"/> 226 <UnitName Value="UChronisServer"/> 329 227 </Unit18> 330 228 <Unit19> 331 <Filename Value="Application/UDataTypes.pas"/> 332 <IsPartOfProject Value="True"/> 333 <UnitName Value="UDataTypes"/> 334 <WindowIndex Value="0"/> 335 <TopLine Value="126"/> 336 <CursorPos X="12" Y="139"/> 337 <UsageCount Value="204"/> 338 <DefaultSyntaxHighlighter Value="Delphi"/> 229 <Filename Value="Application/Clients/UChronisClientDirect.pas"/> 230 <IsPartOfProject Value="True"/> 231 <UnitName Value="UChronisClientDirect"/> 339 232 </Unit19> 340 233 <Unit20> 341 <Filename Value="../../../Lazarus/0.9.31_2.5.1/lcl/include/customlistview.inc"/> 342 <WindowIndex Value="0"/> 343 <TopLine Value="550"/> 344 <CursorPos X="1" Y="561"/> 345 <UsageCount Value="8"/> 234 <Filename Value="Application/UChronisModule.pas"/> 235 <IsPartOfProject Value="True"/> 236 <UnitName Value="UChronisModule"/> 346 237 </Unit20> 347 238 <Unit21> 348 <Filename Value="Forms/UImportStructureForm.pas"/> 349 <IsPartOfProject Value="True"/> 350 <ComponentName Value="ImportStructureForm"/> 351 <ResourceBaseClass Value="Form"/> 352 <UnitName Value="UImportStructureForm"/> 353 <WindowIndex Value="0"/> 354 <TopLine Value="149"/> 355 <CursorPos X="44" Y="164"/> 356 <UsageCount Value="193"/> 357 <DefaultSyntaxHighlighter Value="Delphi"/> 239 <Filename Value="Module/UModuleSystem.pas"/> 240 <IsPartOfProject Value="True"/> 241 <UnitName Value="UModuleSystem"/> 358 242 </Unit21> 359 243 <Unit22> 360 <Filename Value="../../../PascalClassLibrary/Generics/TemplateGenerics/Generic/GenericDictionary.inc"/> 361 <WindowIndex Value="0"/> 362 <TopLine Value="51"/> 363 <CursorPos X="1" Y="63"/> 364 <UsageCount Value="20"/> 365 <DefaultSyntaxHighlighter Value="Delphi"/> 244 <Filename Value="Forms/UItemList.pas"/> 245 <IsPartOfProject Value="True"/> 246 <ComponentName Value="ItemListForm"/> 247 <ResourceBaseClass Value="Form"/> 248 <UnitName Value="UItemList"/> 366 249 </Unit22> 367 250 <Unit23> 368 <Filename Value="../../../Lazarus/0.9.31_2.5.1/lcl/include/control.inc"/> 369 <WindowIndex Value="0"/> 370 <TopLine Value="2393"/> 371 <CursorPos X="1" Y="2406"/> 372 <UsageCount Value="20"/> 251 <Filename Value="Application/Clients/UChronisClientXMLRPC.pas"/> 252 <IsPartOfProject Value="True"/> 253 <UnitName Value="UChronisClientXMLRPC"/> 373 254 </Unit23> 374 255 <Unit24> 375 <Filename Value="../../../Lazarus/0.9.31_2.5.1/fpc/2.5.1/source/rtl/inc/systemh.inc"/> 376 <WindowIndex Value="0"/> 377 <TopLine Value="286"/> 378 <CursorPos X="3" Y="298"/> 379 <UsageCount Value="20"/> 256 <Filename Value="Application/Clients/UChronisClientMySQL.pas"/> 257 <IsPartOfProject Value="True"/> 258 <UnitName Value="UChronisClientMySQL"/> 380 259 </Unit24> 381 260 <Unit25> 382 <Filename Value="../../../Lazarus/0.9.31_2.5.1/fpc/2.5.1/source/rtl/i386/i386.inc"/> 383 <WindowIndex Value="0"/> 384 <TopLine Value="460"/> 385 <CursorPos X="10" Y="427"/> 386 <UsageCount Value="20"/> 261 <Filename Value="Common/URemote.pas"/> 262 <IsPartOfProject Value="True"/> 263 <UnitName Value="URemote"/> 387 264 </Unit25> 388 <Unit26>389 <Filename Value="../../../PascalClassLibrary/Generics/TemplateGenerics/Generic/GenericList.inc"/>390 <WindowIndex Value="0"/>391 <TopLine Value="120"/>392 <CursorPos X="1" Y="134"/>393 <UsageCount Value="10"/>394 <DefaultSyntaxHighlighter Value="Delphi"/>395 </Unit26>396 <Unit27>397 <Filename Value="Forms/UItemSelect.pas"/>398 <IsPartOfProject Value="True"/>399 <ComponentName Value="ItemSelectForm"/>400 <ResourceBaseClass Value="Form"/>401 <UnitName Value="UItemSelect"/>402 <WindowIndex Value="0"/>403 <TopLine Value="40"/>404 <CursorPos X="29" Y="54"/>405 <UsageCount Value="142"/>406 <DefaultSyntaxHighlighter Value="Delphi"/>407 </Unit27>408 <Unit28>409 <Filename Value="../../../Lazarus/0.9.31_2.5.1/lcl/comctrls.pp"/>410 <UnitName Value="ComCtrls"/>411 <WindowIndex Value="0"/>412 <TopLine Value="1207"/>413 <CursorPos X="20" Y="1219"/>414 <UsageCount Value="27"/>415 </Unit28>416 <Unit29>417 <Filename Value="../../../Lazarus/0.9.31_2.5.1/lcl/include/customform.inc"/>418 <WindowIndex Value="0"/>419 <TopLine Value="2102"/>420 <CursorPos X="18" Y="2113"/>421 <UsageCount Value="32"/>422 </Unit29>423 <Unit30>424 <Filename Value="../../../PascalClassLibrary/Network/CoolWeb/Persistence/USqlDatabase.pas"/>425 <UnitName Value="USqlDatabase"/>426 <WindowIndex Value="0"/>427 <TopLine Value="446"/>428 <CursorPos X="58" Y="243"/>429 <UsageCount Value="24"/>430 <DefaultSyntaxHighlighter Value="Delphi"/>431 </Unit30>432 <Unit31>433 <Filename Value="../../../Lazarus/0.9.31_2.5.1/fpc/2.5.1/source/rtl/objpas/classes/classesh.inc"/>434 <WindowIndex Value="0"/>435 <TopLine Value="495"/>436 <CursorPos X="14" Y="510"/>437 <UsageCount Value="24"/>438 </Unit31>439 <Unit32>440 <Filename Value="../../PascalClassLibrary/Network/CoolWeb/Persistence/USqlDatabase.pas"/>441 <UnitName Value="USqlDatabase"/>442 <EditorIndex Value="1"/>443 <WindowIndex Value="0"/>444 <TopLine Value="235"/>445 <CursorPos X="8" Y="238"/>446 <UsageCount Value="40"/>447 <Loaded Value="True"/>448 </Unit32>449 <Unit33>450 <Filename Value="Forms/ULoginProfileForm.pas"/>451 <IsPartOfProject Value="True"/>452 <ComponentName Value="LoginProfileForm"/>453 <ResourceBaseClass Value="Form"/>454 <UnitName Value="ULoginProfileForm"/>455 <WindowIndex Value="0"/>456 <TopLine Value="175"/>457 <CursorPos X="3" Y="183"/>458 <UsageCount Value="92"/>459 <DefaultSyntaxHighlighter Value="Delphi"/>460 </Unit33>461 <Unit34>462 <Filename Value="../../PascalClassLibrary/Generics/TemplateGenerics/Generic/GenericListObject.inc"/>463 <WindowIndex Value="0"/>464 <TopLine Value="1"/>465 <CursorPos X="24" Y="4"/>466 <UsageCount Value="13"/>467 </Unit34>468 <Unit35>469 <Filename Value="../../../Lazarus/0.9.31_2.5.1/fpc/2.5.1/source/packages/fcl-registry/src/registry.pp"/>470 <UnitName Value="registry"/>471 <WindowIndex Value="0"/>472 <TopLine Value="68"/>473 <CursorPos X="14" Y="81"/>474 <UsageCount Value="6"/>475 </Unit35>476 <Unit36>477 <Filename Value="../../../Lazarus/0.9.31_2.5.1/fpc/2.5.1/source/packages/fcl-registry/src/winreg.inc"/>478 <WindowIndex Value="0"/>479 <TopLine Value="239"/>480 <CursorPos X="3" Y="245"/>481 <UsageCount Value="6"/>482 </Unit36>483 <Unit37>484 <Filename Value="../../../Lazarus/0.9.31_2.5.1/fpc/2.5.1/source/rtl/objpas/sysutils/datih.inc"/>485 <WindowIndex Value="0"/>486 <TopLine Value="104"/>487 <CursorPos X="23" Y="112"/>488 <UsageCount Value="3"/>489 </Unit37>490 <Unit38>491 <Filename Value="Forms/UAboutForm.pas"/>492 <IsPartOfProject Value="True"/>493 <ComponentName Value="AboutForm"/>494 <HasResources Value="True"/>495 <ResourceBaseClass Value="Form"/>496 <UnitName Value="UAboutForm"/>497 <WindowIndex Value="0"/>498 <TopLine Value="4"/>499 <CursorPos X="33" Y="19"/>500 <UsageCount Value="86"/>501 <DefaultSyntaxHighlighter Value="Delphi"/>502 </Unit38>503 <Unit39>504 <Filename Value="../../../Lazarus/0.9.31_2.5.1/lcl/include/fileutil.inc"/>505 <WindowIndex Value="0"/>506 <TopLine Value="1575"/>507 <CursorPos X="1" Y="1589"/>508 <UsageCount Value="6"/>509 </Unit39>510 <Unit40>511 <Filename Value="../../PascalClassLibrary/Generics/TemplateGenerics/Generic/GenericList.inc"/>512 <WindowIndex Value="0"/>513 <TopLine Value="119"/>514 <CursorPos X="1" Y="132"/>515 <UsageCount Value="4"/>516 </Unit40>517 <Unit41>518 <Filename Value="../../PascalClassLibrary/Common/UDebugLog.pas"/>519 <UnitName Value="UDebugLog"/>520 <WindowIndex Value="0"/>521 <TopLine Value="90"/>522 <CursorPos X="3" Y="104"/>523 <UsageCount Value="9"/>524 </Unit41>525 <Unit42>526 <Filename Value="../../../Lazarus/0.9.31_2.5.1/lcl/fileutil.pas"/>527 <UnitName Value="FileUtil"/>528 <WindowIndex Value="0"/>529 <TopLine Value="202"/>530 <CursorPos X="10" Y="215"/>531 <UsageCount Value="4"/>532 </Unit42>533 <Unit43>534 <Filename Value="Application/UChronisClient.pas"/>535 <IsPartOfProject Value="True"/>536 <UnitName Value="UChronisClient"/>537 <EditorIndex Value="8"/>538 <WindowIndex Value="0"/>539 <TopLine Value="130"/>540 <CursorPos X="1" Y="140"/>541 <UsageCount Value="82"/>542 <Loaded Value="True"/>543 <DefaultSyntaxHighlighter Value="Delphi"/>544 </Unit43>545 <Unit44>546 <Filename Value="Application/UChronisServer.pas"/>547 <IsPartOfProject Value="True"/>548 <UnitName Value="UChronisServer"/>549 <WindowIndex Value="0"/>550 <TopLine Value="1"/>551 <CursorPos X="1" Y="14"/>552 <UsageCount Value="82"/>553 <DefaultSyntaxHighlighter Value="Delphi"/>554 </Unit44>555 <Unit45>556 <Filename Value="Application/Clients/UChronisClientDirect.pas"/>557 <IsPartOfProject Value="True"/>558 <UnitName Value="UChronisClientDirect"/>559 <WindowIndex Value="0"/>560 <TopLine Value="8"/>561 <CursorPos X="35" Y="14"/>562 <UsageCount Value="81"/>563 <DefaultSyntaxHighlighter Value="Delphi"/>564 </Unit45>565 <Unit46>566 <Filename Value="Application/UChronisModule.pas"/>567 <IsPartOfProject Value="True"/>568 <UnitName Value="UChronisModule"/>569 <EditorIndex Value="11"/>570 <WindowIndex Value="0"/>571 <TopLine Value="1"/>572 <CursorPos X="5" Y="15"/>573 <UsageCount Value="72"/>574 <Loaded Value="True"/>575 <DefaultSyntaxHighlighter Value="Delphi"/>576 </Unit46>577 <Unit47>578 <Filename Value="Module/UModuleSystem.pas"/>579 <IsPartOfProject Value="True"/>580 <UnitName Value="UModuleSystem"/>581 <EditorIndex Value="12"/>582 <WindowIndex Value="0"/>583 <TopLine Value="54"/>584 <CursorPos X="42" Y="66"/>585 <UsageCount Value="72"/>586 <Loaded Value="True"/>587 <DefaultSyntaxHighlighter Value="Delphi"/>588 </Unit47>589 <Unit48>590 <Filename Value="../../../other/lazarus/lcl/include/customlistbox.inc"/>591 <WindowIndex Value="0"/>592 <TopLine Value="195"/>593 <CursorPos X="40" Y="213"/>594 <UsageCount Value="5"/>595 <DefaultSyntaxHighlighter Value="Delphi"/>596 </Unit48>597 <Unit49>598 <Filename Value="../../../Lazarus/0.9.31_2.5.1/lcl/include/containedaction.inc"/>599 <WindowIndex Value="0"/>600 <TopLine Value="91"/>601 <CursorPos X="1" Y="106"/>602 <UsageCount Value="8"/>603 </Unit49>604 <Unit50>605 <Filename Value="../../../Lazarus/0.9.31_2.5.1/lcl/include/customaction.inc"/>606 <WindowIndex Value="0"/>607 <TopLine Value="240"/>608 <CursorPos X="1" Y="253"/>609 <UsageCount Value="8"/>610 </Unit50>611 <Unit51>612 <Filename Value="Forms/UItemList.pas"/>613 <IsPartOfProject Value="True"/>614 <ComponentName Value="ItemListForm"/>615 <ResourceBaseClass Value="Form"/>616 <UnitName Value="UItemList"/>617 <EditorIndex Value="7"/>618 <WindowIndex Value="0"/>619 <TopLine Value="27"/>620 <CursorPos X="15" Y="40"/>621 <UsageCount Value="65"/>622 <Loaded Value="True"/>623 <LoadedDesigner Value="True"/>624 <DefaultSyntaxHighlighter Value="Delphi"/>625 </Unit51>626 <Unit52>627 <Filename Value="../../../Lazarus/0.9.31_2.5.1/lcl/forms.pp"/>628 <UnitName Value="Forms"/>629 <EditorIndex Value="5"/>630 <WindowIndex Value="0"/>631 <TopLine Value="1749"/>632 <CursorPos X="1" Y="1762"/>633 <UsageCount Value="10"/>634 <Loaded Value="True"/>635 </Unit52>636 <Unit53>637 <Filename Value="Application/Clients/UChronisClientXMLRPC.pas"/>638 <IsPartOfProject Value="True"/>639 <UnitName Value="UChronisClientXMLRPC"/>640 <WindowIndex Value="0"/>641 <TopLine Value="1"/>642 <CursorPos X="1" Y="1"/>643 <UsageCount Value="62"/>644 <DefaultSyntaxHighlighter Value="Delphi"/>645 </Unit53>646 <Unit54>647 <Filename Value="Application/Clients/UChronisClientMySQL.pas"/>648 <IsPartOfProject Value="True"/>649 <UnitName Value="UChronisClientMySQL"/>650 <EditorIndex Value="13"/>651 <WindowIndex Value="0"/>652 <TopLine Value="49"/>653 <CursorPos X="40" Y="64"/>654 <UsageCount Value="62"/>655 <Loaded Value="True"/>656 <DefaultSyntaxHighlighter Value="Delphi"/>657 </Unit54>658 <Unit55>659 <Filename Value="Common/URemote.pas"/>660 <IsPartOfProject Value="True"/>661 <UnitName Value="URemote"/>662 <WindowIndex Value="0"/>663 <TopLine Value="63"/>664 <CursorPos X="3" Y="74"/>665 <UsageCount Value="58"/>666 <DefaultSyntaxHighlighter Value="Delphi"/>667 </Unit55>668 <Unit56>669 <Filename Value="../../../Lazarus/0.9.31_2.5.1/fpc/2.5.1/source/rtl/objpas/sysutils/sysstrh.inc"/>670 <WindowIndex Value="0"/>671 <TopLine Value="106"/>672 <CursorPos X="10" Y="119"/>673 <UsageCount Value="7"/>674 </Unit56>675 <Unit57>676 <Filename Value="../../../Lazarus/0.9.31_2.5.1/lcl/include/screen.inc"/>677 <EditorIndex Value="6"/>678 <WindowIndex Value="0"/>679 <TopLine Value="1028"/>680 <CursorPos X="1" Y="1042"/>681 <UsageCount Value="10"/>682 <Loaded Value="True"/>683 </Unit57>684 265 </Units> 685 <JumpHistory Count="30" HistoryIndex="28">686 <Position1>687 <Filename Value="Forms/UMainForm.pas"/>688 <Caret Line="365" Column="18" TopLine="341"/>689 </Position1>690 <Position2>691 <Filename Value="../../../Lazarus/0.9.31_2.5.1/lcl/forms.pp"/>692 <Caret Line="1753" Column="25" TopLine="1749"/>693 </Position2>694 <Position3>695 <Filename Value="USystem.pas"/>696 <Caret Line="672" Column="3" TopLine="670"/>697 </Position3>698 <Position4>699 <Filename Value="../../../Lazarus/0.9.31_2.5.1/lcl/forms.pp"/>700 <Caret Line="1762" Column="1" TopLine="1749"/>701 </Position4>702 <Position5>703 <Filename Value="USystem.pas"/>704 <Caret Line="671" Column="1" TopLine="666"/>705 </Position5>706 <Position6>707 <Filename Value="USystem.pas"/>708 <Caret Line="672" Column="1" TopLine="666"/>709 </Position6>710 <Position7>711 <Filename Value="USystem.pas"/>712 <Caret Line="673" Column="1" TopLine="666"/>713 </Position7>714 <Position8>715 <Filename Value="USystem.pas"/>716 <Caret Line="674" Column="1" TopLine="666"/>717 </Position8>718 <Position9>719 <Filename Value="USystem.pas"/>720 <Caret Line="675" Column="1" TopLine="666"/>721 </Position9>722 <Position10>723 <Filename Value="USystem.pas"/>724 <Caret Line="676" Column="1" TopLine="666"/>725 </Position10>726 <Position11>727 <Filename Value="UCore.pas"/>728 <Caret Line="71" Column="1" TopLine="58"/>729 </Position11>730 <Position12>731 <Filename Value="UCore.pas"/>732 <Caret Line="72" Column="1" TopLine="58"/>733 </Position12>734 <Position13>735 <Filename Value="UCore.pas"/>736 <Caret Line="73" Column="1" TopLine="58"/>737 </Position13>738 <Position14>739 <Filename Value="../../../Lazarus/0.9.31_2.5.1/lcl/forms.pp"/>740 <Caret Line="1762" Column="1" TopLine="1749"/>741 </Position14>742 <Position15>743 <Filename Value="../../../Lazarus/0.9.31_2.5.1/lcl/include/screen.inc"/>744 <Caret Line="1041" Column="1" TopLine="1028"/>745 </Position15>746 <Position16>747 <Filename Value="../../../Lazarus/0.9.31_2.5.1/lcl/include/screen.inc"/>748 <Caret Line="1042" Column="1" TopLine="1028"/>749 </Position16>750 <Position17>751 <Filename Value="USystem.pas"/>752 <Caret Line="717" Column="28" TopLine="709"/>753 </Position17>754 <Position18>755 <Filename Value="USystem.pas"/>756 <Caret Line="731" Column="15" TopLine="709"/>757 </Position18>758 <Position19>759 <Filename Value="USystem.pas"/>760 <Caret Line="150" Column="9" TopLine="135"/>761 </Position19>762 <Position20>763 <Filename Value="USystem.pas"/>764 <Caret Line="729" Column="19" TopLine="715"/>765 </Position20>766 <Position21>767 <Filename Value="USystem.pas"/>768 <Caret Line="715" Column="1" TopLine="708"/>769 </Position21>770 <Position22>771 <Filename Value="Forms/UMainForm.pas"/>772 <Caret Line="328" Column="35" TopLine="315"/>773 </Position22>774 <Position23>775 <Filename Value="USystem.pas"/>776 <Caret Line="715" Column="1" TopLine="708"/>777 </Position23>778 <Position24>779 <Filename Value="USystem.pas"/>780 <Caret Line="716" Column="1" TopLine="708"/>781 </Position24>782 <Position25>783 <Filename Value="USystem.pas"/>784 <Caret Line="717" Column="1" TopLine="708"/>785 </Position25>786 <Position26>787 <Filename Value="USystem.pas"/>788 <Caret Line="718" Column="1" TopLine="708"/>789 </Position26>790 <Position27>791 <Filename Value="USystem.pas"/>792 <Caret Line="719" Column="1" TopLine="708"/>793 </Position27>794 <Position28>795 <Filename Value="USystem.pas"/>796 <Caret Line="720" Column="1" TopLine="708"/>797 </Position28>798 <Position29>799 <Filename Value="USystem.pas"/>800 <Caret Line="719" Column="27" TopLine="708"/>801 </Position29>802 <Position30>803 <Filename Value="USystem.pas"/>804 <Caret Line="13" Column="1" TopLine="4"/>805 </Position30>806 </JumpHistory>807 266 </ProjectOptions> 808 267 <CompilerOptions> … … 854 313 </CompilerOptions> 855 314 <Debugging> 856 <BreakPoints Count="2">857 <Item1>858 <Kind Value="bpkSource"/>859 <WatchScope Value="wpsLocal"/>860 <WatchKind Value="wpkWrite"/>861 <Source Value="USystem.pas"/>862 <Line Value="674"/>863 </Item1>864 <Item2>865 <Kind Value="bpkSource"/>866 <WatchScope Value="wpsLocal"/>867 <WatchKind Value="wpkWrite"/>868 <Source Value="USystem.pas"/>869 <Line Value="715"/>870 </Item2>871 </BreakPoints>872 <Watches Count="1">873 <Item1>874 <Expression Value="self.customtype"/>875 </Item1>876 </Watches>877 315 <Exceptions Count="3"> 878 316 <Item1>
Note:
See TracChangeset
for help on using the changeset viewer.