mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 14:38:28 +01:00
16 lines
814 B
HTML
16 lines
814 B
HTML
<afx-app-window apptitle="VNC Remote Desktop" width="720" height="576" data-id="RemoteDesktop">
|
|
<afx-vbox >
|
|
<div data-id="container">
|
|
<canvas data-id="screen"></canvas>
|
|
</div>
|
|
<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-switch data-id="capture_mouse" swon="true" data-width="content" style="line-height:35px;"></afx-switch>
|
|
<afx-label text="__(Mouse capture)" data-width="content" style="line-height:35px;"></afx-label>
|
|
<div data-width = "2" ></div>
|
|
</afx-hbox>
|
|
</afx-vbox>
|
|
</afx-app-window> |