代码搜索结果
找到约 10,000 项符合
Smart Home 的代码
package1.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
USERES("Package1.res");
USEPACKAGE("vcl40.bpi");
USEFORM("Unit1.cpp", Form1);
//---
package2.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
USERES("Package2.res");
USEPACKAGE("vcl40.bpi");
USEUNIT("Edit1.cpp");
//----------
aboutpkg.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
USERES("aboutpkg.res");
USEPACKAGE("vcl40.bpi");
USEFORM("about.cpp", aboutform);
/
newimage.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "newimage.h"
#include "drawform.h"
//------------------------------------
mmap1.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti
usb2ide.rep
Protel Advanced Schematic Annotation Report D:\D12Smart\Cf_Mecopy\USB2IDE.REP 18:04:25 31-Aug-2000
CON? => CON1
U? => U1
R? => R1
R?
booktype.~cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "BookType.h"
//---------------------------------------------------------
print.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "print.h"
//------------------------------------------------------------
print.~cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "print.h"
//------------------------------------------------------------
keyedit.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "KeyEdit.h"
//----------------------------------------------------------