代码搜索:commctrl
找到约 1,362 项符合「commctrl」的源代码
代码结果 1,362
www.eeworm.com/read/387868/2554565
h wrapcctl.h
///////////////////////////////////////////////////////////////////////////////
// Name: wx/msw/wrapcctl.h
// Purpose: Wrapper for the standard header
// Author: Vadim Zei
www.eeworm.com/read/446583/7576504
pas kaziplistview.pas
unit KAZipListView;
interface
uses
Windows,
Masks,
Messages,
SysUtils,
ShellAPI,
Classes,
Graphics,
Controls,
ComCtrls,
CommCtrl;
type
TLVSortType = (Asc
www.eeworm.com/read/409436/11326481
pas advthemes.pas
unit AdvThemes;
interface
uses
Windows, Classes, Messages, Graphics, AdvUxTheme, CommCtrl, Controls;
type
TThemedElement = (
teButton,
teClock,
teComboBox,
teEdit,
www.eeworm.com/read/242732/4540789
h main.h
///////////////////////////////////////////////////
//
// main.h
// main.cpp's lumber room :)
///////////////////////////////////////////////////
#include
#include
www.eeworm.com/read/409921/2223325
h main.h
///////////////////////////////////////////////////
//
// main.h
// main.cpp's lumber room :)
///////////////////////////////////////////////////
#include
#include
www.eeworm.com/read/113884/15445014
pas dialogupdowncontrols.pas
unit DialogUpDownControls;
interface
uses Windows, Classes, SysUtils, cmpDialogEditor, DialogConsts, CommCtrl;
type
TUpDownControlInfo = class (TStandardControlInfo)
public
class procedu
www.eeworm.com/read/327148/13096984
pas ugmtdatetimepicker.pas
unit ugmtDateTimePicker;
interface
uses
Windows, Classes, ComCtrls, DB, DBCtrls, SysUtils, CommCtrl, Graphics;
type
TgmtDateTimePicker = class(TDateTimePicker)
private
FDataLink
www.eeworm.com/read/327148/13096988
~pas ugmtdatetimepicker.~pas
unit ugmtDateTimePicker;
interface
uses
Windows, Classes, ComCtrls, DB, DBCtrls, SysUtils, CommCtrl, Graphics;
type
TgmtDateTimePicker = class(TDateTimePicker)
private
FDataLink
www.eeworm.com/read/138959/5812079
pas propsheet.pas
unit PropSheet;
interface
uses
Windows, Messages, ActiveX, ComObj, CommCtrl, ShlObj;
type
TPropertySheet = class(TComObject, IShellExtInit, IShellPropSheetExt)
private
FFileName
www.eeworm.com/read/332531/6321704
h keyboardtest.h
//======================================================================
#include // Command bar includes
#include
#pragma comment(lib,"ceddk.lib")
#d