代码搜索:Declarations

找到约 10,000 项符合「Declarations」的源代码

代码结果 10,000
www.eeworm.com/read/279822/10390326

pas bbcqysk.pas

unit BbCqYsk; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ComTjfx, ActnList, Menus, TeeProcs, TeEngine, Chart, DBChart, ComCtrls, DBCtrls, T
www.eeworm.com/read/279822/10391372

pas sfkfsedit.pas

unit SfkfsEdit; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ComEdit, StdCtrls, Buttons, Mask, DBCtrls, ExtCtrls, Db; type TfrmSfkfsEdit =
www.eeworm.com/read/424915/10401180

pas unit1.pas

unit Unit1; // This little example shows how to create the illusion // of your program painting directly on the desktop! // If you have any ideas for improvements, please send // the new version
www.eeworm.com/read/279692/10402157

pas unitopenevent.pas

unit UnitOpenEvent; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; Button2:
www.eeworm.com/read/279692/10402284

pas getdcu.pas

unit GetDCU; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs; type TForm1 = class(TForm) procedure FormPaint(Sender: TObject); private
www.eeworm.com/read/279692/10402336

pas strokeandfillpathu.pas

unit StrokeAndFillPathU; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs; type TForm1 = class(TForm) procedure FormPaint(Sender: TObject);
www.eeworm.com/read/279692/10402418

pas ucreatesolidbrush.pas

unit UCreateSolidBrush; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; proc
www.eeworm.com/read/279692/10402449

pas ugetbkcolor.pas

unit UGetBkColor; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; procedure
www.eeworm.com/read/279692/10402465

pas uframerect.pas

unit UFrameRect; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; procedure B
www.eeworm.com/read/279692/10402485

pas graystringunit.pas

unit GrayStringUnit; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) procedure FormPaint(Sender: TO