object AppName: TAppName Left = 313 Top = 184 BorderStyle = bsDialog Caption = 'AppName' ClientHeight = 151 ClientWidth = 265 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 110 Width = 265 Height = 41 Align = alBottom TabOrder = 0 object Label1: TLabel Left = 8 Top = 15 Width = 31 Height = 13 Caption = 'xxxxx' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 73 Top = 15 Width = 23 Height = 13 Caption = '.yyy' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object SpeedButton1: TSpeedButton Left = 104 Top = 10 Width = 25 Height = 25 OnClick = SpeedButton1Click end object Button1: TButton Left = 176 Top = 8 Width = 75 Height = 25 Caption = 'Button1' TabOrder = 0 OnClick = Button1Click end object E: TEdit Left = 43 Top = 12 Width = 25 Height = 21 TabOrder = 1 end end object SG: TStringGrid Left = 0 Top = 0 Width = 265 Height = 110 Align = alClient ColCount = 3 DefaultColWidth = 40 DefaultRowHeight = 20 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing] ScrollBars = ssVertical TabOrder = 1 OnDrawCell = SGDrawCell ColWidths = ( 40 106 97) end end