📄 frmflowlength.frm
字号:
VERSION 5.00
Begin VB.Form frmFlowLength
BorderStyle = 3 'Fixed Dialog
Caption = "坡长分析"
ClientHeight = 4290
ClientLeft = 45
ClientTop = 330
ClientWidth = 5340
ControlBox = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4290
ScaleWidth = 5340
ShowInTaskbar = 0 'False
StartUpPosition = 3 'Windows Default
Begin VB.CheckBox Check1
Caption = "溯流而上"
Height = 210
Left = 1950
TabIndex = 15
Top = 3810
Width = 1050
End
Begin VB.Frame Frame2
Caption = "参加权重的数据"
Height = 1170
Left = 1935
TabIndex = 10
Top = 1245
Width = 3390
Begin VB.ComboBox Combo5
Height = 315
Left = 1095
TabIndex = 12
Text = "Combo1"
Top = 255
Width = 2100
End
Begin VB.ComboBox Combo4
Height = 315
Left = 1095
TabIndex = 11
Text = "Combo2"
Top = 705
Width = 2100
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "数据源:"
Height = 195
Index = 3
Left = 340
TabIndex = 14
Top = 330
Width = 720
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "数据集:"
Height = 195
Index = 2
Left = 340
TabIndex = 13
Top = 705
Width = 720
End
End
Begin VB.Frame Frame4
Caption = "结果数据集保存"
Height = 1140
Left = 1935
TabIndex = 5
Top = 2445
Width = 3390
Begin VB.TextBox Text3
Height = 315
Left = 1095
TabIndex = 7
Text = "Text3"
Top = 660
Width = 2070
End
Begin VB.ComboBox Combo3
Height = 315
Left = 1095
TabIndex = 6
Text = "Combo3"
Top = 285
Width = 2070
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "数据集:"
Height = 195
Index = 7
Left = 340
TabIndex = 9
Top = 705
Width = 720
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "数据源:"
Height = 195
Index = 6
Left = 340
TabIndex = 8
Top = 330
Width = 720
End
End
Begin VB.Frame Frame1
Caption = "参加分析的数据"
Height = 1170
Left = 1935
TabIndex = 0
Top = 60
Width = 3390
Begin VB.ComboBox Combo2
Height = 315
Left = 1095
TabIndex = 2
Text = "Combo2"
Top = 705
Width = 2100
End
Begin VB.ComboBox Combo1
Height = 315
Left = 1095
TabIndex = 1
Text = "Combo1"
Top = 255
Width = 2100
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "数据集:"
Height = 195
Index = 1
Left = 340
TabIndex = 4
Top = 705
Width = 720
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "数据源:"
Height = 195
Index = 0
Left = 340
TabIndex = 3
Top = 330
Width = 720
End
End
End
Attribute VB_Name = "frmFlowLength"
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 + -