First commit

This commit is contained in:
Yorick Barbanneau 2016-04-05 16:52:05 +02:00
commit ef4ee4c38a
11 changed files with 496 additions and 0 deletions

17
src/res/conf/app.conf.ps1 Normal file
View file

@ -0,0 +1,17 @@
$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"