Advertisement
Guest User

Ouput RC file (invalid)

a guest
Oct 12th, 2011
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 1.45 KB | None | 0 0
  1. /* COFF information not part of RC
  2.    Time stamp: 1318475712
  3.  
  4.    Type: dialog
  5.    COFF information not part of RC
  6.    Time stamp: 1318475712
  7.  
  8.    Name: "GETSTRINGDIALOG"
  9.    COFF information not part of RC
  10.    Time stamp: 1318475712.  */
  11. LANGUAGE 9, 1
  12.  
  13. "GETSTRINGDIALOG" DIALOG MOVEABLE PURE DISCARDABLE 0, 0, 185, 63
  14. STYLE 0x90c808cc
  15. CAPTION "Prompt"
  16. FONT 8, "Ms Shell Dlg 2"
  17. BEGIN
  18.   DEFPUSHBUTTON "OK", 10, 129, 5, 50, 14, 0x50010001
  19.   PUSHBUTTON "Cancel", 11, 129, 21, 50, 14, 0x50010000
  20.   EDITTEXT "", 12, 5, 43, 174, 15, 0x50810080
  21.   LTEXT "Uninitialized message", 13, 5, 5, 119, 33, 0x50000000
  22. END
  23.  
  24. /* Type: 24
  25.    COFF information not part of RC
  26.    Time stamp: 1318475712
  27.  
  28.    Name: 1
  29.    COFF information not part of RC
  30.    Time stamp: 1318475712.  */
  31.  
  32. 1 24 /* RT_MANIFEST */ MOVEABLE PURE DISCARDABLE
  33. BEGIN
  34.   "\n"
  35.   "<?xml version=""1.0"" encoding=""utf-8"" standalone=""yes""?>\n"
  36.   "<assembly xmlns=""urn:schemas-microsoft-com:asm.v1"" manifestVersion=""1.0"">\n"
  37.   "<description>Simple Dialog</description>\n"
  38.   "<dependency>\n"
  39.   "    <dependentAssembly>\n"
  40.   "        <assemblyIdentity\n"
  41.   "\t        type=""win32""\n"
  42.   "\t        name=""Microsoft.Windows.Common-Controls""\n"
  43.   "\t        version=""6.0.0.0""\n"
  44.   "\t        processorArchitecture=""*""\n"
  45.   "\t        publicKeyToken=""6595b64144ccf1df""\n"
  46.   "\t        language=""*""\n"
  47.   "\t    />\n"
  48.   "    </dependentAssembly>\n"
  49.   "</dependency>\n"
  50.   "</assembly>\n"
  51. END
  52.  
  53.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement