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

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