35 lines
710 B
Plaintext
35 lines
710 B
Plaintext
object Form1: TForm1
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu, biMinimize]
|
|
BorderStyle = bsSingle
|
|
Caption = 'RouteTableMon'
|
|
ClientHeight = 269
|
|
ClientWidth = 480
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
TextHeight = 15
|
|
object btnRtMon: TButton
|
|
Left = 16
|
|
Top = 16
|
|
Width = 129
|
|
Height = 25
|
|
Caption = #46972#50864#54021#53580#51060#48660' '#49828#52884
|
|
TabOrder = 0
|
|
OnClick = btnRtMonClick
|
|
end
|
|
object mmInfo: TMemo
|
|
Left = 16
|
|
Top = 56
|
|
Width = 449
|
|
Height = 201
|
|
ScrollBars = ssVertical
|
|
TabOrder = 1
|
|
end
|
|
end
|