代码搜索:ABOUT
找到约 10,000 项符合「ABOUT」的源代码
代码结果 10,000
www.eeworm.com/read/279103/10465761
dfm unit_about.dfm
www.eeworm.com/read/424065/10498181
jpg about_icon.jpg
www.eeworm.com/read/352842/10500104
frm frm_about.frm
VERSION 5.00
Begin VB.Form frm_about
BorderStyle = 3 'Fixed Dialog
Caption = "关于我的应用程序"
ClientHeight = 4440
ClientLeft = 2340
ClientTop = 193
www.eeworm.com/read/278882/10500738
cs about.designer.cs
namespace NetFax
{
partial class About
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
www.eeworm.com/read/352837/10502217
frm frm_about.frm
VERSION 5.00
Begin VB.Form frm_about
BorderStyle = 3 'Fixed Dialog
Caption = "关于我的应用程序"
ClientHeight = 4440
ClientLeft = 2340
ClientTop = 193
www.eeworm.com/read/352829/10504176
dcu u_about.dcu
www.eeworm.com/read/352829/10504191
ddp u_about.ddp
www.eeworm.com/read/352829/10504214
pas u_about.pas
unit u_about;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls;
type
TAboutBox = class(TForm)
Panel1: TPanel;
ProgramIcon: TIm
www.eeworm.com/read/352829/10504231
dfm u_about.dfm
object AboutBox: TAboutBox
Left = 200
Top = 108
BorderStyle = bsDialog
Caption = 'About'
ClientHeight = 213
ClientWidth = 298
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
www.eeworm.com/read/160103/10571568
~2~ about.pas.~2~
unit About;
interface
uses
Windows, Classes, Graphics, Forms, Controls, StdCtrls, ExtCtrls,
Buttons, ShellApi, SysUtils, jpeg, RSGLCommon;
type
TAboutForm = class(TForm)
pnlAbo