📄 unit1.nfm.~2~
字号:
object frmMain: TfrmMain
Caption = #31616#21333#25991#26412#32534#36753#22120
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Height = 316
Menu = MainMenu1
Width = 433
Left = 8
Top = 8
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Memo1: TMemo
Lines.Strings = (
'Memo1')
ScrollBars = ssVertical
TabOrder = 6
Left = 8
Top = 16
Width = 321
Height = 241
end
object btnAddText: TButton
Caption = #28155#21152#25991#26412
TabOrder = 0
Left = 336
Top = 16
Width = 75
Height = 25
OnClick = btnAddTextClick
end
object btnCut: TButton
Caption = #21098#20999
TabOrder = 1
Left = 336
Top = 112
Width = 75
Height = 25
OnClick = btnCutClick
end
object btnCopy: TButton
Caption = #22797#21046
TabOrder = 2
Left = 336
Top = 144
Width = 75
Height = 25
OnClick = btnCopyClick
end
object btnSave: TButton
Caption = #20445#23384
TabOrder = 3
Left = 336
Top = 48
Width = 75
Height = 25
OnClick = btnSaveClick
end
object btnPaste: TButton
Caption = #31896#36148
TabOrder = 4
Left = 336
Top = 176
Width = 75
Height = 25
OnClick = btnPasteClick
end
object btnOpen: TButton
Caption = #25171#24320
TabOrder = 5
Left = 336
Top = 80
Width = 75
Height = 25
OnClick = btnOpenClick
end
object btnExit: TButton
Caption = #36864#20986
TabOrder = 7
Left = 336
Top = 208
Width = 75
Height = 25
OnClick = btnExitClick
end
object OpenDialog1: TOpenDialog
Filter = #25991#26412#25991#20214'|*.txt'
Left = 48
Top = 152
end
object SaveDialog1: TSaveDialog
Filter = #25991#26412#25991#20214'|*.txt'
Left = 88
Top = 152
end
object MainMenu1: TMainMenu
Left = 184
Top = 200
object TMenuItem
end
object F1: TMenuItem
Caption = #25991#20214'(&F)'
object N1: TMenuItem
Caption = #26032#24314
end
object N2: TMenuItem
Caption = #25171#24320
OnClick = N2Click
end
object N3: TMenuItem
Caption = #20445#23384
OnClick = N3Click
end
object N13: TMenuItem
Caption = '-'
end
object N14: TMenuItem
Caption = #39029#38754#35774#32622
end
object N16: TMenuItem
Caption = #25171#21360
end
object N4: TMenuItem
Caption = '-'
end
object N5: TMenuItem
Caption = #36864#20986
OnClick = N5Click
end
end
object N6: TMenuItem
Caption = #32534#36753'(&E)'
object N7: TMenuItem
Caption = #21098#20999
OnClick = N7Click
end
object N8: TMenuItem
Caption = #22797#21046
OnClick = N8Click
end
object N9: TMenuItem
Caption = #31896#36148
OnClick = N9Click
end
object N10: TMenuItem
Caption = '-'
end
object N11: TMenuItem
Caption = #26597#25214
end
object N12: TMenuItem
Caption = #26367#25442
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -