代码搜索:ListBox1
找到约 480 项符合「ListBox1」的源代码
代码结果 480
www.eeworm.com/read/157001/11746572
xfm odlistf.xfm
object ODListForm: TODListForm
Left = 242
Top = 121
Width = 423
Height = 442
ActiveControl = ListBox1
Caption = 'Owner-draw Listbox'
Color = clButton
Font.Color = clText
Fon
www.eeworm.com/read/259433/11792172
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
ListBox1
www.eeworm.com/read/259433/11792211
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm2 = class(TForm)
ListBox1: TListBox;
Labe
www.eeworm.com/read/226099/14495397
pas helpxxn.pas
unit helpxxn;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
ThelpForm = class(TForm)
ListBox1: TListBox;
private
www.eeworm.com/read/226099/14495816
~pas helpxxn.~pas
unit helpxxn;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
ThelpForm = class(TForm)
ListBox1: TListBox;
private
www.eeworm.com/read/225170/14553817
pas ping.pas
unit ping;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TfrmPing = class(TForm)
Edit1: TEdit;
btping: TButton;
www.eeworm.com/read/225170/14553828
~pas ping.~pas
unit ping;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TfrmPing = class(TForm)
Edit1: TEdit;
btping: TButton;
www.eeworm.com/read/116418/14973031
xfm odlistf.xfm
object ODListForm: TODListForm
Left = 242
Top = 121
Width = 423
Height = 442
ActiveControl = ListBox1
Caption = 'Owner-draw Listbox'
Color = clButton
Font.Color = clText
Fon
www.eeworm.com/read/116418/14974014
pas listform.pas
unit ListForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TListServForm = class(TForm)
ListBox1: TListBox;
privat
www.eeworm.com/read/116418/14974489
pas listd.pas
unit ListD;
interface
uses Windows, Classes, Graphics, Forms,
Controls, Buttons, StdCtrls;
type
TListDial = class(TForm)
ListBox1: TListBox;
BitBtn1: TBitBtn;
BitBtn2: TB