代码搜索:Frame
找到约 10,000 项符合「Frame」的源代码
代码结果 10,000
www.eeworm.com/read/268797/11121535
right frame.right
(hanoi.sh:31):
31: typeset -i max=3
+# Test of frame commands
+# We also try all of the various where/backtrace variants
+# Do we give a valid stack listing initially?
+where
->0 in file `hanoi.sh' a
www.eeworm.com/read/268695/11125072
h frame.h
/*
* libiax: An implementation of the Inter-Asterisk eXchange protocol
*
* Asterisk internal frame definitions.
*
* Copyright (C) 1999, Mark Spencer
*
* Mark Spencer
www.eeworm.com/read/266592/11219143
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/266592/11219182
h frame.h
// $$frame_hfile$$.h : interface of the $$FRAME_CLASS$$ class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined($$FILE_NAME_SYMBOL$$_INCLUDED_)
#defin
www.eeworm.com/read/336165/12465771
pas frame.pas
unit Frame;
interface
uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TFrame1 = class(TFrame)
EditList: TEdit;
ListList: TListBox
www.eeworm.com/read/336165/12465775
dfm frame.dfm
object Frame1: TFrame1
Left = 0
Top = 0
Width = 266
Height = 197
TabOrder = 0
object EditList: TEdit
Left = 8
Top = 8
Width = 169
Height = 21
TabOrder = 0
www.eeworm.com/read/336165/12472844
ddp frame.ddp
www.eeworm.com/read/336165/12472854
pas frame.pas
unit Frame;
interface
uses
Windows, Classes, Graphics, Forms, Controls,
Child, Menus, SysUtils, StdActns, ActnList, Dialogs, ImgList, ComCtrls,
ToolWin;
type
TMainForm = class(TFo