搜索资源列表
Resizer_vc
- vc实现对话框控件的缩放。缩放功能函数主要封装在Resizer类中。-vc achieve dialog controls zoom. Zoom function Resizer encapsulated in the main category.
ResizableDialog
- 界面控件布局工具类,可以按照VC资源中的控件位置,设置缩放的方向可以自动的控制控件随着主窗口进行缩放和移动,不需要你在实现OnSize,控制各个控件的的代码了; -Interface controls the layout tools, resources in accordance with the VC control position, setting the direction of the zoom control tha
DialogRectExchange
- 一个使用方法简单的对话框基类,可以使您的对话框内的控件随着对话框大小变化。使用说明:请把该类加入到您的工程,然后作为您对话框的基类,增加ONSIZE响应即可。-An easy to use dialog base class, you can make your dialog box controls the size of the changes with the dialog box. Help: Please put this k
DlgAutoSize_src
- 当对话框中控件数量过多,且需要进行缩放的时,需要手工在Onsize中为每个控件位置和大小的计算,实现繁琐,本程序可实现 对话框内部控件自动缩放-When the dialog box controls the number of excessive, and the need for scalable, there is a need in the Onsize manual controls for the location and
CodeEditor
- 自制的代码编辑器,可以写C++,C语言的代码编辑器,实现代码折叠,系统保留字变色显示,使用scintilla实现,并很好的与MFC结合,可以用类似方法把该代码编辑器放进自己的view类,只需仿照这个程序重写onsize,oncreate函数即可,scintilla使用的notepad++改装后重编译的版本,可以直接使用里面的d-Self-made code editor, you can write C++, C language co
aaa
- 这是用MFC编写的使用openGL的视口代码。 CChildView::CChildView() 构造函数 CChildView::~CChildView() 析构函数 BEGIN_MESSAGE_MAP(CChildView,CWnd ) 消息映射 BOOL CChildView::PreCreateWindow(CREATESTRUCT& cs)创建窗口重新设置窗口参数 BOOL CChildView::PreT
vcPPDialogEx
- vc实现的onsize函数的功能,不用再麻烦的使用onsize函数了,很有用-vc achieve onsize of functionality, do not bother to use onsize function, and useful
saiche
- 自己写的一个类,可以让控件根据窗口大小来自东改变位置和大小,在OnInitDialog()中 GetClientRect(&m_rect) 在OnSize()中CLala lala lala.Show(m_rect, this, cx, cy) -Write a class that allows the control to change the window size of the location and size from
ResizeDlgDemoc
- 实际项目中经常会用到对话框,但MFC自带的CDialog类没有自动布局的功能,每添加一个子控件,都要在OnSize()中写相应的代码来控制子窗口移动,非常麻烦。CResizeDlg派生自CDialog类,可以自动完成子控件的布局,大大加快开发速度了。本类支持子控件为对话框的情况,支持Group控件的情况。-Often used in the actual project dialog box, but comes with MFC CD
5
- 这是一个可变背景的程序,主要是掌握OnSize方法。-This is a variable background process, mainly master OnSize methods.
Onsize
- 利用宏定义,使控件随对话框大小改变而改变位置与大小-The macro definition, the control with the dialog box to change the size and location of the size
网狐6603手机游戏源码
- 1. 每个游戏一个package,在com.hz.game下,例如斗地主com.hz.game.land,独立的资源放在 res/[游戏] 下 公共的其它游戏可重用的放在res下,和服务端通信用的结构体放在com.hz.game.[游戏].cmd下; 在/HZGame/src/com/hz/main/PlazaView.java内添加或修改游戏对应的图标,类,KindID 2. 游戏画布继承自com.hz.game.Gamef
OnSize
- 控件跟随窗口大小变化而变化,使用的是窗口大小发生变化时 调用的OnSize函数。-Follow change control window size changes