Constant Name |
Meaning |
Value |
MAX_PASSWORD_LENGTH |
Maximum allowed length for password |
14 |
MAIN_WINDOW_WIDTH |
Width of the main client window |
300 |
MAIN_WINDOW_HEIGHT |
Height of the main client window |
600 |
FRIENDS_LIST_IMAGE_INDEX |
Position of the root of Friends tree (Main Heading - "Friends List") on the screen |
0 |
ONLINE_FRIENDS_LIST_IMAGE_INDEX |
Position of the root of Online Friends tree (Main Heading - "Online Friends") on the screen
It will always be a branch under FRIENDS_LIST_IMAGE_INDEX |
1 |
OFFLINE_FRIENDS_LIST_IMAGE_INDEX |
Position of the root of Offline Friends tree (Main Heading - "Offline Friends") on the screen
It will always be a branch under FRIENDS_LIST_IMAGE_INDEX |
2 |
ONLINE_FRIEND_IMAGE_INDEX |
Position of an online friend's name in the Friends tree on the screen. It will always be a branch under
ONLINE_FRIENDS_LIST_IMAGE_INDEX |
3 |
OFFLINE_FRIEND_IMAGE_INDEX |
Position of an offline friend's name in the Friends tree on the screen. It will always be a branch under
OFFLINE_FRIENDS_LIST_IMAGE_INDEX |
4 |
MAIN_WINDOW_BUFFER_DISTANCE |
The distance in pixels between any 2 nearest controls on the main window |
10 |
MAIN_WINDOW_NON_CLIENT_AREA_HEIGHT |
Non client area height of the window |
80 |
OFFLINE_MESSAGES_DIALOG_PANE_MIN_WIDTH |
Minimum allowed width for offline messages window. Not used. |
500 |
OFFLINE_MESSAGES_DIALOG_PANE_MIN_HEIGHT |
Minimum allowed height for offline messages window. Not used. |
200 |
OFFLINE_MESSAGES_DIALOG_WIDTH |
Default width for offline messages window |
545 |
OFFLINE_MESSAGES_DIALOG_HEIGHT |
Default height for offline messages window |
400 |
OFFLINE_MESSAGES_PANE_HEIGHT |
Default height for each pane of the offline messages window |
160 |
OFFLINE_MESSAGES_DIALOG_X_POS |
X coordinate of the offline messages window on the screen |
400 |
OFFLINE_MESSAGES_DIALOG_Y_POS |
Y coordinate of the offline messages window on the screen |
300 |
OFFLINE_MESSAGES_DIALOG_COL_LENGTH |
Length of each column of the offline messages window |
150 |
OFFLINE_MESSAGES_DIALOG_NON_CLIENT_AREA_HEIGHT |
Height of the non client area of the offline messages window |
60 |
CONFIG_FILE_LINE_LENGTH |
Maximum allowed length of each line in the config file |
50 |
SPEAK_WINDOW_WIDTH |
Default width of a new Speak Window |
460 |
SPEAK_WINDOW_HEIGHT |
Default height of a new Speak Window |
260 |
SPEAK_WINDOW_X_POS |
X coordinate of the Speak Window on the screen |
300 |
SPEAK_WINDOW_Y_POS |
Y coordinate of the Speak Window on the screen |
100 |
SPEAK_WINDOW_MIN_ALLOWED_WIDTH |
Minimum allowed width for Speak Window. Not used. |
460 |
SPEAK_WINDOW_MIN_ALLOWED_HEIGHT |
Minimum allowed height for Speak Window. Not used. |
260 |
BTN_WIDTH |
Width of a pushbutton control inside a Speak Window |
80 |
BTN_HEIGHT |
Height of a pushbutton control inside a Speak Window |
24 |
SPEAK_WINDOW_TOOLBAR_HEIGHT |
Height of the Speak Window toolbar control |
24 |
SPEAK_WINDOW_TOOLBAR_CONTROLS_DISTANCE |
Distance between 2 toolbar buttons |
4 |
SPEAK_WINDOW_NON_CLIENT_AREA_HEIGHT |
Height of the Speak Window non-client area |
80 |
FORMAT_ALL_TEXT |
Used to indicate that the whole text is to be formatted |
0 |
FORMAT_APPEND_TEXT |
Used to indicate that only the newly appended text is to be formatted |
1 |
BUFFER_DISTANCE |
The distance in pixels between the borders of the main window and any of the controls nearest to it |
10 |
ALL_PREFERENCES |
Used to indicate that all the changed preferences are to be applied to the application |
0 |
LOGIN_PREFERENCES |
Used to indicate that only the Login preferences are to be applied to the application |
1 |
COlOR_FONTS_PREFERENCES |
Used to indicate that only the Color and Font preferences are to be applied to the application |
2 |
DEFAULT_BACKGROUND_COLOR |
When user hasn't defined any background color, this color will be used as the background color for the main window and
Speak Windows |
0xFFFFFF (White) |
SPLASH_SCREEN_TIMEOUT |
Time in milliseconds for which the Splash screen will be visible. Not used |
3000 |