代码搜索:tabctrl
找到约 140 项符合「tabctrl」的源代码
代码结果 140
www.eeworm.com/read/123021/6787395
jpg sizing_tabctrl_bar1.jpg
www.eeworm.com/read/220084/14853674
txt 说明.txt
一、实现原理
图中两个窗口的实现类是从CControlBar派生出来的,王骏先生将CSizingControlBar类修改了一下并命名为CCoolBar,我所要做的是应用该类。左边窗口中的目录树,是从类CdirTreeCtrl派生出来的,我们只要引用就可以,详见代码。
二、应用示例
1、建立一个基于SDI的工程,工程命名为:009 。(我的工程中命名基本是008,007)
...
www.eeworm.com/read/367794/9732010
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Controls.rc
//
#define IDC_LISTBOX_IMAGES 101
#define IDD_CONTROLS_DIALOG 102
#def
www.eeworm.com/read/319671/13446854
c tabprop.c
#include
#include
#include "toolbox.h"
#include "easytab.h"
#include "tabprpui.h"
#include "tabprop.h"
#define TAB_EDIT_TYPE "EditTabDlg"
#define TAB_RCLICK_EDIT
www.eeworm.com/read/157685/11672342
c tabprop.c
#include
#include
#include "toolbox.h"
#include "easytab.h"
#include "tabprpui.h"
#include "tabprop.h"
#define TAB_EDIT_TYPE "EditTabDlg"
#define TAB_RCLICK_EDIT
www.eeworm.com/read/223570/14623980
c tabprop.c
#include
#include
#include "toolbox.h"
#include "easytab.h"
#include "tabprpui.h"
#include "tabprop.h"
#define TAB_EDIT_TYPE "EditTabDlg"
#define TAB_RCLICK_EDIT
www.eeworm.com/read/215223/15067023
cpp tabbarwnd.cpp
#include "stdafx.h"
#include "TabBars.h"
#include "ShellTools.h"
#include "TabBarWnd.h"
#include "TabManagerWnd.h"
#include "DevStudioWnd.h"
#include "Commands.h"
#include "DSWindow.h"
#includ
www.eeworm.com/read/393745/8267001
c tabprop.c
#include
#include
#include "toolbox.h"
#include "easytab.h"
#include "tabprpui.h"
#include "tabprop.h"
#define TAB_EDIT_TYPE "EditTabDlg"
#define TAB_RCLICK_EDIT
www.eeworm.com/read/102552/15778551
htm subject_23512.htm
序号:23512 发表者:军 发表日期:2002-12-04 17:16:05
主题:如何把 ADO data bound dialog放到tabctrl上???
内容:如何把 ADO data bound dialog放到tabctrl上其中tabctrl在一个splitter window中
www.eeworm.com/read/284263/8952057
h tabbedframe.h
/////////////////////////////////////////////////////////////////////////////
// TabbedFrame.h - Base template class for supporting a frame
// window with multiple views that you switch between us