📄 main.frm
字号:
VERSION 5.00
Begin VB.Form main
BorderStyle = 1 'Fixed Single
Caption = "互联网出版发行中心发行系统!"
ClientHeight = 5730
ClientLeft = 45
ClientTop = 375
ClientWidth = 4680
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Icon = "main.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5730
ScaleWidth = 4680
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command5
Caption = "销售统计"
Height = 615
Left = 1106
TabIndex = 4
Top = 4320
Width = 2415
End
Begin VB.CommandButton Command4
Caption = "销售录入"
Height = 615
Left = 1106
TabIndex = 3
Top = 3360
Width = 2415
End
Begin VB.CommandButton Command3
Caption = "折扣编辑"
Height = 615
Left = 1106
TabIndex = 2
Top = 2400
Width = 2415
End
Begin VB.CommandButton Command2
Caption = "产品资料"
Height = 615
Left = 1106
TabIndex = 1
Top = 1440
Width = 2415
End
Begin VB.CommandButton Command1
Caption = "网点资料"
Height = 615
Left = 1159
TabIndex = 0
Top = 480
Width = 2415
End
End
Attribute VB_Name = "main"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Public strcnn As String
Private Sub Command1_Click()
wd.Show
End Sub
Private Sub Command2_Click()
product.Show
End Sub
Private Sub Command3_Click()
discount.Show
End Sub
Private Sub Command4_Click()
sail.Show
End Sub
Private Sub Command5_Click()
tj.Show
End Sub
Private Sub Form_Load()
Dim reslut As New ADODB.Recordset
strcnn = "Driver={Microsoft Access Driver (*.mdb)};DBQ=" & App.Path & "\project.mdb"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -