type//一个组件的代码,但是
  TForm1 = class(TForm)
    FileLabel1: TFileLabel;//这个并没有放在FORM上的组件呀,没有发现这组件呀
怎么会在这里声明了这个东西
    FileListBox1: TFileListBox;
    DirectoryListBox1: TDirectoryListBox;
    DriveComboBox1: TDriveComboBox;
    Button1: TButton;
    procedure FileListBox1Change(Sender: TObject);
    procedure Button1Click(Sender: TObject);
  private
    { D閏larations priv閑s }
  public
    { D閏larations publiques }
  end;