代码搜索:ABOUT
找到约 10,000 项符合「ABOUT」的源代码
代码结果 10,000
www.eeworm.com/read/174898/9570237
gif about.gif
www.eeworm.com/read/174894/9570516
jpg about.jpg
www.eeworm.com/read/174894/9570529
ico about.ico
www.eeworm.com/read/174711/9576127
pas about.pas
unit About;
{ About dialog }
interface
uses Windows, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls;
type
TAboutBox = class(TForm)
Panel1: TPanel;
OKButton:
www.eeworm.com/read/174711/9576135
dfm about.dfm
www.eeworm.com/read/174656/9578514
jpg about.jpg
www.eeworm.com/read/174655/9578557
frx about.frx
www.eeworm.com/read/174655/9578570
frm about.frm
VERSION 5.00
Begin VB.Form AboutMe
BorderStyle = 1 'Fixed Single
Caption = "关于系统"
ClientHeight = 3945
ClientLeft = 45
ClientTop = 330
Cli
www.eeworm.com/read/174654/9578669
pas about.pas
unit About;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls,shellApi;
type
TAboutBox = class(TForm)
Panel1: TPanel;
ProgramIc
www.eeworm.com/read/174654/9578699