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

📄 frmscroll.frm

📁 Atmel Atmeag128 AVR弹片机 随书原码
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Begin VB.Form frmScroll 
   Caption         =   "Mega Meter"
   ClientHeight    =   6990
   ClientLeft      =   165
   ClientTop       =   855
   ClientWidth     =   9840
   BeginProperty Font 
      Name            =   "MS Sans Serif"
      Size            =   9.75
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   LinkTopic       =   "Form1"
   ScaleHeight     =   6990
   ScaleWidth      =   9840
   StartUpPosition =   3  'Windows Default
   Begin VB.HScrollBar sclV3Zero 
      Height          =   255
      LargeChange     =   10
      Left            =   120
      Max             =   100
      Min             =   -100
      TabIndex        =   82
      Top             =   3960
      Width           =   735
   End
   Begin VB.TextBox txtV3Range 
      Height          =   330
      Left            =   6060
      TabIndex        =   79
      Text            =   "0"
      Top             =   3630
      Width           =   255
   End
   Begin VB.TextBox txtV3 
      Alignment       =   1  'Right Justify
      BeginProperty Font 
         Name            =   "Microsoft Sans Serif"
         Size            =   36
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   945
      Left            =   960
      TabIndex        =   72
      Top             =   3360
      Width           =   2295
   End
   Begin VB.TextBox txtV3Max 
      Alignment       =   1  'Right Justify
      Height          =   360
      Left            =   3480
      TabIndex        =   71
      Top             =   3240
      Width           =   975
   End
   Begin VB.TextBox txtV3Avg 
      Alignment       =   1  'Right Justify
      Height          =   360
      Left            =   3480
      TabIndex        =   70
      Top             =   3600
      Width           =   975
   End
   Begin VB.TextBox txtV3Min 
      Alignment       =   1  'Right Justify
      Height          =   360
      Left            =   3480
      TabIndex        =   69
      Top             =   3960
      Width           =   975
   End
   Begin VB.TextBox txtV3AlmHi 
      Alignment       =   1  'Right Justify
      Height          =   360
      Left            =   5160
      TabIndex        =   68
      Text            =   "30"
      Top             =   3360
      Width           =   765
   End
   Begin VB.TextBox txtV3AlmLo 
      Alignment       =   1  'Right Justify
      Height          =   360
      Left            =   5160
      TabIndex        =   67
      Text            =   "-1"
      Top             =   3840
      Width           =   795
   End
   Begin VB.TextBox txtHzAlmLo 
      Alignment       =   1  'Right Justify
      Height          =   360
      Left            =   6000
      TabIndex        =   64
      Text            =   "0"
      Top             =   6240
      Width           =   975
   End
   Begin VB.TextBox txtHzAlmHi 
      Alignment       =   1  'Right Justify
      Height          =   360
      Left            =   6000
      TabIndex        =   63
      Text            =   "100000"
      Top             =   5760
      Width           =   975
   End
   Begin VB.TextBox txtI1AlmLo 
      Alignment       =   1  'Right Justify
      Height          =   360
      Left            =   5160
      TabIndex        =   60
      Text            =   "0"
      Top             =   5040
      Width           =   975
   End
   Begin VB.TextBox txtI1AlmHi 
      Alignment       =   1  'Right Justify
      Height          =   360
      Left            =   5160
      TabIndex        =   59
      Text            =   "2"
      Top             =   4560
      Width           =   975
   End
   Begin VB.TextBox txtV2AlmLo 
      Alignment       =   1  'Right Justify
      Height          =   360
      Left            =   5160
      TabIndex        =   56
      Text            =   "0"
      Top             =   2640
      Width           =   975
   End
   Begin VB.TextBox txtV2AlmHi 
      Alignment       =   1  'Right Justify
      Height          =   360
      Left            =   5160
      TabIndex        =   55
      Text            =   "10"
      Top             =   2160
      Width           =   975
   End
   Begin VB.TextBox txtV1AlmLo 
      Alignment       =   1  'Right Justify
      Height          =   360
      Left            =   5160
      TabIndex        =   52
      Text            =   "0"
      Top             =   1440
      Width           =   975
   End
   Begin VB.TextBox txtV1AlmHi 
      Alignment       =   1  'Right Justify
      Height          =   360
      Left            =   5160
      TabIndex        =   51
      Text            =   "10"
      Top             =   960
      Width           =   975
   End
   Begin VB.TextBox txtHz 
      Alignment       =   1  'Right Justify
      BeginProperty Font 
         Name            =   "Microsoft Sans Serif"
         Size            =   36
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   945
      Left            =   960
      TabIndex        =   44
      Top             =   5760
      Width           =   3255
   End
   Begin VB.TextBox txtHzMax 
      Alignment       =   1  'Right Justify
      Height          =   360
      Left            =   4440
      TabIndex        =   43
      Top             =   5640
      Width           =   975
   End
   Begin VB.TextBox txtHzAvg 
      Alignment       =   1  'Right Justify
      Height          =   360
      Left            =   4440
      TabIndex        =   42
      Top             =   6000
      Width           =   975
   End
   Begin VB.TextBox txtHzMin 
      Alignment       =   1  'Right Justify
      Height          =   360
      Left            =   4440
      TabIndex        =   41
      Top             =   6360
      Width           =   975
   End
   Begin VB.CheckBox chkVoltMeter 
      Caption         =   "Volt Meter"
      Height          =   375
      Left            =   4680
      TabIndex        =   40
      Top             =   240
      Value           =   1  'Checked
      Width           =   855
   End
   Begin VB.TextBox txtNumLogicSamples 
      Alignment       =   1  'Right Justify
      Height          =   360
      Left            =   7800
      TabIndex        =   38
      Text            =   "50"
      Top             =   3600
      Width           =   615
   End
   Begin VB.CommandButton btnLogicArm 
      Caption         =   "Arm"
      Height          =   375
      Left            =   7800
      TabIndex        =   37
      Top             =   3120
      Width           =   615
   End
   Begin VB.Frame frmFreqGen 
      Caption         =   "Freq Gen"
      Height          =   2415
      Left            =   7680
      TabIndex        =   24
      Top             =   120
      Width           =   1935
      Begin VB.TextBox txtFreqActual 
         Alignment       =   1  'Right Justify
         Height          =   360
         Left            =   120
         TabIndex        =   49
         Text            =   "1"
         Top             =   1920
         Width           =   855
      End
      Begin VB.CommandButton btnFreqGen 
         Caption         =   "Set"
         Height          =   375
         Left            =   1080
         TabIndex        =   29
         Top             =   1440
         Width           =   615
      End
      Begin VB.TextBox txtFreq 
         Alignment       =   1  'Right Justify
         Height          =   360
         Left            =   120
         TabIndex        =   28
         Text            =   "1"
         Top             =   1440
         Width           =   855
      End
      Begin VB.CheckBox chkEnableFreqGen 
         Caption         =   "Enable"
         Height          =   255
         Left            =   120
         TabIndex        =   27
         Top             =   360
         Value           =   1  'Checked
         Width           =   1215
      End
      Begin VB.OptionButton optHz 
         Caption         =   "Hz"
         Height          =   375
         Left            =   120
         TabIndex        =   26
         Top             =   960
         Width           =   735
      End
      Begin VB.OptionButton optKHz 
         Caption         =   "KHz"
         Height          =   255
         Left            =   120
         TabIndex        =   25
         Top             =   720
         Value           =   -1  'True
         Width           =   855
      End
      Begin VB.Label Label19 
         Caption         =   "Actual"
         Height          =   375
         Left            =   1080
         TabIndex        =   50
         Top             =   1965
         Width           =   735
      End
   End
   Begin VB.CommandButton btnResetTimers 
      Caption         =   "Reset Timers"
      Height          =   495
      Left            =   120
      TabIndex        =   23
      Top             =   240
      Width           =   1215
   End
   Begin VB.CommandButton btnSendDataRate 
      Height          =   255
      Left            =   2505
      TabIndex        =   22
      Top             =   420
      Width           =   255
   End
   Begin VB.TextBox txtDataRate 
      Alignment       =   1  'Right Justify
      Height          =   360
      Left            =   1680
      TabIndex        =   20
      Text            =   "1000"
      Top             =   360
      Width           =   735
   End
   Begin VB.CommandButton btnPrintToggle 
      Caption         =   "Data On/Off"
      Height          =   495
      Left            =   5760
      TabIndex        =   19
      Top             =   240
      Width           =   1215
   End
   Begin VB.TextBox txtI1Min 
      Alignment       =   1  'Right Justify
      Height          =   360
      Left            =   3480
      TabIndex        =   18
      Top             =   5160
      Width           =   975
   End
   Begin VB.TextBox txtI1Avg 
      Alignment       =   1  'Right Justify
      Height          =   360
      Left            =   3480
      TabIndex        =   17
      Top             =   4800
      Width           =   975
   End
   Begin VB.TextBox txtI1Max 
      Alignment       =   1  'Right Justify
      Height          =   360
      Left            =   3480
      TabIndex        =   16
      Top             =   4440
      Width           =   975
   End
   Begin VB.TextBox txtV2Min 
      Alignment       =   1  'Right Justify
      Height          =   360
      Left            =   3480
      TabIndex        =   15
      Top             =   2760
      Width           =   975
   End
   Begin VB.TextBox txtV2Avg 
      Alignment       =   1  'Right Justify
      Height          =   360
      Left            =   3480
      TabIndex        =   14
      Top             =   2400
      Width           =   975
   End
   Begin VB.TextBox txtV2Max 
      Alignment       =   1  'Right Justify
      Height          =   360
      Left            =   3480
      TabIndex        =   13
      Top             =   2040
      Width           =   975
   End
   Begin VB.TextBox txtV1Min 
      Alignment       =   1  'Right Justify
      Height          =   360
      Left            =   3480
      TabIndex        =   12
      Top             =   1560
      Width           =   975
   End
   Begin VB.TextBox txtV1Avg 
      Alignment       =   1  'Right Justify
      Height          =   360
      Left            =   3480
      TabIndex        =   11
      Top             =   1200
      Width           =   975
   End
   Begin VB.TextBox txtV1Max 
      Alignment       =   1  'Right Justify

⌨️ 快捷键说明

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