home *** CD-ROM | disk | FTP | other *** search
- unit DTSelect;
-
- interface
-
- uses
- Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
- StdCtrls;
-
- type
- TForm2 = class(TForm)
- ListBox1: TListBox;
- CheckBox1: TCheckBox;
- Button1: TButton;
- private
- { Private-Deklarationen }
- public
- { Public-Deklarationen }
- end;
-
- var
- Form2: TForm2;
-
- implementation
-
- {$R *.DFM}
-
- end.
-
-