80 lines
1.6 KiB
Plaintext
80 lines
1.6 KiB
Plaintext
object DlgBrowserMon: TDlgBrowserMon
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'BrowserMon'
|
|
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 pnTop: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 624
|
|
Height = 65
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
DesignSize = (
|
|
624
|
|
65)
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Top = 13
|
|
Width = 81
|
|
Height = 15
|
|
Caption = #54532#47196#49464#49828' '#51060#47492' :'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 20
|
|
Top = 40
|
|
Width = 69
|
|
Height = 15
|
|
Caption = #50952#46020#50864' '#52897#49496' :'
|
|
end
|
|
object lbPName: TLabel
|
|
Left = 104
|
|
Top = 13
|
|
Width = 51
|
|
Height = 15
|
|
Caption = 'Unknown'
|
|
end
|
|
object lbWndCaption: TLabel
|
|
Left = 104
|
|
Top = 40
|
|
Width = 51
|
|
Height = 15
|
|
Caption = 'Unknown'
|
|
end
|
|
object btnFind: TButton
|
|
Left = 430
|
|
Top = 6
|
|
Width = 185
|
|
Height = 25
|
|
Anchors = [akTop, akRight]
|
|
Caption = #48652#46972#50864#51200' '#52286#44256' '#53581#49828#53944' '#52628#52636
|
|
TabOrder = 0
|
|
OnClick = btnFindClick
|
|
end
|
|
end
|
|
object mmText: TMemo
|
|
Left = 0
|
|
Top = 65
|
|
Width = 624
|
|
Height = 376
|
|
Align = alClient
|
|
ReadOnly = True
|
|
ScrollBars = ssBoth
|
|
TabOrder = 1
|
|
ExplicitLeft = 216
|
|
ExplicitTop = 200
|
|
ExplicitWidth = 185
|
|
ExplicitHeight = 89
|
|
end
|
|
end
|