代码搜索:ABOUT
找到约 10,000 项符合「ABOUT」的源代码
代码结果 10,000
www.eeworm.com/read/426528/9015786
dcu about.dcu
www.eeworm.com/read/426528/9015809
dfm about.dfm
object Form3: TForm3
Left = 299
Top = 216
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = '关于华容道'
ClientHeight = 168
ClientWidth = 200
Color = clBtnFace
Font.C
www.eeworm.com/read/426528/9015834
~dfm about.~dfm
object Form3: TForm3
Left = 299
Top = 216
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = '关于华容道'
ClientHeight = 168
ClientWidth = 200
Color = clBtnFace
Font.C
www.eeworm.com/read/426528/9015863
pas about.pas
unit about;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls;
type
TForm3 = class(TForm)
Image1: TImage;
Label1:
www.eeworm.com/read/283498/9016702
dcu about.dcu
www.eeworm.com/read/283498/9016719
dfm about.dfm
www.eeworm.com/read/283498/9016721
pas about.pas
unit About;
interface
uses WinTypes, WinProcs, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls;
type
TAboutBox = class(TForm)
Panel1: TPanel;
OKButton: TBitBtn
www.eeworm.com/read/283311/9030585
frm about.frm
VERSION 5.00
Begin VB.Form about
BorderStyle = 1 'Fixed Single
Caption = "关于记事本"
ClientHeight = 3120
ClientLeft = 45
ClientTop = 405
Clie