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

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