📄 mdiform1.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.MDIForm MDIForm1
BackColor = &H8000000C&
Caption = "MDIForm1"
ClientHeight = 6615
ClientLeft = 165
ClientTop = 735
ClientWidth = 8250
LinkTopic = "MDIForm1"
StartUpPosition = 3 'Windows Default
Begin MSComDlg.CommonDialog CommonDialog1
Left = 2520
Top = 3240
_ExtentX = 847
_ExtentY = 847
_Version = 393216
DialogTitle = "打开文件"
End
Begin MSComctlLib.ImageList ImageList1
Left = 3840
Top = 3000
_ExtentX = 1005
_ExtentY = 1005
BackColor = -2147483643
ImageWidth = 16
ImageHeight = 16
MaskColor = 12632256
_Version = 393216
BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628}
NumListImages = 10
BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MDIForm1.frx":0000
Key = ""
EndProperty
BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MDIForm1.frx":059A
Key = ""
EndProperty
BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MDIForm1.frx":0B34
Key = ""
EndProperty
BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MDIForm1.frx":10CE
Key = ""
EndProperty
BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MDIForm1.frx":1668
Key = ""
EndProperty
BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MDIForm1.frx":1C02
Key = ""
EndProperty
BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MDIForm1.frx":219C
Key = ""
EndProperty
BeginProperty ListImage8 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MDIForm1.frx":2736
Key = ""
EndProperty
BeginProperty ListImage9 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MDIForm1.frx":2CD0
Key = ""
EndProperty
BeginProperty ListImage10 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MDIForm1.frx":326A
Key = ""
EndProperty
EndProperty
End
Begin MSComctlLib.StatusBar StatusBar1
Align = 2 'Align Bottom
Height = 375
Left = 0
TabIndex = 1
Top = 6240
Width = 8250
_ExtentX = 14552
_ExtentY = 661
_Version = 393216
BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628}
NumPanels = 3
BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628}
AutoSize = 1
Object.Width = 11880
EndProperty
BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 1
Enabled = 0 'False
Object.Width = 1058
MinWidth = 1058
TextSave = "CAPS"
EndProperty
BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 3
Enabled = 0 'False
Object.Width = 1058
MinWidth = 1058
TextSave = "INS"
EndProperty
EndProperty
End
Begin MSComctlLib.Toolbar Toolbar1
Align = 1 'Align Top
Height = 360
Left = 0
TabIndex = 0
Top = 0
Width = 8250
_ExtentX = 14552
_ExtentY = 635
ButtonWidth = 609
ButtonHeight = 582
Appearance = 1
Style = 1
ImageList = "ImageList1"
_Version = 393216
BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628}
NumButtons = 12
BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628}
Key = "New"
ImageIndex = 4
EndProperty
BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628}
Key = "Open"
ImageIndex = 5
EndProperty
BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628}
Key = "Save"
ImageIndex = 9
EndProperty
BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628}
Key = "Print"
ImageIndex = 7
EndProperty
BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628}
Style = 3
EndProperty
BeginProperty Button6 {66833FEA-8583-11D1-B16A-00C0F0283628}
Key = "Cut"
ImageIndex = 2
EndProperty
BeginProperty Button7 {66833FEA-8583-11D1-B16A-00C0F0283628}
Key = "Copy"
ImageIndex = 6
EndProperty
BeginProperty Button8 {66833FEA-8583-11D1-B16A-00C0F0283628}
Key = "Paste"
ImageIndex = 1
EndProperty
BeginProperty Button9 {66833FEA-8583-11D1-B16A-00C0F0283628}
Key = "Find"
ImageIndex = 3
EndProperty
BeginProperty Button10 {66833FEA-8583-11D1-B16A-00C0F0283628}
Style = 3
EndProperty
BeginProperty Button11 {66833FEA-8583-11D1-B16A-00C0F0283628}
Key = "Undo"
ImageIndex = 10
EndProperty
BeginProperty Button12 {66833FEA-8583-11D1-B16A-00C0F0283628}
Key = "Redo"
ImageIndex = 8
EndProperty
EndProperty
End
Begin VB.Menu mfile
Caption = "文件[&F]"
NegotiatePosition= 3 'Right
Begin VB.Menu mFileNew
Caption = "新建[&N]"
Shortcut = ^N
End
Begin VB.Menu mFileOpen
Caption = "打开[&O]"
Shortcut = ^O
End
Begin VB.Menu mFileSave
Caption = "保存[&S]"
Shortcut = ^S
End
Begin VB.Menu mFileSaveAs
Caption = "另存[&A]"
End
Begin VB.Menu mFilePrint
Caption = "打印[&P]"
Shortcut = ^P
End
Begin VB.Menu mfilesp
Caption = "-"
End
Begin VB.Menu mfile1
Caption = "&1"
Visible = 0 'False
End
Begin VB.Menu mfile2
Caption = "&2"
Visible = 0 'False
End
Begin VB.Menu mfile3
Caption = "&3"
Visible = 0 'False
End
Begin VB.Menu mfile4
Caption = "&4"
Visible = 0 'False
End
Begin VB.Menu mfilesp1
Caption = "-"
Visible = 0 'False
End
Begin VB.Menu mFileExit
Caption = "退出[&X]"
End
End
Begin VB.Menu mEdit
Caption = "编辑[&E]"
Begin VB.Menu mEditUndo
Caption = "撤销[&U]键入"
Shortcut = ^Z
End
Begin VB.Menu mEditRedo
Caption = "重复[&R]键入"
Shortcut = ^Y
End
Begin VB.Menu meditsp1
Caption = "-"
End
Begin VB.Menu mEditSelAll
Caption = "全选[&A]"
Shortcut = ^A
End
Begin VB.Menu mEditCopy
Caption = "复制[&C]"
Shortcut = ^C
End
Begin VB.Menu mEditCut
Caption = "剪切[&T]"
Shortcut = ^X
End
Begin VB.Menu mEditPaste
Caption = "粘贴[&P]"
End
Begin VB.Menu meditsep2
Caption = "-"
End
Begin VB.Menu mEditFind
Caption = "查找[&F]"
Shortcut = ^F
End
Begin VB.Menu mEditFindNext
Caption = "查找下一个[&N]"
Shortcut = {F3}
End
Begin VB.Menu mEditReplace
Caption = "替换[&R]"
Shortcut = ^R
End
End
Begin VB.Menu mView
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -