BTNCOLOR.DEF
上传用户:xyjtyn
上传日期:2007-01-01
资源大小:85k
文件大小:0k
源码类别:

按钮控件

开发平台:

Visual C++

  1. ; btncolor.def : Declares the module parameters for the application.
  2. NAME         BTNCOLOR
  3. DESCRIPTION  'BTNCOLOR Windows Application'
  4. EXETYPE      WINDOWS
  5. CODE         PRELOAD MOVEABLE DISCARDABLE
  6. DATA         PRELOAD MOVEABLE MULTIPLE
  7. HEAPSIZE     1024   ; initial heap size
  8. ; Stack size is passed as argument to linker's /STACK option