object Form3: TForm3 Left = 323 Top = 71 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle ClientHeight = 251 ClientWidth = 317 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormCreate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object StringGrid1: TStringGrid Left = 10 Top = 8 Width = 298 Height = 213 Color = clBtnFace DefaultColWidth = 192 DefaultRowHeight = 18 Enabled = False FixedCols = 4 RowCount = 11 FixedRows = 0 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine] ScrollBars = ssNone TabOrder = 0 RowHeights = ( 18 18 18 18 18 18 18 18 18 18 18) end object Button1: TButton Left = 124 Top = 226 Width = 85 Height = 21 Caption = '&Save and Close' TabOrder = 1 OnClick = Button1Click end end