代码搜索:ABOUT

找到约 10,000 项符合「ABOUT」的源代码

代码结果 10,000
www.eeworm.com/read/123093/14648976

htm 5about.htm

www.eeworm.com/read/122883/14662326

dfm fm_about.dfm

object FM_About1: TFM_About1 Left = 322 Top = 182 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = #20851#20110 ClientHeight = 303 ClientWidth = 446 Color = clBtnF
www.eeworm.com/read/122883/14662337

dcu fm_about.dcu

www.eeworm.com/read/122883/14662401

ddp fm_about.ddp

www.eeworm.com/read/122883/14662417

pas fm_about.pas

unit FM_About; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls, Buttons,ShellApi; type TFM_About1 = class(TForm)
www.eeworm.com/read/122672/14676730

mak about1.mak

#---------------------- # ABOUT1.MAK make file #---------------------- about1.exe : about1.obj about1.res $(LINKER) $(GUIFLAGS) -OUT:about1.exe about1.obj about1.res $(GUILIBS) about1.ob
www.eeworm.com/read/122672/14676734

rc about2.rc

/*--------------------------- ABOUT2.RC resource script ---------------------------*/ #include #include "about2.h" about2 ICON about2.ico About2 MENU { POPUP "
www.eeworm.com/read/122672/14676736

c about2.c

/*------------------------------------------ ABOUT2.C -- About Box Demo Program No. 2 (c) Charles Petzold, 1996 ------------------------------------------*/ #include
www.eeworm.com/read/122672/14676740

mak about2.mak

#---------------------- # ABOUT2.MAK make file #---------------------- about2.exe : about2.obj about2.res $(LINKER) $(GUIFLAGS) -OUT:about2.exe about2.obj about2.res $(GUILIBS) about2.ob
www.eeworm.com/read/122672/14676753

c about3.c

/*------------------------------------------ ABOUT3.C -- About Box Demo Program No. 3 (c) Charles Petzold, 1996 ------------------------------------------*/ #include