📄 mdimain.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.MDIForm MDIMain
BackColor = &H8000000C&
Caption = "WorkFlow"
ClientHeight = 5940
ClientLeft = 165
ClientTop = 780
ClientWidth = 7080
LinkTopic = "MDIForm1"
NegotiateToolbars= 0 'False
StartUpPosition = 3 '窗口缺省
WindowState = 2 'Maximized
Begin MSComctlLib.StatusBar status
Align = 2 'Align Bottom
Height = 375
Left = 0
TabIndex = 3
Top = 5565
Width = 7080
_ExtentX = 12488
_ExtentY = 661
_Version = 393216
BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628}
NumPanels = 2
BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Text = "时间"
TextSave = "时间"
EndProperty
BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Text = "日期"
TextSave = "日期"
EndProperty
EndProperty
End
Begin MSComctlLib.ImageList imglst
Left = 3480
Top = 2040
_ExtentX = 1005
_ExtentY = 1005
BackColor = -2147483643
ImageWidth = 21
ImageHeight = 21
MaskColor = 12632256
UseMaskColor = 0 'False
_Version = 393216
BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628}
NumListImages = 3
BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MDIMain.frx":0000
Key = ""
EndProperty
BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MDIMain.frx":00A8
Key = ""
EndProperty
BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MDIMain.frx":0170
Key = ""
EndProperty
EndProperty
End
Begin VB.PictureBox Picture1
Align = 3 'Align Left
Height = 4785
Left = 0
ScaleHeight = 4725
ScaleWidth = 1875
TabIndex = 1
Top = 780
Width = 1935
Begin MSComctlLib.TreeView trv
Height = 5895
Left = 0
TabIndex = 2
Top = 0
Width = 1845
_ExtentX = 3254
_ExtentY = 10398
_Version = 393217
Indentation = 471
LineStyle = 1
PathSeparator = "+"
Sorted = -1 'True
Style = 7
ImageList = "imglst"
Appearance = 1
End
End
Begin MSComctlLib.Toolbar Toolbar1
Align = 1 'Align Top
Height = 780
Left = 0
TabIndex = 0
Top = 0
Width = 7080
_ExtentX = 12488
_ExtentY = 1376
ButtonWidth = 1640
ButtonHeight = 1217
AllowCustomize = 0 'False
Appearance = 1
ImageList = "ImageList1"
_Version = 393216
BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628}
NumButtons = 6
BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628}
ImageIndex = 1
Style = 1
EndProperty
BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628}
ImageIndex = 2
Style = 2
EndProperty
BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628}
ImageIndex = 3
Style = 2
EndProperty
BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628}
ImageIndex = 4
Style = 2
EndProperty
BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628}
ImageIndex = 5
Style = 2
EndProperty
BeginProperty Button6 {66833FEA-8583-11D1-B16A-00C0F0283628}
Style = 4
Object.Width = 1000
EndProperty
EndProperty
BorderStyle = 1
End
Begin MSComctlLib.ImageList ImageList1
Left = 2040
Top = 1080
_ExtentX = 1005
_ExtentY = 1005
BackColor = -2147483633
ImageWidth = 55
ImageHeight = 40
MaskColor = 16777215
_Version = 393216
BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628}
NumListImages = 5
BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MDIMain.frx":0248
Key = ""
EndProperty
BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MDIMain.frx":0350
Key = ""
EndProperty
BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MDIMain.frx":0458
Key = ""
EndProperty
BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MDIMain.frx":0654
Key = ""
EndProperty
BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MDIMain.frx":0B30
Key = ""
EndProperty
EndProperty
End
Begin VB.Menu mnuFile
Caption = "文件(&F)"
Begin VB.Menu mnuNew
Caption = "新建(&N)"
Shortcut = ^N
End
Begin VB.Menu mnuOpen
Caption = "打开(&O)..."
Shortcut = ^O
End
Begin VB.Menu mnuQuit
Caption = "退出(&X)"
End
End
Begin VB.Menu mnuEdit
Caption = "编辑"
Enabled = 0 'False
End
Begin VB.Menu mnuConnect
Caption = "连接服务器"
End
Begin VB.Menu mnuRun
Caption = "测试(&T)"
End
End
Attribute VB_Name = "MDIMain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub MDIForm_Unload(Cancel As Integer)
MNotes.Term
Unload frmImage
End Sub
Private Sub mnuBegin_Click()
'
End Sub
Private Sub mnuConnect_Click()
MNotes.EditEnvironment True
End Sub
Private Sub mnuNew_Click()
Dim frm As frmMain
Set frm = New frmMain
frm.Display
End Sub
Private Sub mnuOpen_Click()
Dim frm As frmMain
Set frm = New frmMain
'frm.Display True
frm.Display
End Sub
Private Sub mnuQuit_Click()
Unload Me
End Sub
Private Sub Picture1_Resize()
Me.trv.Move 0, 0, Picture1.ScaleWidth, Picture1.ScaleHeight
End Sub
Private Sub Toolbar1_ButtonClick(ByVal Button As MSComctlLib.Button)
Dim Addtype As Integer
Select Case Button.Index
Case 1
Addtype = AddClear
Case 2
Addtype = AddRoute
Case 3
Addtype = AddNode
Case 4
Addtype = AddBegin
Case 5
Addtype = AddEnd
End Select
If Me.ActiveForm Is Nothing Then Exit Sub
Me.ActiveForm.Add Addtype
End Sub
Private Sub trv_DblClick()
Dim frm As New frmMain
If trv.SelectedItem.Image = 3 Then
frm.Display trv.SelectedItem.Text
End If
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -