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

  1. object fMain: TfMain
  2.   Left = 232
  3.   Top = 108
  4.   Width = 512
  5.   Height = 228
  6.   Caption = 'fMain'
  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 Panel1: TPanel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 490
  18.     Height = 65
  19.     TabOrder = 0
  20.     object Label1: TLabel
  21.       Left = 230
  22.       Top = 31
  23.       Width = 24
  24.       Height = 13
  25.       Caption = '<---->'
  26.     end
  27.     object Label2: TLabel
  28.       Left = 10
  29.       Top = 12
  30.       Width = 43
  31.       Height = 13
  32.       Caption = 'old value'
  33.     end
  34.     object Label3: TLabel
  35.       Left = 267
  36.       Top = 12
  37.       Width = 49
  38.       Height = 13
  39.       Caption = 'new value'
  40.     end
  41.     object oldValueEDT: TEdit
  42.       Left = 9
  43.       Top = 27
  44.       Width = 211
  45.       Height = 21
  46.       TabOrder = 0
  47.     end
  48.     object NewValueEDT: TEdit
  49.       Left = 265
  50.       Top = 27
  51.       Width = 211
  52.       Height = 21
  53.       TabOrder = 1
  54.     end
  55.     object CaseSensitive: TCheckBox
  56.       Left = 130
  57.       Top = 10
  58.       Width = 97
  59.       Height = 17
  60.       Caption = 'Case Sensitive'
  61.       TabOrder = 2
  62.     end
  63.   end
  64.   object Panel2: TPanel
  65.     Left = 8
  66.     Top = 80
  67.     Width = 490
  68.     Height = 75
  69.     TabOrder = 1
  70.     object Status: TLabel
  71.       Left = 17
  72.       Top = 8
  73.       Width = 33
  74.       Height = 13
  75.       Caption = 'Status:'
  76.     end
  77.     object RegKey: TLabel
  78.       Left = 17
  79.       Top = 49
  80.       Width = 62
  81.       Height = 13
  82.       Caption = 'Registry Key:'
  83.     end
  84.     object Progress: TProgressBar
  85.       Left = 17
  86.       Top = 27
  87.       Width = 452
  88.       Height = 16
  89.       Min = 0
  90.       Max = 100
  91.       TabOrder = 0
  92.     end
  93.   end
  94.   object BitBtn1: TBitBtn
  95.     Left = 8
  96.     Top = 165
  97.     Width = 109
  98.     Height = 25
  99.     Caption = '&Start'
  100.     TabOrder = 2
  101.     OnClick = Button2Click
  102.     Kind = bkOK
  103.   end
  104.   object BitBtn2: TBitBtn
  105.     Left = 126
  106.     Top = 165
  107.     Width = 115
  108.     Height = 25
  109.     Caption = '&Close'
  110.     TabOrder = 3
  111.     OnClick = BitBtn2Click
  112.     Kind = bkClose
  113.   end
  114.   object BitBtn3: TBitBtn
  115.     Left = 423
  116.     Top = 165
  117.     Width = 75
  118.     Height = 25
  119.     Caption = '&Info'
  120.     TabOrder = 4
  121.     OnClick = BitBtn3Click
  122.     Kind = bkHelp
  123.   end
  124. end
  125.