代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.htm
Flash动画属性
body, a, table, div, span, td, th, input, select{font:9pt;font-
flash.c
/**********************************************************************
*
* Filename: flash.c
*
* Description: A software interface to the AMD 29F010 flash memory.
*
* Notes: Som
flash.map
Start Stop Length Name Class
00000H 00119H 0011AH _TEXT CODE
0011AH 002A8H 0018FH FLASH_TEXT CODE
002A9H 002B7H 0000FH LED_TEXT CODE
002B8H
flash.pas
unit Flash;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Base, ExtCtrls;
type
Tfrmflash = class(TfrmBase)
Image1: TImage;
flash.dfm
inherited frmflash: Tfrmflash
Left = 299
Top = 242
BorderStyle = bsNone
Caption = ''
ClientHeight = 311
ClientWidth = 438
OldCreateOrder = True
Visible = True
OnClose = Form