📄 frmmachinelist.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form frmMachineList
Caption = "Form2"
ClientHeight = 7245
ClientLeft = 60
ClientTop = 450
ClientWidth = 9105
LinkTopic = "Form2"
ScaleHeight = 7245
ScaleWidth = 9105
StartUpPosition = 3 '窗口缺省
Begin VB.PictureBox PicTab
Height = 5460
Index = 0
Left = 240
ScaleHeight = 5400
ScaleWidth = 8055
TabIndex = 0
Top = 240
Width = 8115
Begin VB.PictureBox PicLvclocks
BorderStyle = 0 'None
Height = 4065
Left = 90
ScaleHeight = 4065
ScaleWidth = 5550
TabIndex = 18
Top = 405
Width = 5550
Begin MSComctlLib.ListView lvClocks
Height = 3795
Left = 45
TabIndex = 19
Top = 240
Width = 5415
_ExtentX = 9551
_ExtentY = 6694
View = 3
LabelEdit = 1
MultiSelect = -1 'True
LabelWrap = -1 'True
HideSelection = 0 'False
AllowReorder = -1 'True
FullRowSelect = -1 'True
GridLines = -1 'True
_Version = 393217
ForeColor = -2147483640
BackColor = -2147483643
BorderStyle = 1
Appearance = 1
NumItems = 5
BeginProperty ColumnHeader(1) {BDD1F052-858B-11D1-B16A-00C0F0283628}
Text = "机器编号"
Object.Width = 1587
EndProperty
BeginProperty ColumnHeader(2) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 1
Text = "设备名称"
Object.Width = 1764
EndProperty
BeginProperty ColumnHeader(3) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 2
Text = "通信端口"
Object.Width = 1764
EndProperty
BeginProperty ColumnHeader(4) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 3
Text = "通信速率"
Object.Width = 1764
EndProperty
BeginProperty ColumnHeader(5) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 4
Text = "设备类型"
Object.Width = 2540
EndProperty
End
Begin VB.Label Label1
Caption = "机器列表"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H8000000D&
Height = 255
Index = 78
Left = 45
TabIndex = 20
Top = 45
Width = 1215
End
End
Begin VB.Frame Frame5
Caption = "机器设置"
ForeColor = &H00000000&
Height = 3900
Left = 5715
TabIndex = 7
Top = 585
Width = 2325
Begin VB.ComboBox CboMacType
Enabled = 0 'False
Height = 300
ItemData = "frmMachineList.frx":0000
Left = 360
List = "frmMachineList.frx":000D
Locked = -1 'True
Style = 2 'Dropdown List
TabIndex = 12
Top = 2565
Width = 1500
End
Begin VB.TextBox txtMacNo
Enabled = 0 'False
Height = 300
Left = 360
TabIndex = 11
Top = 1860
Width = 1500
End
Begin VB.ComboBox ComboSpeed
Enabled = 0 'False
Height = 300
ItemData = "frmMachineList.frx":0027
Left = 360
List = "frmMachineList.frx":003A
Style = 2 'Dropdown List
TabIndex = 10
Top = 1185
Width = 1500
End
Begin VB.ComboBox ComboPort
Enabled = 0 'False
Height = 300
ItemData = "frmMachineList.frx":0061
Left = 360
List = "frmMachineList.frx":0071
Style = 2 'Dropdown List
TabIndex = 9
Top = 540
Width = 1500
End
Begin VB.TextBox MacName
Enabled = 0 'False
Height = 300
Left = 360
TabIndex = 8
Top = 3300
Width = 1500
End
Begin VB.Label Label1
Caption = "机器编号:"
Height = 225
Index = 1
Left = 360
TabIndex = 17
Top = 1635
Width = 1500
End
Begin VB.Label Label1
Caption = "通信速率:"
Height = 210
Index = 25
Left = 360
TabIndex = 16
Top = 975
Width = 1500
End
Begin VB.Label Label1
Caption = "通讯端口:"
Height = 210
Index = 26
Left = 360
TabIndex = 15
Top = 360
Width = 1500
End
Begin VB.Label Label1
Caption = "设备名称:"
Height = 255
Index = 4
Left = 360
TabIndex = 14
Top = 3045
Width = 1500
End
Begin VB.Label Label1
Caption = "设备类型:"
Height = 225
Index = 6
Left = 360
TabIndex = 13
Top = 2340
Width = 1500
End
End
Begin VB.CommandButton sbSaveClock
Appearance = 0 'Flat
BackColor = &H000000FF&
Caption = "保存"
Height = 300
Left = 4590
MaskColor = &H000000FF&
TabIndex = 6
Top = 4635
Width = 960
End
Begin VB.CommandButton spModClock
Caption = "修改"
Height = 300
Left = 2354
TabIndex = 5
Top = 4635
Width = 960
End
Begin VB.CommandButton sbDelClock
Caption = "删除"
Height = 300
Left = 1237
TabIndex = 4
Top = 4635
Width = 960
End
Begin VB.CommandButton spAddClock
Caption = "添加"
Height = 300
Left = 120
TabIndex = 3
Top = 4635
Width = 960
End
Begin VB.CommandButton btnSearchClock
Caption = "自动搜寻"
Height = 300
Left = 5670
TabIndex = 2
Top = 4635
Width = 960
End
Begin VB.CommandButton btnCancel
Caption = "取消"
Height = 300
Left = 3471
TabIndex = 1
Top = 4635
Width = 960
End
End
End
Attribute VB_Name = "frmMachineList"
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 + -