-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathEasyScriptLauncher.lps
151 lines (151 loc) · 4.57 KB
/
EasyScriptLauncher.lps
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectSession>
<PathDelim Value="\"/>
<Version Value="11"/>
<BuildModes Active="Default"/>
<Units Count="11">
<Unit0>
<Filename Value="EasyScriptLauncher.pas"/>
<IsPartOfProject Value="True"/>
<EditorIndex Value="-1"/>
<CursorPos X="112" Y="12"/>
<UsageCount Value="200"/>
</Unit0>
<Unit1>
<Filename Value="main.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="FMain"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
<UnitName Value="Main"/>
<IsVisibleTab Value="True"/>
<EditorIndex Value="-1"/>
<TopLine Value="909"/>
<CursorPos Y="941"/>
<UsageCount Value="200"/>
</Unit1>
<Unit2>
<Filename Value="umodasyncprocess.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="umodasyncProcess"/>
<EditorIndex Value="-1"/>
<TopLine Value="6"/>
<CursorPos Y="91"/>
<UsageCount Value="200"/>
</Unit2>
<Unit3>
<Filename Value="uabout.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="FAbout"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
<UnitName Value="uAbout"/>
<EditorIndex Value="-1"/>
<CursorPos X="3" Y="37"/>
<UsageCount Value="191"/>
</Unit3>
<Unit4>
<Filename Value="C:\lazarus\fpc\3.0.4\source\rtl\objpas\sysutils\osutilsh.inc"/>
<EditorIndex Value="-1"/>
<TopLine Value="18"/>
<CursorPos X="87" Y="32"/>
<UsageCount Value="9"/>
</Unit4>
<Unit5>
<Filename Value="C:\lazarus\lcl\asyncprocess.pp"/>
<UnitName Value="AsyncProcess"/>
<EditorIndex Value="-1"/>
<TopLine Value="27"/>
<CursorPos X="32" Y="35"/>
<UsageCount Value="30"/>
</Unit5>
<Unit6>
<Filename Value="C:\lazarus\components\lazutils\utf8process.pp"/>
<UnitName Value="UTF8Process"/>
<EditorIndex Value="-1"/>
<TopLine Value="71"/>
<CursorPos X="28" Y="85"/>
<UsageCount Value="1"/>
</Unit6>
<Unit7>
<Filename Value="C:\lazarus\lcl\lcltype.pp"/>
<UnitName Value="LCLType"/>
<EditorIndex Value="-1"/>
<TopLine Value="19"/>
<CursorPos X="13" Y="31"/>
<UsageCount Value="9"/>
</Unit7>
<Unit8>
<Filename Value="C:\lazarus\lcl\include\control.inc"/>
<EditorIndex Value="-1"/>
<TopLine Value="2527"/>
<CursorPos Y="2544"/>
<UsageCount Value="9"/>
</Unit8>
<Unit9>
<Filename Value="C:\lazarus\lcl\customtimer.pas"/>
<UnitName Value="CustomTimer"/>
<EditorIndex Value="-1"/>
<TopLine Value="159"/>
<CursorPos Y="176"/>
<UsageCount Value="9"/>
</Unit9>
<Unit10>
<Filename Value="C:\lazarus\lcl\dialogs.pp"/>
<UnitName Value="Dialogs"/>
<EditorIndex Value="-1"/>
<TopLine Value="682"/>
<CursorPos X="10" Y="699"/>
<UsageCount Value="8"/>
</Unit10>
</Units>
<General>
<ActiveWindowIndexAtStart Value="-1"/>
</General>
<JumpHistory HistoryIndex="-1"/>
<RunParams>
<FormatVersion Value="2"/>
<Modes Count="0" ActiveMode=""/>
</RunParams>
</ProjectSession>
<Debugging>
<BreakPoints Count="3">
<Item1>
<Kind Value="bpkSource"/>
<WatchScope Value="wpsLocal"/>
<WatchKind Value="wpkWrite"/>
<Source Value="main.pas"/>
<Line Value="201"/>
</Item1>
<Item2>
<Kind Value="bpkSource"/>
<WatchScope Value="wpsLocal"/>
<WatchKind Value="wpkWrite"/>
<Source Value="main.pas"/>
<Line Value="1131"/>
</Item2>
<Item3>
<Kind Value="bpkSource"/>
<WatchScope Value="wpsLocal"/>
<WatchKind Value="wpkWrite"/>
<Source Value="main.pas"/>
<Line Value="730"/>
</Item3>
</BreakPoints>
<Watches Count="4">
<Item1>
<Expression Value="ScriptPosition"/>
</Item1>
<Item2>
<Expression Value="menuItemRunNext.Checked"/>
</Item2>
<Item3>
<Expression Value="CurrentFileName"/>
</Item3>
<Item4>
<Expression Value="LastWorkbook"/>
</Item4>
</Watches>
</Debugging>
</CONFIG>