git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.SDAC@3 6f543ec7-021b-7e4c-98c9-62eafc7fb9a8
31 lines
717 B
Plaintext
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
|