home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / PROGRAM / DELPHI16 / Calmira / Src / SRC / REPLACE.DFM / REPLACE.txt
Text File  |  1996-11-24  |  2KB  |  110 lines

  1. object ReplaceBox: TReplaceBox
  2.   Left = 190
  3.   Top = 173
  4.   BorderStyle = bsDialog
  5.   Caption = 'Replace File'
  6.   ClientHeight = 143
  7.   ClientWidth = 377
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 46
  18.     Top = 12
  19.     Width = 43
  20.     Height = 13
  21.     Caption = 'Replace:'
  22.   end
  23.   object Target2: TLabel
  24.     Left = 98
  25.     Top = 32
  26.     Width = 37
  27.     Height = 13
  28.     Caption = 'Target2'
  29.   end
  30.   object Label4: TLabel
  31.     Left = 46
  32.     Top = 68
  33.     Width = 25
  34.     Height = 13
  35.     Caption = 'With:'
  36.   end
  37.   object Source1: TLabel
  38.     Left = 98
  39.     Top = 68
  40.     Width = 40
  41.     Height = 13
  42.     Caption = 'Source1'
  43.   end
  44.   object Target1: TLabel
  45.     Left = 98
  46.     Top = 12
  47.     Width = 37
  48.     Height = 13
  49.     Caption = 'Target1'
  50.   end
  51.   object Source2: TLabel
  52.     Left = 98
  53.     Top = 88
  54.     Width = 40
  55.     Height = 13
  56.     Caption = 'Source2'
  57.   end
  58.   object Image1: TImage
  59.     Left = 6
  60.     Top = 6
  61.     Width = 33
  62.     Height = 33
  63.   end
  64.   object YesBtn: TBitBtn
  65.     Left = 20
  66.     Top = 112
  67.     Width = 81
  68.     Height = 25
  69.     TabOrder = 0
  70.     Kind = bkYes
  71.     Margin = 4
  72.     Style = bsNew
  73.     Spacing = -1
  74.   end
  75.   object NoBtn: TBitBtn
  76.     Left = 108
  77.     Top = 112
  78.     Width = 81
  79.     Height = 25
  80.     TabOrder = 1
  81.     Kind = bkNo
  82.     Margin = 4
  83.     Style = bsNew
  84.     Spacing = -1
  85.   end
  86.   object AllBtn: TBitBtn
  87.     Left = 284
  88.     Top = 112
  89.     Width = 81
  90.     Height = 25
  91.     TabOrder = 3
  92.     Kind = bkAll
  93.     Margin = 4
  94.     Style = bsNew
  95.     Spacing = -1
  96.   end
  97.   object CancelBtn: TBitBtn
  98.     Left = 196
  99.     Top = 112
  100.     Width = 81
  101.     Height = 25
  102.     Caption = '&Cancel'
  103.     TabOrder = 2
  104.     Kind = bkCancel
  105.     Margin = 4
  106.     Style = bsNew
  107.     Spacing = -1
  108.   end
  109. end
  110.