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

📄 startup.frm

📁 利用psoc进行usb及capsense的程序编写
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form StartUp 
   BackColor       =   &H00FF8080&
   Caption         =   "Example 1: Buttons and Lights"
   ClientHeight    =   4950
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6975
   FillColor       =   &H0000FF00&
   LinkTopic       =   "Form1"
   ScaleHeight     =   4950
   ScaleWidth      =   6975
   StartUpPosition =   3  'Windows Default
   Begin VB.CommandButton SetOperation 
      Caption         =   "Function"
      Height          =   375
      Left            =   720
      TabIndex        =   20
      Top             =   1800
      Width           =   975
   End
   Begin VB.PictureBox FunctionGraphic 
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      BorderStyle     =   0  'None
      ForeColor       =   &H80000008&
      Height          =   735
      Index           =   4
      Left            =   5280
      Picture         =   "StartUp.frx":0000
      ScaleHeight     =   735
      ScaleWidth      =   1335
      TabIndex        =   19
      Top             =   5520
      Width           =   1335
   End
   Begin VB.PictureBox FunctionGraphic 
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      BorderStyle     =   0  'None
      ForeColor       =   &H80000008&
      Height          =   735
      Index           =   3
      Left            =   3480
      Picture         =   "StartUp.frx":1D1A
      ScaleHeight     =   735
      ScaleWidth      =   1335
      TabIndex        =   18
      Top             =   5520
      Width           =   1335
   End
   Begin VB.PictureBox FunctionGraphic 
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      BorderStyle     =   0  'None
      ForeColor       =   &H80000008&
      Height          =   735
      Index           =   2
      Left            =   1800
      Picture         =   "StartUp.frx":39A0
      ScaleHeight     =   735
      ScaleWidth      =   1335
      TabIndex        =   17
      Top             =   5520
      Width           =   1335
   End
   Begin VB.PictureBox FunctionGraphic 
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      BorderStyle     =   0  'None
      ForeColor       =   &H80000008&
      Height          =   735
      Index           =   1
      Left            =   120
      Picture         =   "StartUp.frx":5225
      ScaleHeight     =   735
      ScaleWidth      =   1335
      TabIndex        =   16
      Top             =   5520
      Width           =   1335
   End
   Begin VB.PictureBox FunctionGraphic 
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      BorderStyle     =   0  'None
      ForeColor       =   &H80000008&
      Height          =   735
      Index           =   0
      Left            =   2625
      Picture         =   "StartUp.frx":6AC9
      ScaleHeight     =   735
      ScaleWidth      =   1335
      TabIndex        =   15
      Top             =   1660
      Width           =   1335
   End
   Begin VB.CommandButton SoftButton 
      Appearance      =   0  'Flat
      BackColor       =   &H00000000&
      Caption         =   " "
      Height          =   375
      Index           =   3
      Left            =   2040
      MaskColor       =   &H00808080&
      Style           =   1  'Graphical
      TabIndex        =   14
      Top             =   600
      Width           =   375
   End
   Begin VB.CommandButton SoftButton 
      Appearance      =   0  'Flat
      BackColor       =   &H00000000&
      Caption         =   " "
      Height          =   375
      Index           =   2
      Left            =   2520
      MaskColor       =   &H00808080&
      Style           =   1  'Graphical
      TabIndex        =   13
      Top             =   600
      Width           =   375
   End
   Begin VB.CommandButton SoftButton 
      Appearance      =   0  'Flat
      BackColor       =   &H00000000&
      Caption         =   " "
      Height          =   375
      Index           =   1
      Left            =   3000
      MaskColor       =   &H00808080&
      Style           =   1  'Graphical
      TabIndex        =   12
      Top             =   600
      Width           =   375
   End
   Begin VB.CommandButton SoftButton 
      Appearance      =   0  'Flat
      BackColor       =   &H00000000&
      Caption         =   " "
      Height          =   375
      Index           =   0
      Left            =   3480
      MaskColor       =   &H00808080&
      Style           =   1  'Graphical
      TabIndex        =   11
      Top             =   600
      Width           =   375
   End
   Begin VB.Timer Poll 
      Interval        =   100
      Left            =   0
      Top             =   4200
   End
   Begin VB.CommandButton Exit 
      Caption         =   "Exit"
      Height          =   495
      Left            =   5520
      TabIndex        =   1
      Top             =   4200
      Width           =   1215
   End
   Begin VB.TextBox Message 
      Alignment       =   2  'Center
      BackColor       =   &H00FFFFFF&
      Enabled         =   0   'False
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   12
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00000000&
      Height          =   495
      Left            =   480
      TabIndex        =   0
      Text            =   "Message Box"
      Top             =   4200
      Width           =   4695
   End
   Begin VB.Line Line2 
      X1              =   5040
      X2              =   2880
      Y1              =   2040
      Y2              =   2040
   End
   Begin VB.Line Line1 
      X1              =   2880
      X2              =   2880
      Y1              =   1080
      Y2              =   2880
   End
   Begin VB.Label Label1 
      Alignment       =   2  'Center
      BackStyle       =   0  'Transparent
      Caption         =   "Buttons"
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   15.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFFFFF&
      Height          =   375
      Index           =   4
      Left            =   600
      TabIndex        =   10
      Top             =   3120
      Width           =   1335
   End
   Begin VB.Label Label1 
      Alignment       =   2  'Center
      BackStyle       =   0  'Transparent
      Caption         =   "Real"
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   15.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFFFFF&
      Height          =   375
      Index           =   3
      Left            =   720
      TabIndex        =   9
      Top             =   2760
      Width           =   975
   End
   Begin VB.Label Label1 
      Alignment       =   2  'Center
      BackStyle       =   0  'Transparent
      Caption         =   "Buttons"
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   15.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000FFFF&
      Height          =   375
      Index           =   2
      Left            =   600
      TabIndex        =   8
      Top             =   720
      Width           =   1335
   End
   Begin VB.Label Label1 
      Alignment       =   2  'Center
      BackStyle       =   0  'Transparent
      Caption         =   "Soft"
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   15.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000FFFF&
      Height          =   375
      Index           =   1
      Left            =   720
      TabIndex        =   7
      Top             =   360
      Width           =   975
   End
   Begin VB.Shape RealButton 
      BackColor       =   &H00000000&
      BackStyle       =   1  'Opaque
      FillStyle       =   0  'Solid
      Height          =   375
      Index           =   3
      Left            =   2040
      Shape           =   3  'Circle
      Top             =   3000
      Width           =   375
   End
   Begin VB.Shape RealButton 
      BackColor       =   &H00000000&
      BackStyle       =   1  'Opaque
      FillStyle       =   0  'Solid
      Height          =   375
      Index           =   2
      Left            =   2520
      Shape           =   3  'Circle
      Top             =   3000
      Width           =   375
   End
   Begin VB.Shape RealButton 
      BackColor       =   &H00000000&
      BackStyle       =   1  'Opaque
      FillStyle       =   0  'Solid
      Height          =   375
      Index           =   1
      Left            =   3000
      Shape           =   3  'Circle
      Top             =   3000
      Width           =   375
   End
   Begin VB.Shape RealButton 
      BackColor       =   &H00000000&
      BackStyle       =   1  'Opaque
      FillStyle       =   0  'Solid
      Height          =   375
      Index           =   0
      Left            =   3480
      Shape           =   3  'Circle
      Top             =   3000
      Width           =   375

⌨️ 快捷键说明

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