📄 frmac_lacknumber.frm
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form frmAC_LackNumber
BorderStyle = 3 'Fixed Dialog
Caption = "凭证缺号检查表"
ClientHeight = 3795
ClientLeft = 45
ClientTop = 330
ClientWidth = 3600
Icon = "frmAC_LackNumber.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3795
ScaleWidth = 3600
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton cmdHelp
Caption = "帮助(&H)"
Height = 345
Left = 240
TabIndex = 3
Top = 3360
Width = 1065
End
Begin VB.CommandButton cmdExit
Caption = "退出(&X)"
Default = -1 'True
Height = 345
Left = 2280
TabIndex = 2
Top = 3360
Width = 1065
End
Begin MSFlexGridLib.MSFlexGrid mfgLackNumber
Height = 2715
Left = 135
TabIndex = 0
Top = 510
Width = 3375
_ExtentX = 5953
_ExtentY = 4789
_Version = 393216
Rows = 1
FixedCols = 0
BackColorFixed = 12632256
BackColorBkg = 16777215
Appearance = 0
FormatString = "< 凭证类别 |< 凭证缺号"
End
Begin VB.Label lblInfo
Caption = "注:"
Height = 255
Left = 360
TabIndex = 1
Top = 90
Width = 2475
End
End
Attribute VB_Name = "frmAC_LackNumber"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Public usNian As String
Public usMonth As String
Private Sub cmdExit_Click()
Unload Me
End Sub
Private Sub Form_Activate()
lblInfo.Caption = "会计期间:" & usNian & " 年 " & usMonth & " 月"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -