?? 報表.frm
字號:
VERSION 5.00
Begin VB.Form Form20
Caption = "報表"
ClientHeight = 3615
ClientLeft = 60
ClientTop = 345
ClientWidth = 8610
LinkTopic = "Form20"
ScaleHeight = 3615
ScaleWidth = 8610
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame2
Caption = "本月"
Height = 1095
Left = 240
TabIndex = 6
Top = 2280
Width = 8055
Begin VB.Label Label17
Height = 375
Left = 6960
TabIndex = 18
Top = 480
Width = 975
End
Begin VB.Label Label16
Height = 375
Left = 4920
TabIndex = 17
Top = 480
Width = 855
End
Begin VB.Label Label15
Height = 375
Left = 3000
TabIndex = 16
Top = 480
Width = 735
End
Begin VB.Label Label14
Height = 255
Left = 960
TabIndex = 15
Top = 480
Width = 735
End
Begin VB.Label Label9
Caption = "總營業額:"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 5880
TabIndex = 10
Top = 480
Width = 1215
End
Begin VB.Label Label8
Caption = "退票金額:"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 3840
TabIndex = 9
Top = 480
Width = 1215
End
Begin VB.Label Label7
Caption = "售票金額:"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1800
TabIndex = 8
Top = 480
Width = 1335
End
Begin VB.Label Label6
Caption = "售票數:"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 120
TabIndex = 7
Top = 480
Width = 1095
End
End
Begin VB.Frame Frame1
Caption = "本日"
Height = 975
Left = 240
TabIndex = 0
Top = 960
Width = 8055
Begin VB.Label Label13
Height = 375
Left = 7080
TabIndex = 14
Top = 360
Width = 855
End
Begin VB.Label Label12
Height = 375
Left = 4920
TabIndex = 13
Top = 360
Width = 855
End
Begin VB.Label Label11
Height = 375
Left = 3120
TabIndex = 12
Top = 360
Width = 735
End
Begin VB.Label Label10
Height = 375
Left = 1080
TabIndex = 11
Top = 360
Width = 735
End
Begin VB.Label Label5
Caption = "總營業額:"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 5880
TabIndex = 5
Top = 360
Width = 1215
End
Begin VB.Label Label4
Caption = "退票金額:"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 3840
TabIndex = 4
Top = 360
Width = 1215
End
Begin VB.Label Label3
Caption = "售票金額:"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 1920
TabIndex = 3
Top = 360
Width = 1215
End
Begin VB.Label Label2
Caption = "售票數:"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 240
TabIndex = 2
Top = 360
Width = 975
End
End
Begin VB.Label Label1
Caption = "寧波客運中心營業報表"
BeginProperty Font
Name = "宋體"
Size = 24
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 1680
TabIndex = 1
Top = 240
Width = 4935
End
End
Attribute VB_Name = "Form20"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Click()
Form20.Hide
Label10.Caption = ""
Label11.Caption = ""
Label12.Caption = ""
Label13.Caption = ""
Label14.Caption = ""
Label15.Caption = ""
Label16.Caption = ""
Label17.Caption = ""
End Sub
Private Sub Form_Load()
Label10.Caption = Form19.Text1.Text
Label11.Caption = Form19.Text3.Text
Label12.Caption = Form19.Text5.Text
Label13.Caption = Val(Form19.Text3.Text) + Val(Form19.Text5.Text)
Label14.Caption = Form19.Text2.Text
Label15.Caption = Form19.Text4.Text
Label16.Caption = Form19.Text6.Text
Label17.Caption = Val(Form19.Text4.Text) + Val(Form19.Text6.Text)
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -