📄 frmprint.frm
字号:
VERSION 5.00
Begin VB.Form frmprint
BorderStyle = 3 'Fixed Dialog
ClientHeight = 4200
ClientLeft = 45
ClientTop = 330
ClientWidth = 8505
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4200
ScaleWidth = 8505
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton cmdassure
Caption = "打 印"
Height = 375
Left = 5640
TabIndex = 1
Top = 3720
Width = 1095
End
Begin VB.CommandButton cmdexit
Caption = "退 出"
Height = 375
Left = 6960
TabIndex = 0
Top = 3720
Width = 1095
End
Begin VB.Label Label12
AutoSize = -1 'True
Caption = "备 注"
Height = 180
Left = 7440
TabIndex = 18
Top = 840
Width = 450
End
Begin VB.Label Label11
AutoSize = -1 'True
Caption = "供应商"
Height = 180
Left = 6240
TabIndex = 17
Top = 840
Width = 540
End
Begin VB.Label Label10
AutoSize = -1 'True
Caption = "金 额"
Height = 180
Left = 5160
TabIndex = 16
Top = 840
Width = 450
End
Begin VB.Label Label9
AutoSize = -1 'True
Caption = "单 价"
Height = 180
Left = 3480
TabIndex = 15
Top = 840
Width = 450
End
Begin VB.Label Label8
AutoSize = -1 'True
Caption = "数 量"
Height = 180
Left = 4320
TabIndex = 14
Top = 840
Width = 450
End
Begin VB.Label Label7
AutoSize = -1 'True
Caption = "单 位"
Height = 180
Left = 2640
TabIndex = 13
Top = 840
Width = 450
End
Begin VB.Label Label6
AutoSize = -1 'True
Caption = "元件名称"
Height = 180
Left = 1440
TabIndex = 12
Top = 840
Width = 720
End
Begin VB.Label Label5
AutoSize = -1 'True
Caption = "货 号"
Height = 180
Left = 360
TabIndex = 11
Top = 840
Width = 450
End
Begin VB.Line Line13
X1 = 240
X2 = 8280
Y1 = 2520
Y2 = 2520
End
Begin VB.Line Line12
X1 = 240
X2 = 8280
Y1 = 2160
Y2 = 2160
End
Begin VB.Line Line11
X1 = 240
X2 = 8280
Y1 = 1800
Y2 = 1800
End
Begin VB.Line Line10
X1 = 240
X2 = 8280
Y1 = 1440
Y2 = 1440
End
Begin VB.Line Line9
X1 = 7080
X2 = 7080
Y1 = 720
Y2 = 3000
End
Begin VB.Line Line8
X1 = 240
X2 = 8280
Y1 = 1080
Y2 = 1080
End
Begin VB.Line Line7
X1 = 6000
X2 = 6000
Y1 = 720
Y2 = 3000
End
Begin VB.Line Line6
X1 = 4920
X2 = 4920
Y1 = 720
Y2 = 3000
End
Begin VB.Line Line5
X1 = 4200
X2 = 4200
Y1 = 720
Y2 = 3000
End
Begin VB.Line Line4
X1 = 3240
X2 = 3240
Y1 = 720
Y2 = 3000
End
Begin VB.Line Line3
X1 = 2400
X2 = 2400
Y1 = 720
Y2 = 3000
End
Begin VB.Line Line2
X1 = 1200
X2 = 1200
Y1 = 720
Y2 = 3000
End
Begin VB.Line Line1
X1 = 2640
X2 = 5520
Y1 = 360
Y2 = 360
End
Begin VB.Label Label4
AutoSize = -1 'True
Caption = "编 号:"
Height = 180
Left = 6600
TabIndex = 10
Top = 120
Width = 630
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "经手人:"
Height = 180
Left = 6480
TabIndex = 9
Top = 3240
Width = 720
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "日 期:"
Height = 180
Left = 6600
TabIndex = 8
Top = 480
Width = 630
End
Begin VB.Shape Shape1
Height = 2295
Left = 240
Top = 720
Width = 8055
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "单 位:"
Height = 180
Left = 360
TabIndex = 7
Top = 480
Width = 630
End
Begin VB.Label lblTitle
AutoSize = -1 'True
Caption = "userman"
Height = 180
Index = 4
Left = 7560
TabIndex = 6
Top = 3240
Width = 630
End
Begin VB.Label lblTitle
AutoSize = -1 'True
Caption = "id"
Height = 180
Index = 3
Left = 7440
TabIndex = 5
Top = 120
Width = 180
End
Begin VB.Label lblTitle
AutoSize = -1 'True
Caption = "date"
Height = 180
Index = 2
Left = 7440
TabIndex = 4
Top = 480
Width = 360
End
Begin VB.Label lblTitle
AutoSize = -1 'True
Caption = "unit"
Height = 180
Index = 1
Left = 1440
TabIndex = 3
Top = 480
Width = 360
End
Begin VB.Label lblTitle
AutoSize = -1 'True
Caption = "title"
Height = 180
Index = 0
Left = 3840
TabIndex = 2
Top = 120
Width = 450
End
End
Attribute VB_Name = "frmprint"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdassure_Click()
Me.BackColor = vbWhite
cmdassure.Visible = False
cmdexit.Visible = False
frmprint.PrintForm
Unload Me
End Sub
Private Sub cmdexit_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -