Milestone 5: deliver embedded RDP sessions and lifecycle hardening
BIN
third_party/FreeRDP/client/Windows/resource/FreeRDP.ico
vendored
Normal file
|
After Width: | Height: | Size: 137 KiB |
BIN
third_party/FreeRDP/client/Windows/resource/close.bmp
vendored
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
third_party/FreeRDP/client/Windows/resource/close_active.bmp
vendored
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
third_party/FreeRDP/client/Windows/resource/lock.bmp
vendored
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
third_party/FreeRDP/client/Windows/resource/lock_active.bmp
vendored
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
third_party/FreeRDP/client/Windows/resource/minimize.bmp
vendored
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
third_party/FreeRDP/client/Windows/resource/minimize_active.bmp
vendored
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
12
third_party/FreeRDP/client/Windows/resource/resource.h
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
#define IDI_ICON1 101
|
||||
#define IDB_MINIMIZE 103
|
||||
#define IDB_MINIMIZE_ACT 104
|
||||
#define IDB_LOCK 105
|
||||
#define IDB_LOCK_ACT 106
|
||||
#define IDB_UNLOCK 107
|
||||
#define IDB_UNLOCK_ACT 108
|
||||
#define IDB_CLOSE 109
|
||||
#define IDB_CLOSE_ACT 100
|
||||
#define IDB_RESTORE 111
|
||||
#define IDB_RESTORE_ACT 112
|
||||
BIN
third_party/FreeRDP/client/Windows/resource/restore.bmp
vendored
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
third_party/FreeRDP/client/Windows/resource/restore_active.bmp
vendored
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
third_party/FreeRDP/client/Windows/resource/unlock.bmp
vendored
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
third_party/FreeRDP/client/Windows/resource/unlock_active.bmp
vendored
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
14
third_party/FreeRDP/client/Windows/resource/wfreerdp.rc
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
IDI_ICON1 ICON "FreeRDP.ico"
|
||||
IDB_MINIMIZE BITMAP "minimize.bmp"
|
||||
IDB_MINIMIZE_ACT BITMAP "minimize_active.bmp"
|
||||
IDB_LOCK BITMAP "lock.bmp"
|
||||
IDB_LOCK_ACT BITMAP "lock_active.bmp"
|
||||
IDB_UNLOCK BITMAP "unlock.bmp"
|
||||
IDB_UNLOCK_ACT BITMAP "unlock_active.bmp"
|
||||
IDB_CLOSE BITMAP "close.bmp"
|
||||
IDB_CLOSE_ACT BITMAP "close_active.bmp"
|
||||
IDB_RESTORE BITMAP "restore.bmp"
|
||||
IDB_RESTORE_ACT BITMAP "restore_active.bmp"
|
||||