📄 frmywj.frm
字号:
VERSION 5.00
Begin VB.Form frmywj
BorderStyle = 3 'Fixed Dialog
ClientHeight = 3360
ClientLeft = 45
ClientTop = 330
ClientWidth = 4950
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3360
ScaleWidth = 4950
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.PictureBox Picture1
BackColor = &H80000012&
Height = 3375
Left = 0
ScaleHeight = 3315
ScaleWidth = 4875
TabIndex = 0
Top = 0
Width = 4935
Begin VB.CommandButton Command1
BackColor = &H00C0FFFF&
Caption = "货品种类"
BeginProperty Font
Name = "楷体_GB2312"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 975
Left = 840
Style = 1 'Graphical
TabIndex = 2
Top = 1080
Width = 1215
End
Begin VB.CommandButton Command2
BackColor = &H00C0FFFF&
Caption = "货品资料"
BeginProperty Font
Name = "楷体_GB2312"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 975
Left = 2760
MaskColor = &H00FFC0C0&
Style = 1 'Graphical
TabIndex = 1
Top = 1080
Width = 1335
End
End
End
Attribute VB_Name = "frmywj"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
frmstuffclass.Show vbModal
End Sub
Private Sub Command2_Click()
frmmaindata.Show vbModal
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -