📄 frmcheckflow.frm
字号:
VERSION 5.00
Object = "{0D6234D1-DBA2-11D1-B5DF-0060976089D0}#6.0#0"; "TODG6.OCX"
Begin VB.Form frmCheckFlow
Caption = "审核流程"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 5880
LinkTopic = "Form1"
ScaleHeight = 3195
ScaleWidth = 5880
StartUpPosition = 3 '窗口缺省
Begin TrueOleDBGrid60.TDBGrid TDBGrid1
Height = 3015
Left = 60
OleObjectBlob = "frmCheckFlow.frx":0000
TabIndex = 0
Top = 60
Width = 5595
End
End
Attribute VB_Name = "frmCheckFlow"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Dim rstCheckFlow As Recordset
Set rstCheckFlow = New Recordset
rstCheckFlow.Open "Select * From v_CheckFlow Where BillNo='" & FLowBillNo & "'", GetCNClient, adOpenStatic, adLockReadOnly
Set Me.TDBGrid1.DataSource = rstCheckFlow
InitTurboGrid Me.TDBGrid1, Me.Name, , True
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -