home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / zrcserv / setup.exe / %MAINDIR% / ZRCG.exe / 0 / RCDATA / TRESUMEFORM / TRESUMEFORM.txt
Encoding:
Text File  |  2004-05-19  |  2.3 KB  |  121 lines

  1. object ResumeForm: TResumeForm
  2.   Left = 421
  3.   Top = 112
  4.   HelpContext = 10000
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'File already exists'
  8.   ClientHeight = 228
  9.   ClientWidth = 370
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   OnHelp = FormHelp
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 91
  23.     Top = 44
  24.     Width = 49
  25.     Height = 13
  26.     Alignment = taRightJustify
  27.     Caption = 'File name:'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 145
  31.     Top = 44
  32.     Width = 3
  33.     Height = 13
  34.   end
  35.   object Label3: TLabel
  36.     Left = 20
  37.     Top = 126
  38.     Width = 301
  39.     Height = 49
  40.     AutoSize = False
  41.     Caption = 
  42.       'To resume file download press the "Resume" button.'#13#10'To overwrite' +
  43.       ' the file press the "Overwrite" button.'#13#10'To cancel file download' +
  44.       ' press the "Cancel" button.'
  45.     WordWrap = True
  46.   end
  47.   object Label4: TLabel
  48.     Left = 80
  49.     Top = 16
  50.     Width = 154
  51.     Height = 13
  52.     Caption = 'The file specified already exists.'
  53.   end
  54.   object Label5: TLabel
  55.     Left = 79
  56.     Top = 67
  57.     Width = 62
  58.     Height = 13
  59.     Alignment = taRightJustify
  60.     Caption = 'Remote size:'
  61.   end
  62.   object Label6: TLabel
  63.     Left = 93
  64.     Top = 90
  65.     Width = 49
  66.     Height = 13
  67.     Alignment = taRightJustify
  68.     Caption = 'Local size:'
  69.   end
  70.   object Label7: TLabel
  71.     Left = 145
  72.     Top = 67
  73.     Width = 3
  74.     Height = 13
  75.   end
  76.   object Label8: TLabel
  77.     Left = 145
  78.     Top = 90
  79.     Width = 3
  80.     Height = 13
  81.   end
  82.   object Image1: TImage
  83.     Left = 20
  84.     Top = 16
  85.     Width = 32
  86.     Height = 32
  87.   end
  88.   object Button1: TButton
  89.     Left = 84
  90.     Top = 190
  91.     Width = 75
  92.     Height = 23
  93.     HelpContext = 10001
  94.     Caption = 'Resume'
  95.     TabOrder = 0
  96.     OnClick = Button1Click
  97.   end
  98.   object Button2: TButton
  99.     Left = 172
  100.     Top = 190
  101.     Width = 75
  102.     Height = 23
  103.     HelpContext = 10002
  104.     Caption = 'Overwrite'
  105.     TabOrder = 1
  106.     OnClick = Button2Click
  107.   end
  108.   object Button3: TButton
  109.     Left = 260
  110.     Top = 190
  111.     Width = 75
  112.     Height = 23
  113.     HelpContext = 10003
  114.     Cancel = True
  115.     Caption = 'Cancel'
  116.     ModalResult = 2
  117.     TabOrder = 2
  118.     OnClick = Button3Click
  119.   end
  120. end
  121.