CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 对话框与窗口 搜索资源 - 矩形框

搜索资源列表

  1. APIfunctionreference

    0下载:
  2. 《WINDOWS/WIN32/WINDOWS NT 程序设计通用API函数参考》。本书讨论了通用的Windows/Win32/Windows NT API函数,这些函数涉及如下方面:加速键、位图、脱字符、NT控制台、剪贴板、裁剪区、控件、曲线输出、设备环境、对话框、绘图工具、文件I/O、字体、GDI对象、图标、键盘、画线、映射、菜单、消息、鼠标、绘图、调色板、矩形操作、滚动、语音、字符串、文本输出、时间与计时器、版本管理、窗口操作及窗口管理。附录中还列出了Windows/Win32/Window
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-24
    • 文件大小:7.79mb
    • 提供者:林孝城
  1. clock

    0下载:
  2. 程序模拟一台高级时钟,功能包括以指针方式显示、以数字方式显示、日历和秒表等;可设置时间和日期。 程序使用对话框结构,左方有框显示指针式钟面,其下方有两个矩形框,一个以数字方式显示日期、星期和时间,该时间应与指针显示的时间一致。另一个框作为秒表的显示框。对话框右方有设置时间按钮、时间快进按钮和秒表按钮。-Process simulation of a high-level clock, features include a pointer display, digital display,
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-03
    • 文件大小:19.85kb
    • 提供者:李明
  1. MyPaint

    0下载:
  2. 1、 在屏幕上绘制图形以下图形  直线:从[200,200]到[300,350]画一宽度为3,蓝色的实线,。  矩形;左上角为[150,120]右下角为[200,300],外框为黑色,填充画刷为HS_CROSS,红色。  椭圆弧:  椭圆:  扇形: 2、 用LOGFONT结构来定义字体,输出文本;用字体对话框来选择字体格式、字体颜色。 分别在上述图形的附近标注出:直线、矩形、椭圆、椭圆弧
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-17
    • 文件大小:90.39kb
    • 提供者:张陆军
  1. DrawRectangle

    0下载:
  2. 程序运行出现窗口,点击鼠标弹出对话框,设置矩形的宽和高就可以在窗口中画出矩形-Run window appears, click on the mouse pop-up dialog box, set the rectangle' s width and another job in the window to draw a rectangle
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-10
    • 文件大小:1.86mb
    • 提供者:刘庆军
  1. WaveShow_src

    0下载:
  2. VC++经典的对话框绘图源代码,下砸即可用-VC++ source code for drawing the classic dialog box, the next hit can be used
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-15
    • 文件大小:3.56mb
    • 提供者:张强
  1. qxtx

    0下载:
  2. 实现了使用鼠标拖选出一个矩形框,并对矩形框内部的图形进行放大的功能。实现方法比较巧妙,适合为初学者提供思路。-Achieved using the mouse drag select a rectangular box, and graphics within the rectangle to zoom feature. More clever implementation method for providing ideas for the beginner.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-17
    • 文件大小:245.98kb
    • 提供者:lizhao
  1. gdiplussrc

    0下载:
  2. GDI+的应用使得平面图形图象编程变的更加容易,本文以一个基于对话框的时钟程序为例,在VC6.0中调用*.png图片实现半透明渐变窗口,该程序实现了指针式和数字式两种时钟显示方式。窗口实现了半透明渐变窗口、窗口拖动无移动矩形框、隐藏了任务栏窗体按钮等。-GDI+ application programming graphic image makes the plane easier to change, this clock is a dialog-based program, for exam
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-27
    • 文件大小:398.89kb
    • 提供者:A
  1. juxingyid

    0下载:
  2. 在单文档应用程序中,按下鼠标左键在客户区创建以鼠标位置为中心的正方形,在每个正方形中右击,启动“颜色选择”对话框,可以设置该正方形的颜色。按下方向键可以控制所有矩形向上、下、左、右各方向移动。-In a single document application, press the left mouse button to create the client area of ??the mouse position as the center square, right-click each sq
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-08
    • 文件大小:1.87mb
    • 提供者:我是
  1. UsePen

    0下载:
  2. 使用画笔画出想要的矩形框,是编辑应用程序窗口的基础。初学者学习的好例程。-Want to use the brush to draw a rectangle box, edit the application window is the basis. Good for beginners to learn the routine.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-06
    • 文件大小:1.26mb
    • 提供者:林清
  1. WindowsDraw

    0下载:
  2. 界面编程,SDK窗口,GDI编程,绘制动态矩形框-SDK WINDOWS,GDI
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-24
    • 文件大小:41.85kb
    • 提供者:dudu
  1. Paint

    0下载:
  2. 对话框功能实现画图板功能,可以绘制直线,矩形,三角形的等不同形状不同颜色的图形,可以拖动,支持清空换背景。-The dialog features drawing board, you can draw lines, rectangles, triangles of different shapes in different colors graphics can drag support empty for background.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-21
    • 文件大小:8.62mb
    • 提供者:Jerry
  1. SY21510104

    0下载:
  2. 网格索引,先输入点数再点绘制,矩形和圆形拉框是用来找点的,有的时候会有bug,请大家多多包含,这个还有待改善。-Grid index, the first input points and then point to draw rectangular and circular pull box is used to find the point, and sometimes there will be a bug, please include a lot, this has yet to be
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-08
    • 文件大小:3.6mb
    • 提供者:杨弘越
  1. tmdhk

    0下载:
  2. 和屏幕大小一样的对话框,对话框包括,鼠标点击抬起和移动事件,事件处理,了矩形框-jke klsd adsvv r e ag asd c cd a dgf f asdf a sdfasdf
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-15
    • 文件大小:3.45mb
    • 提供者:logs
  1. MyROICut

    0下载:
  2. 在picture控件上画矩形框,表示出ROI区域-Videos rectangle on the picture controls, showing the ROI
  3. 所属分类:Dialog_Window

    • 发布日期:2017-06-19
    • 文件大小:26.92mb
    • 提供者:孙小凯
  1. GidLine

    0下载:
  2. 程序运行后,显示一个对话框,在弹出的对话框中用鼠标画线,画矩形等基本图形,这些图形可以显示在对话框中-After the program runs, a dialog box appears in the dialog box that the basic pattern with the mouse draw lines, rectangles, etc. These graphics can be displayed in the dialog
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-11
    • 文件大小:2.23mb
    • 提供者:xcd
  1. EllipseLineRectangle

    0下载:
  2. mfc 通过鼠标或者对话框填写参数绘制虚线或实线的椭圆、直线、矩形-Mfc through the mouse or the dialog box to fill in the parameters to draw the dotted line or solid line of the oval, straight, rectangular
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-15
    • 文件大小:1.95mb
    • 提供者:Zhangkai
  1. cscwinspy

    0下载:
  2. windows下根据鼠标位置获取桌面对话框的矩形区域,有点类似QQ的截图工具,自动识别鼠标位置的对话框大小-Obtaining a rectangular area according to the desktop box under Windows mouse position, somewhat similar QQ screenshot tool, automatic recognition of the size of the dialog mouse position
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-12
    • 文件大小:4.33kb
    • 提供者:陈孟江
  1. OSPM

    0下载:
  2. TextGraph用不同颜色画一个矩形线及显示当前的时间()
  3. 所属分类:对话框与窗口

    • 发布日期:2018-01-01
    • 文件大小:116kb
    • 提供者:kapdyctdgd
  1. cmge

    1下载:
  2. 探讨了矩形件和任意形状图案的排样优化问题的遗传算法求解,提出了剩余矩形表示法和条形图表示法,对于矩形排样,剩余矩形表示法提()
  3. 所属分类:对话框与窗口

    • 发布日期:2018-04-22
    • 文件大小:337kb
    • 提供者:pryority
搜珍网 www.dssz.com