代码搜索:ABOUT
找到约 10,000 项符合「ABOUT」的源代码
代码结果 10,000
www.eeworm.com/read/251305/12353664
txt about_reg.txt
需要注册的是webbrokerscript.tlb,这是一个type library文件,
此文件可以用delphi或c++builder打开(File->Open->(选择Type Library(*.tlb,*.dll,*.ocx...)类型))。
webbrokerscript.idl(inteface define language)是此文件对应的接口定义文件,可用delphi或c
www.eeworm.com/read/251003/12370106
~1~ about.dfm.~1~
object AboutBox: TAboutBox
Left = 243
Top = 108
ActiveControl = OKButton
BorderStyle = bsDialog
Caption = 'About'
ClientHeight = 268
ClientWidth = 367
Color = clBtnFace
Font
www.eeworm.com/read/251003/12370109
~1~ about.pas.~1~
unit ABOUT;
interface
uses Windows, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls;
type
TAboutBox = class(TForm)
Panel1: TPanel;
OKButton: TButton;
Prog
www.eeworm.com/read/250988/12370511
h llk_about.h
/***************************************************************************
* llk_about.h
*
* Fri Sep 23 08:55:17 2005
* Copyright 2005 Alpher
* Email: alpher_zmx@yahoo.com.cn
*
www.eeworm.com/read/250988/12370555
c llk_about.c
/***************************************************************************
* llk_about.c
*
* Fri Sep 23 08:56:08 2005
* Copyright 2005 Alpher
* Email: alpher_zmx@yahoo.com.cn
*
www.eeworm.com/read/149460/12376480
ddp p_about.ddp
www.eeworm.com/read/149460/12376504
pas p_about.pas
unit p_about;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls,p_mc, XPMenu;
type
Tf_about = class(Tf_mc)
Panel1: TPanel;
Prog
www.eeworm.com/read/149460/12376510
dfm p_about.dfm
www.eeworm.com/read/149460/12376547
dcu p_about.dcu
www.eeworm.com/read/149276/12389808