📄
字号:
Top = 150
Value = -1 'True
Width = 885
End
Begin VB.OptionButton Opt_Jszt
Caption = "已结算"
Height = 195
Index = 1
Left = 1440
TabIndex = 52
Top = 150
Width = 885
End
Begin VB.OptionButton Opt_Jszt
Caption = "未结算"
Height = 195
Index = 2
Left = 2850
TabIndex = 51
Top = 150
Width = 855
End
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "结算状态:"
Height = 180
Index = 9
Left = 120
TabIndex = 34
Top = 3255
Width = 810
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "发票性质:"
Height = 180
Index = 8
Left = 120
TabIndex = 33
Top = 2895
Width = 810
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "发票类别:"
Height = 180
Index = 7
Left = 120
TabIndex = 32
Top = 2535
Width = 810
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "供应商:"
Height = 180
Index = 0
Left = 120
TabIndex = 31
Top = 1065
Width = 630
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "采购物料分类:"
Height = 180
Index = 11
Left = 120
TabIndex = 30
Top = 1440
Width = 1170
End
Begin VB.Line Line2
Index = 1
X1 = 3120
X2 = 3300
Y1 = 2295
Y2 = 2295
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "发票号:"
Height = 180
Index = 2
Left = 120
TabIndex = 29
Top = 300
Width = 630
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "物料编码:"
Height = 180
Index = 1
Left = 120
TabIndex = 28
Top = 1830
Width = 810
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "发票日期:"
Height = 180
Index = 3
Left = 120
TabIndex = 27
Top = 2205
Width = 810
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "原发票号:"
Height = 180
Index = 6
Left = 120
TabIndex = 26
Top = 675
Width = 810
End
End
Begin VB.Frame Frame2
Height = 3615
Left = -74910
TabIndex = 35
Top = 330
Width = 5235
Begin VB.TextBox LrText
Height = 300
Index = 12
Left = 3375
TabIndex = 12
Text = "12"
Top = 1320
Width = 1695
End
Begin VB.TextBox LrText
Height = 300
Index = 11
Left = 1290
TabIndex = 11
Text = "11"
Top = 1320
Width = 1725
End
Begin VB.CommandButton Ydcommand1
Height = 300
Index = 8
Left = 4770
Picture = "采购系统_采购发票明细表查询条件.frx":2940
Style = 1 'Graphical
TabIndex = 41
Top = 600
Visible = 0 'False
Width = 300
End
Begin VB.CommandButton Ydcommand1
Height = 300
Index = 7
Left = 4770
Picture = "采购系统_采购发票明细表查询条件.frx":2CCA
Style = 1 'Graphical
TabIndex = 40
Top = 240
Visible = 0 'False
Width = 300
End
Begin VB.TextBox LrText
Height = 300
Index = 7
Left = 1290
TabIndex = 7
Text = "7"
Top = 240
Width = 3495
End
Begin VB.TextBox LrText
Height = 300
Index = 8
Left = 1290
TabIndex = 8
Text = "8"
Top = 600
Width = 3495
End
Begin VB.TextBox LrText
Height = 300
Index = 9
Left = 1290
TabIndex = 9
Text = "9"
Top = 960
Width = 1725
End
Begin VB.TextBox LrText
Height = 300
Index = 10
Left = 3375
TabIndex = 10
Text = "10"
Top = 960
Width = 1695
End
Begin VB.Line Line2
Index = 2
X1 = 3090
X2 = 3300
Y1 = 1470
Y2 = 1470
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "业务员:"
Height = 180
Index = 12
Left = 120
TabIndex = 39
Top = 660
Width = 630
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "部门:"
Height = 180
Index = 10
Left = 120
TabIndex = 38
Top = 300
Width = 450
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "数量:"
Height = 180
Index = 4
Left = 150
TabIndex = 37
Top = 1020
Width = 450
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "金额:"
Height = 180
Index = 5
Left = 150
TabIndex = 36
Top = 1380
Width = 450
End
Begin VB.Line Line2
Index = 0
X1 = 3090
X2 = 3300
Y1 = 1110
Y2 = 1110
End
End
End
End
Attribute VB_Name = "Cg_InvoiceDevQuery"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'******************************************************************
'* 模 块 名 称 :采购发票明细表查询条件
'* 功 能 描 述 :
'* 程序员姓名 :李海祥
'* 最后修改人 :李海祥
'* 最后修改时间:2001/09/20
'* 备 注:程序中所有依实际情况自定义部分均用[>> <<]括起
'******************************************************************
Dim Tsxx As String '系统信息提示
'以下为固定使用变量(文本框)
Dim Textvar() As Variant '存储变体型文本框信息
Dim Textboolean() As Boolean '存储布尔型文本框信息
Dim Textint() As Integer '存储整型文本框信息
Dim Textstr() As String '存储字符型文本框信息
Dim Max_Text_Index As Integer '最大录入文本框索引值
Dim TextGroupCode As String '文本框录入分组编码
Dim TextValiLock As Boolean '文本框失去焦点是否进行有效性控制判断
Dim TextValiJudgeLock() As Boolean '文本框录入有效性判断控制锁
Dim CurTextIndex As Integer '当前文本框索引值
Dim TextChangeLock As Boolean '文本框内容变换控制锁
Dim Bln_Cancel As Boolean '取消按钮信息传递
Private Sub Form_KeyPress(KeyAscii As Integer) '控 制 焦 点 转 移(Fixed)
Dim jdzygs As Integer '控件焦点转移个数
jdzygs = 30
Select Case KeyAscii
Case vbKeyReturn
If Kjjdzy(jdzygs) Then
KeyAscii = 0
End If
Case 39 '屏蔽"'"
KeyAscii = 0
End Select
End Sub
Private Sub Form_Load()
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -