代码搜索:Container
找到约 10,000 项符合「Container」的源代码
代码结果 10,000
www.eeworm.com/read/183484/9157625
ctl container.ctl
VERSION 5.00
Begin VB.UserControl NiceContainr
Alignable = -1 'True
AutoRedraw = -1 'True
ClientHeight = 1920
ClientLeft = 0
ClientTop = 0
www.eeworm.com/read/178391/9400777
class container.class
www.eeworm.com/read/178391/9400797
java container.java
package foundations;
import java.io.Serializable;
public interface Container extends Serializable{
public void makeEmpty();
public boolean isEmpty();
public int size ();
}
www.eeworm.com/read/169281/9869519
cpp container.cpp
// container.cpp
#include
#include "Container\container.h" // Generated by MIDL
#include "registry.h" // Add This!!!
const CLSID CLSID_Container = {0x10000012,0x0000,0x0000,{0x00,0x
www.eeworm.com/read/169281/9869521
idl container.idl
// container.idl
import "unknwn.idl";
[ object, uuid(10000001-0000-0000-0000-000000000001) ]
interface ISum : IUnknown
{
HRESULT Sum(int x, int y, [out, retval] int* retval);
}
[ object, u
www.eeworm.com/read/169281/9869523
rc container.rc
// container.rc
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,1
PRODUCTVERSION 1,0,0,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x10004L
FI
www.eeworm.com/read/169281/9869536
dsp container.dsp
# Microsoft Developer Studio Project File - Name="Container" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/169281/9869542
def container.def
; container.def
LIBRARY container.dll
DESCRIPTION '(c)1997 Guy Eddon'
EXPORTS
DllGetClassObject @2 PRIVATE
DllCanUnloadNow @3 PRIVATE