input.dfm
来自「SkyEdit是一个可用彩色语法来显示及编辑各种开发语言源代码的编辑器控件。」· DFM 代码 · 共 69 行
DFM
69 行
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 + =
减小字号Ctrl + -
显示快捷键?