home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 October
/
PCWorld_1999-10_cd1.bin
/
delphi
/
INSTALL
/
DATA1.CAB
/
Datapump
/
datapump.exe
/
RCDATA
/
TOVERWRITEDLG
/
TOVERWRITEDLG.txt
Wrap
Text File
|
1999-08-11
|
953b
|
53 lines
object OverWriteDlg: TOverWriteDlg
Left = 268
Top = 252
ActiveControl = Button1
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Data Pump'
ClientHeight = 73
ClientWidth = 275
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 12
Width = 3
Height = 13
end
object Button1: TButton
Left = 16
Top = 40
Width = 75
Height = 25
Caption = '&Overwrite'
Default = True
ModalResult = 1
TabOrder = 0
end
object Button2: TButton
Left = 100
Top = 40
Width = 75
Height = 25
Caption = '&Append'
ModalResult = 5
TabOrder = 1
end
object Button3: TButton
Left = 184
Top = 40
Width = 75
Height = 25
Caption = '&Cancel'
ModalResult = 2
TabOrder = 2
end
end