editor: clean up resource-header
Remove newlines to reduce noise from visual studio when updating the resources. Fix _APS_NEXT_RESOURCE_VALUE so 104 won't be generated, it already exist.
This commit is contained in:
parent
7edb2082be
commit
5bd6a515cf
@ -6,23 +6,19 @@
|
||||
#define IDR_MENU 102
|
||||
#define IDD_SETROWS 103
|
||||
#define IDD_BIASSELECTION 104
|
||||
|
||||
#define IDC_EDIT 1002
|
||||
#define IDC_SETROWS_EDIT 1002
|
||||
#define IDC_BIASSELECTION_EDIT 1003
|
||||
|
||||
#define ID_FILE 40001
|
||||
#define ID_FILE_EXIT 40002
|
||||
#define ID_FILE_REMOTEEXPORT 40003
|
||||
#define ID_FILE_RECENTFILES 40004
|
||||
|
||||
#define ID_RECENTFILES_NORECENTFILES 40010
|
||||
#define ID_RECENTFILES_FILE1 40011
|
||||
#define ID_RECENTFILES_FILE2 40012
|
||||
#define ID_RECENTFILES_FILE3 40013
|
||||
#define ID_RECENTFILES_FILE4 40014
|
||||
#define ID_RECENTFILES_FILE5 40015
|
||||
|
||||
#define ID_EDIT 40020
|
||||
#define ID_EDIT_SETROWS 40021
|
||||
#define ID_EDIT_BIAS 40022
|
||||
@ -34,7 +30,7 @@
|
||||
//
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_NEXT_RESOURCE_VALUE 104
|
||||
#define _APS_NEXT_RESOURCE_VALUE 105
|
||||
#define _APS_NEXT_COMMAND_VALUE 40026
|
||||
#define _APS_NEXT_CONTROL_VALUE 1004
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user