代码搜索:commctrl
找到约 1,362 项符合「commctrl」的源代码
代码结果 1,362
www.eeworm.com/read/478003/6727312
pas flexinspector.pas
unit FlexInspector;
interface
uses
Windows, Classes, Controls, ComCtrls, CommCtrl, StdCtrls, Messages, Graphics,
TreeInspector, FlexBase, FlexProps;
type
TCustomFlexInspector = class
www.eeworm.com/read/476538/6755711
pas setupapi.pas
unit SetupApi;
{$WEAKPACKAGEUNIT}
interface
(*$HPPEMIT ''*)
(*$HPPEMIT '#include "setupapi.h"'*)
(*$HPPEMIT ''*)
uses
Windows, Commctrl;
type
PPWSTR = ^PWideChar;
PPASTR
www.eeworm.com/read/128322/14305342
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/221641/14732068
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/445814/1718016
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/335821/12496374
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/427454/8942918
cpp myheader.cpp
#include "myheader.h"
#include
#include
#define TWOPI (2 * 3.14159)
////////////////////////////////////////////////////////////////////////////////
// Draw My Rectang
www.eeworm.com/read/245718/12783788
pas aboutdlg.pas
unit AboutDlg;
interface
function AboutDlgFunc(): Integer;
implementation
uses Windows, ShellApi, Messages, CommCtrl, UpgradeDlg, KbFunc, ResDef;
//
// ** 前置声明 **
//
function AboutDl
www.eeworm.com/read/245718/12783798
pas warningdlg.pas
unit WarningDlg;
interface
function WarningMsgDlgFunc(): Integer;
implementation
uses Windows, ShellApi, Messages, CommCtrl, KbFunc, Setting, ResDef;
//
// ** 前置声明 **
//
function War
www.eeworm.com/read/409436/11326131
pas advuxtheme.pas
unit AdvUxTheme;
{$HPPEMIT ''}
{$HPPEMIT '#include "uxtheme.h"'}
{$HPPEMIT ''}
interface
uses
Windows, CommCtrl;
procedure FreeThemeLibrary;
function InitThemeLibrary: Boolean;
func