Skip to content

Commit

Permalink
upd resource
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Jan 17, 2022
1 parent 3a54234 commit 43ee742
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions src/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@

// Dialogs
#define IDD_MAIN 100
#define IDD_SETTINGS_GENERAL 101
#define IDD_SETTINGS_INTERFACE 102
#define IDD_SETTINGS_HIGHLIGHTING 103
#define IDD_SETTINGS_RULES 104
#define IDD_SETTINGS_BLOCKLIST 105
#define IDD_SETTINGS_NOTIFICATIONS 106
#define IDD_SETTINGS_LOGGING 107
#define IDD_SETTINGS_EXCLUDE 108
#define IDD_EDITOR 109
#define IDD_EDITOR_GENERAL 110
#define IDD_EDITOR_RULE 111
#define IDD_EDITOR_APPS 112
#define IDD_EDITOR_ADDRULE 113
#define IDD_EDITOR_APPINFO 114
#define IDD_EDITOR_APPRULES 115
#define IDD_NOTIFICATION 116
#define IDD_NOTIFICATION 101
#define IDD_EDITOR 102
#define IDD_EDITOR_GENERAL 103
#define IDD_EDITOR_RULE 104
#define IDD_EDITOR_APPS 105
#define IDD_EDITOR_ADDRULE 106
#define IDD_EDITOR_APPINFO 107
#define IDD_EDITOR_APPRULES 108
#define IDD_SETTINGS_GENERAL 109
#define IDD_SETTINGS_INTERFACE 110
#define IDD_SETTINGS_HIGHLIGHTING 111
#define IDD_SETTINGS_RULES 112
#define IDD_SETTINGS_BLOCKLIST 113
#define IDD_SETTINGS_NOTIFICATIONS 114
#define IDD_SETTINGS_LOGGING 115
#define IDD_SETTINGS_EXCLUDE 116

// Main Dlg
#define IDC_REBAR 102
Expand Down
2 changes: 1 addition & 1 deletion src/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ END

IDD_NOTIFICATION DIALOGEX 0, 0, 320, 192
STYLE WS_CLIPSIBLINGS | WS_CLIPCHILDREN | WS_POPUP | WS_BORDER | WS_SYSMENU | WS_CAPTION | DS_SHELLFONT | NOT WS_VISIBLE
EXSTYLE WS_EX_APPWINDOW | WS_EX_TOPMOST
EXSTYLE WS_EX_APPWINDOW | WS_EX_TOPMOST | WS_EX_CONTROLPARENT
FONT 8, "Ms Shell Dlg"
BEGIN
CONTROL "", IDC_HEADER_ID, WC_STATIC, SS_OWNERDRAW, 0, 0, 320, 40
Expand Down

0 comments on commit 43ee742

Please sign in to comment.