📄 form33.frm
字号:
VERSION 5.00
Object = "{FAEEE763-117E-101B-8933-08002B2F4F5A}#1.1#0"; "DBLIST32.OCX"
Begin VB.Form Form33
Caption = "点数计算"
ClientHeight = 2130
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 2130
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.TextBox Text3
DataField = "每支"
DataSource = "Data1"
Height = 285
Left = 720
Locked = -1 'True
TabIndex = 18
Top = 720
Width = 1215
End
Begin VB.TextBox Text2
DataField = "(卡别)缴费"
DataSource = "Data1"
Height = 285
Left = 720
Locked = -1 'True
TabIndex = 17
Top = 480
Width = 1215
End
Begin MSDBCtls.DBCombo DBCombo6
Bindings = "Form33.frx":0000
DataField = "每次最多"
DataSource = "Data1"
Height = 315
Left = 3480
TabIndex = 15
Top = 1080
Width = 735
_ExtentX = 1296
_ExtentY = 582
_Version = 393216
ListField = "每次最多"
BoundColumn = "每次最多"
Text = ""
End
Begin MSDBCtls.DBCombo DBCombo5
Bindings = "Form33.frx":0014
DataField = "每天最多"
DataSource = "Data1"
Height = 315
Left = 3480
TabIndex = 14
Top = 720
Width = 735
_ExtentX = 1296
_ExtentY = 582
_Version = 393216
ListField = "每天最多"
BoundColumn = "每天最多"
Text = ""
End
Begin MSDBCtls.DBCombo DBCombo4
Bindings = "Form33.frx":0028
DataField = "限期"
DataSource = "Data1"
Height = 315
Left = 3480
TabIndex = 13
Top = 360
Width = 735
_ExtentX = 1296
_ExtentY = 582
_Version = 393216
ListField = "限期"
BoundColumn = "限期"
Text = ""
End
Begin MSDBCtls.DBCombo DBCombo3
Bindings = "Form33.frx":003C
DataField = "加片"
DataSource = "Data1"
Height = 315
Left = 720
TabIndex = 11
Top = 1080
Width = 1215
_ExtentX = 2143
_ExtentY = 582
_Version = 393216
ListField = "加片"
BoundColumn = "加片"
Text = ""
End
Begin VB.CommandButton Command2
Caption = "确定"
Height = 375
Left = 3360
TabIndex = 5
Top = 1440
Width = 855
End
Begin VB.CommandButton Command1
Caption = "计算"
Height = 375
Left = 2400
TabIndex = 4
Top = 1440
Width = 855
End
Begin VB.TextBox Text1
DataSource = "Data1"
Height = 285
Left = 720
TabIndex = 2
Top = 1440
Width = 1215
End
Begin VB.Data Data1
Appearance = 0 'Flat
BackColor = &H00C0C0FF&
Caption = "Data1"
Connect = "Access"
DatabaseName = "E:\program\碟店相关\租碟管理\影片数据库实作.mdb"
DefaultCursorType= 0 '缺省游标
DefaultType = 2 '使用 ODBC
Exclusive = 0 'False
ForeColor = &H008080FF&
Height = 375
Left = 720
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = "说明选项"
Top = 0
Width = 1215
End
Begin VB.Label Label11
Caption = "请滚动选取卡别"
ForeColor = &H000000FF&
Height = 255
Left = 2160
TabIndex = 16
Top = 120
Width = 1815
End
Begin VB.Label Label10
Caption = "元"
Height = 255
Left = 2040
TabIndex = 12
Top = 480
Width = 255
End
Begin VB.Label Label9
Caption = "加片"
Height = 255
Left = 240
TabIndex = 10
Top = 1200
Width = 495
End
Begin VB.Label Label8
Caption = "限期"
Height = 255
Left = 2760
TabIndex = 9
Top = 480
Width = 375
End
Begin VB.Label Label7
Caption = "每次最多"
Height = 255
Left = 2760
TabIndex = 8
Top = 1200
Width = 855
End
Begin VB.Label Label6
Caption = "每天最多"
Height = 255
Left = 2760
TabIndex = 7
Top = 840
Width = 735
End
Begin VB.Label Label5
Caption = "元"
Height = 255
Left = 2040
TabIndex = 6
Top = 960
Width = 255
End
Begin VB.Label Label4
Caption = "点数"
Height = 255
Left = 240
TabIndex = 3
Top = 1560
Width = 375
End
Begin VB.Label Label3
Caption = "缴费"
Height = 255
Left = 240
TabIndex = 1
Top = 480
Width = 375
End
Begin VB.Label Label1
Caption = "每支"
Height = 255
Left = 240
TabIndex = 0
Top = 840
Width = 375
End
End
Attribute VB_Name = "Form33"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Dim strr
Private Sub Command1_Click()
Text1.Text = Int(Text2.Text / Text3.Text + DBCombo3.Text)
strr = Text1.Text
End Sub
Private Sub Command2_Click()
Form22.Show
Load Form22
Form22.Text7.Text = strr
Form22.Text18.Text = Form22.Text18.Text + "每天限片" + Form33.DBCombo5.Text + "
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -