This repository has been archived on 2024-09-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
PersonnalVNC/src/res/conf/app.conf.ps1
2016-04-05 16:52:05 +02:00

17 lines
No EOL
528 B
PowerShell

$VNC_EXEC = "winvnc.exe"
$VNC_CLIENT_ADDR = ""
#Textual information
$WINDOW_TITLE = "Robco Personnal Helpdesk v.$VERSION"
$MSG_VNC_STARTED = "Hotliner get the control, please leave keyboard and mouse"
$MSG_HOME = "Welcome to our helpdesk program, which technician do you have on phone?"
# Interface Constants
$DEFAULT_MARGIN = 10
$DEFAULT_WINDOW_WIDTH = 300
$DEFAULT_WINDOW_HEIGHT = 0
$DEFAULT_BTN_HEIGHT = 90
$DEFAULT_BTN_WIDTH = 90
$USE_AVATAR = 1
$HOTLINER_BTN_FORECOLOR = "#FFFFFF"
$HOTLINER_BTN_TEXEALIGN = "BottomCenter"