home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / IShield for Visual C++ 6.0 / DATA1.CAB / Include_Files / SDRC.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-11-20  |  9.3 KB  |  269 lines

  1.  
  2.  /*=======================================================================*/
  3.  /*                                                                       */
  4.  /*           (c) InstallShield Software Corporation (1996-1997)          */
  5.  /*            (c)  InstallShield Corporation  (1990-1996)                */
  6.  /*                       Schaumburg, Illinois 60173                      */
  7.  /*                          All Rights Reserved                          */
  8.  /*                           InstallShield (R)                           */
  9.  /*                                                                       */
  10.  /*   File    : sdrc.h                                                    */
  11.  /*                                                                       */
  12.  /*   Purpose : This file contains the resource file constants for        */
  13.  /*             compiling the dialog resource and the dialog script code. */
  14.  /*                                                                       */
  15.  /*=======================================================================*/
  16.  
  17.  
  18.  //
  19.  // Pre-defined script dialog constants
  20.  //
  21.  
  22.         // Dialog id
  23. #define SD_NDLG_REGISTERUSER            12001
  24. #define SD_NDLG_REGISTERUSEREX          12002
  25. #define SD_NDLG_CONFIRMREGISTRATION     12003
  26. #define SD_NDLG_CONFIRMNEWDIR           12004
  27. #define SD_NDLG_ASKDESTPATH             12005
  28. #define SD_NDLG_WELCOME                 12006
  29. #define SD_NDLG_SHOWINFOLIST            12007
  30. #define SD_NDLG_SELECTFOLDER            12008
  31. #define SD_NDLG_SETUPTYPE               12009
  32. #define SD_NDLG_SHOWANYDIALOG           12010
  33. #define SD_NDLG_DISPLAYTOPICS           12011
  34. #define SD_NDLG_SHOWMSG                 12012
  35. #define SD_NDLG_ASKOPTIONSLIST1         12013
  36. #define SD_NDLG_ASKOPTIONSLIST2         12014
  37. #define SD_NDLG_CHANGEDIR               12015
  38. #define SD_NDLG_SHOWFILEMODS            12016
  39. #define SD_NDLG_SHOWDLGEDIT1            12017
  40. #define SD_NDLG_SHOWDLGEDIT2            12018
  41. #define SD_NDLG_SHOWDLGEDIT3            12019
  42. #define SD_NDLG_ASKOPTIONS              12020
  43. #define SD_NDLG_COMPONENTDIALOG         12021
  44. #define SD_NDLG_COMPONENTDIALOGADV      12022
  45. #define SD_NDLG_DISKSPACE               12023
  46. #define SD_NDLG_COMPONENTDIALOG2        12024
  47. #define SD_NDLG_COMPONENTMULT           12025
  48. #define SD_NDLG_OPTIONSBUTTONS          12026
  49. #define SD_NDLG_BITMAP                  12027
  50. #define SD_NDLG_COMPONENTDIALOGEX       12028
  51. #define SD_NDLG_LICENSE                 12029
  52. #define SD_NDLG_STARTCOPY               12030
  53. #define SD_NDLG_FINISHREBOOT            12031
  54. #define SD_NDLG_FINISH                  12032
  55. #define SD_NDLG_SETUPTYPEEX             12033
  56.  
  57. #define SD_STR_NOTENOUGHSPACE           11600
  58. #define SD_STR_SETUP_COMPLETE_RUN       11601
  59. #define SD_STR_SETUP_COMPLETE           11602
  60. #define SD_STR_INSTALLING               11603
  61. #define SD_STR_INSUFFICIENTSPACE        11604
  62. #define SD_STR_FREESPACE                11605
  63. #define SD_STR_RESOLUTION               11606
  64. #define SD_STR_READMENOW                11607
  65. #define SD_STR_WRITE_ERR                11608
  66. #define SD_STR_COPYFILE                 11609
  67. #define SD_STR_GROUP_ICONS              11610
  68. #define SD_STR_MODIFYFILE               11611
  69. #define SD_STR_CREATEDIR                11612
  70. #define SD_STR_WRITE_ACCESS             11613
  71. #define SD_STR_LOCATEFILE               11614
  72. #define SD_STR_LOCATION                 11615
  73. #define SD_STR_INSTALLATION             11616
  74. #define SD_STR_OLDVERSION               11617
  75. #define SD_STR_RUNSETUP_LATER           11618
  76. #define SD_STR_QUITNOW                  11619
  77. #define SD_STR_CONTINUE                 11620
  78. #define SD_STR_OVERWRITE                11621
  79. #define SD_STR_LOADFILE                 11622
  80. #define SD_STR_FILE_MODIFIED            11623
  81. #define SD_STR_APPINUSE                 11624
  82. #define SD_STR_CLOSEALLAPP              11625
  83. #define SD_STR_INSTALLATION_DIR         11626
  84. #define SD_STR_INSTALLATION_TYPE        11627
  85. #define SD_STR_CLOSEALL_RESTART         11628
  86. #define SD_STR_RELATEDFILE              11629
  87. #define SD_STR_ERRORNO                  11630
  88. #define SD_STR_FILESAVE_ERR             11631
  89. #define SD_STR_INVALID_FOLDER           11632
  90. #define SD_STR_INVALID_FOLDER_TITLE     11633
  91.  
  92.         // ---------------- General Constants -------------
  93.  
  94.                 // pushbuttons
  95. #define SD_PBUT_OK              1
  96. #define SD_PBUT_CONTINUE        1
  97. #define SD_PBUT_CANCEL          2
  98. #define SD_PBUT_ABORT           3
  99. #define SD_PBUT_RETRY           4
  100. #define SD_PBUT_IGNORE          5
  101. #define SD_PBUT_YES             6
  102. #define SD_PBUT_NO              7
  103. #define SD_PBUT_HELP            8
  104. #define SD_PBUT_EXITSETUP       9
  105. #define SD_PBUT_BACK            12
  106.  
  107. #define SD_PBUT_DISKSPACE       195
  108. #define SD_PBUT_CHANGEDIR       196
  109. #define SD_PBUT_CHANGE          197
  110.  
  111.         // Edit
  112. #define SD_MULTEDIT_FIELD1      301
  113.  
  114.         // Static
  115. #define SD_STA_MSG              710
  116. #define SD_STA_MSG1             711
  117. #define SD_STA_MSG2             712
  118. #define SD_STA_DESTDIR          715
  119. #define SD_SPACEREQ             716
  120. #define SD_SPACEAVI             717
  121. #define SD_STA_CHANGEDIRMSG     718
  122. #define SD_STA_FIELD1           719
  123. #define SD_STA_FIELD2           720
  124. #define SD_STA_FIELD3           721
  125.  
  126.         // Id for bitmap and cut-in line image
  127. #define SD_STA_IMAGE_1          1200
  128. #define SD_STA_IMAGE_2          1300
  129.  
  130. #define SD_BMP_IMAGE            550
  131.  
  132.         // ---------------- Function Specific Constants -------------
  133.  
  134.                 // SdConfirmRegistration
  135. #define SD_STA_SERIALTITLE      701
  136. #define SD_STA_SERIAL           702
  137. #define SD_STA_COMPANY          703
  138. #define SD_STA_NAME             704
  139.  
  140.                // SdRegisterUesr & SdRegisterUserEx
  141. #define SD_EDIT_NAME            301
  142. #define SD_EDIT_COMPANY         302
  143. #define SD_EDIT_SERIAL          303
  144.  
  145.                // SdShowInformation
  146. #define SD_EDIT_INFO            301
  147.  
  148.                // SdShowMsg
  149. #define SD_ICO_SHMSG            1001
  150.  
  151.                // SdWelcome
  152. #define SD_STA_WELCOME          701
  153.  
  154.                // SdSelectGroup
  155. #define SD_EDIT_PROGGRP         301
  156. #define SD_LIST_EXISTGRP        401
  157.  
  158.                // SdNewDir
  159. #define SD_STA_NEWDIR           701
  160.  
  161.                // SdAskDestPath
  162.  
  163.               // SdStartCopy
  164. #define SD_STA_SETTINGS         701
  165.  
  166.               // SdSetupType
  167. #define SD_TYPICAL_MSG          701
  168. #define SD_COMPACT_MSG          702
  169. #define SD_CUSTOM_MSG           703
  170. #define SD_TYPICAL_TITLE        704
  171. #define SD_COMPACT_TITLE        705
  172. #define SD_CUSTOM_TITLE         706
  173. #define SD_RADIO_TYPICAL        501
  174. #define SD_RADIO_COMPACT        502
  175. #define SD_RADIO_CUSTOM         503
  176.  
  177.               // SdShowAnyDialog
  178. #define SD_ICO_SADLG            1002
  179. #define SD_RBUT_NOCHANGE        502
  180. #define SD_RBUT_SAVE            503
  181. #define SD_RBUT_CHANGE          501
  182. #define SD_LIST_BATCH           401
  183.  
  184.  
  185.              //SdShowDlgEdit1
  186. #define SD_EDIT1                301
  187. #define SD_ICO_SSEDT            1003
  188.  
  189.              //SdShowDlgEdit2
  190. #define SD_EDIT2                302
  191.  
  192.              //SdShowDlgEdit3
  193. #define SD_EDIT3                303
  194.  
  195.              //SdAskOptions
  196. #define SD_CHECK1               501
  197. #define SD_CHECK2               502
  198. #define SD_CHECK3               503
  199. #define SD_CHECK4               504
  200.  
  201.              //SdComponentDialogAdv
  202. #define SD_SELECT1              500
  203. #define SD_SELECT2              501
  204. #define SD_SELECT3              502
  205. #define SD_SELECT4              503
  206. #define SD_SELECT5              504
  207. #define SD_SELECT6              505
  208. #define SD_SELECTSIZE1          800
  209. #define SD_SELECTSIZE2          801
  210. #define SD_SELECTSIZE3          802
  211. #define SD_SELECTSIZE4          803
  212. #define SD_SELECTSIZE5          804
  213. #define SD_SELECTSIZE6          805
  214. #define SD_COMPONENT_MSG        711
  215.  
  216.              //SdMutlipleSelect
  217. #define SD_PBUT_SELECTALL       100
  218. #define SD_PBUT_DESELECTALL     101
  219. #define SD_LISTBOX              401
  220. #define SD_LISTBOX2             402
  221.  
  222.              //SdDiaplayTopics
  223. #define SD_STA_TOPIC            702
  224. #define SD_STA_TOPIC1           703
  225. #define SD_STA_TOPIC2           704
  226. #define SD_STA_DETAIL           752
  227. #define SD_STA_DETAIL1          753
  228. #define SD_STA_DETAIL2          754
  229.  
  230.              //SdDComponentDialogAdv
  231. #define SD_STA_DLGMSG           701
  232.  
  233.              //SdDComponentDialog
  234.  
  235.              // Disk Space Dialog
  236. #define SD_DISKAVI              701
  237. #define SD_DISKREQ              702
  238. #define SD_COMBO_DRIVE          601
  239.  
  240.              // SdLicense
  241. #define SD_ICO_LICENSE          1003
  242.  
  243.              // SdFinishReboot
  244. #define SD_RBUT_RESTARTWINDOWS  501
  245. #define SD_RBUT_RESTARTMACHINE  502
  246. #define SD_RBUT_NONE            503
  247.  
  248.              // SdFinishReboot
  249. #define SD_RBUT_LAUNCHREADME    501
  250. #define SD_RBUT_LAUNCHAPP       502
  251.  
  252.              // SdOptionsButtons
  253. #define SD_STA_STARTMSG1        701
  254. #define SD_STA_STARTMSG2        702
  255. #define SD_STA_STARTMSG3        703
  256. #define SD_STA_STARTMSG4        704
  257. #define SD_PBUT_STARTBUTTON1    101
  258. #define SD_PBUT_STARTBUTTON2    102
  259. #define SD_PBUT_STARTBUTTON3    103
  260. #define SD_PBUT_STARTBUTTON4    104
  261.  
  262.  
  263. #define SD_BMP_BUTTONOPTION1    12001
  264. #define SD_BMP_BUTTONOPTION2    12002
  265. #define SD_BMP_BUTTONOPTION3    12003
  266. #define SD_BMP_BUTTONOPTION4    12004
  267.  
  268.  
  269.