42 lines
805 B
Plaintext
42 lines
805 B
Plaintext
object DlgPrefetchAnalMain: TDlgPrefetchAnalMain
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'PrefetchAnal'
|
|
ClientHeight = 325
|
|
ClientWidth = 506
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
TextHeight = 15
|
|
object btnAnal: TButton
|
|
Left = 24
|
|
Top = 16
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'btnAnal'
|
|
TabOrder = 0
|
|
OnClick = btnAnalClick
|
|
end
|
|
object mmInfo: TMemo
|
|
Left = 24
|
|
Top = 96
|
|
Width = 377
|
|
Height = 145
|
|
ReadOnly = True
|
|
ScrollBars = ssVertical
|
|
TabOrder = 2
|
|
end
|
|
object edPath: TEdit
|
|
Left = 24
|
|
Top = 67
|
|
Width = 377
|
|
Height = 23
|
|
TabOrder = 1
|
|
Text = 'C:\Windows\Prefetch\URLMON.EXE-AF8619C9.pf'
|
|
end
|
|
end
|