代码搜索:TObject
找到约 10,000 项符合「TObject」的源代码
代码结果 10,000
www.eeworm.com/read/387434/8682395
pas infoform.pas
unit InfoForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
StdCtrls, ExtCtrls, Buttons, Grids, Menus;
type
TForm1 = class(TForm)
ListParent:
www.eeworm.com/read/387434/8682431
pas miniform.pas
unit MiniForm;
interface
uses
Windows, Forms;
type
TForm1 = class(TForm)
procedure FormCreate(Sender: TObject);
private
{ Private declarations }
public
{ Public dec
www.eeworm.com/read/387434/8682447
pas convform.pas
unit ConvForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Types, StdCtrls, ConvUtils, StdConvs, StrUtils;
type
TForm1 = class(
www.eeworm.com/read/387434/8682520
pas strform.pas
unit StrForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
EditResemble1: TEdit;
www.eeworm.com/read/387434/8682546
pas refform.pas
unit RefForm;
interface
uses
SysUtils, Qt, Classes, QGraphics, QControls, QForms, QDialogs,
QComCtrls, QMenus, QImgList, QTypes;
type
TForm1 = class(TForm)
ListView1: TListView;
www.eeworm.com/read/387434/8682593
pas ckform.pas
unit CkForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls;
type
TForm1 = class(TForm)
Shape1: TShape;
www.eeworm.com/read/387434/8682634
pas styled.pas
unit StyleD;
interface
uses
SysUtils, Windows, Classes, Graphics, Forms,
Controls, Buttons, StdCtrls;
type
TStyleDial = class(TForm)
ApplyBitBtn: TBitBtn;
CloseBitBtn: TBit
www.eeworm.com/read/387434/8682647
pas bordersf.pas
unit BordersF;
interface
uses
SysUtils, Qt, Classes, QGraphics, QControls, QForms, QDialogs,
QStdCtrls, QExtCtrls;
type
TForm1 = class(TForm)
BtnNewForm: TButton;
BorderRad
www.eeworm.com/read/387434/8682678
pas mainspf.pas
unit MainSpF;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Menus, StdCtrls;
type
TForm1 = class(TForm)
ListBox1: TListBox;
MainM
www.eeworm.com/read/387434/8682725
pas scalef.pas
unit ScaleF;
interface
uses
SysUtils, Qt, Classes, QGraphics, QControls,
QForms, QDialogs, QStdCtrls, Spin, QMask, QComCtrls;
type
TForm1 = class(TForm)
ScaleButton: TButton;