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

📄 am调制解调模块.frm

📁 用VB编写的程序
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form AM调制解调模块 
   Caption         =   "AM调制解调模块"
   ClientHeight    =   8850
   ClientLeft      =   2220
   ClientTop       =   840
   ClientWidth     =   10440
   DrawMode        =   10  'Mask Pen
   Icon            =   "AM调制解调模块.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   OLEDropMode     =   1  'Manual
   ScaleHeight     =   8850
   ScaleWidth      =   10440
   Begin VB.Timer Timer1 
      Interval        =   10
      Left            =   3840
      Top             =   840
   End
   Begin VB.Frame Frame3 
      Caption         =   "输出选择"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1575
      Left            =   240
      TabIndex        =   15
      Top             =   6960
      Width           =   3135
      Begin VB.OptionButton Option2 
         Alignment       =   1  'Right Justify
         Caption         =   "滤掉直流量"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   1080
         TabIndex        =   17
         Top             =   840
         Width           =   1695
      End
      Begin VB.OptionButton Option1 
         Alignment       =   1  'Right Justify
         Caption         =   "不滤掉直流量"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   840
         TabIndex        =   16
         Top             =   360
         Value           =   -1  'True
         Width           =   1935
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "参数改变"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   3735
      Left            =   240
      TabIndex        =   10
      Top             =   3000
      Width           =   3135
      Begin VB.HScrollBar HScroll2 
         Height          =   375
         LargeChange     =   10
         Left            =   480
         Max             =   50
         Min             =   2
         SmallChange     =   2
         TabIndex        =   20
         Top             =   2760
         Value           =   20
         Width           =   1935
      End
      Begin VB.HScrollBar HScroll1 
         Height          =   375
         LargeChange     =   5
         Left            =   480
         Max             =   30
         TabIndex        =   11
         Top             =   1200
         Value           =   25
         Width           =   1935
      End
      Begin VB.Label Label12 
         Caption         =   "大"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   2520
         TabIndex        =   23
         Top             =   2880
         Width           =   255
      End
      Begin VB.Label Label11 
         Caption         =   "小"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   240
         TabIndex        =   22
         Top             =   2880
         Width           =   375
      End
      Begin VB.Label Label10 
         Caption         =   "载波频率ω与调制信号频率Ω的比值"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   480
         TabIndex        =   21
         Top             =   2160
         Width           =   2055
      End
      Begin VB.Label Label9 
         Caption         =   "大"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   2520
         TabIndex        =   14
         Top             =   1320
         Width           =   375
      End
      Begin VB.Label Label8 
         Caption         =   "小"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   240
         TabIndex        =   13
         Top             =   1320
         Width           =   255
      End
      Begin VB.Label Label4 
         Caption         =   "改变直流量Vcm的大小"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   360
         TabIndex        =   12
         Top             =   720
         Width           =   2295
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "波形选择"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   2055
      Left            =   240
      TabIndex        =   9
      Top             =   600
      Width           =   3135
      Begin VB.CheckBox Check1 
         BackColor       =   &H80000018&
         Caption         =   "暂停"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00400040&
         Height          =   735
         Left            =   2160
         Style           =   1  'Graphical
         TabIndex        =   24
         Top             =   720
         Width           =   735
      End
      Begin VB.OptionButton renyi 
         BackColor       =   &H8000000D&
         Caption         =   "任意"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   600
         Style           =   1  'Graphical
         TabIndex        =   19
         Top             =   1200
         Width           =   1215
      End
      Begin VB.OptionButton cose 
         BackColor       =   &H8000000D&
         Caption         =   "余弦"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   600
         Style           =   1  'Graphical
         TabIndex        =   18
         Top             =   480
         Width           =   1215
      End
   End
   Begin VB.PictureBox Picture1 
      AutoRedraw      =   -1  'True
      BackColor       =   &H80000005&
      Height          =   2415
      Left            =   4560
      ScaleHeight     =   2076.72
      ScaleMode       =   0  'User
      ScaleWidth      =   3500
      TabIndex        =   7
      Top             =   480
      Width           =   3855
   End
   Begin VB.PictureBox Picture3 
      AutoRedraw      =   -1  'True
      BackColor       =   &H80000005&

⌨️ 快捷键说明

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