📄 n_krxx.frm
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Object = "{74848F95-A02A-4286-AF0C-A3C755E4A5B3}#1.0#0"; "actskn43.ocx"
Begin VB.Form N_KRXX
Caption = "在店客人信息查询"
ClientHeight = 8475
ClientLeft = 1140
ClientTop = 810
ClientWidth = 11820
LinkTopic = "Form1"
ScaleHeight = 8475
ScaleWidth = 11820
Begin VB.TextBox Text4
Enabled = 0 'False
Height = 375
Index = 4
Left = 2760
TabIndex = 18
Text = "客人帐号"
Top = 7440
Width = 855
End
Begin VB.TextBox Text4
Enabled = 0 'False
Height = 375
Index = 3
Left = 360
TabIndex = 15
Text = "客人桌号"
Top = 7920
Width = 855
End
Begin VB.TextBox Text4
Enabled = 0 'False
Height = 375
Index = 2
Left = 2760
TabIndex = 14
Text = "入店时间"
Top = 7920
Width = 855
End
Begin VB.TextBox Text4
Enabled = 0 'False
Height = 270
Index = 1
Left = 9000
TabIndex = 13
Text = "客人数 :"
Top = 1320
Width = 855
End
Begin VB.TextBox frm_msg
Height = 375
Left = 8400
TabIndex = 11
Top = 120
Visible = 0 'False
Width = 3015
End
Begin VB.Frame Frame1
Height = 7665
Left = 120
TabIndex = 0
Top = 720
Width = 11580
Begin VB.TextBox Text6
Height = 375
Left = 3600
TabIndex = 19
Top = 6720
Width = 1575
End
Begin VB.CommandButton Command1
Caption = "搜 索"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 530
Left = 5400
TabIndex = 17
Top = 6960
Width = 855
End
Begin VB.TextBox Text5
Alignment = 1 'Right Justify
Enabled = 0 'False
Height = 270
Left = 9840
TabIndex = 16
Text = "0"
Top = 600
Width = 1455
End
Begin VB.TextBox Text4
Enabled = 0 'False
Height = 375
Index = 0
Left = 240
TabIndex = 12
Text = "客人姓名"
Top = 6720
Width = 855
End
Begin ACTIVESKINLibCtl.Skin Skin1
Left = 1800
OleObjectBlob = "N_KRXX.frx":0000
Top = 240
End
Begin VB.CommandButton CMD_EXIT
Caption = "退 出"
BeginProperty Font
Name = "黑体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 555
Left = 10200
TabIndex = 10
Top = 6960
Width = 1050
End
Begin VB.CommandButton cmd_func
Caption = "明 细"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 530
Index = 0
Left = 6360
TabIndex = 9
Top = 6960
Width = 1050
End
Begin VB.CommandButton cmd_func
Caption = "刷 新"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 555
Index = 5
Left = 9000
TabIndex = 8
Top = 6960
Width = 1050
End
Begin VB.TextBox tx_bjRT
Height = 375
Left = 360
TabIndex = 4
Text = "Text1"
Top = 360
Visible = 0 'False
Width = 1035
End
Begin VB.TextBox Text1
Height = 375
Left = 1200
TabIndex = 3
Top = 6720
Width = 1335
End
Begin VB.TextBox Text2
Height = 375
Left = 1200
TabIndex = 2
Top = 7200
Width = 1335
End
Begin VB.TextBox Text3
Height = 375
Left = 3600
TabIndex = 1
Top = 7200
Width = 1575
End
Begin MSFlexGridLib.MSFlexGrid gd1
Height = 5700
Left = 240
TabIndex = 5
Top = 960
Width = 10980
_ExtentX = 19368
_ExtentY = 10054
_Version = 393216
Rows = 10
Cols = 6
FixedCols = 0
BackColor = 12648447
FocusRect = 0
SelectionMode = 1
End
End
Begin VB.Label Label1
BeginProperty Font
Name = "黑体"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 120
TabIndex = 7
Top = 120
Width = 11475
End
Begin VB.Label Label3
Caption = "请输入事由代码"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 2400
TabIndex = 6
Top = 3300
Width = 2715
End
End
Attribute VB_Name = "N_KRXX"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Dim i As Integer
Dim key_index As Integer '表示当前功能键的代码
Dim krgl_Rec As ADODB.Recordset
Dim t_funcNo As String '0:增加记录 1:修改记录
Dim t_bt As String '存储列表显示的表头
Dim t_fields As Variant '存储列表显示的字段名
Dim t_fdxs As Variant '表示显示列是否由代码转换成文字
Dim t_fdcounts As Integer '表示列表所显示的字段的个数
Dim t_pri As Variant
Dim n_lockno As String '存储当前记录号
Dim t_rec As ADODB.Recordset
Dim SYS_LX As Integer
Dim SYS_STR As String
Dim SYS_FH As String
Dim SYS_SQL As String
Dim sqlstr As String
Dim Formname As String
Dim sssql As String '查询语句
'**************************************************************************************************
'* 功 能 :
'* 作 者 : shooting
'* 作成日期 : 1999.02.24
'* 修改日期 : 1999.02.24
'**************************************************************************************************
Private Sub button_refresh(t_ft As Boolean)
' cmd_func(4).Enabled = t_ft
cmd_func(5).Enabled = t_ft
' cmd_func(2).Enabled = t_ft
' cmd_func(3).Enabled = t_ft
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -