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

📄 卷积处理.frm

📁 一个图象处理的小软件
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmjjmodel 
   BackColor       =   &H00FFFFFF&
   Caption         =   "卷积处理"
   ClientHeight    =   4935
   ClientLeft      =   660
   ClientTop       =   750
   ClientWidth     =   6780
   FillColor       =   &H00FFFFFF&
   LinkTopic       =   "Form1"
   ScaleHeight     =   4935
   ScaleWidth      =   6780
   Begin VB.TextBox Text1 
      Height          =   495
      Index           =   4
      Left            =   3480
      TabIndex        =   40
      Text            =   "8"
      Top             =   1800
      Width           =   495
   End
   Begin VB.TextBox Text1 
      BackColor       =   &H00FFFFFF&
      Height          =   495
      Index           =   3
      Left            =   2760
      TabIndex        =   39
      Text            =   "-1"
      Top             =   1800
      Width           =   495
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Index           =   2
      Left            =   4200
      TabIndex        =   38
      Text            =   "-1"
      Top             =   960
      Width           =   495
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Index           =   1
      Left            =   3480
      TabIndex        =   37
      Text            =   "-1"
      Top             =   960
      Width           =   495
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Index           =   24
      Left            =   5520
      TabIndex        =   36
      Top             =   3840
      Width           =   495
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Index           =   23
      Left            =   4920
      TabIndex        =   35
      Top             =   3840
      Width           =   495
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Index           =   22
      Left            =   4200
      TabIndex        =   34
      Top             =   3840
      Width           =   495
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Index           =   21
      Left            =   3480
      TabIndex        =   33
      Top             =   3840
      Width           =   495
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Index           =   20
      Left            =   2760
      TabIndex        =   32
      Top             =   3840
      Width           =   495
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Index           =   19
      Left            =   5520
      TabIndex        =   31
      Top             =   3240
      Width           =   495
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Index           =   18
      Left            =   4920
      TabIndex        =   30
      Top             =   3240
      Width           =   495
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Index           =   17
      Left            =   4200
      TabIndex        =   29
      Top             =   3240
      Width           =   495
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Index           =   16
      Left            =   3480
      TabIndex        =   28
      Top             =   3240
      Width           =   495
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Index           =   15
      Left            =   2760
      TabIndex        =   27
      Top             =   3240
      Width           =   495
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Index           =   14
      Left            =   5520
      TabIndex        =   26
      Top             =   2520
      Width           =   495
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Index           =   13
      Left            =   4920
      TabIndex        =   25
      Top             =   2520
      Width           =   495
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Index           =   12
      Left            =   5520
      TabIndex        =   24
      Top             =   960
      Width           =   495
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Index           =   11
      Left            =   4920
      TabIndex        =   23
      Top             =   1800
      Width           =   495
   End
   Begin VB.TextBox Text1 
      BackColor       =   &H00FFFFFF&
      Height          =   495
      Index           =   10
      Left            =   4920
      TabIndex        =   22
      Top             =   960
      Width           =   495
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Index           =   9
      Left            =   5520
      TabIndex        =   21
      Top             =   1800
      Width           =   495
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Index           =   8
      Left            =   4200
      TabIndex        =   20
      Text            =   "-1"
      Top             =   2520
      Width           =   495
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Index           =   7
      Left            =   3480
      TabIndex        =   19
      Text            =   "-1"
      Top             =   2520
      Width           =   495
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Index           =   6
      Left            =   2760
      TabIndex        =   18
      Text            =   "-1"
      Top             =   2520
      Width           =   495
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Index           =   5
      Left            =   4200
      TabIndex        =   17
      Text            =   "-1"
      Top             =   1800
      Width           =   495
   End
   Begin VB.Frame frame1 
      Height          =   4575
      Left            =   240
      TabIndex        =   0
      Top             =   240
      Width           =   6255
      Begin VB.CommandButton Command1 
         Caption         =   "完成"
         Height          =   375
         Left            =   240
         TabIndex        =   41
         Top             =   2640
         Width           =   1215
      End
      Begin VB.CommandButton jj 
         Caption         =   "卷积"
         Height          =   375
         Left            =   240
         TabIndex        =   11
         Top             =   2040
         Width           =   1215
      End
      Begin VB.OptionButton Option2 
         Caption         =   "5*5"
         Height          =   375
         Left            =   960
         TabIndex        =   9
         Top             =   1320
         Width           =   615
      End
      Begin VB.OptionButton Option1 
         Caption         =   "3*3"
         Height          =   375
         Left            =   240
         TabIndex        =   8
         Top             =   1320
         Value           =   -1  'True
         Width           =   855
      End
      Begin VB.PictureBox Picture1 
         Height          =   3975
         Left            =   1800

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -