inputfrm.dfm
来自「delphi本地数据库引擎」· DFM 代码 · 共 60 行
DFM
60 行
object InputForm: TInputForm
Left = 192
Top = 133
BorderStyle = bsDialog
Caption = '输入'
ClientHeight = 102
ClientWidth = 320
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 12
object GroupBox1: TGroupBox
Left = 6
Top = 2
Width = 307
Height = 58
TabOrder = 0
object PromptLabel: TLabel
Left = 12
Top = 25
Width = 6
Height = 12
Caption = '#'
end
object ValueEdit: TEdit
Left = 120
Top = 21
Width = 173
Height = 20
TabOrder = 0
end
end
object OkButton: TButton
Left = 146
Top = 69
Width = 75
Height = 25
Caption = '确定(&O)'
Default = True
TabOrder = 1
OnClick = OkButtonClick
end
object CancelButton: TButton
Left = 238
Top = 69
Width = 75
Height = 25
Cancel = True
Caption = '取消(&C)'
TabOrder = 2
OnClick = CancelButtonClick
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?