📄 main_qtgl_ztfwgl_tj.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form main_qtgl_ztfwgl_tj
BorderStyle = 3 'Fixed Dialog
Caption = "【客人消费统计窗口】"
ClientHeight = 2550
ClientLeft = 45
ClientTop = 330
ClientWidth = 4650
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2550
ScaleWidth = 4650
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin MSAdodcLib.Adodc Adodc1
Height = 330
Left = 2190
Top = 285
Visible = 0 'False
Width = 1980
_ExtentX = 3493
_ExtentY = 582
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 1
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "Provider=MSDASQL.1;Persist Security Info=False;User ID=sa;Data Source=XYGLXT"
OLEDBString = "Provider=MSDASQL.1;Persist Security Info=False;User ID=sa;Data Source=XYGLXT"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "select * from 临时消费信息表"
Caption = "Adodc1"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin VB.CommandButton CmdEnd
Caption = "确定退出"
Height = 345
Left = 1080
TabIndex = 1
Top = 2145
Width = 2340
End
Begin VB.Frame Frame1
Height = 2010
Left = 45
TabIndex = 0
Top = 60
Width = 4515
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "点单金额: 赠单金额: 金额总计:"
Height = 1800
Left = 300
TabIndex = 5
Top = 390
Width = 945
End
Begin VB.Label Labdd
BackStyle = 0 'Transparent
ForeColor = &H00FF0000&
Height = 240
Left = 1170
TabIndex = 4
Top = 360
Width = 2325
End
Begin VB.Label Labzd
BackStyle = 0 'Transparent
ForeColor = &H000000FF&
Height = 240
Left = 1170
TabIndex = 3
Top = 900
Width = 2520
End
Begin VB.Label Labzj
BackStyle = 0 'Transparent
ForeColor = &H00FF0000&
Height = 240
Left = 1170
TabIndex = 2
Top = 1455
Width = 2145
End
End
End
Attribute VB_Name = "main_qtgl_ztfwgl_tj"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Unload(Cancel As Integer)
main_qtgl_ztfwgl.Enabled = True '设置main_qtgl_ztfwgl窗体有效
End Sub
Private Sub CmdEnd_Click()
main_qtgl_ztfwgl.Enabled = True '设置main_qtgl_ztfwgl窗体有效
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -