📄 form2_p.frm
字号:
VERSION 5.00
Begin VB.Form Form2_p
BackColor = &H00400000&
Caption = "Select a Choice"
ClientHeight = 2685
ClientLeft = 60
ClientTop = 450
ClientWidth = 2085
ControlBox = 0 'False
LinkTopic = "Form7"
ScaleHeight = 2685
ScaleWidth = 2085
StartUpPosition = 3 'Windows Default
Begin VB.OptionButton Option1
BackColor = &H00400000&
Caption = "Bill Number"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 495
Left = 30
TabIndex = 4
Top = 0
Width = 2085
End
Begin VB.OptionButton Option2
BackColor = &H00400000&
Caption = "Specific Date"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 495
Left = 30
TabIndex = 3
Top = 480
Width = 1785
End
Begin VB.OptionButton Option3
BackColor = &H00400000&
Caption = "Sale Between Dates"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 495
Left = 45
TabIndex = 2
Top = 975
Width = 2565
End
Begin VB.OptionButton Option4
BackColor = &H00400000&
Caption = "Account Name"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 495
Left = 45
TabIndex = 1
Top = 1470
Width = 2145
End
Begin VB.CommandButton Command2
BackColor = &H00FFFFFF&
Default = -1 'True
Height = 555
Left = 690
Picture = "form2_p.frx":0000
Style = 1 'Graphical
TabIndex = 0
Top = 2025
Width = 675
End
End
Attribute VB_Name = "Form2_p"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command2_Click()
If Option4.Value = True Then
sale_opp.Tag = "ac"
End If
If Option3.Value = True Then
sale_opp.Tag = "sd"
End If
If Option2.Value = True Then
Call MAIN.db_spp_date_Click
MAIN.Enabled = True
MAIN.Show
Unload Me
Exit Sub
End If
sale_opp.Show
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -