搜索资源列表
dock_window_demo
- A Powerfull Ownerdraw Menu A fully featured owner-draw menu class CMenuXP is a class derived from CMenu using ownerdraw technology. I named it MenuXP because I expected it to be like the menus found in Office XP and Windows XP, but I failed to a
draw
- mpl.add(new MenuItem(\"DDA画线\")) mpl.add(new MenuItem(\"中点画线\")) mpl.add(new MenuItem(\"Bresenham画线\")) mpl.addActionListener(this) mp2=new Menu(\"画圆\") mp.add(mp2) mp2.add(new MenuItem(\"公式法画圆\")) mp2.add(new MenuI
MyMenu 基于Windows SDK的自绘制式菜单
- 基于Windows SDK的自绘制式菜单Win32编程-Self-draw menu programming
ReDrawMenu
- ReDraw Menu 自绘菜单,对于对界面要求较高的,可以拿来参考,并加入到自己的项目中-ReDraw Menu since the draw Menu, the interface of the high demand, can bring reference, and adding to their own projects
Ownerdrawmenu
- owner draw menu 对初学者有益-owner draw menu
xpStyleMen
- Make your menu to xpstyle easily! Just "Draw" this control on your form! This file came from Planet-Source-Code.com...the home millions of lines of source code You can view comments on this code/and or vote on it at: http://www.Planet-SourceCo
Draw
- 这是一个绘图程序,既可以用Tools菜单绘制图形,也可以用最后一行的工具条绘制。-This is a drawing program, we can draw graphics Tools menu, you can use the last line of the drawing toolbar.
Draw
- MDI 应用程序是另一类重要的文档视结构程序。它的特点是:用户一次可以打开多个文档,每个文档对应不同的窗口;主窗口的菜单会自动随着当前活动的子窗口的变化而变化;可以对子窗口进行层叠、平铺等各种操作;子窗口可以在MDI 主窗口区域内定位、改变大小、最大化和最小化,当最大化子窗口时,它将占满MDI 主窗口的全部客户区。MDI 不仅可以在同一时间内同时打开多个文档,还可以为同一文档打开多个视图。在Windows 菜单下选择New ,就为当前活动文档打开一个新的子窗口。 -MDI applicati
asm_draw_figure
- 用汇编EMU8086编写的图形模式下的放大菜单。菜单内可以先择画三个图形(可以画圆,三角形,椭圆),是按打点的形式画出的图形,自编的打点函数。每个图形可以按+ -号放大缩小-Written in assembler EMU8086 graphics mode to enlarge the menu. Can first select in the menu draw three graphics (draw a circle, triangle, oval), is drawn accordin
DrawCircleByThreePoint
- 三点画圆的程序,展示VB中Line和Shape控件的使用例子,随意点击窗体三下可以画出一个圆,右键菜单可以显示/隐藏线条等-Draw Circle By Three Point Program, the example shows the useage of Line and Shape controls in VB , click the Form 3 times may be arbitrarily draw a circle, right-click menu can show/hide
code
- 自绘菜单(替换法)这个自绘菜单既适用与弹出菜单也适用与下来菜单-Since the draw menu (substitution) This only applies to owner-draw menus and pop-up menu also applicable to and down the menu
3dPrims.c
- Simple 3D program that draws glut shapes in wireframe mode. Use the right mouse button menu to select a new shape to draw.
draw
- 在MFC中自定义画图,可以选着线的颜色和类型,用菜单选择要画的图形。-In the MFC custom drawing, you can select the line color and type, use the menu to select the graphic art.
draw
- 用来简单模仿WINdows的画图程序,通过菜单栏可以选择不同的功能可以绘制圆形,圆角矩形等-For simple imitation WINdows paint program, through the menu bar to choose different functions can draw circle, rounded rectangle
Menu
- 本程序用C语言实现对菜单的绘制,并根据用户的操作完成相应的功能。-The program uses C language to draw on the menu and the user' s operation to complete the corresponding function.
VC.from.draw.menu.Development
- VC编程自绘菜单高级开发代码VC programming code from the draw menu, Advanced Development -VC programming code from the draw menu, Advanced Development
opengl-simple-demo-menu
- 简单的图形绘制软件包示例程序:要求能实现画文本、画线、三角形、矩形和点的绘制及菜单。-Simple drawing package sample program: Request to draw text, draw lines, triangles, rectangles, and points to draw menu
menu
- 第一步:将所有菜单项设置为MF_OWNERDRAW,即自绘模式 第二步:在WM_MEASUREITEM消息中设置菜单项的大小 第三步:在WM_DRAWITEM消息中进行菜单项的绘制-The code of owner draw menu for VC++ designer
opengl-simple-demo-menu
- 简单的图形绘制软件包示例程序:要求能实现画文本、画线、三角形、矩形和点的绘制及菜单。-Simple drawing package sample program: Request to draw text, draw lines, triangles, rectangles, and points to draw menu
Draw-menu
- 开发一个基于MFC的OpenGL图形系统,菜单绘制-Develop a MFC-based OpenGL graphics system, draw menu