📄 ct_yhqcx.frm
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Object = "{0D452EE1-E08F-101A-852E-02608C4D0BB4}#2.0#0"; "FM20.DLL"
Begin VB.Form ct_yhqcx
BorderStyle = 3 'Fixed Dialog
ClientHeight = 7290
ClientLeft = -15
ClientTop = -15
ClientWidth = 7335
ControlBox = 0 'False
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 7290
ScaleWidth = 7335
ShowInTaskbar = 0 'False
StartUpPosition = 1 'CenterOwner
Begin VB.Frame Frame1
Height = 6225
Left = 90
TabIndex = 6
Top = 300
Width = 7110
Begin VB.Frame Frame2
Caption = "查询日期"
Height = 675
Left = 240
TabIndex = 10
Top = 690
Width = 4665
Begin VB.TextBox m_day
Height = 270
Left = 3540
MaxLength = 2
TabIndex = 2
Text = "12"
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 = 2400
MaxLength = 2
TabIndex = 1
Text = "12"
Top = 300
Width = 375
End
Begin VB.Label Label2
Caption = "日"
Height = 195
Left = 3300
TabIndex = 18
Top = 330
Width = 195
End
Begin VB.Label Label5
Caption = "年"
Height = 165
Left = 720
TabIndex = 12
Top = 330
Width = 195
End
Begin VB.Label Label6
Caption = "月"
Height = 195
Left = 2160
TabIndex = 11
Top = 330
Width = 195
End
End
Begin MSFlexGridLib.MSFlexGrid gd1
Height = 4410
Left = 210
TabIndex = 3
Top = 1440
Width = 6660
_ExtentX = 11748
_ExtentY = 7779
_Version = 327680
Rows = 20
Cols = 6
FixedCols = 0
BackColor = 12648447
ScrollBars = 2
SelectionMode = 1
End
Begin MSForms.Label Label1
Height = 240
Left = 6540
TabIndex = 20
Top = 5850
Width = 315
Size = "556;423"
BorderStyle = 1
FontName = "宋体"
FontHeight = 180
FontCharSet = 134
FontPitchAndFamily= 34
End
Begin MSForms.Label lb_gwmc
Height = 240
Left = 1410
TabIndex = 19
Top = 5850
Width = 1185
Caption = " 合 计"
Size = "2090;423"
BorderStyle = 1
FontName = "宋体"
FontHeight = 180
FontCharSet = 134
FontPitchAndFamily= 34
End
Begin MSForms.Label lb_ys
Height = 240
Left = 5550
TabIndex = 17
Top = 5850
Width = 1005
Size = "1773;423"
BorderStyle = 1
FontName = "宋体"
FontHeight = 180
FontCharSet = 134
FontPitchAndFamily= 34
ParagraphAlign = 2
End
Begin MSForms.Label lb_lysl
Height = 240
Left = 2580
TabIndex = 16
Top = 5850
Width = 1005
Size = "1773;423"
BorderStyle = 1
FontName = "宋体"
FontHeight = 180
FontCharSet = 134
FontPitchAndFamily= 34
ParagraphAlign = 2
End
Begin MSForms.Label lb_hssl
Height = 240
Left = 4560
TabIndex = 15
Top = 5850
Width = 1005
Size = "1773;423"
BorderStyle = 1
FontName = "宋体"
FontHeight = 180
FontCharSet = 134
FontPitchAndFamily= 34
ParagraphAlign = 2
End
Begin MSForms.Label lb_ffsl
Height = 240
Left = 3570
TabIndex = 14
Top = 5850
Width = 1005
Size = "1773;423"
BorderStyle = 1
FontName = "宋体"
FontHeight = 180
FontCharSet = 134
FontPitchAndFamily= 34
ParagraphAlign = 2
End
Begin MSForms.Label Label8
Height = 240
Left = 240
TabIndex = 13
Top = 5850
Width = 1185
Caption = " 合 计"
Size = "2090;423"
BorderStyle = 1
FontName = "宋体"
FontHeight = 180
FontCharSet = 134
FontPitchAndFamily= 34
End
Begin VB.Label lb_jls
Alignment = 1 'Right Justify
Caption = "0"
Height = 165
Left = 6090
TabIndex = 9
Top = 1230
Width = 555
End
Begin VB.Label Label4
Alignment = 1 'Right Justify
Caption = "记录数 :"
Height = 165
Left = 5310
TabIndex = 8
Top = 1230
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 = 240
TabIndex = 7
Top = 210
Width = 6555
End
End
Begin VB.Timer XT_Timer
Interval = 1000
Left = 150
Top = 6780
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 = 5430
TabIndex = 4
Top = 6690
Width = 1575
End
Begin VB.Label frm_msg
Alignment = 1 'Right Justify
ForeColor = &H00C00000&
Height = 240
Left = 3720
TabIndex = 5
Top = 60
Visible = 0 'False
Width = 3465
End
End
Attribute VB_Name = "ct_yhqcx"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -