⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cmd.frm

📁 GDI 图形处理
💻 FRM
字号:
VERSION 5.00
Begin VB.Form CMD 
   Caption         =   "命令编辑"
   ClientHeight    =   3150
   ClientLeft      =   60
   ClientTop       =   360
   ClientWidth     =   3030
   LinkTopic       =   "Form2"
   ScaleHeight     =   3150
   ScaleWidth      =   3030
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame1 
      Caption         =   "Frame1"
      Height          =   3015
      Left            =   0
      TabIndex        =   0
      Top             =   120
      Width           =   3015
      Begin VB.OptionButton CMDopt 
         Caption         =   "低通滤波"
         Height          =   255
         Index           =   6
         Left            =   120
         TabIndex        =   20
         Top             =   1680
         Width           =   1215
      End
      Begin VB.OptionButton CMDopt 
         Caption         =   "结束操作"
         Height          =   255
         Index           =   9
         Left            =   120
         TabIndex        =   19
         Top             =   2400
         Width           =   1215
      End
      Begin VB.OptionButton CMDopt 
         Caption         =   "污点过滤"
         Height          =   255
         Index           =   8
         Left            =   120
         TabIndex        =   18
         Top             =   2160
         Width           =   1215
      End
      Begin VB.Frame Frame3 
         Caption         =   "锐化处理"
         Height          =   1095
         Left            =   1440
         TabIndex        =   14
         Top             =   1800
         Width           =   1455
         Begin VB.OptionButton FigureOpt 
            Caption         =   "Laplaclan"
            Height          =   255
            Index           =   2
            Left            =   120
            TabIndex        =   17
            Top             =   720
            Width           =   1215
         End
         Begin VB.OptionButton FigureOpt 
            Caption         =   "Roberts"
            Height          =   255
            Index           =   1
            Left            =   120
            TabIndex        =   16
            Top             =   480
            Width           =   1095
         End
         Begin VB.OptionButton FigureOpt 
            Caption         =   "Sobel"
            Height          =   255
            Index           =   0
            Left            =   120
            TabIndex        =   15
            Top             =   240
            Value           =   -1  'True
            Width           =   855
         End
      End
      Begin VB.OptionButton CMDopt 
         Caption         =   "锐化处理"
         Height          =   255
         Index           =   7
         Left            =   120
         TabIndex        =   13
         Top             =   1920
         Width           =   1215
      End
      Begin VB.Frame Frame2 
         Caption         =   "滤波器"
         Height          =   1575
         Left            =   1440
         TabIndex        =   7
         Top             =   120
         Width           =   1455
         Begin VB.OptionButton FilterOpt 
            Caption         =   "滤波方式五"
            Height          =   255
            Index           =   4
            Left            =   120
            TabIndex        =   12
            Top             =   1200
            Width           =   1215
         End
         Begin VB.OptionButton FilterOpt 
            Caption         =   "滤波方式四"
            Height          =   255
            Index           =   3
            Left            =   120
            TabIndex        =   11
            Top             =   960
            Width           =   1215
         End
         Begin VB.OptionButton FilterOpt 
            Caption         =   "滤波方式三"
            Height          =   255
            Index           =   2
            Left            =   120
            TabIndex        =   10
            Top             =   720
            Width           =   1215
         End
         Begin VB.OptionButton FilterOpt 
            Caption         =   "滤波方式二"
            Height          =   255
            Index           =   1
            Left            =   120
            TabIndex        =   9
            Top             =   480
            Width           =   1215
         End
         Begin VB.OptionButton FilterOpt 
            Caption         =   "滤波方式一"
            Height          =   255
            Index           =   0
            Left            =   120
            TabIndex        =   8
            Top             =   240
            Value           =   -1  'True
            Width           =   1215
         End
      End
      Begin VB.OptionButton CMDopt 
         Caption         =   "高通滤波"
         Height          =   255
         Index           =   5
         Left            =   120
         TabIndex        =   6
         Top             =   1440
         Width           =   1215
      End
      Begin VB.OptionButton CMDopt 
         Caption         =   "对数变化"
         Height          =   255
         Index           =   4
         Left            =   120
         TabIndex        =   5
         Top             =   1200
         Width           =   1215
      End
      Begin VB.OptionButton CMDopt 
         Caption         =   "指数变化"
         Height          =   255
         Index           =   3
         Left            =   120
         TabIndex        =   4
         Top             =   960
         Width           =   1215
      End
      Begin VB.OptionButton CMDopt 
         Caption         =   "线性变化"
         Height          =   255
         Index           =   2
         Left            =   120
         TabIndex        =   3
         Top             =   720
         Width           =   1215
      End
      Begin VB.OptionButton CMDopt 
         Caption         =   "灰度转换"
         Height          =   255
         Index           =   1
         Left            =   120
         TabIndex        =   2
         Top             =   480
         Width           =   1215
      End
      Begin VB.OptionButton CMDopt 
         Caption         =   "扑捉画面"
         Height          =   255
         Index           =   0
         Left            =   120
         TabIndex        =   1
         Top             =   240
         Width           =   1215
      End
   End
End
Attribute VB_Name = "CMD"
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 + -