Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

201 lines
6.0 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "camdlg.rh"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include <winresrc.h>
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE
  25. BEGIN
  26. "camdlg.rh\0"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE
  29. BEGIN
  30. "#include <winresrc.h>\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "\r\n"
  36. "\0"
  37. END
  38. #endif // APSTUDIO_INVOKED
  39. /////////////////////////////////////////////////////////////////////////////
  40. //
  41. // Bitmap
  42. //
  43. IDB_TOOLBAR BITMAP DISCARDABLE "toolbar.bmp"
  44. /////////////////////////////////////////////////////////////////////////////
  45. //
  46. // Dialog
  47. //
  48. IDD_CAMERA DIALOGEX 0, 0, 320, 204
  49. STYLE DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
  50. EXSTYLE WS_EX_CONTEXTHELP
  51. CAPTION "Select Image"
  52. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  53. BEGIN
  54. LTEXT "Which pictures do you want to copy?",
  55. IDC_CAMDLG_BIG_TITLE,7,4,306,15
  56. LTEXT "Select the picture or pictures and click on ""Get Pictures."" For multiple pictures, hold Shift or Control while selecting them.",
  57. IDC_CAMDLG_SUBTITLE,7,21,306,21
  58. CONTROL "",IDC_TOOLBAR_FRAME,"Static",SS_ETCHEDFRAME,7,41,306,17
  59. CONTROL "",IDC_THUMBNAILLIST,"SysListView32",LVS_SHOWSELALWAYS |
  60. LVS_AUTOARRANGE | WS_BORDER | WS_GROUP | WS_TABSTOP,7,62,
  61. 100,112
  62. CONTROL "",IDC_PREVIEW,"WiaPreviewControlFrame",NOT WS_VISIBLE |
  63. WS_BORDER | WS_GROUP,114,62,199,110
  64. LTEXT "You can also:",IDC_YOU_CAN_ALSO,7,178,80,8
  65. CONTROL "View picture information",IDC_CAMDLG_PROPERTIES,
  66. "WiaTextControl",WS_TABSTOP,7,188,151,9
  67. DEFPUSHBUTTON "&Get Pictures",IDOK,208,183,50,14
  68. PUSHBUTTON "Cancel",IDCANCEL,263,183,50,14
  69. END
  70. /////////////////////////////////////////////////////////////////////////////
  71. //
  72. // DESIGNINFO
  73. //
  74. #ifdef APSTUDIO_INVOKED
  75. GUIDELINES DESIGNINFO DISCARDABLE
  76. BEGIN
  77. IDD_CAMERA, DIALOG
  78. BEGIN
  79. LEFTMARGIN, 7
  80. RIGHTMARGIN, 313
  81. TOPMARGIN, 4
  82. BOTTOMMARGIN, 197
  83. END
  84. END
  85. #endif // APSTUDIO_INVOKED
  86. /////////////////////////////////////////////////////////////////////////////
  87. //
  88. // Toolbar
  89. //
  90. IDB_TOOLBAR TOOLBAR DISCARDABLE 16, 16
  91. BEGIN
  92. BUTTON IDC_ICONMODE
  93. BUTTON IDC_PREVIEWMODE
  94. BUTTON IDC_TAKEPICTURE
  95. BUTTON IDC_SELECTALL
  96. BUTTON IDC_DELETE
  97. END
  98. /////////////////////////////////////////////////////////////////////////////
  99. //
  100. // Icon
  101. //
  102. // Icon with lowest ID value placed first to ensure application icon
  103. // remains consistent on all systems.
  104. IDI_FOLDER ICON DISCARDABLE "folder.ico"
  105. IDI_UNAVAILABLE ICON DISCARDABLE "unavail.ico"
  106. IDI_PARENTFOLDER ICON DISCARDABLE "parent.ico"
  107. /////////////////////////////////////////////////////////////////////////////
  108. //
  109. // Accelerator
  110. //
  111. IDR_CAMERA_ACCEL ACCELERATORS DISCARDABLE
  112. BEGIN
  113. "A", IDC_SELECTALL, VIRTKEY, CONTROL, NOINVERT
  114. END
  115. /////////////////////////////////////////////////////////////////////////////
  116. //
  117. // String Table
  118. //
  119. STRINGTABLE DISCARDABLE
  120. BEGIN
  121. IDS_DOWNLOADINGTHUMBNAIL "Downloading %s"
  122. IDS_DOWNLOADINGPREVIEW "Downloading preview: %d%%"
  123. IDS_WARNING "Warning"
  124. IDS_PROCESSINGPREVIEW "Processing preview: %d%%"
  125. IDS_PARENTDIR "Up"
  126. IDS_ICONMODE "&Thumbnails"
  127. IDS_PREVIEWMODE "&Detail"
  128. IDS_DELETE "De&lete"
  129. END
  130. STRINGTABLE DISCARDABLE
  131. BEGIN
  132. IDS_SELECTALL "Select &All"
  133. IDS_CAMERADLG_TITLE "Get Pictures from %ws"
  134. IDS_SUBTITLE_MULTI_SEL "Select the picture or pictures and click on ""Get Pictures."" To copy multiple pictures, hold the Shift or Control keys while selecting."
  135. IDS_SUBTITLE_SINGLE_SEL "Select the picture you want to copy and click on ""Get Picture."""
  136. IDS_TITLE_MULTI_SEL "Which pictures do you want to copy?"
  137. IDS_TITLE_SINGLE_SEL "Which picture do you want to copy?"
  138. IDS_OK_MULTI_SEL "&Get Pictures"
  139. IDS_OK_SINGLE_SEL "&Get Picture"
  140. IDS_DELETE_CONFIRM "Are you sure you want to permanently delete the selected picture(s) from your camera?"
  141. IDS_DELETE_CONFIRM_TITLE "Confirm Picture Delete"
  142. IDS_UNABLE_TO_DELETE "Unable to delete image"
  143. IDS_CAMDLG_PROPSHEETERROR
  144. "Unable to display the properties for this item."
  145. IDS_CAMDLG_ERROR_TITLE "Properties"
  146. IDS_CAMDLG_PROPERTIES_TITLE "Properties"
  147. IDS_DELETE_SINGULAR "De&lete"
  148. IDS_CAMDLG_PROGDLG_TITLE "Get Pictures"
  149. END
  150. STRINGTABLE DISCARDABLE
  151. BEGIN
  152. IDS_CAMDLG_PROGDLG_MESSAGE "Please wait, reading picture information..."
  153. IDS_TAKEPICTURE "Take &Picture"
  154. IDS_CAMDLG_PROPSHEETNOPAGES "There are no properties for this item."
  155. END
  156. #endif // English (U.S.) resources
  157. /////////////////////////////////////////////////////////////////////////////
  158. #ifndef APSTUDIO_INVOKED
  159. /////////////////////////////////////////////////////////////////////////////
  160. //
  161. // Generated from the TEXTINCLUDE 3 resource.
  162. //
  163. /////////////////////////////////////////////////////////////////////////////
  164. #endif // not APSTUDIO_INVOKED