36 lines
670 B
Plaintext
36 lines
670 B
Plaintext
object DlgJumpListAnal: TDlgJumpListAnal
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'JumpListAnal'
|
|
ClientHeight = 441
|
|
ClientWidth = 624
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
TextHeight = 15
|
|
object Button1: TButton
|
|
Left = 128
|
|
Top = 64
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Button1'
|
|
TabOrder = 0
|
|
OnClick = Button1Click
|
|
end
|
|
object Memo1: TMemo
|
|
Left = 72
|
|
Top = 152
|
|
Width = 465
|
|
Height = 193
|
|
Lines.Strings = (
|
|
'Memo1')
|
|
ReadOnly = True
|
|
ScrollBars = ssBoth
|
|
TabOrder = 1
|
|
end
|
|
end
|