diff --git a/source/thinclient.pb b/source/thinclient.pb index 19da1fd..8370d23 100644 --- a/source/thinclient.pb +++ b/source/thinclient.pb @@ -26,11 +26,6 @@ Procedure StartVNC() dummy=RunProgram(SYS$ + "\tools\tvnviewer.exe") EndProcedure -Procedure Settings() - ; start SYSTEM settings ... - dummy=system("start ms-settings:") -EndProcedure - Procedure Poweroff() ; Poweroff ... dummy=system("shutdown /s /f /t 0 /d p:0:0") @@ -45,8 +40,6 @@ Procedure ButtonHandler() Case 1 StartVNC() Case 2 - Settings() - Case 3 Poweroff() EndSelect @@ -78,8 +71,7 @@ ButtonH=H*0.1 BX0=X0 - (ButtonW*2 + GAP)/2 BX1=BX0 + ButtonW + GAP -BX2=W/100 -BX3=W - ButtonW - W/100 +BX2=W - ButtonW - W/100 BY=H/2-ButtonH/2 BY2=H-ButtonH - ButtonH/10 @@ -95,17 +87,14 @@ BindGadgetEvent(0, @ButtonHandler()) ButtonGadget(1, BX1, BY, ButtonW, ButtonH, "VNC viewer", #PB_Button_MultiLine) BindGadgetEvent(1, @ButtonHandler()) -ButtonGadget(2, BX2, BY2, ButtonW, ButtonH, "Settings", #PB_Button_MultiLine) +ButtonGadget(2, BX2, BY2, ButtonW, ButtonH, "Poweroff", #PB_Button_MultiLine) BindGadgetEvent(2, @ButtonHandler()) -ButtonGadget(3, BX3, BY2, ButtonW, ButtonH, "Poweroff", #PB_Button_MultiLine) -BindGadgetEvent(3, @ButtonHandler()) - ; MAIN LOOP Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow ; IDE Options = PureBasic 5.73 LTS (Windows - x64) -; CursorPosition = 69 -; FirstLine = 60 +; CursorPosition = 28 +; FirstLine = 17 ; Folding = - ; EnableXP \ No newline at end of file diff --git a/tools/thinclient.exe b/tools/thinclient.exe index 681fcd1..92832bc 100644 Binary files a/tools/thinclient.exe and b/tools/thinclient.exe differ