home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / pcmagazi / 1992 / 04 / addsynth.rc < prev    next >
Text File  |  1991-11-06  |  611b  |  17 lines

  1. /*-----------------------------
  2.    ADDSYNTH.RC resource script
  3.   -----------------------------*/
  4.  
  5. #include <windows.h>
  6. #include "addsynth.h"
  7.  
  8. AddSynth DIALOG 32768, 0, 176, 48
  9.      STYLE WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_MINIMIZEBOX
  10.      CAPTION "Additive Synthesis"
  11.      {
  12.      PUSHBUTTON "Trumpet"           ID_TRUMPET,    8,  8,  48, 16, WS_DISABLED
  13.      PUSHBUTTON "Oboe"              ID_OBOE,      64,  8,  48, 16, WS_DISABLED
  14.      PUSHBUTTON "Clarinet"          ID_CLARINET, 120,  8,  48, 16, WS_DISABLED
  15.      LTEXT      "Preparing Data..." ID_TEXT,       8, 32, 100,  8
  16.      }
  17.