diff options
Diffstat (limited to 'plugins/KeyboardNotify/res/resources.rc')
-rw-r--r-- | plugins/KeyboardNotify/res/resources.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/KeyboardNotify/res/resources.rc b/plugins/KeyboardNotify/res/resources.rc index c1ee0d79a6..fafd835016 100644 --- a/plugins/KeyboardNotify/res/resources.rc +++ b/plugins/KeyboardNotify/res/resources.rc @@ -73,7 +73,7 @@ BEGIN CONTROL "Screen Saver is running",IDC_SSAVER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,168,25,117,10
CONTROL "Workstation is locked",IDC_LOCKED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,168,36,117,10
CONTROL "Defined programs are running",IDC_PGMS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,168,47,111,10
- PUSHBUTTON "...",IDC_ASSIGNPGMS,282,49,15,9
+ PUSHBUTTON "...",IDC_ASSIGNPGMS,282,47,15,9
CONTROL "All other situations",IDC_ACTIVE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,168,58,117,10
GROUPBOX "Only notify if status is",IDC_STATIC,155,77,147,107
CONTROL "Online",IDC_ONLINE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,168,88,65,9
@@ -134,7 +134,7 @@ BEGIN LTEXT "Theme",IDC_STATIC,22,25,34,9
COMBOBOX IDC_THEME,61,23,232,96,CBS_DROPDOWN | CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP
EDITTEXT IDC_CUSTOMSTRING,22,47,272,14,ES_AUTOHSCROLL
- PUSHBUTTON "Test",IDC_TEST,210,71,86,14,BS_FLAT
+ PUSHBUTTON "Test",IDC_TEST,210,71,86,14
PUSHBUTTON "Add",IDC_ADD,22,71,44,14
PUSHBUTTON "Update",IDC_UPDATE,73,71,44,14
PUSHBUTTON "Delete",IDC_DELETE,124,71,44,14
|