📄 mainform.dfm
字号:
Width = 8
Caption = 'ToolButton16'
ImageIndex = 19
Style = tbsSeparator
end
object ToolButton17: TToolButton
Left = 293
Top = 2
Hint = 'Compile'
Caption = 'ToolButton17'
ImageIndex = 25
ParentShowHint = False
ShowHint = True
OnClick = Compile1Click
end
object ToolButton18: TToolButton
Left = 316
Top = 2
Hint = 'Make'
Caption = 'ToolButton18'
ImageIndex = 24
ParentShowHint = False
ShowHint = True
OnClick = Make1Click
end
object ToolButton19: TToolButton
Left = 339
Top = 2
Hint = 'Make all'
Caption = 'ToolButton19'
ImageIndex = 34
ParentShowHint = False
ShowHint = True
OnClick = Makeall1Click
end
object ToolButton20: TToolButton
Left = 362
Top = 2
Width = 8
Caption = 'ToolButton20'
ImageIndex = 25
Style = tbsSeparator
end
object ToolButton21: TToolButton
Left = 370
Top = 2
Hint = 'Chip Programmer'
Caption = 'ToolButton21'
ImageIndex = 26
ParentShowHint = False
ShowHint = True
OnClick = Programmer1Click
end
object ToolButton22: TToolButton
Left = 393
Top = 2
Hint = 'Terminal'
Caption = 'Terminal'
ImageIndex = 31
ParentShowHint = False
ShowHint = True
OnClick = Terminal1Click
end
end
object Panel1: TPanel
Left = 0
Top = 321
Width = 550
Height = 141
Align = alBottom
BevelOuter = bvNone
Caption = 'Panel1'
TabOrder = 2
object Memo1: TMemo
Left = 0
Top = 0
Width = 550
Height = 118
Align = alClient
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
ParentShowHint = False
ReadOnly = True
ScrollBars = ssVertical
ShowHint = False
TabOrder = 0
OnContextPopup = Memo1ContextPopup
OnDblClick = Memo1DblClick
end
object StatusBar1: TStatusBar
Left = 0
Top = 118
Width = 550
Height = 23
BiDiMode = bdRightToLeft
Panels = <
item
Width = 50
end
item
Alignment = taCenter
Text = 'Selection Mode : Normal'
Width = 150
end
item
Alignment = taCenter
Width = 100
end
item
Alignment = taCenter
Width = 50
end
item
Alignment = taCenter
Width = 50
end
item
Alignment = taCenter
BiDiMode = bdRightToLeft
ParentBiDiMode = False
Width = 50
end
item
Width = 50
end>
ParentBiDiMode = False
SimplePanel = False
SizeGrip = False
OnResize = StatusBar1Resize
end
end
object MainMenu1: TMainMenu
Images = ImageList1
Left = 240
Top = 152
object File1: TMenuItem
Caption = 'File'
object New: TMenuItem
Caption = 'New'
ImageIndex = 0
ShortCut = 16462
OnClick = NewClick
end
object Open: TMenuItem
Caption = 'Open'
ImageIndex = 2
ShortCut = 16463
OnClick = OpenClick
end
object Save: TMenuItem
Caption = 'Save'
ImageIndex = 4
ShortCut = 16467
OnClick = SaveClick
end
object Saveas: TMenuItem
Caption = 'Save as'
ImageIndex = 6
ShortCut = 49235
OnClick = SaveasClick
end
object Close: TMenuItem
Caption = 'Close'
ImageIndex = 8
OnClick = CloseClick
end
object j1: TMenuItem
Caption = '-'
end
object PrtSetup: TMenuItem
Caption = 'Printer Setup'
ImageIndex = 39
OnClick = PrtSetupClick
end
object Print1: TMenuItem
Caption = 'Print'
ImageIndex = 38
OnClick = Print1Click
end
object PrintPreview1: TMenuItem
Caption = 'Print Preview'
ImageIndex = 38
OnClick = PrintPreview1Click
end
object N6: TMenuItem
Caption = '-'
end
object Quit: TMenuItem
Caption = 'Exit'
ImageIndex = 10
ShortCut = 16465
OnClick = QuitClick
end
end
object Edit1: TMenuItem
Caption = 'Edit'
object Undo1: TMenuItem
Caption = 'Undo'
ImageIndex = 11
ShortCut = 16474
OnClick = Undo1Click
end
object Redo1: TMenuItem
Caption = 'Redo'
ImageIndex = 12
ShortCut = 49242
OnClick = Redo1Click
end
object N1: TMenuItem
Caption = '-'
end
object Cut1: TMenuItem
Caption = 'Cut'
ImageIndex = 13
OnClick = Cut1Click
end
object Copy1: TMenuItem
Caption = 'Copy'
ImageIndex = 14
OnClick = Copy1Click
end
object Paste1: TMenuItem
Caption = 'Paste'
ImageIndex = 15
OnClick = Paste1Click
end
object N2: TMenuItem
Caption = '-'
end
object Search1: TMenuItem
Caption = 'Search'
ImageIndex = 16
ShortCut = 16454
OnClick = Search1Click
end
object SearchAgain1: TMenuItem
Caption = 'Search Again'
ImageIndex = 17
ShortCut = 114
OnClick = SearchAgain1Click
end
object SearchReplace1: TMenuItem
Caption = 'Search/Replace'
ImageIndex = 18
ShortCut = 16466
OnClick = SearchReplace1Click
end
end
object Project1: TMenuItem
Caption = 'Project'
object New1: TMenuItem
Caption = 'New'
ImageIndex = 19
OnClick = New1Click
end
object Open1: TMenuItem
Caption = 'Open'
ImageIndex = 20
OnClick = Open1Click
end
object Save1: TMenuItem
Caption = 'Save'
ImageIndex = 21
OnClick = Save1Click
end
object Saveas1: TMenuItem
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -