代码搜索结果
找到约 129,825 项符合
Control 的代码
car inventory control.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Car Inventory Control", "Car Inventory Control\Car Inventory Control.csproj", "{320B2D4
control.java
/* Control.java --
Copyright (C) 2001, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under the
control.h
#ifndef _VCF_CONTROL_H__
#define _VCF_CONTROL_H__
//Control.h
/*
Copyright 2000-2004 The VCF Project.
Please see License.txt in the top level directory
where you installed the VCF.
*/
#if _MSC_VER
control.cpp
//Control.cpp
/*
Copyright 2000-2004 The VCF Project.
Please see License.txt in the top level directory
where you installed the VCF.
*/
/* Generated by Together */
#include "vcf/ApplicationKit/Appl
control.cpp
/*
* CONTROL.CPP
* Polyline Chapter 24
*
* Additional interfaces above the Chapter 23 version of Polyline
* to make it an OLE Control, specifically ISpecifyPropertyPages,
* IProvideClassIn
control.h
/**
* \file control.h
* \author Wei Yongming
* \date 2001/12/29
*
* This file includes interfaces of standard controls of MiniGUI.
*
\verbatim
Copyright (C) 2002-2005 F
control.c
#include
#include
#include
#include
#include
#define MYC_STATIC "MYSTATIC1"
#define IDC_STATIC1 1000
HW
control.h
/**
* \file control.h
* \author Wei Yongming
* \date 2001/12/29
*
* This file includes interfaces of standard controls of MiniGUI.
*
\verbatim
Copyright (C) 2002-2005 F
control.java
package scriptedit;
import java.util.*;
import scriptedit.data.*;
/**
* Title: Control
* Description: 2006年3月31日
* Copyright: CoCoMo Copyright (c) 2006
* Company: 9you
control.java
package javazoom.jl.decoder;
/**
* Work in progress.
*/
public interface Control
{
/**
* Starts playback of the media presented by this control.
*/
public void start();
/*