📄 dt_tsfcx.frm
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form dt_tsfcx
BorderStyle = 3 'Fixed Dialog
ClientHeight = 8760
ClientLeft = -15
ClientTop = -15
ClientWidth = 11880
ControlBox = 0 'False
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 8760
ScaleWidth = 11880
ShowInTaskbar = 0 'False
StartUpPosition = 1 'CenterOwner
Begin VB.CommandButton CMD_print
Caption = "打 印(F5)"
BeginProperty Font
Name = "黑体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 510
Left = 3930
TabIndex = 4
Top = 8130
Width = 1575
End
Begin VB.Frame Frame1
Height = 7575
Left = 150
TabIndex = 7
Top = 300
Width = 11580
Begin VB.Frame Frame2
Caption = "查询日期"
Height = 765
Left = 270
TabIndex = 11
Top = 570
Width = 5565
Begin VB.TextBox m_zkl
Height = 270
Left = 4440
MaxLength = 3
TabIndex = 2
Text = "123"
Top = 300
Width = 375
End
Begin VB.TextBox m_year
Height = 270
Left = 990
MaxLength = 4
TabIndex = 0
Text = "1999"
Top = 300
Width = 555
End
Begin VB.TextBox m_month
Height = 270
Left = 2700
MaxLength = 2
TabIndex = 1
Text = "12"
Top = 330
Width = 375
End
Begin VB.Label Label2
Caption = "%"
Height = 195
Left = 4890
TabIndex = 16
Top = 330
Width = 225
End
Begin VB.Label Label1
Caption = "折扣率"
Height = 195
Left = 3810
TabIndex = 15
Top = 330
Width = 555
End
Begin VB.Label Label5
Caption = "年 份"
Height = 165
Left = 480
TabIndex = 14
Top = 330
Width = 465
End
Begin VB.Label Label6
Caption = "月 份"
Height = 195
Left = 2160
TabIndex = 13
Top = 330
Width = 495
End
End
Begin MSFlexGridLib.MSFlexGrid gd1
Height = 5760
Left = 210
TabIndex = 3
Top = 1680
Width = 11190
_ExtentX = 19738
_ExtentY = 10160
_Version = 327680
Rows = 25
Cols = 6
FixedCols = 0
BackColor = 12648447
FocusRect = 0
ScrollBars = 2
SelectionMode = 1
End
Begin VB.Label lb_name
Alignment = 2 'Center
Caption = "一览表"
ForeColor = &H00000000&
Height = 240
Left = 2850
TabIndex = 12
Top = 1440
Width = 5985
End
Begin VB.Label lb_jls
Alignment = 1 'Right Justify
Caption = "0"
Height = 165
Left = 10560
TabIndex = 10
Top = 1440
Width = 555
End
Begin VB.Label Label4
Alignment = 1 'Right Justify
Caption = "记录数 :"
Height = 255
Left = 9780
TabIndex = 9
Top = 1410
Width = 795
End
Begin VB.Label lb_title
Alignment = 2 'Center
Caption = "特 殊 客 房 查 询"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Index = 0
Left = 360
TabIndex = 8
Top = 180
Width = 10965
End
End
Begin VB.Timer XT_Timer
Interval = 1000
Left = 0
Top = 7200
End
Begin VB.CommandButton CMD_EXIT
Caption = "退 出(Esc)"
BeginProperty Font
Name = "黑体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 510
Left = 7260
TabIndex = 5
Top = 8130
Width = 1575
End
Begin VB.Label frm_msg
Alignment = 1 'Right Justify
ForeColor = &H00C00000&
Height = 240
Left = 5610
TabIndex = 6
Top = 60
Visible = 0 'False
Width = 6105
End
End
Attribute VB_Name = "dt_tsfcx"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Dim t_tbname As String
Dim t_bt As String '存储列表显示的表头
Dim t_fields As Variant '存储列表显示的字段名
Dim t_fdxs As Variant '表示显示列是否由代码转换成文字
Dim t_fdcounts As Integer '表示列表所显示的字段的个数
'**************************************************************************************************
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -