代码搜索:ABOUT
找到约 10,000 项符合「ABOUT」的源代码
代码结果 10,000
www.eeworm.com/read/186784/8910314
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/186784/8910324
dfm about.dfm
www.eeworm.com/read/383934/8910427
dfm about.dfm
object AboutForm: TAboutForm
Left = 195
Top = 91
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #29256#26412#20449#24687
ClientHeight = 343
ClientWidth = 553
Col
www.eeworm.com/read/383934/8910452
ddp about.ddp
www.eeworm.com/read/383934/8910459
dcu about.dcu
www.eeworm.com/read/284634/8912342
gif about.gif
www.eeworm.com/read/186726/8913692
bmp about.bmp
www.eeworm.com/read/186679/8916637
gif about.gif
www.eeworm.com/read/427802/8919669
cpp about.cpp
// About.cpp : implementation file
//
#include "stdafx.h"
#include "Property.h"
#include "About.h"
//owner add
#include "GuiRes.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/427802/8919753