代码搜索:Frame
找到约 10,000 项符合「Frame」的源代码
代码结果 10,000
www.eeworm.com/read/324447/3503196
h frame.h
// $Header: /cvsroot/sourcenav/src/snavigator/demo/c++_demo/glish/Frame.h,v 1.1.1.1 2002/04/18 23:35:24 mdejong Exp $
#ifndef frame_h
#define frame_h
#include "Glish/Object.h"
class Value;
class F
www.eeworm.com/read/324447/3503242
cc frame.cc
// $Header: /cvsroot/sourcenav/src/snavigator/demo/c++_demo/glish/Frame.cc,v 1.1.1.1 2002/04/18 23:35:24 mdejong Exp $
#include
#include "Glish/Value.h"
#include "Frame.h"
#include "Report
www.eeworm.com/read/324136/3505335
test frame.test
# This file is a Tcl script to test out the "frame" and "toplevel"
# commands of Tk. It is organized in the standard fashion for Tcl
# tests.
#
# Copyright (c) 1994 The Regents of the University of C
www.eeworm.com/read/324136/3505552
n frame.n
'\"
'\" Copyright (c) 1990-1994 The Regents of the University of California.
'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.
'\"
'\" See the file "license.terms" for information on usage and redist
www.eeworm.com/read/323581/3514646
h frame.h
// $Header: /cvsroot/sourcenav/src/snavigator/demo/c++_demo/glish/Frame.h,v 1.1.1.1 2002/04/18 23:35:24 mdejong Exp $
#ifndef frame_h
#define frame_h
#include "Glish/Object.h"
class Value;
class F
www.eeworm.com/read/323581/3514692
cc frame.cc
// $Header: /cvsroot/sourcenav/src/snavigator/demo/c++_demo/glish/Frame.cc,v 1.1.1.1 2002/04/18 23:35:24 mdejong Exp $
#include
#include "Glish/Value.h"
#include "Frame.h"
#include "Report
www.eeworm.com/read/322770/3520798
java frame.java
/*
* JRemCntl - Copyright (C) 2007 Filippo Di Vattimo
* See COPYING
*/
package fildiv.jremcntl.server.gui.core;
public interface Frame {
void setTitle(String title);
void up
www.eeworm.com/read/322328/3525675
cpp frame.cpp
// $$frame_ifile$$.cpp : implementation of the $$FRAME_CLASS$$ class
//
#include "stdafx.h"
#include "$$root$$.h"
#include "$$frame_hfile$$.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef T
www.eeworm.com/read/322328/3525683
h frame.h
// $$frame_hfile$$.h : interface of the $$FRAME_CLASS$$ class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined($$FILE_NAME_SYMBOL$$_INCLUDED_)
#defin
www.eeworm.com/read/321220/3538974
java frame.java
package caculator;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.border.*;
import com.borland.jbcl.layout.*;
public class Frame
extends JFrame {