这里下载易语言CHECKBOX模块源码—最新资源、最热资源、资源官方下载站

下载排行|最近更新

关键词
当前位置:首页易语言源码模块控件 → 易语言CHECKBOX模块源码
易语言CHECKBOX模块源码

易语言CHECKBOX模块源码

下载地址
  • 软件介绍
  • 猜你喜欢
  • 同类推荐
  • 相关文章
易语言CHECKBOX模块源码


易语言CHECKBOX模块源码



 

系统结构:

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,

 

======_接口程序集

| |

| |------ 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

 

 

 

 

 

 

.版本 2

 

.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

 


 

 

 

 

展开内容

下载地址

同类推荐

推荐文章

本类排行

  • 周排行
  • 月排行

友情链接关于我们下载帮助(?)联系我们投诉举报

CopyRight © 2010-2023 这里下载 heredown.com , All Rights Reserved 版权所有 蒙ICP备2023006002号-1 蒙公网安备15052402000135

声明: 本站所有软件和文章来自互联网 如有异议 请与本站联系

声明: