home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / sharewar / extract / Extractor.exe / 0 / RCDATA / TFILEOVERWRITE / TFILEOVERWRITE.txt < prev   
Encoding:
Text File  |  2000-07-04  |  1.4 KB  |  76 lines

  1. object FileOverWrite: TFileOverWrite
  2.   Left = 357
  3.   Top = 219
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 115
  7.   ClientWidth = 419
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object icoOverwrite: TImage
  19.     Left = 16
  20.     Top = 16
  21.     Width = 33
  22.     Height = 33
  23.     Picture.Data = {<image000.bmp>}
  24.     Transparent = True
  25.   end
  26.   object lblMessage: TLabel
  27.     Left = 56
  28.     Top = 16
  29.     Width = 353
  30.     Height = 65
  31.     Anchors = [akLeft, akTop, akRight, akBottom]
  32.     AutoSize = False
  33.     WordWrap = True
  34.   end
  35.   object btnYes: TButton
  36.     Left = 64
  37.     Top = 83
  38.     Width = 81
  39.     Height = 23
  40.     Anchors = [akRight, akBottom]
  41.     Caption = '&Ano'
  42.     ModalResult = 6
  43.     TabOrder = 0
  44.   end
  45.   object btnYesToAll: TButton
  46.     Left = 152
  47.     Top = 83
  48.     Width = 81
  49.     Height = 23
  50.     Anchors = [akRight, akBottom]
  51.     Caption = 'Ano v∩┐╜&em'
  52.     ModalResult = 10
  53.     TabOrder = 1
  54.   end
  55.   object btnNo: TButton
  56.     Left = 240
  57.     Top = 83
  58.     Width = 81
  59.     Height = 23
  60.     Anchors = [akRight, akBottom]
  61.     Caption = '&Ne'
  62.     ModalResult = 7
  63.     TabOrder = 2
  64.   end
  65.   object btnNoToAll: TButton
  66.     Left = 328
  67.     Top = 83
  68.     Width = 81
  69.     Height = 23
  70.     Anchors = [akRight, akBottom]
  71.     Caption = 'Ne v∩┐╜e&m'
  72.     ModalResult = 9
  73.     TabOrder = 3
  74.   end
  75. end
  76.