代码搜索:ABOUT
找到约 10,000 项符合「ABOUT」的源代码
代码结果 10,000
www.eeworm.com/read/456969/7336036
h about.h
#pragma once
#include "resource.h"
// CAbout 对话框
class CAbout : public CDialog
{
DECLARE_DYNAMIC(CAbout)
public:
CAbout(CWnd* pParent = NULL); // 标准构造函数
virtual ~CAbout();
// 对话框
www.eeworm.com/read/456822/7339197
pas about.pas
unit About;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, jpeg, ExtCtrls, shellapi;
type
TForm2 = class(TForm)
Ima
www.eeworm.com/read/456822/7339204
dfm about.dfm
object Form2: TForm2
Left = 401
Top = 267
BorderStyle = bsDialog
Caption = #20851#20110
ClientHeight = 183
ClientWidth = 403
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
www.eeworm.com/read/456822/7339206
ddp about.ddp
www.eeworm.com/read/456822/7339207
dcu about.dcu
www.eeworm.com/read/456375/7350238
pas about.pas
unit about;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, jpeg, ExtCtrls, StdCtrls;
type
TAboutForm = class(TForm)
Image1: T
www.eeworm.com/read/456375/7350262
dcu about.dcu
www.eeworm.com/read/456375/7350278
dfm about.dfm
object AboutForm: TAboutForm
Left = 183
Top = 193
Width = 482
Height = 204
AutoSize = True
BorderIcons = [biSystemMenu]
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font
www.eeworm.com/read/456375/7350298
ddp about.ddp
www.eeworm.com/read/456371/7350462
pas about.pas
unit About;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, jpeg, ExtCtrls, StdCtrls;
type
TAbout_F = class(TForm)
GroupBox1: