home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Registry / Regrepl / Regrepla.exe / 0 / RCDATA / TFCONFIRM / TFCONFIRM.txt
Text File  |  1997-01-28  |  2KB  |  82 lines

  1. object fConfirm: TfConfirm
  2.   Left = 284
  3.   Top = 347
  4.   Width = 512
  5.   Height = 171
  6.   Caption = 'Confirm'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Panel3: TPanel
  15.     Left = 8
  16.     Top = 10
  17.     Width = 490
  18.     Height = 123
  19.     TabOrder = 0
  20.     object RegKeyLBL: TLabel
  21.       Left = 17
  22.       Top = 46
  23.       Width = 38
  24.       Height = 13
  25.       Caption = 'RegKey'
  26.     end
  27.     object ConfirmCB: TCheckBox
  28.       Left = 273
  29.       Top = 16
  30.       Width = 97
  31.       Height = 17
  32.       Caption = 'confirm replace'
  33.       State = cbChecked
  34.       TabOrder = 0
  35.     end
  36.     object Button1: TButton
  37.       Left = 15
  38.       Top = 11
  39.       Width = 152
  40.       Height = 25
  41.       Caption = 'Replace'
  42.       Default = True
  43.       ModalResult = 6
  44.       TabOrder = 1
  45.     end
  46.     object Button3: TButton
  47.       Left = 394
  48.       Top = 11
  49.       Width = 75
  50.       Height = 25
  51.       Caption = 'Cancel'
  52.       ModalResult = 2
  53.       TabOrder = 2
  54.     end
  55.     object Button4: TButton
  56.       Left = 175
  57.       Top = 11
  58.       Width = 75
  59.       Height = 25
  60.       Caption = 'Skip this one'
  61.       ModalResult = 7
  62.       TabOrder = 3
  63.     end
  64.     object OldEDT: TEdit
  65.       Left = 15
  66.       Top = 64
  67.       Width = 454
  68.       Height = 21
  69.       Color = clBtnFace
  70.       ReadOnly = True
  71.       TabOrder = 4
  72.     end
  73.     object NewEDT: TEdit
  74.       Left = 15
  75.       Top = 89
  76.       Width = 454
  77.       Height = 21
  78.       TabOrder = 5
  79.     end
  80.   end
  81. end
  82.