Directly in a root are stored size and position values of main application window:
Name | Description | Type | Values |
Height | Height of window | DWORD | |
Width | Width of window | DWORD | |
Left | Left position | DWORD | |
Top | Top position | DWORD | |
WindowState | Window status | DWORD |
0 | normal window |
1 | minimized to an icon |
2 | maximized (enlarged to fill the screen) |
|
Dockable | Dockable status | DWORD |
1 | Form supports docking and is dockable |
2 | Form supports docking but is not dockable. |
|
XXF012 | Position and size of Output window | BINNARY | Binnary value 24 bytes length |
XXF070 | Position and size of Find window | BINNARY | Binnary value 24 bytes length |
XXF080 | Window Row detail | BINNARY | Binnary value 24 bytes length |
XXF082 | Window Global view of method/procedure | BINNARY | Binnary value 24 bytes length |
XXF082 | Window od/procedure detail | BINNARY | Binnary value 24 bytes length |
XXTool_1 | Position and size of Standard panel | BINNARY | Binnary value 24 bytes length |
XXTool_2 | Position and size of Movement Panel | BINNARY | Binnary value 24 bytes length |
Name | Description |
Type | Values | Default value |
DebugLog | A flag, determined if Output window show debug messages |
DWORD |
|
0 |
DefPathNew | Path to last processed LOG file |
String | | Path to Coverage profiler directory |
DefPathOpen | Path to last open CVP file |
String | | Path to Coverage profiler directory |
Language | Language mutation ID |
String |
ENGLISH | English |
CZECH | Czech |
SLOVAK | Slovak |
|
CZECH |
LogFile | LOG file processed type |
DWORD |
1 | Processing via DBF working table |
2 | Direct processing |
3 | Automatic detection |
|
3 |
MaxFileCount | Max number of visible files in list |
DWORD | 1 - 99 | 5 |
MaxLogSize | Max LOG file length for direct processing |
String | 0.10 - 99.9 MB (decimal separator is allways a point) | 2 |
MaxWindowCount | Max number of visible windows in list |
DWORD | 1 - 99 | 5 |
OutPut | A flag, determined if Output window is visible |
DWORD |
|
0 |
RecentFile | A flag, determined if last open CVP files in menu is visible |
DWORD |
|
0 |
RecentFileCount | Max number of last opened CVP files |
DWORD | 1 - 99 | 5 |
SaveFile_PackU | A code for packing component to determine it for saving processed LOG file |
String |
BIX | BIX Archiver |
BZIP2 | BZIP Archiver |
VFP | VFP library |
ZLIB | ZLib Archiver |
|
Empty string |
SaveFile_XXT500 | A flag, determined if the table used for displaying Source code tree, can be stored to processed LOG file. |
DWORD |
|
0 |
SaveFile_XXT505 | A flag, determined if the table used for displaying Process hierarchy tree, can be stored to processed LOG file. |
DWORD |
|
0 |
SizeGrid | A flag, determined if user can change column width in grids displaying source code |
DWORD |
|
2 |
FileSource | A flag, determined what CVP application do, if at processing LOG file the source code will not be found on disc |
DWORD |
1 | Go to next file |
2 | Open dialog |
|
2 |
AnimatedIcon | A flag, determined if an animated icon will be displayed (in case when animated icon for finding or saving do problems, you can switch it out) |
DWORD |
|
1 |
XXTool_1 | A flag, determined if Standard panel is displayed |
DWORD |
|
0 |
XXTool_2 | A flag, determined if Movement panel is displayed |
DWORD |
|
0 |
PackMinSize | Min length of file for comprimation before saving |
String | 0.00 - 99.99 MB (decimal separator is allways a point) | 0.10 |
Loader | Umístění a název zavaděče pro VFP IDE |
String | | Empty string |
IntegrateIDE | Příznak, zda se má CVP zaregistrovat u Loaderu |
DWORD |
|
0 |
ThreadPriority | The thread priority for time-consuming activities |
String |
-2 | THREAD_PRIORITY_LOWEST |
-1 | THREAD_PRIORITY_BELOW_NORMAL |
0 | THREAD_PRIORITY_NORMAL |
2 | THREAD_PRIORITY_HIGHEST |
1 | THREAD_PRIORITY_ABOVE_NORMAL |
15 | THREAD_PRIORITY_TIME_CRITICAL |
-15 | THREAD_PRIORITY_IDLE |
|
-15 |
List of last opened CVP files. It can look for instance:
...
Values are String type.
Items in menu are displayed in order from max to min.
Number of items is specified by value of MaxFileCount.
List of last searched values. It can look for instance:
...