📄 main.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 696
Height = 480
Caption = '读写矢量结构数据'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIForm
Menu = MainMenu1
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object MainMenu1: TMainMenu
Left = 168
Top = 104
object N1: TMenuItem
Caption = '文件'
object Open: TMenuItem
Caption = '打开'
OnClick = OpenClick
end
object Save: TMenuItem
Caption = '保存'
end
object N2: TMenuItem
Caption = '-'
end
object Exit: TMenuItem
Caption = '退出'
OnClick = ExitClick
end
end
end
object OpenDialog1: TOpenDialog
Filter = 'idris file(*.vec)|*.vec'
Left = 296
Top = 96
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -