PLASMA.DLG
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. 1 DLGINCLUDE "plasma.h"
  2. PROPERTIES DIALOG 58, 20, 138, 80
  3. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  4. STYLE WS_POPUP | WS_DLGFRAME
  5. FONT 10, "MS Sans Serif"
  6. BEGIN
  7.     EDITTEXT        IDM_RANDOMNESS, 71, 47, 59, 12, ES_AUTOHSCROLL
  8.     RTEXT           "Graininess Factor:", 105, 7, 47, 61, 11, NOT WS_GROUP
  9.     PUSHBUTTON      "OK", IDOK, 3, 64, 40, 14
  10.     PUSHBUTTON      "Cancel", IDCANCEL, 49, 64, 40, 14
  11.     PUSHBUTTON      "About", IDM_ABOUT, 95, 64, 40, 14
  12.     CTEXT           "Plasma Cloud", 101, 0, 5, 138, 8
  13.     CTEXT           "Randomly generated plasma clouds.", 103, 0, 16, 138, 8
  14.     CTEXT           "The Graniness Factor is a real", 102, 0, 27, 138, 8
  15.     CTEXT           "number between 0 and 50 inclusive.", 104, 0, 35, 138, 8
  16. END