代码搜索:ABOUT
找到约 10,000 项符合「ABOUT」的源代码
代码结果 10,000
www.eeworm.com/read/279667/10405133
bas about.bas
Attribute VB_Name = "ABOUT"
Option Explicit
'调用帮助文件
Public Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As St
www.eeworm.com/read/161474/10405183
gif about.gif
www.eeworm.com/read/161449/10411205
gif about.gif
www.eeworm.com/read/424794/10412376
pas about.pas
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/424794/10412389
dfm about.dfm
www.eeworm.com/read/424794/10412415
cpp about.cpp
//---------------------------------------------------------------------
#include
#pragma hdrstop
#include "About.h"
//--------------------------------------------------------------------
www.eeworm.com/read/424794/10412419
dfm about.dfm
object AboutBox: TAboutBox
Left = 445
Top = 127
ActiveControl = OKButton
BorderStyle = bsDialog
Caption = 'About'
ClientHeight = 268
ClientWidth = 367
Color = clBtnFace
Font
www.eeworm.com/read/424794/10412424
h about.h
//----------------------------------------------------------------------------
#ifndef AboutH
#define AboutH
//----------------------------------------------------------------------------
#include
www.eeworm.com/read/279548/10421685
pas about.pas
unit About;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls;
type
TAboutBox = class(TForm)
btnOK: TButton;
Comments: TLabel;
www.eeworm.com/read/279548/10421769