ReactOS 0.4.15-dev-7924-g5949c20
resource.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define IDS_DESCRIPTION   1
 
#define IDS_ROTATION_NONE   2
 
#define IDS_ROTATION_LINEAR   3
 
#define IDS_ROTATION_PERIODIC   4
 
#define IDS_LICENSE   5
 
#define IDS_AUTHOR   6
 
#define IDI_STARFIELD   101
 
#define IDB_COSMOS   102
 
#define IDB_STAR   103
 
#define IDC_SLIDER_NUM_OF_STARS   1000
 
#define IDC_SLIDER_SPEED   1001
 
#define IDC_TEXT_NUM_OF_STARS   1002
 
#define IDC_TEXT_SPEED   1003
 
#define IDC_COMBO_ROTATION   1004
 
#define IDC_IMAGE_COSMOS   1005
 
#define IDC_BUTTON_ABOUT   1006
 
#define IDC_CHECK_DOBLENDING   1007
 
#define IDC_CHECK_PERSPECTIVE   1008
 
#define IDC_CHECK_FILTERING   1009
 
#define IDC_CHECK_SHADING   1010
 

Macro Definition Documentation

◆ IDB_COSMOS

#define IDB_COSMOS   102

Definition at line 11 of file resource.h.

◆ IDB_STAR

#define IDB_STAR   103

Definition at line 12 of file resource.h.

◆ IDC_BUTTON_ABOUT

#define IDC_BUTTON_ABOUT   1006

Definition at line 20 of file resource.h.

◆ IDC_CHECK_DOBLENDING

#define IDC_CHECK_DOBLENDING   1007

Definition at line 22 of file resource.h.

◆ IDC_CHECK_FILTERING

#define IDC_CHECK_FILTERING   1009

Definition at line 24 of file resource.h.

◆ IDC_CHECK_PERSPECTIVE

#define IDC_CHECK_PERSPECTIVE   1008

Definition at line 23 of file resource.h.

◆ IDC_CHECK_SHADING

#define IDC_CHECK_SHADING   1010

Definition at line 25 of file resource.h.

◆ IDC_COMBO_ROTATION

#define IDC_COMBO_ROTATION   1004

Definition at line 18 of file resource.h.

◆ IDC_IMAGE_COSMOS

#define IDC_IMAGE_COSMOS   1005

Definition at line 19 of file resource.h.

◆ IDC_SLIDER_NUM_OF_STARS

#define IDC_SLIDER_NUM_OF_STARS   1000

Definition at line 14 of file resource.h.

◆ IDC_SLIDER_SPEED

#define IDC_SLIDER_SPEED   1001

Definition at line 15 of file resource.h.

◆ IDC_TEXT_NUM_OF_STARS

#define IDC_TEXT_NUM_OF_STARS   1002

Definition at line 16 of file resource.h.

◆ IDC_TEXT_SPEED

#define IDC_TEXT_SPEED   1003

Definition at line 17 of file resource.h.

◆ IDI_STARFIELD

#define IDI_STARFIELD   101

Definition at line 9 of file resource.h.

◆ IDS_AUTHOR

#define IDS_AUTHOR   6

Definition at line 7 of file resource.h.

◆ IDS_DESCRIPTION

#define IDS_DESCRIPTION   1

Definition at line 1 of file resource.h.

◆ IDS_LICENSE

#define IDS_LICENSE   5

Definition at line 6 of file resource.h.

◆ IDS_ROTATION_LINEAR

#define IDS_ROTATION_LINEAR   3

Definition at line 3 of file resource.h.

◆ IDS_ROTATION_NONE

#define IDS_ROTATION_NONE   2

Definition at line 2 of file resource.h.

◆ IDS_ROTATION_PERIODIC

#define IDS_ROTATION_PERIODIC   4

Definition at line 4 of file resource.h.