📄 unit1.dfm
字号:
object Form1: TForm1
Left = 240
Top = 106
Width = 341
Height = 467
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 16
object Button1: TButton
Left = 248
Top = 48
Width = 75
Height = 25
Caption = #30830' '#23450
TabOrder = 0
OnClick = Button1Click
end
object Memo1: TMemo
Left = 8
Top = 80
Width = 313
Height = 345
Lines.Strings = (
'Memo1')
ScrollBars = ssBoth
TabOrder = 1
end
object esrvip: TEdit
Left = 8
Top = 48
Width = 153
Height = 24
TabOrder = 2
end
object ebbsurl: TEdit
Left = 8
Top = 16
Width = 153
Height = 24
TabOrder = 3
Text = 'http://bbs.zxip.com'
end
object esrvport: TEdit
Left = 168
Top = 48
Width = 49
Height = 24
TabOrder = 4
Text = '1234'
end
object eusername: TEdit
Left = 168
Top = 16
Width = 73
Height = 24
TabOrder = 5
end
object epassword: TEdit
Left = 248
Top = 16
Width = 73
Height = 24
TabOrder = 6
end
object auHTTP1: TauHTTP
Agent = 'acHTTP component (AppControls.com)'
Proxy.AccessType = atDirect
OnDone = auHTTP1Done
Left = 216
Top = 136
end
object Timer1: TTimer
Interval = 5000
OnTimer = Timer1Timer
Left = 256
Top = 104
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -