📄 frmchset.frm
字号:
VERSION 5.00
Begin VB.Form frmChSet
Caption = "图表参数设置"
ClientHeight = 3810
ClientLeft = 60
ClientTop = 450
ClientWidth = 5175
LinkTopic = "Form1"
ScaleHeight = 3810
ScaleWidth = 5175
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton cmdOK
Caption = "确 定"
Height = 375
Left = 3960
TabIndex = 2
Top = 3360
Width = 1095
End
Begin VB.Frame fraSetup
Caption = "设置"
Height = 2775
Left = 120
TabIndex = 0
Top = 480
Width = 4935
Begin VB.TextBox txtRange
Height = 270
Left = 2040
TabIndex = 12
Text = "100"
Top = 2280
Width = 1575
End
Begin VB.TextBox txtDay
Height = 270
Left = 3000
TabIndex = 9
Text = "0"
Top = 1440
Width = 495
End
Begin VB.TextBox txtMonth
Height = 270
Left = 2040
TabIndex = 8
Text = "1"
Top = 1440
Width = 495
End
Begin VB.OptionButton OptMethod
Caption = "单点统计"
Height = 375
Index = 0
Left = 360
TabIndex = 5
Top = 360
Value = -1 'True
Width = 1815
End
Begin VB.OptionButton OptMethod
Caption = "时间段统计"
Height = 375
Index = 1
Left = 360
TabIndex = 4
Top = 960
Width = 1815
End
Begin VB.OptionButton OptMethod
Caption = "区间统计"
Height = 375
Index = 2
Left = 360
TabIndex = 3
Top = 1800
Width = 1815
End
Begin VB.Label Label5
Caption = "区间长度:"
Height = 255
Left = 840
TabIndex = 11
Top = 2280
Width = 1095
End
Begin VB.Label Label4
Caption = "日"
Height = 255
Left = 3600
TabIndex = 10
Top = 1440
Width = 375
End
Begin VB.Label Label3
Caption = "月"
Height = 255
Left = 2640
TabIndex = 7
Top = 1440
Width = 255
End
Begin VB.Label Label2
Caption = "时间段长度:"
Height = 255
Left = 810
TabIndex = 6
Top = 1440
Width = 1095
End
End
Begin VB.Label Label1
Caption = "请指定统计类型及参数:"
Height = 255
Left = 120
TabIndex = 1
Top = 120
Width = 2055
End
End
Attribute VB_Name = "frmChSet"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdOK_Click()
Me.Hide
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -