home *** CD-ROM | disk | FTP | other *** search
/ PC & Mediji 2002 March / PCM_0203.iso / MEDIA / PREIZKUSNI / swaptor.exe / FileNavigator.exe / 0 / RCDATA / TFILEEXISTSFORM / TFILEEXISTSFORM.txt < prev   
Text File  |  2002-01-08  |  3KB  |  124 lines

  1. object FileExistsForm: TFileExistsForm
  2.   Left = 309
  3.   Top = 145
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = ' '
  7.   ClientHeight = 135
  8.   ClientWidth = 321
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object OverwriteButton: TButton
  20.     Left = 3
  21.     Top = 107
  22.     Width = 75
  23.     Height = 25
  24.     Caption = 'Overwrite'
  25.     TabOrder = 1
  26.     OnClick = OverwriteButtonClick
  27.   end
  28.   object ResumeButton: TButton
  29.     Left = 83
  30.     Top = 107
  31.     Width = 75
  32.     Height = 25
  33.     Caption = 'Resume'
  34.     TabOrder = 2
  35.     OnClick = ResumeButtonClick
  36.   end
  37.   object RenameButton: TButton
  38.     Left = 163
  39.     Top = 107
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'Rename'
  43.     TabOrder = 3
  44.     OnClick = RenameButtonClick
  45.   end
  46.   object CancelButton: TButton
  47.     Left = 243
  48.     Top = 107
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'Cancel'
  52.     ModalResult = 2
  53.     TabOrder = 0
  54.     OnClick = CancelButtonClick
  55.   end
  56.   object GroupBox1: TGroupBox
  57.     Left = 2
  58.     Top = -2
  59.     Width = 316
  60.     Height = 105
  61.     TabOrder = 4
  62.     object Image1: TImage
  63.       Left = 2
  64.       Top = 10
  65.       Width = 32
  66.       Height = 32
  67.       AutoSize = True
  68.       Picture.Data = {<image000.bmp>}
  69.       Transparent = True
  70.     end
  71.     object Label2: TLabel
  72.       Left = 8
  73.       Top = 72
  74.       Width = 300
  75.       Height = 30
  76.       AutoSize = False
  77.       Caption = 
  78.         'The file you are about to download already exists. What do you w' +
  79.         'ant do do?'
  80.       WordWrap = True
  81.     end
  82.     object FileNameLabel: TLabel
  83.       Left = 7
  84.       Top = 51
  85.       Width = 303
  86.       Height = 13
  87.       AutoSize = False
  88.       Caption = 'FileNameHere'
  89.       Font.Charset = DEFAULT_CHARSET
  90.       Font.Color = clWindowText
  91.       Font.Height = -11
  92.       Font.Name = 'MS Sans Serif'
  93.       Font.Style = [fsBold]
  94.       ParentFont = False
  95.     end
  96.     object Label1: TLabel
  97.       Left = 38
  98.       Top = 9
  99.       Width = 132
  100.       Height = 32
  101.       Caption = 'File Exists!'
  102.       Font.Charset = DEFAULT_CHARSET
  103.       Font.Color = clWindowText
  104.       Font.Height = -27
  105.       Font.Name = 'Arial'
  106.       Font.Style = []
  107.       ParentFont = False
  108.     end
  109.     object Image2: TImage
  110.       Left = 4
  111.       Top = 9
  112.       Width = 32
  113.       Height = 32
  114.       AutoSize = True
  115.       Picture.Data = {<image001.bmp>}
  116.       Transparent = True
  117.     end
  118.   end
  119.   object SaveDialog: TSaveDialog
  120.     Left = 288
  121.     Top = 8
  122.   end
  123. end
  124.