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
Text File  |  1999-08-11  |  953b  |  53 lines

  1. object OverWriteDlg: TOverWriteDlg
  2.   Left = 268
  3.   Top = 252
  4.   ActiveControl = Button1
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Data Pump'
  8.   ClientHeight = 73
  9.   ClientWidth = 275
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 12
  21.     Width = 3
  22.     Height = 13
  23.   end
  24.   object Button1: TButton
  25.     Left = 16
  26.     Top = 40
  27.     Width = 75
  28.     Height = 25
  29.     Caption = '&Overwrite'
  30.     Default = True
  31.     ModalResult = 1
  32.     TabOrder = 0
  33.   end
  34.   object Button2: TButton
  35.     Left = 100
  36.     Top = 40
  37.     Width = 75
  38.     Height = 25
  39.     Caption = '&Append'
  40.     ModalResult = 5
  41.     TabOrder = 1
  42.   end
  43.   object Button3: TButton
  44.     Left = 184
  45.     Top = 40
  46.     Width = 75
  47.     Height = 25
  48.     Caption = '&Cancel'
  49.     ModalResult = 2
  50.     TabOrder = 2
  51.   end
  52. end
  53.