home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1998 March / CC9803-2.BIN / SHARE / 95CHGNAM / _SETUP.1 / Chgname.exe / 0 / RCDATA / TOVERWRITEALLFORM / TOVERWRITEALLFORM.txt
Text File  |  1998-01-23  |  2KB  |  113 lines

  1. object OverwriteAllForm: TOverwriteAllForm
  2.   Left = 350
  3.   Top = 216
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Warning: Name conflict'
  7.   ClientHeight = 137
  8.   ClientWidth = 449
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 220
  22.     Height = 13
  23.     Caption = 'Chgname is attempting to change the name of:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 16
  27.     Top = 24
  28.     Width = 3
  29.     Height = 13
  30.     Color = clBtnFace
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clRed
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = []
  36.     ParentColor = False
  37.     ParentFont = False
  38.   end
  39.   object Label3: TLabel
  40.     Left = 16
  41.     Top = 40
  42.     Width = 12
  43.     Height = 13
  44.     Caption = 'to:'
  45.   end
  46.   object Label4: TLabel
  47.     Left = 16
  48.     Top = 56
  49.     Width = 3
  50.     Height = 13
  51.     Font.Charset = DEFAULT_CHARSET
  52.     Font.Color = clRed
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = []
  56.     ParentFont = False
  57.   end
  58.   object Label5: TLabel
  59.     Left = 8
  60.     Top = 72
  61.     Width = 264
  62.     Height = 13
  63.     Caption = 'but the file already exists. What action should be taken?'
  64.   end
  65.   object Button1: TButton
  66.     Left = 8
  67.     Top = 104
  68.     Width = 81
  69.     Height = 25
  70.     Caption = '&Stop prosess'
  71.     TabOrder = 4
  72.     OnClick = Button1Click
  73.   end
  74.   object Button2: TButton
  75.     Left = 272
  76.     Top = 104
  77.     Width = 83
  78.     Height = 25
  79.     Caption = '&Overwrite'
  80.     TabOrder = 2
  81.     OnClick = Button2Click
  82.   end
  83.   object Button3: TButton
  84.     Left = 360
  85.     Top = 104
  86.     Width = 83
  87.     Height = 25
  88.     Caption = 'Overwrite &All'
  89.     TabOrder = 3
  90.     OnClick = Button3Click
  91.   end
  92.   object Button4: TButton
  93.     Left = 96
  94.     Top = 104
  95.     Width = 83
  96.     Height = 25
  97.     Cancel = True
  98.     Caption = 'S&kip file'
  99.     TabOrder = 0
  100.     OnClick = Button4Click
  101.   end
  102.   object Button5: TButton
  103.     Left = 184
  104.     Top = 104
  105.     Width = 83
  106.     Height = 25
  107.     Cancel = True
  108.     Caption = 'Ski&p all'
  109.     TabOrder = 1
  110.     OnClick = Button5Click
  111.   end
  112. end
  113.