📄 edit.dfm
字号:
object EditForm: TEditForm
Left = 199
Top = 132
Width = 582
Height = 480
Caption = 'EditForm'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Editor: TMemo
Left = 0
Top = 41
Width = 574
Height = 405
Align = alClient
Font.Charset = RUSSIAN_CHARSET
Font.Color = clNavy
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
Lines.Strings = (
'Editor')
ParentFont = False
ScrollBars = ssBoth
TabOrder = 0
WantTabs = True
WordWrap = False
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 574
Height = 41
Align = alTop
BevelOuter = bvNone
TabOrder = 1
object Button1: TButton
Left = 8
Top = 8
Width = 75
Height = 25
Caption = 'Ok'
ModalResult = 1
TabOrder = 0
end
object Button2: TButton
Left = 88
Top = 8
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -