git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.SDAC@3 6f543ec7-021b-7e4c-98c9-62eafc7fb9a8
50 lines
1.2 KiB
Plaintext
50 lines
1.2 KiB
Plaintext
inherited MSDumpEditorForm: TMSDumpEditorForm
|
|
Caption = 'MSDumpEditorForm'
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
inherited ClientPanel: TPanel
|
|
inherited LeftPanel: TPanel
|
|
inherited gbBackupOptions: TGroupBox
|
|
Height = 148
|
|
inherited cbTableNames: TComboBox
|
|
TabOrder = 2
|
|
end
|
|
inherited cbGenerateHeader: TCheckBox
|
|
Top = 83
|
|
OnClick = cbDataClick
|
|
end
|
|
object cbIdentityInsert: TCheckBox
|
|
Left = 8
|
|
Top = 120
|
|
Width = 169
|
|
Height = 17
|
|
Caption = 'Use Identity Insert'
|
|
TabOrder = 1
|
|
OnClick = cbDataClick
|
|
end
|
|
object cbAddDrop: TCheckBox
|
|
Left = 8
|
|
Top = 101
|
|
Width = 193
|
|
Height = 17
|
|
Caption = 'Add TRUNCATE statements'
|
|
TabOrder = 3
|
|
OnClick = cbDataClick
|
|
end
|
|
end
|
|
inherited btBackup: TBitBtn
|
|
Top = 166
|
|
end
|
|
inherited btRestore: TBitBtn
|
|
Top = 166
|
|
end
|
|
inherited btImport: TBitBtn
|
|
Top = 197
|
|
end
|
|
inherited btExport: TBitBtn
|
|
Top = 197
|
|
end
|
|
end
|
|
end
|
|
end
|