📄 re_route.dfm.~10~
字号:
object Form1: TForm1
Left = 0
Top = 0
Align = alBottom
Caption = 'Form1'
ClientHeight = 372
ClientWidth = 465
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 19
Top = 27
Width = 49
Height = 13
Caption = 'HostName'
end
object Label2: TLabel
Left = 48
Top = 56
Width = 20
Height = 13
Caption = 'Port'
end
object Label3: TLabel
Left = 19
Top = 84
Width = 49
Height = 13
Caption = 'UserName'
end
object Label4: TLabel
Left = 45
Top = 110
Width = 23
Height = 13
Caption = 'PWD'
Color = clBtnText
ParentColor = False
end
object Edit1: TEdit
Left = 74
Top = 24
Width = 121
Height = 21
TabOrder = 0
Text = '192.168.0.1'
end
object Edit2: TEdit
Left = 74
Top = 53
Width = 121
Height = 21
TabOrder = 1
Text = '23'
end
object Button1: TButton
Left = 224
Top = 22
Width = 75
Height = 25
Caption = #36830#25509
TabOrder = 2
OnClick = Button1Click
end
object Memo1: TMemo
Left = 0
Top = 134
Width = 465
Height = 238
Color = clMenuText
Font.Charset = DEFAULT_CHARSET
Font.Color = clLime
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Lines.Strings = (
'Memo1')
ParentFont = False
ScrollBars = ssBoth
TabOrder = 3
OnKeyPress = Memo1KeyPress
end
object Edit3: TEdit
Left = 75
Top = 80
Width = 121
Height = 21
TabOrder = 4
Text = 'admin'
end
object Edit4: TEdit
Left = 74
Top = 107
Width = 121
Height = 21
TabOrder = 5
Text = 'admin'
end
object Button2: TButton
Left = 224
Top = 53
Width = 75
Height = 25
Caption = 'Button2'
TabOrder = 6
OnClick = Button2Click
end
object Button3: TButton
Left = 350
Top = 76
Width = 75
Height = 25
Caption = 'Button3'
TabOrder = 7
OnClick = Button3Click
end
object IdTelnet1: TIdTelnet
Host = '192.168.0.1'
OnDataAvailable = IdTelnet1DataAvailable
Terminal = 'dumb'
Left = 312
Top = 24
end
object Timer1: TTimer
Enabled = False
OnTimer = Timer1Timer
Left = 352
Top = 24
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -