2018-10-01 16:39:17 +02:00
|
|
|
<afx-app-window apptitle="VNC Remote Desktop" width="720" height="576" data-id="RemoteDesktop">
|
2023-01-07 14:51:15 +01:00
|
|
|
<afx-vbox >
|
2018-10-01 22:50:32 +02:00
|
|
|
<div data-id="container">
|
|
|
|
<canvas data-id="screen"></canvas>
|
|
|
|
</div>
|
2023-01-07 14:51:15 +01:00
|
|
|
<afx-hbox data-height="35">
|
|
|
|
<afx-button iconclass="fa fa-arrows-alt" data-id="btreset" data-width="content"></afx-button>
|
|
|
|
<div data-width = "5" ></div>
|
|
|
|
<afx-slider data-id="zoom" ></afx-slider>
|
|
|
|
<div data-width = "5" ></div>
|
|
|
|
<afx-button iconclass="bi bi-box-arrow-down" data-id="scroll_down" data-width="content"></afx-button>
|
|
|
|
<afx-button iconclass="bi bi-box-arrow-up" data-id="scroll_up" data-width="content"></afx-button>
|
|
|
|
<afx-button iconclass="bi bi-box-arrow-left" data-id="scroll_left" data-width="content"></afx-button>
|
|
|
|
<afx-button iconclass="bi bi-box-arrow-right" data-id="scroll_right" data-width="content"></afx-button>
|
|
|
|
</afx-hbox>
|
|
|
|
</afx-vbox>
|
2018-10-01 16:39:17 +02:00
|
|
|
</afx-app-window>
|