📄 unit1.~dfm
字号:
object Form1: TForm1
Left = 240
Top = 177
Width = 696
Height = 480
Caption = 'Form1'
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 Search: TEdit
Left = 128
Top = 88
Width = 121
Height = 21
TabOrder = 0
OnChange = SearchChange
end
object SourceList: TListBox
Left = 64
Top = 136
Width = 121
Height = 97
ItemHeight = 13
Items.Strings = (
#26102#38388
#22320#28857
#20154#29289
#20107#20214
#32463#36807
#32467#26524
#27880#24847#20107#39033
#26102#24046
#26223#28857)
TabOrder = 1
end
object ResultList: TListBox
Left = 352
Top = 112
Width = 121
Height = 97
ItemHeight = 13
TabOrder = 2
end
object Button1: TButton
Left = 528
Top = 48
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 3
OnClick = Button1Click
end
object searchbox: TComboBox
Left = 168
Top = 288
Width = 145
Height = 21
ItemHeight = 13
TabOrder = 4
OnChange = searchboxChange
Items.Strings = (
#26102#38388
#22320#28857
#20154#29289
#24555#20048
#38543#26426
#29983#27963
#21629#36816
#20107#19994
#21069#36884
#22909#22810)
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -