home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / 07_02.iso / bonus / freesoft / files / uzsetup.exe / {app} / uzip.exe / 0 / RCDATA / TFRMOVERWRITE / TFRMOVERWRITE.txt < prev   
Encoding:
Text File  |  2002-05-23  |  2.3 KB  |  131 lines

  1. object frmOverwrite: TfrmOverwrite
  2.   Left = 309
  3.   Top = 228
  4.   ActiveControl = BitBtn2
  5.   BorderIcons = [biMinimize, biMaximize]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Confirm File Overwrite'
  8.   ClientHeight = 129
  9.   ClientWidth = 378
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = True
  18.   OnActivate = FormActivate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 55
  24.     Top = 13
  25.     Width = 59
  26.     Height = 13
  27.     Caption = 'Replace file:'
  28.     WordWrap = True
  29.   end
  30.   object Image1: TImage
  31.     Left = 8
  32.     Top = 8
  33.     Width = 32
  34.     Height = 32
  35.     AutoSize = True
  36.     Picture.Data = {<image001.ico>}
  37.   end
  38.   object Label2: TLabel
  39.     Left = 55
  40.     Top = 61
  41.     Width = 41
  42.     Height = 13
  43.     Caption = 'With file:'
  44.     WordWrap = True
  45.   end
  46.   object lblLabel1: TPathLabel
  47.     Left = 120
  48.     Top = 13
  49.     Width = 241
  50.     Height = 13
  51.     AutoSize = False
  52.   end
  53.   object Label3: TLabel
  54.     Left = 120
  55.     Top = 64
  56.     Width = 3
  57.     Height = 13
  58.   end
  59.   object Label4: TLabel
  60.     Left = 120
  61.     Top = 120
  62.     Width = 3
  63.     Height = 13
  64.   end
  65.   object lbldate: TLabel
  66.     Left = 120
  67.     Top = 32
  68.     Width = 97
  69.     Height = 13
  70.     AutoSize = False
  71.   end
  72.   object lblLabel2: TPathLabel
  73.     Left = 120
  74.     Top = 61
  75.     Width = 241
  76.     Height = 13
  77.     AutoSize = False
  78.   end
  79.   object CheckBox1: TCheckBox
  80.     Left = 252
  81.     Top = 175
  82.     Width = 61
  83.     Height = 14
  84.     Caption = 'Don'#39't ask again'
  85.     TabOrder = 4
  86.     Visible = False
  87.   end
  88.   object BitBtn1: TBitBtn
  89.     Left = 19
  90.     Top = 96
  91.     Width = 75
  92.     Height = 25
  93.     Caption = '&Yes'
  94.     ModalResult = 6
  95.     TabOrder = 0
  96.   end
  97.   object BitBtn2: TBitBtn
  98.     Left = 195
  99.     Top = 96
  100.     Width = 75
  101.     Height = 25
  102.     Caption = '&No'
  103.     ModalResult = 7
  104.     TabOrder = 2
  105.   end
  106.   object Button1: TButton
  107.     Left = 283
  108.     Top = 96
  109.     Width = 75
  110.     Height = 25
  111.     Caption = '&Cancel'
  112.     ModalResult = 2
  113.     TabOrder = 3
  114.     OnClick = Button1Click
  115.   end
  116.   object Button2: TButton
  117.     Left = 107
  118.     Top = 96
  119.     Width = 75
  120.     Height = 25
  121.     Caption = 'Yes to &All'
  122.     TabOrder = 1
  123.     OnClick = Button2Click
  124.   end
  125.   object FormCenter1: TFormCenter
  126.     Center = True
  127.     Left = 12
  128.     Top = 50
  129.   end
  130. end
  131.