📄 main_xsyw_xslr_fs.frm
字号:
VERSION 5.00
Begin VB.Form main_xsyw_xslr_fs
BorderStyle = 3 'Fixed Dialog
Caption = "请选择录入销售数据的方式"
ClientHeight = 1905
ClientLeft = 45
ClientTop = 330
ClientWidth = 4575
Icon = "main_xsyw_xslr_fs.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1905
ScaleWidth = 4575
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command2
Caption = "取消"
Height = 390
Left = 2325
TabIndex = 6
Top = 1335
Width = 1230
End
Begin VB.CommandButton Command1
Caption = "确定"
Height = 390
Left = 975
TabIndex = 5
Top = 1335
Width = 1230
End
Begin VB.Frame Frame1
Height = 1215
Left = 15
TabIndex = 0
Top = -45
Width = 4545
Begin VB.OptionButton Option1
Caption = "年销量"
Height = 375
Index = 3
Left = 2295
TabIndex = 4
Top = 690
Width = 1140
End
Begin VB.OptionButton Option1
Caption = "季销量"
Height = 375
Index = 2
Left = 810
TabIndex = 3
Top = 690
Width = 1140
End
Begin VB.OptionButton Option1
Caption = "月销量"
Height = 375
Index = 1
Left = 2295
TabIndex = 2
Top = 180
Width = 1140
End
Begin VB.OptionButton Option1
Caption = "日销量"
Height = 375
Index = 0
Left = 810
TabIndex = 1
Top = 180
Width = 1140
End
End
End
Attribute VB_Name = "main_xsyw_xslr_fs"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Load main_xsyw_xslr
main_xsyw_xslr.Show 1
For i = 0 To 3
If Option1(i).Value = True Then
main_xsyw_xslr.xsfs = Option1(i).Caption
End If
Next i
Unload Me
End Sub
Private Sub Command2_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -