home *** CD-ROM | disk | FTP | other *** search
- /*************************************************************************
- *
- * File Name : STY_DLG.H
- *
- * Description : This header file contains the constants for dialogs used
- * by the Style sample.
- *
- * Copyright (C) 1992 IBM Corporation
- *
- * DISCLAIMER OF WARRANTIES. The following [enclosed] code is
- * sample code created by IBM Corporation. This sample code is not
- * part of any standard or IBM product and is provided to you solely
- * for the purpose of assisting you in the development of your
- * applications. The code is provided "AS IS", without
- * warranty of any kind. IBM shall not be liable for any damages
- * arising out of your use of the sample code, even if they have been
- * advised of the possibility of such damages. *
- *
- ************************************************************************/
-
- #define IDD_ENTERTEXTDLG 0x1000
- #define IDD_BUTTONSDLG 0x1001
- #define IDD_LISTBOXDLG 0x1002
- #define IDD_COMBOBOXDLG 0x1003
- #define IDD_ENTRYFIELDDLG 0x1004
- #define IDD_STATICDLG 0x1005
- #define IDD_DEMOMSGBOX 0x1006
- #define IDD_PPDEMODLG 0x1007
- #define IDD_PRODINFO 0x1008
- #define IDD_SLIDERDLG 0x1009
- #define IDD_SPINBUTTONDLG 0x1010
- #define IDD_NOTEBOOKDLG 0x1011
- #define IDD_VALUESETDLG 0x1012
- #define IDD_CONTAINERDLG 0x1013
- #define IDD_BROADCASTDLG 0x1014
-
- #define IDC_OK 1
- #define IDC_CANCEL 2
- #define IDC_HELP 3
- #define IDC_ENTRY 101
- #define IDC_MLE 102
- #define IDC_RADIO1 103
- #define IDC_RADIO2 104
- #define IDC_RADIO3 105
- #define IDC_PUSHBUTTON 106
- #define IDC_3STATE 107
- #define IDC_CHECKBOX 108
- #define IDC_LISTBOX 109
- #define IDC_MULTISELLISTBOX 110
- #define IDC_SIMPLE 111
- #define IDC_DROPDOWN 112
- #define IDC_DROPDOWNLIST 113
- #define IDC_STATICTEXT 114
- #define IDC_GROUPBOX 115
- #define IDC_ICON 116
- #define IDC_STATICFRAME 117
- #define IDC_STATICRECT 118
- #define IDC_FORECOLORLIST 119
- #define IDC_BACKCOLORLIST 120
- #define IDC_FONTLIST 121
- #define IDC_SAMPLETEXT 122
- #define IDC_APPLY 123
- #define IDC_ICONBUTTON 124
- #define IDC_SERVANT 125
- #define IDC_MASTER 126
- #define IDC_HSLIDER 127
- #define IDC_VSLIDER 128
- #define IDC_SLIDERDATA 129
- #define IDC_VSLIDERDATA 130
- #define IDC_HSLIDERDATA 131
- #define IDC_VALUESET 132
- #define IDC_VALUESETTEXT 133
- #define IDC_NOTEBOOK 134
- #define IDC_BITMAP 135
- #define IDC_CONTAINER 136
- #define IDC_PID 137
-
-