mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 15:16:36 +00:00
Created new application template dialog for testing and demonstration.
svn path=/trunk/; revision=3400
This commit is contained in:
parent
7a3564314a
commit
58bbc5be5d
11 changed files with 924 additions and 0 deletions
14
rosapps/templates/dialog/resource.h
Normal file
14
rosapps/templates/dialog/resource.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
/////////////////////////////////////////////////////////////////////////////
|
||||
// resource.h - Used by TabTest.rc
|
||||
//
|
||||
#define IDD_TABBED_DIALOG 101
|
||||
#define IDR_ACCELERATOR 103
|
||||
#define IDD_PAGE1 104
|
||||
#define IDD_PAGE2 105
|
||||
#define IDD_PAGE3 106
|
||||
#define IDC_TAB 1000
|
||||
#define IDC_BUTTON1 1001
|
||||
#define IDC_CHECK1 1002
|
||||
#define IDC_SLIDER1 1003
|
||||
#define IDC_LIST1 1004
|
||||
#define IDC_STATIC -1
|
Loading…
Add table
Add a link
Reference in a new issue