inherited MSSQLEditorForm: TMSSQLEditorForm Caption = 'MSSQLEditorForm' PixelsPerInch = 96 TextHeight = 13 inherited BtnPanel: TPanel inherited btExecute: TButton Width = 99 end object btQueryAnalyzer: TButton Left = 112 Top = 8 Width = 99 Height = 25 Anchors = [akLeft, akBottom] Caption = 'Query Analyzer' TabOrder = 3 OnClick = btQueryAnalyzerClick end object btManagementStudio: TButton Left = 216 Top = 8 Width = 99 Height = 25 Anchors = [akLeft, akBottom] Caption = 'Management Studio' TabOrder = 4 OnClick = btManagementStudioClick end end end