unit1.dfm
来自「Delphi7应用编程150例附书源码.rar」· DFM 代码 · 共 42 行
DFM
42 行
object Form1: TForm1
Left = 210
Top = 150
Width = 164
Height = 177
Caption = 'Agent'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object ListBox1: TListBox
Left = 8
Top = 8
Width = 137
Height = 129
ItemHeight = 13
Items.Strings = (
#25215#35748
#21521#19979#30475
#23547#25214
#22768#26126
#35745#31639
#38405#35835)
TabOrder = 0
OnClick = ListBox1Click
end
object MyAgent: TAgent
Left = 80
Top = 64
Width = 32
Height = 32
ControlData = {020200004F0300004F030000}
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?