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.

140 lines
5.8 KiB

  1. #include "windows.h"
  2. #include "resource.h"
  3. #include "cuires.h"
  4. #include "msutb.rcv"
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Icon
  8. //
  9. ID_ICON_CONTROLBTN ICON DISCARDABLE ctlbtn.ico
  10. ID_ICON_INFO ICON DISCARDABLE info.ico
  11. /////////////////////////////////////////////////////////////////////////////
  12. //
  13. // Bitmap
  14. //
  15. ID_BITMAP_CAPS BITMAP DISCARDABLE caps.bmp
  16. ID_BITMAP_KANA BITMAP DISCARDABLE kana.bmp
  17. ID_BITMAP_CAPSV BITMAP DISCARDABLE capsv.bmp
  18. ID_BITMAP_KANAV BITMAP DISCARDABLE kanav.bmp
  19. ID_BITMAP_TRAYICONPOS BITMAP DISCARDABLE trayicon.bmp
  20. ID_BITMAP_DESKBANDPOS BITMAP DISCARDABLE deskband.bmp
  21. /////////////////////////////////////////////////////////////////////////////
  22. //
  23. // Dialog
  24. //
  25. IDD_CLOSELANGBAR DIALOG DISCARDABLE 0, 0, 230, 90
  26. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  27. CAPTION "Language Bar"
  28. FONT 8, "MS Shell Dlg"
  29. BEGIN
  30. LTEXT "You have closed the Language bar.\r\n\r\nTo use the Language bar later, check ""Show the Language bar on the desktop"" in the Language Bar Settings dialog, which you can find within the Text Services control panel."
  31. IDC_STATIC,7,7,217,45
  32. CONTROL "&Do not show me this message again.",IDC_DONTSHOWAGAIN,"Button",
  33. BS_AUTOCHECKBOX | WS_TABSTOP,6,53,135,10
  34. DEFPUSHBUTTON "OK",IDOK,54,71,50,14
  35. PUSHBUTTON "Cancel",IDCANCEL,122,70,50,14
  36. END
  37. IDD_CLOSELANGBAR51 DIALOG DISCARDABLE 0, 0, 230, 90
  38. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  39. CAPTION "Language Bar"
  40. FONT 8, "MS Shell Dlg"
  41. BEGIN
  42. LTEXT "You have closed the Language bar.\r\n\r\nTo use the Language bar later, check ""Show the Language bar on the desktop"" in the Language Bar Settings dialog, which you can find within the Regional and Language Options control panel."
  43. IDC_STATIC,7,7,217,45
  44. CONTROL "&Do not show me this message again.",IDC_DONTSHOWAGAIN,"Button",
  45. BS_AUTOCHECKBOX | WS_TABSTOP,6,53,135,10
  46. DEFPUSHBUTTON "OK",IDOK,54,71,50,14
  47. PUSHBUTTON "Cancel",IDCANCEL,122,70,50,14
  48. END
  49. IDD_MINIMIZELANGBAR DIALOGEX 0, 0, 225, 114
  50. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  51. CAPTION "Language bar"
  52. FONT 8, "MS Shell Dlg"
  53. BEGIN
  54. DEFPUSHBUTTON "OK",IDOK,87,94,50,14
  55. CONTROL ID_BITMAP_TRAYICONPOS,IDC_STATIC,"Static",SS_BITMAP,83,47,60,23,
  56. WS_EX_STATICEDGE
  57. ICON ID_ICON_INFO,IDC_STATIC,7,14,21,20
  58. CONTROL "Don't show me this message again.",IDC_DONTSHOWAGAIN,
  59. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,49,77,126,11
  60. LTEXT "You have minimized the Language bar. To restore it, just click the Language bar icon (near the clock) and select ""Restore the Language bar"" from the pop-up menu."
  61. IDC_STATIC,37,11,180,29
  62. END
  63. IDD_MINIMIZELANGBAR51 DIALOGEX 0, 0, 225, 114
  64. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  65. CAPTION "Language bar"
  66. FONT 8, "MS Shell Dlg"
  67. BEGIN
  68. DEFPUSHBUTTON "OK",IDOK,87,94,50,14
  69. CONTROL ID_BITMAP_DESKBANDPOS,IDC_STATIC,"Static",SS_BITMAP,73,47,60,23,
  70. WS_EX_STATICEDGE
  71. ICON ID_ICON_INFO,IDC_STATIC,7,14,21,20
  72. CONTROL "Don't show me this message again.",IDC_DONTSHOWAGAIN,
  73. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,49,77,126,11
  74. LTEXT "You have minimized the Language bar. To restore it, just click the Language bar icon (near the clock) and select ""Restore the Language bar"" from the pop-up menu."
  75. IDC_STATIC,37,11,180,29
  76. END
  77. /////////////////////////////////////////////////////////////////////////////
  78. //
  79. // String
  80. //
  81. STRINGTABLE DISCARDABLE
  82. BEGIN
  83. IDS_SHOWINPUTCPL "S&ettings..."
  84. IDS_OPAQUE "&Opaque"
  85. IDS_LOWTRANSPARENCY "&Low Transparency"
  86. IDS_HIGHTRANSPARENCY "&High Transparency"
  87. IDS_SHOWTEXT "Sh&ow Text"
  88. IDS_HIDETEXT "H&ide Text"
  89. IDS_BREAK "&Break to debugger"
  90. IDS_CANCEL "&Cancel"
  91. IDS_CONTROLBTN "Restore the Language bar"
  92. IDS_RESTOREDEFAULTS "&Restore Defaults"
  93. IDS_TRANSPARENCY "&Transparency"
  94. IDS_TEXTLABEL "Te&xt Labels"
  95. IDS_MINIMIZE "&Minimize"
  96. IDS_RESTORE "&Restore the Language bar"
  97. IDS_CLOSE "&Close the Language bar"
  98. IDS_MINIMIZEDBALLOONTEXT "You have minimized the language bar."
  99. IDS_OVERSCREENSIZE "More buttons are available.\r\nTo see them, click the arrow."
  100. IDS_NOTIFICATIONICONS "&Additional icons in taskbar"
  101. IDS_NOMOREITEM "You cannot remove the last button from the language bar. Do you want to close the language bar?\r\nYou can always restore the language bar from Text Services control panel."
  102. IDS_LANGBAR "The language bar"
  103. IDS_ADJUSTLANGBAND "&Adjust the Language band position"
  104. IDS_NUI_LANGUAGE_TEXT "Language"
  105. IDS_NUI_LANGUAGE_TOOLTIP "Language Button"
  106. IDS_MENUWINDOW "Menu Window"
  107. IDS_LEFTCLICK "Left Click"
  108. IDS_VERTICAL "&Vertical"
  109. IDS_LANGBAND "Language bar"
  110. IDS_LANGBANDMENUTEXTPUI "@%SystemRoot%\\System32\\msutb.dll,-325"
  111. IDS_CBTN_MINIMIZE "Minimize"
  112. IDS_CBTN_EXTMENU "Options"
  113. IDS_CBTN_KANAKEY "Kana status"
  114. IDS_CBTN_CAPSKEY "Caps status"
  115. IDS_CBTN_RESTORE "Restore"
  116. END
  117. //
  118. // include string table for CUILIB.LIB
  119. //
  120. #include "cuires.rc"