frmtest.frm
来自「办公流程定制」· FRM 代码 · 共 48 行
FRM
48 行
VERSION 5.00
Object = "*\A..\TestWorkFlow.vbp"
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 7350
ClientLeft = 60
ClientTop = 345
ClientWidth = 11205
LinkTopic = "Form1"
ScaleHeight = 7350
ScaleWidth = 11205
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "Command1"
Height = 330
Left = 720
TabIndex = 1
Top = 6930
Width = 1140
End
Begin ctlWorkFlow.WorkFlow WorkFlow1
Height = 6765
Left = -135
TabIndex = 0
Top = -45
Width = 11175
_extentx = 19711
_extenty = 11933
conndbstring = $"frmTest.frx":0000
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
If WorkFlow1.SaveWFData = True Then
MsgBox "ok"
Else
MsgBox "default"
End If
End Sub
Private Sub Form_Load()
WorkFlow1.GetWFID 1, 1
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?