📄 ychatu5.dfm
字号:
object Form5: TForm5
Left = 323
Top = 103
AutoScroll = False
BorderIcons = []
Caption = 'URl List'
ClientHeight = 436
ClientWidth = 390
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 ListBox1: TListBox
Left = 0
Top = 0
Width = 390
Height = 363
Align = alTop
ItemHeight = 13
TabOrder = 0
OnClick = ListBox1Click
OnDblClick = ListBox1DblClick
end
object Button1: TButton
Left = 254
Top = 396
Width = 55
Height = 25
Caption = 'Close'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 76
Top = 396
Width = 63
Height = 25
Caption = 'Clear List'
TabOrder = 2
OnClick = Button2Click
end
object Edit1: TEdit
Left = 10
Top = 370
Width = 353
Height = 21
TabOrder = 3
Text = 'URL'
end
object Button3: TButton
Left = 140
Top = 396
Width = 113
Height = 25
Caption = 'Delete Selected URL'
TabOrder = 4
OnClick = Button3Click
end
object Button4: TButton
Left = 12
Top = 396
Width = 61
Height = 25
Caption = 'Copy URL'
TabOrder = 5
OnClick = Button4Click
end
object SpinEdit1: TSpinEdit
Left = 312
Top = 396
Width = 51
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 6
Value = 500
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -