• 当前位置: 首页 > 系统I类源码 > 系统工具源码易语言单多选择框演示源码,易语言XP风格的单选框和选择框皮肤模
  • 易语言单多选择框演示源码,易语言XP风格的单选框和选择框皮肤模

    • 软件授权:
      开源软件
    • 软件大小:
      13.53 KB
    • 文件类型:
      .zip,.e
    • 下载次数:
    • 上传用户:
      心脏
    • 发布时间:
      2018-10-09 13:37
    • 软件等阶:
    • 运行环境:
      Winall,Win2003,WinXP,Win7,Win8
    • 软件评级:

    软件介绍             



     

    XP风格的单选框和选择框皮肤模块


    系统结构:加入单选框,取索引,产生素材和字体,画单选框,是否在单选框上,WindowProc,XP单选框,CreateCompatibleDC,CreateDCAsNull,CreateDIBitmap,DeleteObject,SelectObject,GetObjectAPI,DeleteDC,CreateCompatibleBitmap,BitBlt,GetDC,GetWindowRect,SetWindowLong,CallWindowProc,ReleaseDC,DrawText,SetBkMode,SetTextColor,GetCursorPos,PostMessage,IsWindowEnabled,MulDiv,GetDeviceCaps,CreateFontIndirect,GetWindowText,FillRect,CreateSolidBrush,GetSysColor,GetPixel,加入选择框,取索引,产生素材和字体,画选择框,是否在选择框上,WindowProc,XP选择框,CreateCompatibleDC,CreateDCAsNull,CreateDIBitmap,DeleteObject,SelectObject,GetObjectAPI,DeleteDC,CreateCompatibleBitmap,BitBlt,GetDC,GetWindowRect,SetWindowLong,CallWindowProc,ReleaseDC,DrawText,SetBkMode,SetTextColor,GetCursorPos,PostMessage,IsWindowEnabled,MulDiv,GetDeviceCaps,CreateFontIndirect,GetWindowText,FillRect,CreateSolidBrush,GetSysColor,GetPixel,


    ======程序集1
               |  |
               |  |------ _启动子程序
               |  |
               |  |------ 加入单选框
               |  |
               |  |------ 取索引
               |  |
               |  |------ 产生素材和字体
               |  |
               |  |------ 画单选框
               |  |
               |  |------ 是否在单选框上
               |  |
               |  |------ WindowProc
               |  |
               |  |------ _临时子程序
               |  |
               |  |
    ======_接口程序集
               |  |
               |  |------ XP单选框
               |  |
               |  |
    ======调用的Dll
               |  |
               |  |---[dll]------   CreateCompatibleDC
               |  |
               |  |---[dll]------   CreateDCAsNull
               |  |
               |  |---[dll]------   CreateDIBitmap
               |  |
               |  |---[dll]------   DeleteObject
               |  |
               |  |---[dll]------   SelectObject
               |  |
               |  |---[dll]------   GetObjectAPI
               |  |
               |  |---[dll]------   DeleteDC
               |  |
               |  |---[dll]------   CreateCompatibleBitmap
               |  |
               |  |---[dll]------   BitBlt
               |  |
               |  |---[dll]------   GetDC
               |  |
               |  |---[dll]------   GetWindowRect
               |  |
               |  |---[dll]------   SetWindowLong
               |  |
               |  |---[dll]------   CallWindowProc
               |  |
               |  |---[dll]------   ReleaseDC
               |  |
               |  |---[dll]------   DrawText
               |  |
               |  |---[dll]------   SetBkMode
               |  |
               |  |---[dll]------   SetTextColor
               |  |
               |  |---[dll]------   GetCursorPos
               |  |
               |  |---[dll]------   PostMessage
               |  |
               |  |---[dll]------   IsWindowEnabled
               |  |
               |  |---[dll]------   MulDiv
               |  |
               |  |---[dll]------   GetDeviceCaps
               |  |
               |  |---[dll]------   CreateFontIndirect
               |  |
               |  |---[dll]------   GetWindowText
               |  |
               |  |---[dll]------   FillRect
               |  |
               |  |---[dll]------   CreateSolidBrush
               |  |
               |  |---[dll]------   GetSysColor
               |  |
               |  |---[dll]------   GetPixel
      ======程序集1
               |  |
               |  |------ _启动子程序
               |  |
               |  |------ 加入选择框
               |  |
               |  |------ 取索引
               |  |
               |  |------ 产生素材和字体
               |  |
               |  |------ 画选择框
               |  |
               |  |------ 是否在选择框上
               |  |
               |  |------ WindowProc
               |  |
               |  |------ _临时子程序
               |  |
               |  |
    ======_接口程序集
               |  |
               |  |------ XP选择框
               |  |
               |  |
    ======调用的Dll
               |  |
               |  |---[dll]------   CreateCompatibleDC
               |  |
               |  |---[dll]------   CreateDCAsNull
               |  |
               |  |---[dll]------   CreateDIBitmap
               |  |
               |  |---[dll]------   DeleteObject
               |  |
               |  |---[dll]------   SelectObject
               |  |
               |  |---[dll]------   GetObjectAPI
               |  |
               |  |---[dll]------   DeleteDC
               |  |
               |  |---[dll]------   CreateCompatibleBitmap
               |  |
               |  |---[dll]------   BitBlt
               |  |
               |  |---[dll]------   GetDC
               |  |
               |  |---[dll]------   GetWindowRect
               |  |
               |  |---[dll]------   SetWindowLong
               |  |
               |  |---[dll]------   CallWindowProc
               |  |
               |  |---[dll]------   ReleaseDC
               |  |
               |  |---[dll]------   DrawText
               |  |
               |  |---[dll]------   SetBkMode
               |  |
               |  |---[dll]------   SetTextColor
               |  |
               |  |---[dll]------   GetCursorPos
               |  |
               |  |---[dll]------   PostMessage
               |  |
               |  |---[dll]------   IsWindowEnabled
               |  |
               |  |---[dll]------   MulDiv
               |  |
               |  |---[dll]------   GetDeviceCaps
               |  |
               |  |---[dll]------   CreateFontIndirect
               |  |
               |  |---[dll]------   GetWindowText
               |  |
               |  |---[dll]------   FillRect
               |  |
               |  |---[dll]------   CreateSolidBrush
               |  |
               |  |---[dll]------   GetSysColor
               |  |
               |  |---[dll]------   GetPixel
      ======窗口程序集1
               |  |
               |  |------ __启动窗口_创建完毕

      


    XP风格的单选框和选择框皮肤模块


    调用的DLL命令:


    .DLL命令 CreateCompatibleDC, 整数型
        .参数 a


    .DLL命令 CreateDCAsNull, 整数型, , "CreateDCA"
        .参数 a, 文本型
        .参数 b
        .参数 c
        .参数 d


    .DLL命令 CreateDIBitmap, 整数型, , "CreateDIBitmap"
        .参数 hdc
        .参数 lpInfoHeader, 字节集
        .参数 dwUsage
        .参数 lpInitBits, 字节集
        .参数 lpInitInfo, 字节集
        .参数 wUsage


    .DLL命令 DeleteObject, , , "DeleteObject"
        .参数 z


    .DLL命令 SelectObject, 整数型
        .参数 a
        .参数 b


    .DLL命令 GetObjectAPI, , , "GetObjectA"
        .参数 hObject
        .参数 nCount
        .参数 lpObject, BITMAP, 传址


    .DLL命令 DeleteDC
        .参数 a


    .DLL命令 CreateCompatibleBitmap, 整数型, , "CreateCompatibleBitmap"
        .参数 h
        .参数 w
        .参数 h


    .DLL命令 BitBlt, 整数型, , "BitBlt"
        .参数 shdc, 整数型
        .参数 z, 整数型
        .参数 s, 整数型
        .参数 k, 整数型
        .参数 g, 整数型
        .参数 dhdc, 整数型
        .参数 x, 整数型
        .参数 y, 整数型
        .参数 d, 整数型


    .DLL命令 GetDC, 整数型, , "GetDC"
        .参数 hWnd, 整数型


    .DLL命令 GetWindowRect, , , "GetWindowRect"
        .参数 hwnd
        .参数 lpRect, RECT, 传址


    .DLL命令 SetWindowLong, 整数型, , "SetWindowLongA"
        .参数 hwnd
        .参数 nIndex
        .参数 dwNewLong, 子程序指针


    .DLL命令 CallWindowProc, 整数型, , "CallWindowProcA"
        .参数 lpPrevWndFunc
        .参数 hwnd
        .参数 Msg
        .参数 wParam
        .参数 lParam


    .DLL命令 ReleaseDC, , , "ReleaseDC"
        .参数 hwnd
        .参数 hdc


    .DLL命令 DrawText, , , "DrawTextA"
        .参数 hdc
        .参数 lpStr, 文本型
        .参数 nCount
        .参数 lpRect, RECT, 传址
        .参数 wFormat


    .DLL命令 SetBkMode, , , "SetBkMode"
        .参数 hdc
        .参数 nBkMode


    .DLL命令 SetTextColor, , , "SetTextColor"
        .参数 hdc
        .参数 colors


    .DLL命令 GetCursorPos, , , "GetCursorPos"
        .参数 x, POINTAPI, 传址


    .DLL命令 PostMessage, , , "PostMessageA"
        .参数 hwnd
        .参数 wMsg
        .参数 wParam
        .参数 lParam, , 传址


    .DLL命令 IsWindowEnabled, 整数型, , "IsWindowEnabled"
        .参数 hwnd, 整数型


    .DLL命令 MulDiv, 整数型, , "MulDiv"
        .参数 nNumber
        .参数 nNumerator
        .参数 nDenominator


    .DLL命令 GetDeviceCaps, 整数型, , "GetDeviceCaps"
        .参数 hdc
        .参数 nIndex, , , LOGPIXELSY = 90


    .DLL命令 CreateFontIndirect, 整数型, , "CreateFontIndirectA"
        .参数 lpLogFont, LOGFONT


    .DLL命令 GetWindowText, , , "GetWindowTextA"
        .参数 hwnd
        .参数 lpString, 文本型
        .参数 cch


    .DLL命令 FillRect, , , "FillRect"
        .参数 hdc
        .参数 lpRect, RECT, 传址
        .参数 hBrush


    .DLL命令 CreateSolidBrush, 整数型, , "CreateSolidBrush"
        .参数 crColor


    .DLL命令 GetSysColor, 整数型, , "GetSysColor"
        .参数 nIndex


    .DLL命令 GetPixel, 整数型, , "GetPixel"
        .参数 hdc
        .参数 x
        .参数 y


    调用的DLL命令:


    .DLL命令 CreateCompatibleDC, 整数型
        .参数 a


    .DLL命令 CreateDCAsNull, 整数型, , "CreateDCA"
        .参数 a, 文本型
        .参数 b
        .参数 c
        .参数 d


    .DLL命令 CreateDIBitmap, 整数型, , "CreateDIBitmap"
        .参数 hdc
        .参数 lpInfoHeader, 字节集
        .参数 dwUsage
        .参数 lpInitBits, 字节集
        .参数 lpInitInfo, 字节集
        .参数 wUsage


    .DLL命令 DeleteObject, , , "DeleteObject"
        .参数 z


    .DLL命令 SelectObject, 整数型
        .参数 a
        .参数 b


    .DLL命令 GetObjectAPI, , , "GetObjectA"
        .参数 hObject
        .参数 nCount
        .参数 lpObject, BITMAP, 传址


    .DLL命令 DeleteDC
        .参数 a


    .DLL命令 CreateCompatibleBitmap, 整数型, , "CreateCompatibleBitmap"
        .参数 h
        .参数 w
        .参数 h


    .DLL命令 BitBlt, 整数型, , "BitBlt"
        .参数 shdc, 整数型
        .参数 z, 整数型
        .参数 s, 整数型
        .参数 k, 整数型
        .参数 g, 整数型
        .参数 dhdc, 整数型
        .参数 x, 整数型
        .参数 y, 整数型
        .参数 d, 整数型


    .DLL命令 GetDC, 整数型, , "GetDC"
        .参数 hWnd, 整数型


    .DLL命令 GetWindowRect, , , "GetWindowRect"
        .参数 hwnd
        .参数 lpRect, RECT, 传址


    .DLL命令 SetWindowLong, 整数型, , "SetWindowLongA"
        .参数 hwnd
        .参数 nIndex
        .参数 dwNewLong, 子程序指针


    .DLL命令 CallWindowProc, 整数型, , "CallWindowProcA"
        .参数 lpPrevWndFunc
        .参数 hwnd
        .参数 Msg
        .参数 wParam
        .参数 lParam


    .DLL命令 ReleaseDC, , , "ReleaseDC"
        .参数 hwnd
        .参数 hdc


    .DLL命令 DrawText, , , "DrawTextA"
        .参数 hdc
        .参数 lpStr, 文本型
        .参数 nCount
        .参数 lpRect, RECT, 传址
        .参数 wFormat


    .DLL命令 SetBkMode, , , "SetBkMode"
        .参数 hdc
        .参数 nBkMode


    .DLL命令 SetTextColor, , , "SetTextColor"
        .参数 hdc
        .参数 colors


    .DLL命令 GetCursorPos, , , "GetCursorPos"
        .参数 x, POINTAPI, 传址


    .DLL命令 PostMessage, , , "PostMessageA"
        .参数 hwnd
        .参数 wMsg
        .参数 wParam
        .参数 lParam, , 传址


    .DLL命令 IsWindowEnabled, 整数型, , "IsWindowEnabled"
        .参数 hwnd, 整数型


    .DLL命令 MulDiv, 整数型, , "MulDiv"
        .参数 nNumber
        .参数 nNumerator
        .参数 nDenominator


    .DLL命令 GetDeviceCaps, 整数型, , "GetDeviceCaps"
        .参数 hdc
        .参数 nIndex, , , LOGPIXELSY = 90


    .DLL命令 CreateFontIndirect, 整数型, , "CreateFontIndirectA"
        .参数 lpLogFont, LOGFONT


    .DLL命令 GetWindowText, , , "GetWindowTextA"
        .参数 hwnd
        .参数 lpString, 文本型
        .参数 cch


    .DLL命令 FillRect, , , "FillRect"
        .参数 hdc
        .参数 lpRect, RECT, 传址
        .参数 hBrush


    .DLL命令 CreateSolidBrush, 整数型, , "CreateSolidBrush"
        .参数 crColor


    .DLL命令 GetSysColor, 整数型, , "GetSysColor"
        .参数 nIndex


    .DLL命令 GetPixel, 整数型, , "GetPixel"
        .参数 hdc
        .参数 x
        .参数 y

    相关软件

    下载说明

    本站目前主要提供易语言源码、模块、支持库等下载大部分源码均为ZIP打包,
    注:本站源码主要来源于网络收集。如有侵犯您的利益,请联系我们,我们将及时删除!
    部分源码可能含有危险代码,(如关机、格式化磁盘等),请看清代码在运行。
    由此产生的一切后果本站均不负责。源码仅用于学习使用,如需运用到商业场景请咨询原作者。

    使用本站源码开发的产品均与本站无任何关系,请大家遵守国家相关法律。

     

    推荐排行

    • 易语言糊模查找窗口标题

      易语言糊模查找窗口标题并弹出源码,枚举系统所有窗口,GetWindow,GetWindowText,GetWindowTextLength,FindWindow,ShowWindow...

    • 易语言其它简易换肤13种源

      易语言其它简易换肤13种源码,配色...

    • 易语言简单的验证码识别

      易语言简单的验证码识别加界面源码,主识别程序,是否符合,说明,程序初始化,显示验证码,分割图片,对应识别,替换杂色,全部替换色,除指定色外全部除去,读入图片...

    • 易语言笔划输入法一整套

      易语言笔划输入法一整套文件源码,子程序1,数清,清,按钮1,按钮2,按钮3,按钮4,按钮5,注,投递文本,解码火星文,计1,笔画字刷新,操作,字刷新,计,填,GetGUIThreadInfo,ClientToScreen,屏幕截图,拖动屏幕...

    • 易语言窗口渐变源码

      易语言窗口渐变源码,CreateSolidBrush,DeleteObject,FillRect,GetDC...

    • 易语言窗体拉动源码

      易语言窗体拉动源码,设置系统菜单,API_设置窗口区域,创建椭圆区域,取窗口风格,置窗口风格...

    • 易语言突破灰色按钮和水

      易语言突破灰色按钮和水波特效,突破灰色按钮和水波特效源码,装载图片,水周期,水波特效,装载图片_,接收装载图返回的整数,水周期_,窗口绘图,水波特效_,突破灰色按钮,激活按钮,取得当...

    • 易语言突破灰色按钮和水

      易语言突破灰色按钮和水波特效源码,装载图片,水周期,水波特效,突破灰色按钮,激活按钮,取得当前活动窗口句柄,枚举所有子窗体,是否活动窗口,激活窗口...

    • 易语言科大讯飞语音库调

      易语言科大讯飞语音库调用例程源码,刷新窗口,取错误码,初始化,反初始化,连接语音服务器,断开语音服务器,置合成参数,取合成参数,字符串合成到音频文件,文本文件合成到音频文件,播放...