📄 pgabout.frm
字号:
VERSION 5.00
Begin VB.Form pgabout
ClientHeight = 2910
ClientLeft = 60
ClientTop = 450
ClientWidth = 8280
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 2910
ScaleWidth = 8280
Begin VB.Label Label1
Caption = "4:完成原料统计及相关订单、保值单、期货单后,才能进行净库存统计并保存"
Height = 315
Index = 4
Left = 360
TabIndex = 4
Top = 1980
Width = 6735
End
Begin VB.Label Label1
Caption = "3:订单或保值取消可以订单反冲上完成,如为以前日期,体现在本日库存中"
Height = 315
Index = 3
Left = 360
TabIndex = 3
Top = 1500
Width = 7095
End
Begin VB.Label Label1
Caption = "2:订单按发货日期全部扣减;保值单相同,选择正确订单号后自动完成订单的扣减"
Height = 315
Index = 2
Left = 360
TabIndex = 2
Top = 1080
Width = 6855
End
Begin VB.Label Label1
Caption = "1:先一次性处理(分解)长单,再每日统计填报后保存。"
Height = 315
Index = 1
Left = 360
TabIndex = 1
Top = 660
Width = 6855
End
Begin VB.Label Label1
Caption = "操作流程:"
Height = 315
Index = 0
Left = 360
TabIndex = 0
Top = 360
Width = 2775
End
End
Attribute VB_Name = "pgabout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Load()
Me.Width = 8400
Me.Height = 3400
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -