git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.SDAC@3 6f543ec7-021b-7e4c-98c9-62eafc7fb9a8
49 lines
1.1 KiB
Plaintext
49 lines
1.1 KiB
Plaintext
inherited MSStoredProcEditorForm: TMSStoredProcEditorForm
|
|
Width = 619
|
|
Caption = 'MSStoredProcEditorForm'
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
inherited BtnPanel: TPanel
|
|
Width = 611
|
|
inherited imCorner: TImage
|
|
Left = 599
|
|
end
|
|
inherited btOk: TBitBtn
|
|
Left = 447
|
|
end
|
|
inherited btCancel: TBitBtn
|
|
Left = 528
|
|
end
|
|
inherited btExecute: TButton
|
|
Width = 99
|
|
end
|
|
inherited btnDataEditor: TBitBtn
|
|
Left = 110
|
|
Width = 99
|
|
end
|
|
object btnQuertAnalyzer: TBitBtn
|
|
Left = 212
|
|
Top = 8
|
|
Width = 99
|
|
Height = 25
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'Query Analyzer'
|
|
TabOrder = 4
|
|
OnClick = btnQuertAnalyzerClick
|
|
end
|
|
object btManagementStudio: TBitBtn
|
|
Left = 315
|
|
Top = 8
|
|
Width = 99
|
|
Height = 25
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'Management Studio'
|
|
TabOrder = 5
|
|
OnClick = btManagementStudioClick
|
|
end
|
|
end
|
|
inherited PageControl: TPageControl
|
|
Width = 595
|
|
end
|
|
end
|