📄 lilvchaxunform.frm
字号:
VERSION 5.00
Object = "{8E27C92E-1264-101C-8A2F-040224009C02}#7.0#0"; "MSCAL.OCX"
Begin VB.Form liLvChaXunForm
BorderStyle = 1 'Fixed Single
Caption = "利率查询"
ClientHeight = 5760
ClientLeft = 45
ClientTop = 435
ClientWidth = 7800
DrawMode = 4 'Mask Not Pen
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5760
ScaleWidth = 7800
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame2
Caption = "选择年限"
Height = 1935
Left = 240
TabIndex = 10
Top = 3480
Width = 2295
Begin VB.ListBox List1
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1200
ItemData = "liLvChaXunForm.frx":0000
Left = 240
List = "liLvChaXunForm.frx":0010
TabIndex = 11
Top = 360
Width = 1695
End
End
Begin VB.CommandButton Command3
Caption = "查询所有"
Height = 495
Left = 6240
TabIndex = 9
Top = 4920
Width = 1335
End
Begin VB.Timer Timer1
Interval = 1000
Left = 7080
Top = 720
End
Begin VB.Frame Frame4
Caption = "现在时刻"
Height = 975
Left = 240
TabIndex = 7
Top = 360
Width = 7335
Begin VB.TextBox timeText1
Appearance = 0 'Flat
BackColor = &H8000000F&
BorderStyle = 0 'None
BeginProperty Font
Name = "Lucida Handwriting"
Size = 18
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1440
TabIndex = 8
Top = 240
Width = 4695
End
End
Begin VB.Frame Frame3
Caption = "选择时间"
Height = 2895
Left = 2880
TabIndex = 5
Top = 1560
Width = 4695
Begin MSACAL.Calendar riLi
Height = 2535
Left = 120
TabIndex = 6
Top = 240
Width = 4455
_Version = 524288
_ExtentX = 7858
_ExtentY = 4471
_StockProps = 1
BackColor = -2147483633
Year = 2005
Month = 12
Day = 17
DayLength = 1
MonthLength = 1
DayFontColor = 0
FirstDay = 7
GridCellEffect = 1
GridFontColor = 10485760
GridLinesColor = -2147483632
ShowDateSelectors= -1 'True
ShowDays = -1 'True
ShowHorizontalGrid= -1 'True
ShowTitle = -1 'True
ShowVerticalGrid= -1 'True
TitleFontColor = 10485760
ValueIsNull = 0 'False
BeginProperty DayFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BeginProperty GridFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BeginProperty TitleFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
End
Begin VB.OptionButton Option2
Caption = "定期利率"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 600
TabIndex = 3
Top = 2280
Width = 1455
End
Begin VB.OptionButton Option1
Caption = "活期利率"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 600
TabIndex = 2
Top = 1800
Width = 1455
End
Begin VB.CommandButton Command2
Caption = "完 成"
Height = 495
Left = 4560
TabIndex = 1
Top = 4920
Width = 1335
End
Begin VB.CommandButton Command1
Caption = "确 定"
Height = 495
Left = 2880
TabIndex = 0
Top = 4920
Width = 1335
End
Begin VB.Frame Frame1
Caption = "选择存款种类"
Height = 1575
Left = 240
TabIndex = 4
Top = 1560
Width = 2295
End
End
Attribute VB_Name = "liLvChaXunForm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Dim i As Integer
Dim j As Integer
For i = 0 To List1.ListCount - 1
a(i) = False
Next i
If Option1.Value = True Then
chaXunRiQi = riLi.Value
chaXunZHL = 0
liLvChaXunBiao.Show
Else
If Option2.Value = True Then
chaXunRiQi = riLi.Value
chaXunZHL = 1
For i = 0 To List1.ListCount - 1
If List1.Selected(i) Then
a(i) = True
liLvChaXunBiao.Show
j = j + 1
End If
Next i
If j <= 0 Then
chaXunZHL = 2
chaXunRiQi = riLi.Value
liLvChaXunBiao.Show
End If
Else
chaXunZHL = 2
chaXunRiQi = riLi.Value
liLvChaXunBiao.Show
End If
End If
Unload Me
End Sub
Private Sub Command2_Click()
Unload Me
End Sub
Private Sub Command3_Click()
chaXunZHL = 2
chaXunRiQi = riLi.Value
liLvChaXunBiao.Show
Unload Me
End Sub
Private Sub Timer1_Timer()
timeText1.Text = Now
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -