Desktop Sub-node List
The following list contains the sub-nodes of Desktop. Each section will describe the display for the feature they represent. The sections contain the related, node settings that can be configured.
Lock
The Lock node is a sub-node of Desktop, and describes the display for the Lock feature. The display for lock can be graphical or text.
Node Setting | Description |
---|---|
StartX="75" | This represents the pixel position the Lock button will start from the Left side of the desktop. |
StartY="280" | This represents the pixel position the Lock button will start from the Top of the desktop. NoteThe size of the button is dependent on the size of the image specified, or the size of the font when displaying the button. |
ImageLocation="lock.bmp" | This indicates the file to use to show the Lock Button. |
Color="$112233" | This is the color of the text specified in hexadecimal numbers. Text is only used when no image is specified. From left to right, each color range is specified with two digits. Blue (11), Green (22), and Red (33) |
Example
<Lock StartX="72" StartY="55" ImageLocation="lock.bmp" Color="$800080"/>
UserName
The UserName node is a sub-node of Desktop, and describes the display for showing user information.
Node Setting | Description |
---|---|
StartX="75" | This indicates the pixel position the user information will start from the Left side of the desktop. |
StartY="280" | This indicates the pixel position the user information will start from the Top of the desktop. |
FontFace="Verdana" | This is the name of the font to use. Ensure that the font chosen is present on the workstation where the configuration is to be deployed. |
Size="12" | This represents the point size of the font. This setting does not indicate pixel height or width of the font. |
Style="bold" | This consists of a comma separated list of styles to apply to the font.
|
Color="$112233" | The color of the text specified in hexadecimal numbers. From left to right, each color range is specified with two digits. Blue (11), Green (22), and Red (33) |
Visible="false" | This specifies to display or not display this piece of user information. NoteThe UserName field is in domain/username form when connected to ExactAccess Servers configured for Active Directory. |
Example
<UserName StartX="75" StartY="15" FontFace="Verdana" Size="12" Style="bold" Color="$112233" visible="false"/>
DSName
The DSName node is a sub-node of Desktop, and describes the display for showing user information.
Node Setting | Description |
---|---|
StartX="75" | This indicates the pixel position the user information will start from the Left side of the desktop. |
StartY="280" | This indicates the pixel position the user information will start from the Top of the desktop. |
FontFace="Verdana" | This is the name of the font to use. Ensure that the font chosen is present on the workstation where the configuration is to be deployed. |
Size="12" | This represents the point size of the font. This setting does not indicate pixel height or width of the font. |
Style="bold" | This consists of a comma separated list of styles to apply to the font.
|
Color="$112233" | The color of the text specified in hexadecimal numbers. From left to right, each color range is specified with two digits. Blue (11), Green (22), and Red (33) |
Visible="false" | This specifies to display or not display this piece of user information. NoteThe DSName field is in domain/username form when connected to ExactAccess Servers configured for Active Directory. |
Example
<DSName StartX="10" StartY="115" FontFace="Verdana" Sized="12" Style ="bold" Color="$441C04" visible="false"/>
Display Description
The Description node is a sub-node of Desktop, and describes the display for showing user information.
Node Setting | Description |
---|---|
StartX="75" | This indicates the pixel position the user information will start from the Left side of the desktop. |
StartY="280" | This indicates the pixel position the user information will start from the Top of the desktop. |
FontFace="Verdana" | This is the name of the font to use. Ensure that the font chosen is present on the workstation where the configuration is to be deployed. |
Size="12" | This represents the point size of the font. This setting does not indicate pixel height or width of the font. |
Style="bold" | This consists of a comma separated list of styles to apply to the font.
|
Color="$112233" | The color of the text specified in hexadecimal numbers. From left to right, each color range is specified with two digits. Blue (11), Green (22), and Red (33) |
Visible="false" | This specifies to display or not display this piece of user information. NoteThe Description field may not contain data. |
Example
<Description StartX="10" StartY="115" FontFace="Verdana" Size="12" Style="bold" Color="$441C04" visible="false"/>
FirstName
The FirstName node is a sub-node of Desktop, and describes the display for showing user information.
Node Setting | Description |
---|---|
StartX="75" | This indicates the pixel position the user information will start from the Left side of the desktop. |
StartY="280" | This indicates the pixel position the user information will start from the Top of the desktop. |
FontFace="Verdana" | This is the name of the font to use. Ensure that the font chosen is present on the workstation where the configuration is to be deployed. |
Size="12" | This represents the point size of the font. This setting does not indicate pixel height or width of the font. |
Style="bold" | This consists of a comma separated list of styles to apply to the font.
|
Color="$112233" | The color of the text specified in hexadecimal numbers. From left to right, each color range is specified with two digits. Blue (11), Green (22), and Red (33) |
Visible="false" | This specifies to display or not display this piece of user information. NoteThe FirstName field will be empty when connected to ExactAccess Servers configured for Active Directory (WINNT provider) - use Last Name to display the users FULL NAME. |
Example
<FirstName StartX="75" StartY="15" FontFace="Verdana" Size="12" Style="bold" Color="$441C04" visible="false"/>
LastName
The LastName node is a sub-node of Desktop, and describes the display for showing user information.
Node Setting | Description |
---|---|
StartX="75" | This indicates the pixel position the user information will start from the Left side of the desktop. |
StartY="280" | This indicates the pixel position the user information will start from the Top of the desktop. |
FontFace="Verdana" | This is the name of the font to use. Ensure that the font chosen is present on the workstation where the configuration is to be deployed. |
Size="12" | This represents the point size of the font. This setting does not indicate pixel height or width of the font. |
Style="bold" | This consists of a comma separated list of styles to apply to the font.
|
Color="$112233" | The color of the text specified in hexadecimal numbers. From left to right, each color range is specified with two digits. Blue (11), Green (22), and Red (33) |
Visible="false" | This specifies to display or not display this piece of user information. NoteThe LastName field will contain the user's FULL NAME when connected to ExactAccess Servers configured for Active Directory when using the "Use Display Name field" option, and will contain the last name as provide by the SN attribute when configured for "Use Given Name (First Name) and SN (Last name) fields" option |
Example
<LastName StartX="75" StartY="15" FontFace="Verdana" Size="12" Style="bold" Color="$441C04" visible="true"/>
Phone
The Phone node is a sub-node of Desktop, and describes the display for showing user information.
Node Setting | Description |
---|---|
StartX="75" | This indicates the pixel position the user information will start from the Left side of the desktop. |
StartY="280" | This indicates the pixel position the user information will start from the Top of the desktop. |
FontFace="Verdana" | This is the name of the font to use. Ensure that the font chosen is present on the workstation where the configuration is to be deployed. |
Size="12" | This represents the point size of the font. This setting does not indicate pixel height or width of the font. |
Style="bold" | This consists of a comma separated list of styles to apply to the font.
|
Color="$112233" | The color of the text specified in hexadecimal numbers. From left to right, each color range is specified with two digits. Blue (11), Green (22), and Red (33) |
Visible="false" | This specifies to display or not display this piece of user information. NoteThe Phone field may not contain data. |
Example
<Phone StartX="10" StartY="115" FontFace="Verdana" Size="12" Style="bold" Color="$441C04" visible="false"/>
The EMail node is a sub-node of Desktop, and describes the display for showing user information.
Node Setting | Description |
---|---|
StartX="75" | This indicates the pixel position the user information will start from the Left side of the desktop. |
StartY="280" | This indicates the pixel position the user information will start from the Top of the desktop. |
FontFace="Verdana" | This is the name of the font to use. Ensure that the font chosen is present on the workstation where the configuration is to be deployed. |
Size="12" | This represents the point size of the font. This setting does not indicate pixel height or width of the font. |
Style="bold" | This consists of a comma separated list of styles to apply to the font.
|
Color="$112233" | The color of the text specified in hexadecimal numbers. From left to right, each color range is specified with two digits. Blue (11), Green (22), and Red (33) |
Visible="false" | This specifies to display or not display this piece of user information. NoteThe EMail field may not contain data. |
Example
<EMail StartX="10" StartY="115" FontFace="Verdana" Size="12" Style="bold" Color="$441C04" visible="false"/>
Address
The Address node is a sub-node of Desktop, and describes the display for showing user information.
Node Setting | Description |
---|---|
StartX="75" | This indicates the pixel position the user information will start from the Left side of the desktop. |
StartY="280" | This indicates the pixel position the user information will start from the Top of the desktop. |
FontFace="Verdana" | This is the name of the font to use. Ensure that the font chosen is present on the workstation where the configuration is to be deployed. |
Size="12" | This represents the point size of the font. This setting does not indicate pixel height or width of the font. |
Style="bold" | This consists of a comma separated list of styles to apply to the font.
|
Color="$112233" | The color of the text specified in hexadecimal numbers. From left to right, each color range is specified with two digits. Blue (11), Green (22), and Red (33) |
Visible="false" | This specifies to display or not display this piece of user information. NoteThe Address field may not contain data. |
Example
<Address StartX="10" StartY="115" FontFace="Verdana" Size="12" Style="bold" Color="$441C04" visible="false"/>