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.

150 lines
6.6 KiB

  1. /******************************************************************************
  2. Resource Script for the Still Image Class Installer
  3. Most of the resources are the individual dialogs for class installer pages.
  4. The rest are strings used to aid localization, the ubiquitous version
  5. resource, and an icon or bitmap or two.
  6. Copyright (c) 1997 by Microsoft Corporation. All Rights Reserved.
  7. Change History:
  8. 01-14-97 Bob Kjelgaard Created.
  9. 07-17-97 Tim Wells Ported to NT.
  10. ******************************************************************************/
  11. #include "sti_ci.h"
  12. //
  13. // Dialogs
  14. //
  15. IDD_DYNAWIZ_FIRSTPAGE DIALOGEX DISCARDABLE 0, 0, 317, 188
  16. STYLE DS_FIXEDSYS | WS_CHILD
  17. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  18. BEGIN
  19. LTEXT "Welcome to the Scanner and \nCamera Installation Wizard", WelcomeMessage,115,8,188,24
  20. LTEXT "This wizard helps you to install a digital camera, scanner or other image device that Windows did not automatically detect.",
  21. -1,115,40,188,38
  22. LTEXT "To continue, click Next.", -1,115,173,188,8
  23. END
  24. IDD_DYNAWIZ_SELECT_PREVPAGE DIALOGEX DISCARDABLE 0, 0, 317, 143
  25. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | DS_SETFOREGROUND | DS_SHELLFONT
  26. CAPTION "Scanner and Camera Installation Wizard"
  27. FONT 8, "MS Shell Dlg"
  28. BEGIN
  29. CONTROL WizardBitmap2,WizardBitmap2,"Static",SS_BITMAP | SS_SUNKEN | SS_REALSIZEIMAGE,0,0,88,155
  30. LTEXT "This is a bogus page inserted into the wizard to allow navigation of the full set of pages.\n\nTo skip over Device Selection, click Next.",
  31. -1,92,0,172,65
  32. END
  33. IDD_DYNAWIZ_SELECT_NEXTPAGE DIALOGEX DISCARDABLE 0, 0, 317, 143
  34. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | DS_SETFOREGROUND | DS_SHELLFONT
  35. CAPTION "Scanner and Camera Installation Wizard"
  36. FONT 8, "MS Shell Dlg"
  37. BEGIN
  38. CONTROL WizardBitmap2,WizardBitmap2,"Static",SS_BITMAP | SS_SUNKEN | SS_REALSIZEIMAGE,0,0,88,155
  39. LTEXT "Plug your device into a port on your computer, and then select the port below.",
  40. IDC_PORTSEL_MESSAGE,92,0,172,21
  41. LTEXT "&Available ports:",IDC_PORTSEL_AVAILABLEPORTS,92,35,184,18
  42. LISTBOX LocalPortList,92,45,184,78, LBS_USETABSTOPS | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  43. // PUSHBUTTON "&Configure Port...",ConfigureButton,149,110,70,14
  44. END
  45. NameTheDevice DIALOGEX DISCARDABLE 0, 0, 317, 143
  46. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | DS_SETFOREGROUND | DS_SHELLFONT
  47. CAPTION "Scanner and Camera Installation Wizard"
  48. FONT 8, "MS Shell Dlg"
  49. BEGIN
  50. CONTROL WizardBitmap2,WizardBitmap2,"Static",SS_BITMAP | SS_SUNKEN | SS_REALSIZEIMAGE,0,0,88,155
  51. LTEXT "Type a name for your device or use the one provided below.",
  52. IDC_STATIC,92,0,220,8
  53. LTEXT "N&ame:",IDC_STATIC,92,22,184,9
  54. EDITTEXT DeviceFriendlyName,92,34,184,14,ES_AUTOHSCROLL
  55. END
  56. EmeraldCity DIALOGEX DISCARDABLE 0, 0, 317, 188
  57. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | DS_SETFOREGROUND | DS_SHELLFONT
  58. CAPTION "Scanner and Camera Installation Wizard"
  59. FONT 8, "MS Shell Dlg"
  60. BEGIN
  61. LTEXT "Completing the Scanner and Camera Installation Wizard", CompleteMessage, 115,8,188,24
  62. LTEXT "To close this wizard and complete the installation of your device, click Finish. To change your installation preferences, click Back.",
  63. -1,115,40,205,38
  64. END
  65. //
  66. // Icons
  67. //
  68. //ScannerIcon ICON DISCARDABLE "..\\..\\user\\cpl\\sti.ico"
  69. ImageIcon ICON "image.ico"
  70. //
  71. // Bitmaps
  72. //
  73. WizardBitmap BITMAP MOVEABLE PURE "WIZARD.BMP"
  74. WizardBitmap2 BITMAP MOVEABLE PURE "WIZARD2.BMP"
  75. IDB_BANNERBMP BITMAP DISCARDABLE "BANNER.BMP"
  76. //
  77. // String Table
  78. //
  79. STRINGTABLE DISCARDABLE
  80. BEGIN
  81. MessageTitle "Scanner and Camera Installation Wizard"
  82. InstallationSuccessful "Congratulations! You have successfully installed the selected device!"
  83. InstallationFailed "The system was unable to install your device"
  84. SelectionInstructions "Select the manufacturer and model of your device. If your device is not on this list, and you have an install disk (or you have an updated driver for an existing model), push 'Have Disk...'."
  85. ListTitle "Scanner and Camera Models"
  86. DuplicateDeviceName "The device name you chose is in use by some other device.\n\nEach still image device must have a unique name.\n\nPlease change the device name."
  87. CannotConfigurePort "The selected port can not be configured."
  88. AutoPortSelect "Automatic port detection"
  89. HeaderTitle "Scanner and camera installation"
  90. SubHeaderTitle ""
  91. WiaWizardName "Scanner and Camera Wizard"
  92. AccessoriesFolderName "Start Menu\\Programs\\Accessories"
  93. WiaWizardDescription "Allows you to capture pictures from a scanner or digital camera"
  94. DeviceNameTooLong "The device name you chose is too long. Please make it fit in 64 characters."
  95. NoDeviceName "You need to specify a name for this device."
  96. WiaServiceDescription "Provides image acquisition services for scanners and cameras."
  97. WiaServiceName "Windows Image Acquisition (WIA)"
  98. HeaderForPortsel "Connect your device to your computer."
  99. HeaderForNameIt "What is the name of your device?"
  100. LocalAccessoriesFolderName "Accessories"
  101. PortSelectMessage0 "Plug your device into a port on your computer, and then select the port below."
  102. PortSelectMessage1 "To setup your device port setting, you will have to go to device property page after installation is completed."
  103. SelDevTitle "Which scanner or camera do you want to install?"
  104. SelDevSubTitle ""
  105. SelDevInstructions "Select the manufacturer and model of your device. If you have an installation disk, click Have Disk."
  106. SelDevListLabel "Model"
  107. END
  108. STRINGTABLE DISCARDABLE
  109. BEGIN
  110. IDS_TITLEFONTNAME "Verdana Bold"
  111. IDS_TITLEFONTSIZE "12"
  112. END
  113. //
  114. // Version Resources
  115. //
  116. #include <ntverp.h>
  117. #define VER_FILETYPE VFT_DLL
  118. #define VER_FILESUBTYPE VFT2_UNKNOWN
  119. #define VER_FILEDESCRIPTION_STR "Still Image Class Installer"
  120. #define VER_INTERNALNAME_STR "STICI\0"
  121. #define VER_ORIGINALFILENAME_STR "STICI.DLL"
  122. #include "common.ver"