unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls,IniFiles, Grids, ExtCtrls, Buttons; type TForm1 = class(TForm) btn1: TButton; btn2: TButton; bvl1: TBevel; strngrd: TStringGrid; b…