📄 chunjiaform.frm
字号:
VERSION 5.00
Begin VB.Form chunjiaform
Caption = "添加厂家记录"
ClientHeight = 3690
ClientLeft = 4125
ClientTop = 2805
ClientWidth = 4605
Icon = "chunjiaform.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
Moveable = 0 'False
OLEDropMode = 1 'Manual
ScaleHeight = 3690
ScaleMode = 0 'User
ScaleWidth = 4490.944
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin VB.CommandButton Command2
Caption = "取 消"
Height = 375
Left = 2640
TabIndex = 13
Top = 3120
Width = 1695
End
Begin VB.CommandButton Command1
Caption = "确 定"
Height = 375
Left = 600
TabIndex = 6
Top = 3120
Width = 1695
End
Begin VB.TextBox Text6
Height = 375
Left = 1680
TabIndex = 5
Top = 2520
Width = 2415
End
Begin VB.TextBox Text5
Height = 375
Left = 1680
TabIndex = 4
Top = 2040
Width = 2415
End
Begin VB.TextBox Text4
Height = 375
Left = 1680
TabIndex = 3
Top = 1560
Width = 2415
End
Begin VB.TextBox Text3
Height = 375
Left = 1680
TabIndex = 2
Top = 1080
Width = 2415
End
Begin VB.TextBox Text2
Height = 390
Left = 1680
TabIndex = 1
Top = 600
Width = 2415
End
Begin VB.TextBox Text1
Height = 375
Left = 1680
TabIndex = 0
Top = 120
Width = 2415
End
Begin VB.Label Label6
Caption = "厂家利润:"
Height = 375
Left = 600
TabIndex = 12
Top = 2640
Width = 1095
End
Begin VB.Label Label5
Caption = "厂家年总产值:"
Height = 375
Left = 240
TabIndex = 11
Top = 2160
Width = 1335
End
Begin VB.Label Label4
Caption = "厂家电话:"
Height = 255
Left = 600
TabIndex = 10
Top = 1680
Width = 975
End
Begin VB.Label Label3
Caption = "厂家地址:"
Height = 375
Left = 600
TabIndex = 9
Top = 1200
Width = 1215
End
Begin VB.Label Label2
Caption = "厂家名称:"
Height = 255
Left = 600
TabIndex = 8
Top = 720
Width = 975
End
Begin VB.Label Label1
Caption = "厂家号:"
Height = 255
Left = 765
TabIndex = 7
Top = 240
Width = 855
End
End
Attribute VB_Name = "chunjiaform"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
add1 = 1
Call sstab
Unload Me
mainmdiform.StatusBar1.SimpleText = "添加完成"
End Sub
Private Sub Command2_Click()
Unload Me
mainmdiform.StatusBar1.SimpleText = "已取消添加"
End Sub
Private Sub Form_Activate()
mainform.Enabled = False
End Sub
Private Sub Form_Load()
chunjiaform.Width = 4725
chunjiaform.Height = 4095
mainmdiform.StatusBar1.SimpleText = "正在添加厂家表记录"
End Sub
Private Sub Form_Unload(Cancel As Integer)
mainform.Enabled = True
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -