home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 July & August
/
Pcwk78a98.iso
/
Registry
/
Regrepl
/
Regrepla.exe
/
0
/
RCDATA
/
TFMAIN
/
TFMAIN.txt
Wrap
Text File
|
1997-01-28
|
2KB
|
125 lines
object fMain: TfMain
Left = 232
Top = 108
Width = 512
Height = 228
Caption = 'fMain'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 8
Top = 8
Width = 490
Height = 65
TabOrder = 0
object Label1: TLabel
Left = 230
Top = 31
Width = 24
Height = 13
Caption = '<---->'
end
object Label2: TLabel
Left = 10
Top = 12
Width = 43
Height = 13
Caption = 'old value'
end
object Label3: TLabel
Left = 267
Top = 12
Width = 49
Height = 13
Caption = 'new value'
end
object oldValueEDT: TEdit
Left = 9
Top = 27
Width = 211
Height = 21
TabOrder = 0
end
object NewValueEDT: TEdit
Left = 265
Top = 27
Width = 211
Height = 21
TabOrder = 1
end
object CaseSensitive: TCheckBox
Left = 130
Top = 10
Width = 97
Height = 17
Caption = 'Case Sensitive'
TabOrder = 2
end
end
object Panel2: TPanel
Left = 8
Top = 80
Width = 490
Height = 75
TabOrder = 1
object Status: TLabel
Left = 17
Top = 8
Width = 33
Height = 13
Caption = 'Status:'
end
object RegKey: TLabel
Left = 17
Top = 49
Width = 62
Height = 13
Caption = 'Registry Key:'
end
object Progress: TProgressBar
Left = 17
Top = 27
Width = 452
Height = 16
Min = 0
Max = 100
TabOrder = 0
end
end
object BitBtn1: TBitBtn
Left = 8
Top = 165
Width = 109
Height = 25
Caption = '&Start'
TabOrder = 2
OnClick = Button2Click
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 126
Top = 165
Width = 115
Height = 25
Caption = '&Close'
TabOrder = 3
OnClick = BitBtn2Click
Kind = bkClose
end
object BitBtn3: TBitBtn
Left = 423
Top = 165
Width = 75
Height = 25
Caption = '&Info'
TabOrder = 4
OnClick = BitBtn3Click
Kind = bkHelp
end
end