代码搜索:Frame
找到约 10,000 项符合「Frame」的源代码
代码结果 10,000
www.eeworm.com/read/488315/6492216
java frame.java
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.awt.Color;
public class Frame extends JFrame
{
int BUTTON_NUM = 12;
String buttonsNames[] = {"
www.eeworm.com/read/487918/6501978
png frame.png
www.eeworm.com/read/487628/6506672
h frame.h
/*!
************************************************************************
* \file frame.h
*
* \brief
* headers for frame format related information
*
* \author
*
************
www.eeworm.com/read/487116/6524008
cpp frame.cpp
#define WIN32_LEAN_AND_MEAN
#define INITGUID
#include
#include
#include
#include
#include
#include
#incl
www.eeworm.com/read/486498/6533479
ico frame.ico
www.eeworm.com/read/483785/6595305
cpp frame.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Frame.h"
//------------------------------------------------------------
www.eeworm.com/read/483785/6595312
h frame.h
//---------------------------------------------------------------------------
#ifndef FrameH
#define FrameH
//---------------------------------------------------------------------------
#inclu
www.eeworm.com/read/483785/6595317
dfm frame.dfm
object Frame2: TFrame2
Left = 0
Top = 0
Width = 320
Height = 264
TabOrder = 0
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 305
Height = 185
Caption =
www.eeworm.com/read/483328/6604166
png frame.png
www.eeworm.com/read/483032/6607840
java frame.java
public class Frame
{
int x;
int y;
int w; // full size
int h;
int fw; // one frame size
int fh;
int index; // image index
static int x1,y1,x2,y2;
static int cnt;
boole