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

📄 portio.frm

📁 VB下使用并口模拟I2C程序
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form FormMain 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "并口I2C模拟通讯"
   ClientHeight    =   7905
   ClientLeft      =   4860
   ClientTop       =   3225
   ClientWidth     =   8895
   FillColor       =   &H0000FF00&
   Icon            =   "PortIO.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   PaletteMode     =   1  'UseZOrder
   ScaleHeight     =   7905
   ScaleWidth      =   8895
   ShowInTaskbar   =   0   'False
   Begin VB.CommandButton Command2 
      Caption         =   "try"
      Height          =   615
      Left            =   2640
      TabIndex        =   39
      Top             =   5040
      Width           =   1095
   End
   Begin VB.CommandButton test 
      Caption         =   "查找所有器件"
      Height          =   495
      Left            =   2400
      TabIndex        =   36
      Top             =   3480
      Width           =   1815
   End
   Begin VB.ComboBox Combo1 
      Height          =   300
      ItemData        =   "PortIO.frx":0442
      Left            =   2640
      List            =   "PortIO.frx":0444
      TabIndex        =   35
      Text            =   "&H378"
      Top             =   360
      Width           =   1215
   End
   Begin VB.TextBox Text3 
      Height          =   270
      Left            =   3600
      TabIndex        =   32
      Text            =   "&H01"
      Top             =   1200
      Width           =   900
   End
   Begin VB.TextBox Text2 
      Height          =   270
      Left            =   2040
      TabIndex        =   31
      Text            =   "&H00"
      Top             =   1200
      Width           =   900
   End
   Begin VB.CommandButton Command4 
      Caption         =   "E2PROM test"
      Height          =   495
      Left            =   360
      TabIndex        =   30
      Top             =   3720
      Width           =   1215
   End
   Begin VB.CommandButton test1 
      Caption         =   "单地址测试"
      Height          =   495
      Left            =   2640
      TabIndex        =   10
      Top             =   4320
      Width           =   1215
   End
   Begin VB.TextBox Text1 
      Height          =   270
      Left            =   480
      TabIndex        =   8
      Text            =   "&H11"
      Top             =   1200
      Width           =   900
   End
   Begin VB.CommandButton Command1 
      Caption         =   "写入"
      Height          =   495
      Left            =   360
      TabIndex        =   5
      Top             =   3120
      Width           =   1095
   End
   Begin VB.CommandButton setSDA1 
      Caption         =   "SDA=1"
      Height          =   495
      Left            =   2040
      TabIndex        =   4
      Top             =   6960
      Width           =   1095
   End
   Begin VB.CommandButton setSCL1 
      Caption         =   "SCL=1"
      Height          =   495
      Left            =   240
      TabIndex        =   3
      Top             =   6960
      Width           =   1095
   End
   Begin VB.CommandButton setSCL0 
      Caption         =   "SCL=0"
      Height          =   495
      Left            =   240
      TabIndex        =   2
      Top             =   5880
      Width           =   1095
   End
   Begin VB.CommandButton setSDA0 
      Caption         =   "SDA=0"
      Height          =   495
      Left            =   2040
      TabIndex        =   1
      Top             =   5880
      Width           =   1095
   End
   Begin VB.Frame Frame1 
      Caption         =   "读写数据"
      Height          =   1335
      Left            =   240
      TabIndex        =   12
      Top             =   1680
      Width           =   6255
      Begin VB.CommandButton Command3 
         Caption         =   "bit0 OLF"
         Height          =   495
         Index           =   0
         Left            =   4440
         TabIndex        =   20
         Top             =   600
         Width           =   615
      End
      Begin VB.CommandButton Command3 
         Caption         =   "bit1 OTF"
         Height          =   495
         Index           =   1
         Left            =   3840
         TabIndex        =   19
         Top             =   600
         Width           =   615
      End
      Begin VB.CommandButton Command3 
         Caption         =   "bit2 EN"
         Height          =   495
         Index           =   2
         Left            =   3240
         TabIndex        =   18
         Top             =   600
         Width           =   615
      End
      Begin VB.CommandButton Command3 
         Caption         =   "bit3 VSEL"
         Height          =   495
         Index           =   3
         Left            =   2640
         TabIndex        =   17
         Top             =   600
         Width           =   615
      End
      Begin VB.CommandButton Command3 
         Caption         =   "bit4 LLC"
         Height          =   495
         Index           =   4
         Left            =   2040
         TabIndex        =   16
         Top             =   600
         Width           =   615
      End
      Begin VB.CommandButton Command3 
         Caption         =   "bit5 TEN"
         Height          =   495
         Index           =   5
         Left            =   1440
         TabIndex        =   15
         Top             =   600
         Width           =   615
      End
      Begin VB.CommandButton Command3 
         Caption         =   "bit6 ISEL"
         Height          =   495
         Index           =   6
         Left            =   840
         TabIndex        =   14
         Top             =   600
         Width           =   615
      End
      Begin VB.CommandButton Command3 
         Caption         =   "bit7 PCL"
         Height          =   495
         Index           =   7
         Left            =   240
         TabIndex        =   13
         Top             =   600
         Width           =   615
      End
      Begin VB.Label Label5 
         Alignment       =   2  'Center
         Caption         =   "&&H00"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   5280
         TabIndex        =   29
         Top             =   240
         Width           =   735
      End
      Begin VB.Label Label7 
         Alignment       =   2  'Center
         Caption         =   "0"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Index           =   0
         Left            =   4485
         TabIndex        =   28
         Top             =   240
         Width           =   375
      End
      Begin VB.Label Label7 
         Alignment       =   2  'Center
         Caption         =   "0"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Index           =   1
         Left            =   3885
         TabIndex        =   27
         Top             =   240
         Width           =   375
      End
      Begin VB.Label Label7 
         Alignment       =   2  'Center
         Caption         =   "0"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Index           =   3
         Left            =   2640
         TabIndex        =   26
         Top             =   240
         Width           =   375
      End
      Begin VB.Label Label7 
         Alignment       =   2  'Center
         Caption         =   "0"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Index           =   2
         Left            =   3285
         TabIndex        =   25
         Top             =   240
         Width           =   375
      End
      Begin VB.Label Label7 
         Alignment       =   2  'Center
         Caption         =   "0"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Index           =   4
         Left            =   2085
         TabIndex        =   24
         Top             =   240
         Width           =   375
      End
      Begin VB.Label Label7 
         Alignment       =   2  'Center
         Caption         =   "0"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Index           =   5
         Left            =   1485
         TabIndex        =   23
         Top             =   240
         Width           =   375
      End
      Begin VB.Label Label7 
         Alignment       =   2  'Center
         Caption         =   "0"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Index           =   6
         Left            =   885
         TabIndex        =   22
         Top             =   240
         Width           =   375
      End
      Begin VB.Label Label7 
         Alignment       =   2  'Center
         Caption         =   "0"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Index           =   7
         Left            =   285
         TabIndex        =   21
         Top             =   240
         Width           =   375
      End
   End
   Begin VB.Label Label11 
      Height          =   3300
      Left            =   4800
      TabIndex        =   38
      Top             =   3960
      Width           =   3570
   End
   Begin VB.Label Label10 
      Caption         =   "Label10"
      Height          =   375
      Left            =   4680
      TabIndex        =   37
      Top             =   3240
      Width           =   3615
   End

⌨️ 快捷键说明

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