📄 frmdiset.frm
字号:
VERSION 5.00
Begin VB.Form frmDIset
Caption = "Form1"
ClientHeight = 1110
ClientLeft = 60
ClientTop = 345
ClientWidth = 7290
LinkTopic = "Form1"
ScaleHeight = 1110
ScaleWidth = 7290
StartUpPosition = 3 '窗口缺省
Begin VB.TextBox Text_KL
Alignment = 2 'Center
Height = 375
Left = 5520
MaxLength = 2
TabIndex = 11
Top = 600
Width = 615
End
Begin VB.CommandButton OKButton
Caption = "修改&A"
Height = 375
Index = 0
Left = 6360
TabIndex = 4
Top = 600
Width = 855
End
Begin VB.ComboBox Combo_DCS
Height = 300
Left = 120
TabIndex = 3
Text = "A"
Top = 600
Width = 1455
End
Begin VB.ComboBox Combo_StoveNum
Height = 300
Left = 3000
TabIndex = 2
Top = 600
Width = 735
End
Begin VB.TextBox Text_XH
Height = 375
Left = 3840
MaxLength = 2
TabIndex = 1
Top = 600
Width = 615
End
Begin VB.TextBox Text_SH
Alignment = 2 'Center
Height = 375
Left = 4680
MaxLength = 2
TabIndex = 0
Top = 600
Width = 615
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "开炉通道"
Height = 180
Index = 0
Left = 5520
TabIndex = 12
Top = 240
Width = 720
End
Begin VB.Label Label_IP
BorderStyle = 1 'Fixed Single
Height = 375
Left = 1680
TabIndex = 10
Top = 600
Width = 1215
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "试火通道"
Height = 180
Index = 6
Left = 4680
TabIndex = 9
Top = 240
Width = 720
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "下灰通道"
Height = 180
Index = 7
Left = 3840
TabIndex = 8
Top = 240
Width = 720
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "炉号"
Height = 180
Index = 8
Left = 3000
TabIndex = 7
Top = 240
Width = 360
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "IP地址"
Height = 180
Index = 9
Left = 1680
TabIndex = 6
Top = 240
Width = 540
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "系统编号"
Height = 180
Index = 10
Left = 120
TabIndex = 5
Top = 240
Width = 720
End
End
Attribute VB_Name = "frmDIset"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
'Dim i As Long, J As Long
'On Error GoTo ErrHandle
'J = UBound(FJ_IP)
'If J > 0 Then
' For i = 0 To J
' Combo_DCS.AddItem Chr(65 + i) & "系统"
' Next
' Combo_DCS.ListIndex = 0
' For i = 0 To StoveNumber - 1
' Combo_StoveNum.AddItem i + 1 & "#炉"
' Next
' Combo_StoveNum.ListIndex = 0
' Label_IP = FJ_IP(0)
'End If
'Text_PF(0).Text = Val(Mid(FJ_AddPF, 1, 2))
'Text_PF(1).Text = Val(Mid(FJ_AddPF, 3, 2))
'Text_PF(2).Text = Val(Mid(FJ_AddPF, 5, 2))
'Exit Sub
'ErrHandle:
' Err.Clear
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -