代码搜索结果
找到约 10,000 项符合
Interface 的代码
interface.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Interface.h"
//--------------------------------------------------------
interface.dfm
object frmInterface: TfrmInterface
Left = 267
Top = 151
Width = 464
Height = 334
Caption = '使用报表'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
interface.h
//---------------------------------------------------------------------------
#ifndef InterfaceH
#define InterfaceH
//---------------------------------------------------------------------------
interface.cct
// Copyright 2000 by Robert Dick.
// All rights reserved.
/*###########################################################################*/
template
void PrintsBase::pr
interface.cc
// Copyright 2000 by Robert Dick.
// All rights reserved.
#include "Interface.h"
/*===========================================================================*/
ostream &
operator
interface.h
// Copyright 2000 by Robert Dick.
// All rights reserved.
#ifndef INTERFACE_H_
#define INTERFACE_H_
/*###########################################################################*/
#include "R
interface.h
// interface.h
struct IMotion : public IUnknown
{
STDMETHOD_(void, Fly) () = 0;
STDMETHOD_(int&, GetPosition) () = 0;
};
struct IVisual : public IUnknown
{
STDMETHOD_(void, D
interface.h
// interface.h
struct IMotion : public IUnknown
{
STDMETHOD_(void, Fly) () = 0;
STDMETHOD_(int&, GetPosition) () = 0;
};
struct IVisual : public IUnknown
{
STDMETHOD_(void, D
interface.h
// interface.h
// definitions that make our code look like MFC code
#define BOOL int
#define DWORD unsigned int
#define TRUE 1
#define FALSE 0
#define TRACE printf
#define ASSERT asser
interface.h
/*
* DO NOT EDIT THIS FILE - it is generated by Glade.
*/
#ifdef __cplusplus
extern "C" {
#endif
GtkWidget* create_window (void);
GtkWidget* create_fileselection (void);
#ifdef __cplusplus
}
#end