📄 unit2.dfm
字号:
object ChildForm: TChildForm
Left = 313
Top = 203
Width = 696
Height = 480
Caption = 'ChildForm'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIChild
Menu = MainMenu1
OldCreateOrder = False
Position = poDefault
Visible = True
OnClose = FormClose
OnCloseQuery = FormCloseQuery
PixelsPerInch = 96
TextHeight = 13
object Memo1: TMemo
Left = 0
Top = 0
Width = 688
Height = 426
Align = alClient
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Fixedsys'
Font.Style = []
Lines.Strings = (
'Memo1')
ParentFont = False
ScrollBars = ssBoth
TabOrder = 0
OnKeyPress = Memo1KeyPress
OnMouseDown = Memo1MouseDown
end
object MainMenu1: TMainMenu
Left = 304
Top = 192
object Run: TMenuItem
Caption = #36816#34892'(&R)'
GroupIndex = 2
OnClick = RunClick
end
object Edit: TMenuItem
Caption = #32534#36753'(&E)'
GroupIndex = 3
object Undo: TMenuItem
Caption = #25764#28040'(&U)'
OnClick = UndoClick
end
object Cut: TMenuItem
Caption = #21098#20999'(&X)'
OnClick = CutClick
end
object Cpoy: TMenuItem
Caption = #22797#21046'(&C)'
OnClick = CpoyClick
end
object Paste: TMenuItem
Caption = #31896#36148'(&P)'
OnClick = PasteClick
end
object Spilter: TMenuItem
Caption = '-'
end
object SAll: TMenuItem
Caption = #20840#36873'(&A)'
OnClick = SAllClick
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -