unit koe2;

interface

uses
  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
  ExtCtrls, kscale, kavesimu;

type
  TForm2 = class(TForm)
    Scale1: TScale;
    LinkComp1: TLinkComp;

  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  Form2: TForm2;

implementation

{$R *.DFM}

end.
