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

📄 form2.frm

📁 用vb编写的工程控制程序
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Object = "{28202347-7616-4E55-A83B-8598382C0FAE}#39.0#0"; "CoolButton.ocx"
Begin VB.Form Form2 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "Form2"
   ClientHeight    =   4530
   ClientLeft      =   45
   ClientTop       =   540
   ClientWidth     =   5280
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4530
   ScaleWidth      =   5280
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command4 
      Caption         =   "默认"
      Height          =   375
      Left            =   4440
      TabIndex        =   12
      Top             =   4080
      Width           =   735
   End
   Begin VB.CommandButton Command3 
      Caption         =   "取消"
      Height          =   375
      Left            =   3480
      TabIndex        =   11
      Top             =   4080
      Width           =   735
   End
   Begin VB.CommandButton Command1 
      Caption         =   "确定"
      Height          =   375
      Left            =   2520
      TabIndex        =   10
      Top             =   4080
      Width           =   735
   End
   Begin TabDlg.SSTab SSTab1 
      Height          =   3975
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   5295
      _ExtentX        =   9340
      _ExtentY        =   7011
      _Version        =   393216
      Tabs            =   4
      Tab             =   2
      TabsPerRow      =   4
      TabHeight       =   520
      BackColor       =   16777215
      ForeColor       =   8388736
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      TabCaption(0)   =   "PID参数"
      TabPicture(0)   =   "Form2.frx":0000
      Tab(0).ControlEnabled=   0   'False
      Tab(0).Control(0)=   "Frame1"
      Tab(0).ControlCount=   1
      TabCaption(1)   =   "串行通信"
      TabPicture(1)   =   "Form2.frx":001C
      Tab(1).ControlEnabled=   0   'False
      Tab(1).Control(0)=   "frmTerminal"
      Tab(1).ControlCount=   1
      TabCaption(2)   =   "其它"
      TabPicture(2)   =   "Form2.frx":0038
      Tab(2).ControlEnabled=   -1  'True
      Tab(2).Control(0)=   "Frame3"
      Tab(2).Control(0).Enabled=   0   'False
      Tab(2).Control(1)=   "Frame4"
      Tab(2).Control(1).Enabled=   0   'False
      Tab(2).Control(2)=   "Frame2"
      Tab(2).Control(2).Enabled=   0   'False
      Tab(2).ControlCount=   3
      TabCaption(3)   =   "驱动模式"
      TabPicture(3)   =   "Form2.frx":0054
      Tab(3).ControlEnabled=   0   'False
      Tab(3).Control(0)=   "Frame8"
      Tab(3).Control(1)=   "Button1"
      Tab(3).ControlCount=   2
      Begin VB.Frame Frame8 
         Caption         =   "选择模式"
         Height          =   735
         Left            =   -74760
         TabIndex        =   43
         Top             =   600
         Width           =   4815
         Begin VB.OptionButton Option1 
            Height          =   180
            Index           =   2
            Left            =   4200
            TabIndex        =   49
            Top             =   360
            Width           =   375
         End
         Begin VB.OptionButton Option1 
            Height          =   180
            Index           =   1
            Left            =   2760
            TabIndex        =   48
            Top             =   360
            Width           =   255
         End
         Begin VB.OptionButton Option1 
            Height          =   180
            Index           =   0
            Left            =   1080
            TabIndex        =   44
            Top             =   360
            Width           =   495
         End
         Begin VB.Label Label13 
            Caption         =   "开关量"
            Height          =   255
            Left            =   3600
            TabIndex        =   47
            Top             =   360
            Width           =   615
         End
         Begin VB.Label Label12 
            Caption         =   "计算机通讯"
            Height          =   255
            Left            =   1800
            TabIndex        =   46
            Top             =   360
            Width           =   975
         End
         Begin VB.Label Label11 
            Caption         =   "差分电压"
            Height          =   255
            Left            =   240
            TabIndex        =   45
            Top             =   360
            Width           =   735
         End
      End
      Begin VB.Frame frmTerminal 
         BorderStyle     =   0  'None
         Height          =   3495
         Left            =   -74640
         TabIndex        =   23
         Top             =   360
         Width           =   4725
         Begin VB.Frame Frame6 
            Caption         =   "握手协议(&F)"
            Height          =   1770
            Left            =   2760
            TabIndex        =   37
            Top             =   1680
            Width           =   1620
            Begin VB.OptionButton optFlow 
               Caption         =   "Xon/RTS"
               Height          =   255
               Index           =   3
               Left            =   240
               MaskColor       =   &H00000000&
               TabIndex        =   41
               Top             =   1320
               Width           =   1095
            End
            Begin VB.OptionButton optFlow 
               Caption         =   "RTS"
               Height          =   255
               Index           =   2
               Left            =   240
               MaskColor       =   &H00000000&
               TabIndex        =   40
               Top             =   960
               Width           =   735
            End
            Begin VB.OptionButton optFlow 
               Caption         =   "Xon/Xoff"
               Height          =   255
               Index           =   1
               Left            =   240
               MaskColor       =   &H00000000&
               TabIndex        =   39
               Top             =   600
               Width           =   1095
            End
            Begin VB.OptionButton optFlow 
               Caption         =   "没有"
               Height          =   255
               Index           =   0
               Left            =   240
               MaskColor       =   &H00000000&
               TabIndex        =   38
               Top             =   240
               Width           =   855
            End
         End
         Begin VB.Frame Frame7 
            Caption         =   "响应(&E)"
            Height          =   870
            Left            =   2760
            TabIndex        =   34
            Top             =   600
            Width           =   1590
            Begin VB.OptionButton optEcho 
               Caption         =   "打开"
               Height          =   195
               Index           =   1
               Left            =   840
               MaskColor       =   &H00000000&
               TabIndex        =   36
               Top             =   420
               Width           =   675
            End
            Begin VB.OptionButton optEcho 
               Caption         =   "关闭"
               Height          =   315
               Index           =   0
               Left            =   135
               MaskColor       =   &H00000000&
               TabIndex        =   35
               Top             =   360
               Width           =   735
            End
         End
         Begin VB.ComboBox cboPort 
            Height          =   300
            Left            =   900
            Style           =   2  'Dropdown List
            TabIndex        =   33
            Top             =   120
            Width           =   1425
         End
         Begin VB.Frame fraConnection 
            Caption         =   "优化连接"
            Height          =   1770
            Left            =   180
            TabIndex        =   26
            Top             =   1635
            Width           =   2325
            Begin VB.ComboBox cboDataBits 
               Height          =   300
               Left            =   1050
               Style           =   2  'Dropdown List
               TabIndex        =   29
               Top             =   330
               Width           =   1140
            End
            Begin VB.ComboBox cboParity 
               Height          =   300
               ItemData        =   "Form2.frx":0070
               Left            =   1050
               List            =   "Form2.frx":0072
               Style           =   2  'Dropdown List
               TabIndex        =   28
               Top             =   810
               Width           =   1140
            End
            Begin VB.ComboBox cboStopBits 
               Height          =   300
               Left            =   1050
               Style           =   2  'Dropdown List
               TabIndex        =   27
               Top             =   1260
               Width           =   1140
            End
            Begin VB.Label Label9 
               Caption         =   "数据位:"
               Height          =   285
               Left            =   180
               TabIndex        =   32
               Top             =   375
               Width           =   825
            End
            Begin VB.Label Label7 
               Caption         =   "奇偶位:"
               Height          =   285
               Left            =   180
               TabIndex        =   31
               Top             =   855
               Width           =   735
            End
            Begin VB.Label Label4 
               Caption         =   "停止位:"
               Height          =   285
               Left            =   180
               TabIndex        =   30
               Top             =   1320
               Width           =   885
            End
         End
         Begin VB.Frame Frame5 
            Caption         =   "比特率"
            Height          =   870
            Left            =   180
            TabIndex        =   24
            Top             =   600
            Width           =   2340
            Begin VB.ComboBox cboSpeed 
               Height          =   300
               Left            =   360
               Style           =   2  'Dropdown List
               TabIndex        =   25
               Top             =   330
               Width           =   1695
            End
         End
         Begin VB.Label Label10 
            Caption         =   "端口:"
            Height          =   315
            Left            =   240
            TabIndex        =   42
            Top             =   180
            Width           =   495
         End
      End
      Begin VB.Frame Frame2 
         Height          =   1575
         Left            =   120
         TabIndex        =   19
         Top             =   2280
         Width           =   4935
         Begin VB.TextBox filepath 
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   375
            Left            =   120
            TabIndex        =   21
            Text            =   "D:\data.txt"
            Top             =   600
            Width           =   4695
         End
         Begin VB.CommandButton Command2 
            Caption         =   "浏览..."
            Height          =   375
            Left            =   3720
            TabIndex        =   20
            Top             =   1080
            Width           =   1095
         End
         Begin MSComDlg.CommonDialog openlog 
            Left            =   120
            Top             =   960
            _ExtentX        =   847
            _ExtentY        =   847
            _Version        =   393216
         End
         Begin VB.Label labe1 
            Caption         =   "采样数据保存路径:"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   255
            Left            =   120
            TabIndex        =   22
            Top             =   240
            Width           =   1815
         End
      End
      Begin VB.Frame Frame4 
         Height          =   735
         Left            =   120
         TabIndex        =   16
         Top             =   1440
         Width           =   4935
         Begin VB.TextBox Text5 
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   375
            Left            =   2280
            TabIndex        =   17
            Text            =   "200.0"
            Top             =   240
            Width           =   1095
         End
         Begin VB.Label Label6 
            Caption         =   "目标位移:(单位 mm)"
            Height          =   255
            Left            =   360
            TabIndex        =   18
            Top             =   360
            Width           =   1935
         End
      End
      Begin VB.Frame Frame3 
         Height          =   735
         Left            =   120
         TabIndex        =   13
         Top             =   600
         Width           =   4935
         Begin VB.TextBox Text6 
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134

⌨️ 快捷键说明

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