📄 unit1.~dfm
字号:
object Form1: TForm1
Left = 554
Top = 585
Width = 362
Height = 340
Caption = 'Router Killer'
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 Label1: TLabel
Left = 8
Top = 8
Width = 21
Height = 13
Caption = 'Log:'
end
object lbl2: TLabel
Left = 240
Top = 8
Width = 22
Height = 13
Caption = 'Dict:'
end
object lbl3: TLabel
Left = 8
Top = 279
Width = 36
Height = 13
Caption = 'Total: 0'
end
object lbl1: TLabel
Left = 72
Top = 279
Width = 46
Height = 13
Caption = 'Current: 0'
end
object btn1: TButton
Left = 280
Top = 273
Width = 65
Height = 25
Caption = '&Start'
TabOrder = 0
OnClick = btn1Click
end
object Memo1: TMemo
Left = 8
Top = 24
Width = 225
Height = 241
ScrollBars = ssVertical
TabOrder = 1
end
object mmo2: TMemo
Left = 240
Top = 24
Width = 105
Height = 241
ScrollBars = ssVertical
TabOrder = 2
end
object btn2: TButton
Left = 208
Top = 273
Width = 65
Height = 25
Caption = '&Test'
TabOrder = 3
OnClick = btn2Click
end
object idhttp1: TIdHTTP
AllowCookies = True
HandleRedirects = True
ProxyParams.BasicAuthentication = False
ProxyParams.ProxyPort = 0
Request.ContentLength = -1
Request.Accept = 'text/html, */*'
Request.BasicAuthentication = False
Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
HTTPOptions = [hoForceEncodeParams]
Left = 128
Top = 184
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -