This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Paul Humphreys
committed
Oct 18, 2019
1 parent
0ba7301
commit 8f110b9
Showing
6 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#include <windows.h> | ||
#include <commctrl.h> | ||
#include <richedit.h> | ||
#include "resource.h" | ||
|
||
// | ||
// Icon resources | ||
// | ||
LANGUAGE 0, SUBLANG_NEUTRAL | ||
IDI_ICON1 ICON "qcsv32.ico" | ||
|
||
|
||
LANGUAGE 0, SUBLANG_NEUTRAL | ||
IDI_ICON2 ICON "qcsv16.ico" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef IDC_STATIC | ||
#define IDC_STATIC (-1) | ||
#endif | ||
|
||
#define IDI_ICON1 100 | ||
#define IDI_ICON2 101 |