setuser.dfm
来自「< Delphi网络通信协议分析与应用实现>>一书的源代码。」· DFM 代码 · 共 54 行
DFM
54 行
object UserForm: TUserForm
Left = 212
Top = 155
Width = 295
Height = 257
Caption = #35775#38382#25511#21046
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object LBox1: TListBox
Left = 0
Top = 2
Width = 285
Height = 145
ItemHeight = 13
MultiSelect = True
TabOrder = 0
end
object Edit1: TEdit
Left = 2
Top = 162
Width = 137
Height = 21
TabOrder = 1
end
object Button1: TButton
Left = 168
Top = 162
Width = 77
Height = 25
Caption = #21152#20837
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 168
Top = 194
Width = 77
Height = 25
Caption = #21024#38500
TabOrder = 3
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?