DittoUtil.rc 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. // Microsoft Visual C++ generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "afxres.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
  25. BEGIN
  26. "resource.h\0"
  27. END
  28. 2 TEXTINCLUDE
  29. BEGIN
  30. "#include ""afxres.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE
  34. BEGIN
  35. "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  36. "#define _AFX_NO_OLE_RESOURCES\r\n"
  37. "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  38. "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  39. "\r\n"
  40. "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  41. "LANGUAGE 9, 1\r\n"
  42. "#pragma code_page(1252)\r\n"
  43. "#include ""res\\DittoUtil.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
  44. "#include ""afxres.rc"" // Standard components\r\n"
  45. "#endif\r\n"
  46. "\0"
  47. END
  48. #endif // APSTUDIO_INVOKED
  49. /////////////////////////////////////////////////////////////////////////////
  50. //
  51. // Version
  52. //
  53. VS_VERSION_INFO VERSIONINFO
  54. FILEVERSION 3,18,0,0
  55. PRODUCTVERSION 3,18,0,0
  56. FILEFLAGSMASK 0x3fL
  57. #ifdef _DEBUG
  58. FILEFLAGS 0x1L
  59. #else
  60. FILEFLAGS 0x0L
  61. #endif
  62. FILEOS 0x4L
  63. FILETYPE 0x2L
  64. FILESUBTYPE 0x0L
  65. BEGIN
  66. BLOCK "StringFileInfo"
  67. BEGIN
  68. BLOCK "040904e4"
  69. BEGIN
  70. VALUE "CompanyName", "Ditto Utility Addin"
  71. VALUE "FileDescription", "Ditto Utility Addin"
  72. VALUE "FileVersion", "3.18.0.0"
  73. VALUE "InternalName", "DittoUtil.dll"
  74. VALUE "LegalCopyright", "Ditto. All rights reserved."
  75. VALUE "OriginalFilename", "DittoUtil.dll"
  76. VALUE "ProductName", "Ditto Utility Addin"
  77. VALUE "ProductVersion", "3.18.0.0"
  78. END
  79. END
  80. BLOCK "VarFileInfo"
  81. BEGIN
  82. VALUE "Translation", 0x409, 1252
  83. END
  84. END
  85. /////////////////////////////////////////////////////////////////////////////
  86. //
  87. // Dialog
  88. //
  89. IDD_DIALOG_SELECT_FORMAT DIALOGEX 0, 0, 353, 195
  90. STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU |
  91. WS_THICKFRAME
  92. CAPTION "Dialog"
  93. FONT 8, "MS Shell Dlg", 400, 0, 0x1
  94. BEGIN
  95. DEFPUSHBUTTON "OK",IDOK,242,174,50,14
  96. PUSHBUTTON "Cancel",IDCANCEL,296,174,50,14
  97. LISTBOX IDC_LIST1,7,25,339,141,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  98. WS_VSCROLL | WS_TABSTOP
  99. LTEXT "Select the clip to paste the clip data as text",
  100. IDC_STATIC,9,8,335,15
  101. CONTROL "Paste as Unicode",IDC_CHECK_PASTE_AS_UNICODE,"Button",BS_AUTOCHECKBOX |
  102. WS_TABSTOP,7,172,76,9
  103. END
  104. /////////////////////////////////////////////////////////////////////////////
  105. //
  106. // DESIGNINFO
  107. //
  108. #ifdef APSTUDIO_INVOKED
  109. GUIDELINES DESIGNINFO
  110. BEGIN
  111. IDD_DIALOG_SELECT_FORMAT, DIALOG
  112. BEGIN
  113. LEFTMARGIN, 7
  114. RIGHTMARGIN, 346
  115. TOPMARGIN, 7
  116. BOTTOMMARGIN, 188
  117. END
  118. END
  119. #endif // APSTUDIO_INVOKED
  120. #endif // English (U.S.) resources
  121. /////////////////////////////////////////////////////////////////////////////
  122. #ifndef APSTUDIO_INVOKED
  123. /////////////////////////////////////////////////////////////////////////////
  124. //
  125. // Generated from the TEXTINCLUDE 3 resource.
  126. //
  127. #define _AFX_NO_SPLITTER_RESOURCES
  128. #define _AFX_NO_OLE_RESOURCES
  129. #define _AFX_NO_TRACKER_RESOURCES
  130. #define _AFX_NO_PROPERTY_RESOURCES
  131. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  132. LANGUAGE 9, 1
  133. #pragma code_page(1252)
  134. #include "res\DittoUtil.rc2" // non-Microsoft Visual C++ edited resources
  135. #include "afxres.rc" // Standard components
  136. #endif
  137. /////////////////////////////////////////////////////////////////////////////
  138. #endif // not APSTUDIO_INVOKED