📄 fft1.frm
字号:
VERSION 5.00
Begin VB.Form Form2
Caption = "Form2"
ClientHeight = 8220
ClientLeft = 60
ClientTop = 345
ClientWidth = 10275
LinkTopic = "Form2"
ScaleHeight = 548
ScaleMode = 3 'Pixel
ScaleWidth = 685
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command2
Caption = "添加噪声"
Height = 315
Left = 8040
TabIndex = 33
Top = 7740
Width = 2175
End
Begin VB.Frame Frame4
Caption = "滤波选择"
Height = 1275
Left = 8040
TabIndex = 24
Top = 5580
Width = 2175
Begin VB.HScrollBar HScroll5
Height = 255
Left = 600
Max = 10
Min = 1
TabIndex = 34
Top = 900
Value = 1
Width = 1455
End
Begin VB.HScrollBar HScroll4
Height = 255
Left = 600
Max = 127
SmallChange = 5
TabIndex = 27
Top = 540
Value = 10
Width = 1455
End
Begin VB.OptionButton Optlb
Caption = "低通"
Height = 255
Index = 5
Left = 1380
TabIndex = 26
Top = 240
Value = -1 'True
Width = 675
End
Begin VB.OptionButton Optlb
Caption = "高通"
Height = 255
Index = 4
Left = 120
TabIndex = 25
Top = 240
Width = 675
End
Begin VB.Label Label10
AutoSize = -1 'True
Caption = "阶数:"
Height = 180
Left = 120
TabIndex = 35
Top = 960
Width = 450
End
Begin VB.Label Label9
AutoSize = -1 'True
Caption = "宽度:"
Height = 180
Left = 120
TabIndex = 28
Top = 600
Width = 450
End
End
Begin VB.Frame Frame3
Caption = "滤波选择"
Height = 2355
Left = 8040
TabIndex = 19
Top = 3120
Width = 2175
Begin VB.OptionButton Optlb
Caption = "正弦光栅"
Height = 255
Index = 8
Left = 120
TabIndex = 41
Top = 2040
Width = 1995
End
Begin VB.OptionButton Optlb
Caption = "垂直滤波器"
Height = 255
Index = 7
Left = 120
TabIndex = 39
Top = 1740
Width = 1995
End
Begin VB.OptionButton Optlb
Caption = "水平滤波器"
Height = 255
Index = 6
Left = 120
TabIndex = 38
Top = 1440
Width = 1995
End
Begin VB.OptionButton Optlb
Caption = "梯形滤波(TLPF)"
Height = 255
Index = 3
Left = 120
TabIndex = 23
Top = 1140
Width = 1995
End
Begin VB.OptionButton Optlb
Caption = "理想滤波器(ILPF)"
Height = 255
Index = 0
Left = 120
TabIndex = 22
Top = 240
Value = -1 'True
Width = 1935
End
Begin VB.OptionButton Optlb
Caption = "巴特沃兹滤波(BLPF)"
Height = 255
Index = 1
Left = 120
TabIndex = 21
Top = 540
Width = 1995
End
Begin VB.OptionButton Optlb
Caption = "指数滤波(ELPF)"
Height = 255
Index = 2
Left = 120
TabIndex = 20
Top = 840
Width = 1995
End
End
Begin VB.Frame Frame2
Caption = "原图选择"
Height = 1275
Left = 8040
TabIndex = 15
Top = 120
Width = 2175
Begin VB.OptionButton Option1
Caption = "正弦"
Height = 255
Index = 6
Left = 120
TabIndex = 40
Top = 960
Width = 675
End
Begin VB.OptionButton Option1
Caption = "单点"
Height = 255
Index = 5
Left = 1080
TabIndex = 32
Top = 720
Width = 675
End
Begin VB.OptionButton Option1
Caption = "条形"
Height = 255
Index = 4
Left = 120
TabIndex = 31
Top = 720
Width = 675
End
Begin VB.OptionButton Option1
Caption = "棋盘"
Height = 255
Index = 3
Left = 1080
TabIndex = 30
Top = 480
Width = 675
End
Begin VB.OptionButton Option1
Caption = "单缝"
Height = 255
Index = 2
Left = 120
TabIndex = 29
Top = 480
Width = 1035
End
Begin VB.OptionButton Option2
Caption = "文件调入"
Height = 255
Left = 1080
TabIndex = 18
Top = 960
Width = 1035
End
Begin VB.OptionButton Option1
Caption = "网格"
Height = 255
Index = 1
Left = 1080
TabIndex = 17
Top = 240
Width = 675
End
Begin VB.OptionButton Option1
Caption = "方孔"
Height = 255
Index = 0
Left = 120
TabIndex = 16
Top = 240
Value = -1 'True
Width = 675
End
End
Begin VB.Frame Frame1
Caption = "原图调整"
Height = 1515
Left = 8040
TabIndex = 8
Top = 1500
Width = 2175
Begin VB.HScrollBar HScroll1
Height = 255
Left = 600
Max = 127
SmallChange = 5
TabIndex = 36
Top = 1140
Value = 10
Width = 1455
End
Begin VB.HScrollBar HScroll2
Height = 255
Index = 2
Left = 600
Max = 127
Min = -127
SmallChange = 5
TabIndex = 11
Top = 540
Width = 1455
End
Begin VB.HScrollBar HScroll2
Height = 255
Index = 1
Left = 600
Max = 127
Min = -127
SmallChange = 5
TabIndex = 10
Top = 240
Width = 1455
End
Begin VB.HScrollBar HScroll3
Height = 255
Left = 600
Max = 90
Min = -90
TabIndex = 9
Top = 840
Width = 1455
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "大小:"
Height = 180
Left = 120
TabIndex = 37
Top = 1200
Width = 450
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "旋转:"
Height = 180
Left = 120
TabIndex = 14
Top = 900
Width = 450
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "水平:"
Height = 180
Left = 120
TabIndex = 13
Top = 300
Width = 450
End
Begin VB.Label Label4
AutoSize = -1 'True
Caption = "垂直:"
Height = 180
Left = 120
TabIndex = 12
Top = 600
Width = 450
End
End
Begin VB.PictureBox Picture4
Appearance = 0 'Flat
BackColor = &H80000005&
ForeColor = &H80000008&
Height = 3870
Left = 0
ScaleHeight = 256
ScaleMode = 3 'Pixel
ScaleWidth = 256
TabIndex = 7
Top = 4320
Width = 3870
End
Begin VB.PictureBox Picture3
Appearance = 0 'Flat
BackColor = &H80000005&
ForeColor = &H80000008&
Height = 3870
Left = 4080
ScaleHeight = 256
ScaleMode = 3 'Pixel
ScaleWidth = 256
TabIndex = 6
Top = 4320
Width = 3870
End
Begin VB.PictureBox Picture2
Appearance = 0 'Flat
BackColor = &H80000005&
ForeColor = &H80000008&
Height = 3870
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -