?? main.dfm
字號(hào):
object Form1: TForm1
Left = 192
Top = 107
Width = 696
Height = 480
Caption = '讀寫(xiě)矢量結(jié)構(gòu)數(shù)據(jù)'
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 = '打開(kāi)'
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
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -