add shield icon to dialog next to service toggle
This commit is contained in:
parent
bb7cc3fdf9
commit
5075b97667
|
@ -34,7 +34,7 @@ END
|
|||
|
||||
2 TEXTINCLUDE
|
||||
BEGIN
|
||||
"#include ""atlres.h""\r\n"
|
||||
"#include ""atlres.h""\r\0"
|
||||
END
|
||||
|
||||
3 TEXTINCLUDE
|
||||
|
@ -112,9 +112,9 @@ BEGIN
|
|||
LTEXT "Current state of the server goes here",IDC_SERVERSTATE,12,28,199,25
|
||||
PUSHBUTTON "&Stop Server",IDC_STOPSERVICE,218,28,70,14
|
||||
CONTROL "&Start Firefly when Windows starts",IDC_AUTOSTART,
|
||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,55,276,10
|
||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,31,62,252,10
|
||||
CONTROL "&Enable Firefly icon in system tray",IDC_AUTOSTART_ICON,
|
||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,68,276,10
|
||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,31,75,252,10
|
||||
GROUPBOX "Advanced",IDC_STATIC,6,93,288,61
|
||||
LTEXT "Server port number",IDC_STATIC,12,108,99,11
|
||||
EDITTEXT IDC_SERVERPORT,105,105,42,14,ES_AUTOHSCROLL | ES_NUMBER
|
||||
|
@ -124,6 +124,7 @@ BEGIN
|
|||
LTEXT "Firefly Media Server also provides a web administration interface.",IDC_STATIC,12,177,198,20
|
||||
PUSHBUTTON "&Open",IDC_WEBADMIN,218,177,70,14
|
||||
PUSHBUTTON "&Start Server",IDC_STARTSERVICE,218,28,70,14
|
||||
ICON IDI_SHIELD,IDC_STATIC,12,58,21,20
|
||||
END
|
||||
|
||||
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
#define IDC_FIREFLYLINK 1020
|
||||
#define IDC_FIREFLYLINK2 1021
|
||||
#define IDC_ROKULINK 1021
|
||||
#define IDI_SHIELD 1022
|
||||
#define ID_SHELLNOTIFY 4242
|
||||
|
||||
// Next default values for new objects
|
||||
|
@ -63,7 +64,7 @@
|
|||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_NEXT_RESOURCE_VALUE 209
|
||||
#define _APS_NEXT_COMMAND_VALUE 32773
|
||||
#define _APS_NEXT_CONTROL_VALUE 1022
|
||||
#define _APS_NEXT_CONTROL_VALUE 1023
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue