代码搜索:TObject
找到约 10,000 项符合「TObject」的源代码
代码结果 10,000
www.eeworm.com/read/371025/9571188
pas configmerchant.pas
unit ConfigMerchant;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Spin, ObjNpc;
type
TfrmConfigMerchant = class(TForm)
www.eeworm.com/read/174859/9571323
pas janshapeeditor.pas
unit janShapeEditor;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls, Buttons, Menus, janShape;
type
TShapeEditorForm = cl
www.eeworm.com/read/370992/9573532
cpp unit2.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Unit1.h"
#include "Unit2.h"
#include "Unit3.h"
#include "Unit4.h"
//
www.eeworm.com/read/370992/9573534
~cpp unit2.~cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Unit1.h"
#include "Unit2.h"
#include "Unit3.h"
#include "Unit4.h"
//
www.eeworm.com/read/174711/9576144
pas axisprptsdlg.pas
unit AxisPrptsDlg;
{(c) S.P.Pod'yachev 1999}
{**********************************************}
{ instant set some axis properties dialog }
{**********************************************}
int
www.eeworm.com/read/174711/9576147
pas demomain.pas
unit DemoMain;
{(c) S.P.Pod'yachev 1998-1999}
{***************************************************}
{ Main Form for demo program of Tsp_xyPlot }
{*****************************************
www.eeworm.com/read/174654/9578687
pas mainunit.pas
unit mainUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Menus, ComCtrls, ToolWin, StdCtrls, ExtCtrls, DB, ADODB,Comobj,
ImgList
www.eeworm.com/read/170529/9801499
pas mapxtools.pas
unit MapXTools;
interface
uses
Classes, Windows, SysUtils, StdCtrls, MapXLib_TLB, Variants, Graphics,
Dialogs, Controls, Forms, MapXBase, MapXContainer, Math, MapXConsts;
type
TTrack
www.eeworm.com/read/170529/9801533
~pas mapxtools.~pas
unit MapXTools;
interface
uses
Classes, Windows, SysUtils, StdCtrls, MapXLib_TLB, Variants, Graphics,
Dialogs, Controls, Forms, MapXBase, MapXContainer, Math, MapXConsts;
type
TTrack
www.eeworm.com/read/170521/9801780
pas clusdlg.pas
unit clusdlg;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls, ComCtrls, diskfs;
type
TClusterDialog = class(TForm)
OKBtn: TButton