📄 selectfiled.dfm
字号:
object SelectFrm: TSelectFrm
Left = 119
Top = 202
BorderStyle = bsDialog
Caption = '选择框'
ClientHeight = 121
ClientWidth = 220
Color = clInactiveCaptionText
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 16
Width = 138
Height = 13
Caption = '请选择要显示的字段: '
end
object CbbFields: TComboBox
Left = 8
Top = 40
Width = 193
Height = 21
ItemHeight = 13
TabOrder = 0
Text = 'CbbFields'
end
object BtConcel: TButton
Left = 136
Top = 88
Width = 73
Height = 25
Caption = '取消'
TabOrder = 1
OnClick = BtConcelClick
end
object BtSure: TButton
Left = 32
Top = 88
Width = 73
Height = 25
Caption = '确定'
TabOrder = 2
OnClick = BtSureClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -