home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / tools / 95beyond / beyond32.exe / 0 / RCDATA / TCOPYWARNING / TCOPYWARNING.txt
Text File  |  1997-11-09  |  2KB  |  107 lines

  1. object CopyWarning: TCopyWarning
  2.   Left = 315
  3.   Top = 208
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Confirm Copy Operation'
  7.   ClientHeight = 232
  8.   ClientWidth = 364
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 104
  19.     Top = 24
  20.     Width = 158
  21.     Height = 13
  22.     Caption = 'Are you sure you want to replace:'
  23.   end
  24.   object TargetFilename: TLabel
  25.     Left = 120
  26.     Top = 48
  27.     Width = 73
  28.     Height = 13
  29.     Caption = 'a:\compfile.pas'
  30.   end
  31.   object TargetFileDate: TLabel
  32.     Left = 120
  33.     Top = 64
  34.     Width = 123
  35.     Height = 13
  36.     Caption = 'dated 5/28/96 8:41:52am'
  37.   end
  38.   object Label4: TLabel
  39.     Left = 104
  40.     Top = 112
  41.     Width = 117
  42.     Height = 13
  43.     Caption = 'with the OLDER version:'
  44.   end
  45.   object SourceFilename: TLabel
  46.     Left = 120
  47.     Top = 136
  48.     Width = 178
  49.     Height = 13
  50.     Caption = 'c:\delphi\cutools\bsync\compfile.pas'
  51.   end
  52.   object SourceFileDate: TLabel
  53.     Left = 120
  54.     Top = 152
  55.     Width = 129
  56.     Height = 13
  57.     Caption = 'dated 3/15/96 10:15:52pm'
  58.   end
  59.   object Image1: TImage
  60.     Left = 24
  61.     Top = 24
  62.     Width = 32
  63.     Height = 32
  64.   end
  65.   object YesBtn: TBitBtn
  66.     Left = 24
  67.     Top = 192
  68.     Width = 73
  69.     Height = 26
  70.     Caption = '&Yes'
  71.     ModalResult = 6
  72.     TabOrder = 0
  73.     NumGlyphs = 2
  74.   end
  75.   object NoBtn: TBitBtn
  76.     Left = 184
  77.     Top = 192
  78.     Width = 73
  79.     Height = 26
  80.     Caption = '&No'
  81.     ModalResult = 7
  82.     TabOrder = 2
  83.     NumGlyphs = 2
  84.   end
  85.   object AllBtn: TBitBtn
  86.     Left = 104
  87.     Top = 192
  88.     Width = 73
  89.     Height = 26
  90.     Caption = 'Yes to &All'
  91.     ModalResult = 8
  92.     TabOrder = 1
  93.     NumGlyphs = 2
  94.   end
  95.   object CancelBtn: TBitBtn
  96.     Left = 264
  97.     Top = 192
  98.     Width = 73
  99.     Height = 26
  100.     Cancel = True
  101.     Caption = 'Cancel'
  102.     ModalResult = 2
  103.     TabOrder = 3
  104.     NumGlyphs = 2
  105.   end
  106. end
  107.