www.pudn.com > Roulette.rar > RoundQuery.pas


unit RoundQuery; 
 
interface 
 
uses 
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, 
  Dialogs, StdCtrls, Grids, ExtCtrls, ComCtrls; 
 
type 
  TRoundScoreForm = class(TForm) 
    Panel2: TPanel; 
    Panel3: TPanel; 
    Label16: TLabel; 
    Button2: TButton; 
    Button1: TButton; 
    ListView1: TListView; 
  private 
    { Private declarations } 
  public 
    { Public declarations } 
  end; 
 
var 
  RoundScoreForm: TRoundScoreForm; 
 
implementation 
 
{$R *.dfm} 
 
end.