代码搜索:tscrollbox
找到约 187 项符合「tscrollbox」的源代码
代码结果 187
www.eeworm.com/read/290584/8474755
pas unitabout.pas
unit UnitAbout;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Buttons, ExtCtrls, StdCtrls, ComCtrls, jpeg, ShellAPI;
type
TFormAb
www.eeworm.com/read/188732/8517781
pas untscrshow.pas
unit untScrShow;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls;
type
TShowScr = class(TForm)
sbx: TScroll
www.eeworm.com/read/430488/8741719
dfm utaskchart.dfm
object TaskChart: TTaskChart
Left = 0
Top = 0
Width = 533
Height = 277
AutoScroll = False
TabOrder = 0
object pnlTarget: TPanel
Left = 391
Top = 8
Width = 58
H
www.eeworm.com/read/165470/10061640
pas uperson.pas
unit uPerson;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls;
type
TfrmNewPerson = class(TForm)
Panel4: TPanel;
www.eeworm.com/read/136488/13374564
txt readme.txt
//---------------------------------------------------------------------------
// Borland C++Builder
// Copyright (c) 1987, 1998-2002 Borland International Inc. All Rights Reserved.
//-------------
www.eeworm.com/read/116591/14964744
txt readme.txt
//---------------------------------------------------------------------------
// Borland C++Builder
// Copyright (c) 1987, 1998-2002 Borland International Inc. All Rights Reserved.
//-------------
www.eeworm.com/read/168593/5443540
svn-base gld550_01.pas.svn-base
unit Gld550_01;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Bas100_01, StdCtrls, Buttons, ComCtrls, ExtCtrls;
type
TGld550_01Form = class
www.eeworm.com/read/412823/11181524
pas umultisizedocument.pas
unit UMultiSizeDocument;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
PReport, ExtCtrls, PdfDoc, Menus, ComCtrls, Db, DBTables, PdfTypes;
typ
www.eeworm.com/read/115774/15001705
txt bcjq002.txt
C++ Builder开发者:程序员之家
var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
首页