home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 July & August
/
Pcwk78a98.iso
/
Registry
/
Mregchg
/
_SETUP.1
/
mregchg.exe
/
0
/
RCDATA
/
TFRMAPPLYFROMFILE
/
TFRMAPPLYFROMFILE.txt
Wrap
Text File
|
1998-04-08
|
2KB
|
97 lines
object frmApplyFromFile: TfrmApplyFromFile
Left = 276
Top = 219
HelpContext = 210
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Apply From File'
ClientHeight = 167
ClientWidth = 249
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
Position = poDefaultPosOnly
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 14
object Label1: TLabel
Left = 16
Top = 16
Width = 223
Height = 14
Caption = 'Apply registry changes from the following file:'
end
object edFileName: TEdit
Left = 16
Top = 44
Width = 197
Height = 22
TabOrder = 0
end
object btnRun: TButton
Left = 162
Top = 132
Width = 75
Height = 25
Caption = '&Run'
TabOrder = 3
OnClick = btnRunClick
end
object btnStop: TButton
Left = 16
Top = 132
Width = 75
Height = 25
Caption = '&Stop'
Enabled = False
TabOrder = 4
OnClick = btnStopClick
end
object btnBrowse: TButton
Left = 216
Top = 44
Width = 21
Height = 21
Caption = '...'
Default = True
TabOrder = 1
OnClick = btnBrowseClick
end
object GroupBox1: TGroupBox
Left = 16
Top = 78
Width = 221
Height = 41
Caption = 'Action if Key Not Found'
TabOrder = 2
object rbCreatekey: TRadioButton
Left = 8
Top = 16
Width = 109
Height = 17
Caption = 'Create Ke&y'
Checked = True
TabOrder = 0
TabStop = True
end
object rbIgnorekey: TRadioButton
Left = 124
Top = 16
Width = 89
Height = 17
Caption = '&Ignore entry'
TabOrder = 1
end
end
object OD1: TOpenDialog
DefaultExt = '*.txt'
FileName = 'import.txt'
Filter = 'Text Files|*.txt|All Files|*.*'
Left = 116
Top = 132
end
end