📄 fsignatureedit.dfm
字号:
object frmSignatureEdit: TfrmSignatureEdit
Left = 547
Top = 312
BorderStyle = bsDialog
Caption = 'Signature edit'
ClientHeight = 250
ClientWidth = 404
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
ShowHint = True
OnHide = FormHide
OnShortCut = FormShortCut
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 12
Width = 77
Height = 13
Caption = '&Signature name:'
FocusControl = txtSignatureName
Transparent = True
end
object Label2: TLabel
Left = 8
Top = 40
Width = 48
Height = 13
Caption = 'Si&gnature:'
FocusControl = txtSignature
Transparent = True
end
object txtSignatureName: TEdit
Left = 144
Top = 8
Width = 249
Height = 21
MaxLength = 64
TabOrder = 0
end
object txtSignature: TMemo
Left = 8
Top = 56
Width = 385
Height = 145
Lines.Strings = (
'')
MaxLength = 8192
ScrollBars = ssBoth
TabOrder = 1
WordWrap = False
end
object cmdOK: TButton
Left = 8
Top = 216
Width = 75
Height = 25
Hint = 'Apply changes'
Caption = '&OK'
TabOrder = 2
OnClick = cmdOKClick
end
object cmdCancel: TButton
Left = 320
Top = 216
Width = 75
Height = 25
Hint = 'Cancel all'
Caption = '&Cancel'
TabOrder = 3
OnClick = cmdCancelClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -