📄 addbaseform1.frm
字号:
VERSION 5.00
Begin VB.Form addbaseform1
Caption = "基本库添加"
ClientHeight = 3975
ClientLeft = 60
ClientTop = 345
ClientWidth = 6765
Icon = "addbaseform1.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3975
ScaleWidth = 6765
StartUpPosition = 2 '屏幕中心
Begin VB.TextBox Text8
Enabled = 0 'False
Height = 375
Left = 4200
TabIndex = 18
Top = 2520
Width = 2295
End
Begin VB.CommandButton Command2
Caption = "取 消"
Height = 375
Left = 3960
TabIndex = 8
Top = 3360
Width = 1455
End
Begin VB.CommandButton Command1
Caption = "确 定"
Height = 375
Left = 1680
TabIndex = 7
Top = 3360
Width = 1455
End
Begin VB.TextBox Text7
Height = 375
Left = 840
TabIndex = 6
Top = 2520
Width = 2295
End
Begin VB.TextBox Text6
Height = 375
Left = 4200
TabIndex = 5
Top = 1800
Width = 1695
End
Begin VB.TextBox Text5
Height = 375
Left = 840
TabIndex = 4
Top = 1800
Width = 2295
End
Begin VB.TextBox Text3
Height = 375
Left = 840
TabIndex = 3
Top = 1080
Width = 2295
End
Begin VB.TextBox Text4
Height = 375
Left = 4200
TabIndex = 2
Top = 1080
Width = 2295
End
Begin VB.TextBox Text2
Height = 375
Left = 4200
TabIndex = 1
Top = 360
Width = 2295
End
Begin VB.TextBox Text1
Height = 375
Left = 840
TabIndex = 0
Top = 360
Width = 2295
End
Begin VB.Label Label3
Caption = "设定日期:"
Height = 255
Left = 3240
TabIndex = 17
Top = 2640
Width = 975
End
Begin VB.Label Label11
Caption = "(元)"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 6000
TabIndex = 16
Top = 1920
Width = 735
End
Begin VB.Label Label9
Caption = "数量:"
Height = 255
Left = 240
TabIndex = 15
Top = 2640
Width = 615
End
Begin VB.Label Label8
Caption = "单价:"
Height = 375
Left = 3600
TabIndex = 14
Top = 1920
Width = 615
End
Begin VB.Label Label7
Caption = "单位:"
Height = 255
Left = 240
TabIndex = 13
Top = 1920
Width = 615
End
Begin VB.Label Label6
Caption = "品名:"
Height = 255
Left = 3600
TabIndex = 12
Top = 1200
Width = 615
End
Begin VB.Label Label5
Caption = "类别:"
Height = 375
Left = 240
TabIndex = 11
Top = 1200
Width = 615
End
Begin VB.Label Label2
Caption = "仓库:"
Height = 255
Left = 3600
TabIndex = 10
Top = 480
Width = 615
End
Begin VB.Label Label1
Caption = "代号:"
Height = 255
Left = 240
TabIndex = 9
Top = 480
Width = 855
End
End
Attribute VB_Name = "addbaseform1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Call xulang3
End Sub
Private Sub Command2_Click()
Unload Me
End Sub
Private Sub Form_Load()
MDIForm1.Enabled = False
Text8.Text = Format(Now, "yyyy-mm-dd")
End Sub
Private Sub Form_Resize()
addbaseform1.Width = 6885
addbaseform1.Height = 4380
End Sub
Private Sub Form_Unload(Cancel As Integer)
MDIForm1.Enabled = True
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -