📄 fscripteditor.dfm
字号:
object fmScriptEditor: TfmScriptEditor
Left = 362
Top = 137
Width = 475
Height = 483
Caption = 'Script'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
PixelsPerInch = 96
TextHeight = 13
object PageControl1: TPageControl
Left = 6
Top = 8
Width = 455
Height = 402
ActivePage = tsScript
Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 0
object tsScript: TTabSheet
Caption = 'Script source'
object mmSourceCode: TMemo
Left = 0
Top = 0
Width = 447
Height = 374
Align = alClient
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
TabOrder = 0
WordWrap = False
end
end
end
object btCancel: TButton
Left = 384
Top = 417
Width = 76
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Cancel'
TabOrder = 1
OnClick = btCancelClick
end
object btOk: TButton
Left = 299
Top = 417
Width = 77
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Ok'
TabOrder = 2
OnClick = btOkClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -