📄 unit1.dfm
字号:
object MainForm: TMainForm
Left = 250
Top = 293
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #20027#25511#31243#24207'(Client'#31471')'
ClientHeight = 300
ClientWidth = 338
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Memo1: TMemo
Left = 8
Top = 8
Width = 189
Height = 189
TabOrder = 0
end
object Edit1: TEdit
Left = 8
Top = 204
Width = 189
Height = 21
Enabled = False
TabOrder = 1
Text = #21457#36865#30340#28040#24687
end
object Button1: TButton
Left = 34
Top = 265
Width = 75
Height = 25
Caption = #21457#36865#28040#24687
Enabled = False
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 122
Top = 265
Width = 75
Height = 25
Caption = #30331#24405
TabOrder = 3
OnClick = Button2Click
end
object Edit2: TEdit
Left = 8
Top = 232
Width = 189
Height = 21
TabOrder = 4
Text = #26381#21153#22120#22320#22336
end
object Edit4: TEdit
Left = 208
Top = 224
Width = 121
Height = 21
TabOrder = 5
end
object Edit3: TEdit
Left = 208
Top = 184
Width = 121
Height = 21
TabOrder = 6
end
object ClientSocket1: TClientSocket
Active = False
ClientType = ctNonBlocking
Port = 0
OnRead = ClientSocket1Read
Left = 2
Top = 265
end
object IdHTTP1: TIdHTTP
MaxLineAction = maException
ReadTimeout = 0
AllowCookies = True
ProxyParams.BasicAuthentication = False
ProxyParams.ProxyPort = 0
Request.ContentLength = -1
Request.ContentRangeEnd = 0
Request.ContentRangeStart = 0
Request.ContentType = 'text/html'
Request.Accept = 'text/html, */*'
Request.BasicAuthentication = False
Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
HTTPOptions = [hoForceEncodeParams]
Left = 208
Top = 16
end
object Timer1: TTimer
Interval = 5000
OnTimer = Timer1Timer
Left = 208
Top = 56
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -