📄 input.dfm
字号:
object InputForm: TInputForm
Left = 270
Top = 227
BorderStyle = bsDialog
ClientHeight = 100
ClientWidth = 265
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 12
object lblInput: TLabel
Left = 8
Top = 0
Width = 249
Height = 28
AutoSize = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
Layout = tlCenter
WordWrap = True
end
object edtInput: TEdit
Left = 8
Top = 30
Width = 249
Height = 20
Color = clBtnHighlight
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 0
OnChange = edtInputChange
end
object btnOk: TButton
Left = 40
Top = 64
Width = 75
Height = 25
Caption = #30830#23450'(&O)'
Default = True
Enabled = False
ModalResult = 1
TabOrder = 1
end
object btnCancel: TButton
Left = 150
Top = 64
Width = 75
Height = 25
Cancel = True
Caption = #21462#28040'(&C)'
ModalResult = 2
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -