代码搜索结果
找到约 10,000 项符合
Monitor 的代码
monitor.log
行 16: 控件 oCompoundMap 的类 MapEngineLib.CompoundMap 不是一个已加载的控件类。
monitor.frm
VERSION 5.00
Object = "{058ADF50-1120-11D0-80D0-0000F73D691E}#1.0#0"; "MAPENGIN.OCX"
Begin VB.Form MonitorForm
ClientHeight = 3960
ClientLeft = 1410
ClientTop = 1005
monitor.xpm
/* XPM */
static char *monitor[] = {
/* width height num_colors chars_per_pixel */
" 48 48 104 2",
/* colors */
".. c #000000",
".# c #001111",
".a c None",
".b c #110011",
".c c
monitor.java
public class Monitor implements SysPart{
// some class variables..
String description;
double price;
boolean used = false;
// we need some constructor
public Monitor(String d,double p){