📄 form1.frm
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "comdlg32.ocx"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MsComCtl.ocx"
Begin VB.Form Form1
BorderStyle = 1 'Fixed Single
Caption = "PCB扫描图分割"
ClientHeight = 9750
ClientLeft = 45
ClientTop = 330
ClientWidth = 13635
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 9750
ScaleWidth = 13635
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command4
Caption = "刷新"
Height = 375
Left = 120
TabIndex = 31
Top = 8640
Width = 1215
End
Begin MSComctlLib.ProgressBar ProgressBar1
Height = 255
Left = 1440
TabIndex = 30
Top = 9360
Width = 12015
_ExtentX = 21193
_ExtentY = 450
_Version = 393216
Appearance = 1
End
Begin VB.CommandButton Command3
Caption = "预览分割图"
Height = 375
Left = 120
TabIndex = 29
Top = 8160
Width = 1215
End
Begin MSComDlg.CommonDialog CommonDialog2
Left = 840
Top = 9480
_ExtentX = 847
_ExtentY = 847
_Version = 393216
CancelError = -1 'True
End
Begin MSComDlg.CommonDialog CommonDialog1
Left = 120
Top = 9480
_ExtentX = 847
_ExtentY = 847
_Version = 393216
CancelError = -1 'True
FileName = "*.bmp"
End
Begin VB.CommandButton Command2
Caption = "保存分割图"
Height = 375
Left = 120
TabIndex = 28
Top = 9120
Width = 1215
End
Begin VB.Frame Frame1
Caption = "类5"
Height = 1095
Index = 5
Left = 120
TabIndex = 24
Top = 6960
Width = 1215
Begin VB.TextBox Text1
Height = 375
Index = 5
Left = 120
Locked = -1 'True
MultiLine = -1 'True
TabIndex = 27
Top = 240
Width = 975
End
Begin VB.OptionButton Option1
Caption = "黑"
Height = 255
Index = 5
Left = 120
TabIndex = 26
Top = 720
Value = -1 'True
Width = 495
End
Begin VB.OptionButton Option2
Caption = "白"
Height = 255
Index = 5
Left = 600
TabIndex = 25
Top = 720
Width = 495
End
End
Begin VB.Frame Frame1
Caption = "类4"
Height = 1095
Index = 4
Left = 120
TabIndex = 20
Top = 5760
Width = 1215
Begin VB.TextBox Text1
Height = 375
Index = 4
Left = 120
Locked = -1 'True
MultiLine = -1 'True
TabIndex = 23
Top = 240
Width = 975
End
Begin VB.OptionButton Option1
Caption = "黑"
Height = 255
Index = 4
Left = 120
TabIndex = 22
Top = 720
Value = -1 'True
Width = 495
End
Begin VB.OptionButton Option2
Caption = "白"
Height = 255
Index = 4
Left = 600
TabIndex = 21
Top = 720
Width = 495
End
End
Begin VB.Frame Frame1
Caption = "类3"
Height = 1095
Index = 3
Left = 120
TabIndex = 16
Top = 4560
Width = 1215
Begin VB.TextBox Text1
Height = 375
Index = 3
Left = 120
Locked = -1 'True
MultiLine = -1 'True
TabIndex = 19
Top = 240
Width = 975
End
Begin VB.OptionButton Option1
Caption = "黑"
Height = 255
Index = 3
Left = 120
TabIndex = 18
Top = 720
Value = -1 'True
Width = 495
End
Begin VB.OptionButton Option2
Caption = "白"
Height = 255
Index = 3
Left = 600
TabIndex = 17
Top = 720
Width = 495
End
End
Begin VB.Frame Frame1
Caption = "类2"
Height = 1095
Index = 2
Left = 120
TabIndex = 12
Top = 3360
Width = 1215
Begin VB.TextBox Text1
Height = 375
Index = 2
Left = 120
Locked = -1 'True
MultiLine = -1 'True
TabIndex = 15
Top = 240
Width = 975
End
Begin VB.OptionButton Option1
Caption = "黑"
Height = 255
Index = 2
Left = 120
TabIndex = 14
Top = 720
Value = -1 'True
Width = 495
End
Begin VB.OptionButton Option2
Caption = "白"
Height = 255
Index = 2
Left = 600
TabIndex = 13
Top = 720
Width = 495
End
End
Begin VB.Frame Frame1
Caption = "类1"
Height = 1095
Index = 1
Left = 120
TabIndex = 8
Top = 2160
Width = 1215
Begin VB.TextBox Text1
Height = 375
Index = 1
Left = 120
Locked = -1 'True
MultiLine = -1 'True
TabIndex = 11
Top = 240
Width = 975
End
Begin VB.OptionButton Option1
Caption = "黑"
Height = 255
Index = 1
Left = 120
TabIndex = 10
Top = 720
Value = -1 'True
Width = 495
End
Begin VB.OptionButton Option2
Caption = "白"
Height = 255
Index = 1
Left = 600
TabIndex = 9
Top = 720
Width = 495
End
End
Begin VB.TextBox Text2
Height = 270
Left = 960
TabIndex = 7
Text = "0"
Top = 600
Width = 375
End
Begin VB.Frame Frame1
Caption = "类0"
Height = 1095
Index = 0
Left = 120
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -