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

📄 form1.frm

📁 modbusRTU
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form Form1 
   Caption         =   "Form1"
   ClientHeight    =   8355
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   9135
   LinkTopic       =   "Form1"
   ScaleHeight     =   8355
   ScaleWidth      =   9135
   StartUpPosition =   3  'Windows Default
   Begin VB.Frame Frame1 
      Caption         =   "读寄存器VW"
      Height          =   2295
      Left            =   120
      TabIndex        =   45
      Top             =   960
      Width           =   4335
      Begin VB.TextBox Text1 
         Alignment       =   1  'Right Justify
         BorderStyle     =   0  'None
         Height          =   285
         Left            =   1080
         TabIndex        =   50
         Text            =   "VW"
         Top             =   600
         Width           =   495
      End
      Begin VB.TextBox TextAddR 
         Height          =   375
         Left            =   1560
         TabIndex        =   49
         Text            =   "0"
         Top             =   555
         Width           =   975
      End
      Begin VB.ComboBox CobNumRead 
         Enabled         =   0   'False
         Height          =   315
         Left            =   1560
         TabIndex        =   48
         Text            =   "Combo6"
         Top             =   1200
         Width           =   975
      End
      Begin VB.TextBox TextDataRW 
         Height          =   375
         Left            =   1560
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   47
         Top             =   1800
         Width           =   2415
      End
      Begin VB.CommandButton CmdReadVW 
         Caption         =   "read"
         Height          =   375
         Left            =   3000
         TabIndex        =   46
         Top             =   1200
         Width           =   975
      End
      Begin VB.Label Label1 
         Caption         =   "起始地址:"
         Height          =   375
         Left            =   240
         TabIndex        =   53
         Top             =   600
         Width           =   975
      End
      Begin VB.Label Label2 
         Caption         =   "长度:"
         Height          =   375
         Left            =   240
         TabIndex        =   52
         Top             =   1200
         Width           =   975
      End
      Begin VB.Label Label3 
         Caption         =   "返回值:"
         Height          =   375
         Left            =   240
         TabIndex        =   51
         Top             =   1800
         Width           =   975
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "写寄存器VW"
      Height          =   2295
      Left            =   4560
      TabIndex        =   36
      Top             =   960
      Width           =   4455
      Begin VB.TextBox Text4 
         Alignment       =   1  'Right Justify
         BorderStyle     =   0  'None
         Height          =   285
         Left            =   1080
         TabIndex        =   41
         Text            =   "VW"
         Top             =   525
         Width           =   495
      End
      Begin VB.TextBox TextAddW 
         Height          =   375
         Left            =   1560
         TabIndex        =   40
         Text            =   "0"
         Top             =   480
         Width           =   975
      End
      Begin VB.ComboBox CobNumWrite 
         Enabled         =   0   'False
         Height          =   315
         Left            =   1560
         TabIndex        =   39
         Text            =   "Combo6"
         Top             =   1080
         Width           =   975
      End
      Begin VB.TextBox TextDataW 
         Height          =   495
         Left            =   1560
         TabIndex        =   38
         Text            =   "0"
         Top             =   1680
         Width           =   2535
      End
      Begin VB.CommandButton CmdWriteVW 
         Caption         =   "write"
         Height          =   375
         Left            =   3120
         TabIndex        =   37
         Top             =   1080
         Width           =   975
      End
      Begin VB.Label Label4 
         Caption         =   "起始地址:"
         Height          =   375
         Left            =   240
         TabIndex        =   44
         Top             =   480
         Width           =   975
      End
      Begin VB.Label Label5 
         Caption         =   "长度:"
         Height          =   375
         Left            =   240
         TabIndex        =   43
         Top             =   1080
         Width           =   735
      End
      Begin VB.Label Label6 
         Caption         =   "数据:"
         Height          =   375
         Left            =   240
         TabIndex        =   42
         Top             =   1800
         Width           =   735
      End
   End
   Begin VB.Frame Frame3 
      Caption         =   "读寄存器VD"
      Height          =   2415
      Left            =   120
      TabIndex        =   27
      Top             =   3360
      Width           =   4335
      Begin VB.CommandButton CmdReadVD 
         Caption         =   "read"
         Height          =   375
         Left            =   3000
         TabIndex        =   32
         Top             =   1320
         Width           =   975
      End
      Begin VB.TextBox TextDataRD 
         Height          =   375
         Left            =   1560
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   31
         Top             =   1800
         Width           =   2415
      End
      Begin VB.ComboBox Combo1 
         Enabled         =   0   'False
         Height          =   315
         Left            =   1560
         TabIndex        =   30
         Text            =   "Combo6"
         Top             =   1320
         Width           =   975
      End
      Begin VB.TextBox Text3 
         Height          =   375
         Left            =   1560
         TabIndex        =   29
         Text            =   "0"
         Top             =   555
         Width           =   975
      End
      Begin VB.TextBox Text5 
         Alignment       =   1  'Right Justify
         BorderStyle     =   0  'None
         Height          =   285
         Left            =   1080
         TabIndex        =   28
         Text            =   "VD"
         Top             =   600
         Width           =   495
      End
      Begin VB.Label Label9 
         Caption         =   "返回值:"
         Height          =   375
         Left            =   240
         TabIndex        =   35
         Top             =   1800
         Width           =   975
      End
      Begin VB.Label Label10 
         Caption         =   "长度:"
         Height          =   375
         Left            =   240
         TabIndex        =   34
         Top             =   1320
         Width           =   975
      End
      Begin VB.Label Label11 
         Caption         =   "起始地址:"
         Height          =   375
         Left            =   240
         TabIndex        =   33
         Top             =   600
         Width           =   975
      End
   End
   Begin VB.Frame Frame4 
      Caption         =   "写寄存器VD"
      Height          =   2415
      Left            =   4560
      TabIndex        =   18
      Top             =   3360
      Width           =   4455
      Begin VB.CommandButton CmdWriteVD 
         Caption         =   "write"
         Height          =   375
         Left            =   3120
         TabIndex        =   23
         Top             =   1200
         Width           =   975
      End

⌨️ 快捷键说明

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