代码搜索:ABOUT
找到约 10,000 项符合「ABOUT」的源代码
代码结果 10,000
www.eeworm.com/read/455327/7373337
obj about.obj
www.eeworm.com/read/455327/7373345
sbr about.sbr
www.eeworm.com/read/330973/7378183
cs about.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace schoolManager
www.eeworm.com/read/454644/7386191
h about.h
www.eeworm.com/read/454644/7386235
cpp about.cpp
#include "pch.h"
#include "main.h"
#include "about.h"
BEGIN_MESSAGE_MAP ( CAboutDialog , CDialog )
ON_WM_PAINT ( )
END_MESSAGE_MAP ( )
CAboutDialog::CAboutDialog ( )
: CDialog ( IDD_ABOUT
www.eeworm.com/read/454430/7391138
pas about.pas
unit about;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls;
type
TAboutBox = class(TForm)
Panel1: TPanel;
ProgramIcon: TImag
www.eeworm.com/read/454430/7391145
dcu about.dcu
www.eeworm.com/read/454430/7391162
dfm about.dfm
object AboutBox: TAboutBox
Left = 420
Top = 269
BorderStyle = bsDialog
Caption = 'About'
ClientHeight = 213
ClientWidth = 298
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
www.eeworm.com/read/454430/7391173
ddp about.ddp
www.eeworm.com/read/454272/7395369
~pas about.~pas
unit about;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TFrmAbout = class(TForm)
private
{ Private declarations }