代码搜索:ABOUT
找到约 10,000 项符合「ABOUT」的源代码
代码结果 10,000
www.eeworm.com/read/270660/11030929
pas about.pas
unit About;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TAboutForm = class(TForm)
Memo1: TMemo;
private
www.eeworm.com/read/270660/11030932
dfm about.dfm
object AboutForm: TAboutForm
Left = 251
Top = 124
BorderStyle = bsDialog
Caption = #35828#26126
ClientHeight = 139
ClientWidth = 320
Color = clBtnFace
Font.Charset = DEFAULT_CH
www.eeworm.com/read/270328/11041747
gif about.gif
www.eeworm.com/read/470633/6905263
png about.png
www.eeworm.com/read/470714/6906174
pas about.pas
unit About;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls, Buttons;
type
TfrmAbout = class(TForm)
BitBtn1: TBitBtn;
www.eeworm.com/read/470714/6906180
dfm about.dfm
www.eeworm.com/read/470743/6907656