Componentes.Terceros.SDAC/internal/4.10.0.10/1/Source/Design/MSSQLEditor.dfm
2007-10-05 14:48:18 +00:00

31 lines
717 B
Plaintext

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