📄 aamoutfind.frm
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomct2.ocx"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "msdatgrd.ocx"
Begin VB.Form Afind
BorderStyle = 3 'Fixed Dialog
ClientHeight = 6300
ClientLeft = 45
ClientTop = 330
ClientWidth = 11340
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6300
ScaleWidth = 11340
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame1
Caption = "查询条件"
Height = 1215
Left = 240
TabIndex = 1
Top = 4800
Width = 10935
Begin VB.TextBox txtMoney
Height = 300
Left = 5640
TabIndex = 6
Top = 720
Width = 900
End
Begin VB.TextBox txtUser
Height = 300
Left = 1200
TabIndex = 5
Top = 720
Width = 945
End
Begin VB.TextBox txtID
Height = 300
Left = 3195
TabIndex = 4
Top = 720
Width = 900
End
Begin VB.CommandButton cmdQuery
Caption = "查询"
Default = -1 'True
Height = 495
Left = 7680
TabIndex = 3
Top = 480
Width = 1335
End
Begin MSComCtl2.DTPicker dtpS
Height = 255
Left = 1200
TabIndex = 2
Top = 240
Width = 1455
_ExtentX = 2566
_ExtentY = 450
_Version = 393216
Format = 23789569
CurrentDate = 38403
End
Begin MSComCtl2.DTPicker dtpE
Height = 255
Left = 5160
TabIndex = 7
Top = 240
Width = 1455
_ExtentX = 2566
_ExtentY = 450
_Version = 393216
Format = 23789569
CurrentDate = 38403
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "交费金额(元):"
Height = 180
Left = 4320
TabIndex = 12
Top = 720
Width = 1260
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "用户名称:"
Height = 180
Left = 240
TabIndex = 11
Top = 720
Width = 900
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "用户编号:"
Height = 180
Left = 2280
TabIndex = 10
Top = 720
Width = 900
End
Begin VB.Label Label4
Caption = "开始日期"
Height = 255
Left = 240
TabIndex = 9
Top = 240
Width = 975
End
Begin VB.Label Label5
Caption = "结束日期"
Height = 255
Left = 4200
TabIndex = 8
Top = 240
Width = 975
End
End
Begin MSDataGridLib.DataGrid dgexp
Height = 4455
Left = 120
TabIndex = 0
Top = 120
Width = 11055
_ExtentX = 19500
_ExtentY = 7858
_Version = 393216
BackColor = 12632256
HeadLines = 1
RowHeight = 15
FormatLocked = -1 'True
BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ColumnCount = 4
BeginProperty Column00
DataField = "HolderID"
Caption = "用户编号"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column01
DataField = "holder"
Caption = "用户名称"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column02
DataField = "feemoney"
Caption = "交费金额"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 1
Format = """¥""#,##0.00"
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column03
DataField = "feedate"
Caption = "交费日期"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
SplitCount = 1
BeginProperty Split0
BeginProperty Column00
EndProperty
BeginProperty Column01
EndProperty
BeginProperty Column02
EndProperty
BeginProperty Column03
EndProperty
EndProperty
End
End
Attribute VB_Name = "Afind"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -