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

📄 form1.frm

📁 是一款DA板卡的控制界面的原代码. 用VISUAL BASIC编程
💻 FRM
📖 第 1 页 / 共 4 页
字号:
VERSION 5.00
Object = "{0D452EE1-E08F-101A-852E-02608C4D0BB4}#2.0#0"; "FM20.DLL"
Begin VB.Form Form1 
   AutoRedraw      =   -1  'True
   Caption         =   "实时多任务控制系统"
   ClientHeight    =   10140
   ClientLeft      =   165
   ClientTop       =   450
   ClientWidth     =   13545
   LinkTopic       =   "Form1"
   ScaleHeight     =   10140
   ScaleWidth      =   13545
   StartUpPosition =   3  '窗口缺省
   WindowState     =   2  'Maximized
   Begin VB.TextBox edit_man 
      Height          =   375
      HideSelection   =   0   'False
      Left            =   13560
      TabIndex        =   5
      ToolTipText     =   "输入范围:0~8"
      Top             =   4560
      Width           =   1095
   End
   Begin VB.TextBox edit_sv 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   13560
      TabIndex        =   3
      ToolTipText     =   "输入范围:0~7"
      Top             =   3480
      Width           =   1095
   End
   Begin VB.PictureBox Picture1 
      BackColor       =   &H00FFFFFF&
      Height          =   5295
      Left            =   480
      ScaleHeight     =   5235
      ScaleWidth      =   11115
      TabIndex        =   43
      Top             =   840
      Width           =   11175
   End
   Begin VB.Timer Timer2 
      Interval        =   2000
      Left            =   11760
      Top             =   1080
   End
   Begin VB.CommandButton bt_refresh 
      Caption         =   "重置"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1455
      Left            =   13200
      TabIndex        =   21
      Top             =   5880
      Width           =   495
   End
   Begin VB.CommandButton bt_exit 
      Caption         =   "退出系统"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1455
      Left            =   14040
      TabIndex        =   22
      Top             =   5880
      Width           =   495
   End
   Begin VB.CommandButton bt_run 
      Caption         =   "开始运行"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1455
      Left            =   12360
      TabIndex        =   20
      Top             =   5880
      Width           =   495
   End
   Begin VB.Frame Frame5 
      Caption         =   "运行模式"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      Height          =   2895
      Left            =   12360
      TabIndex        =   30
      Top             =   240
      Width           =   2175
      Begin VB.ComboBox Combo2 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   330
         ItemData        =   "Form1.frx":0000
         Left            =   240
         List            =   "Form1.frx":000A
         Style           =   2  'Dropdown List
         TabIndex        =   56
         Top             =   1440
         Width           =   1575
      End
      Begin VB.ComboBox Combo1 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   330
         ItemData        =   "Form1.frx":001E
         Left            =   240
         List            =   "Form1.frx":002B
         Style           =   2  'Dropdown List
         TabIndex        =   0
         Top             =   720
         Width           =   1575
      End
      Begin VB.OptionButton Option2 
         Caption         =   "  手动控制"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   240
         TabIndex        =   2
         Top             =   2400
         Width           =   1455
      End
      Begin VB.OptionButton Option1 
         Caption         =   "  自动控制"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   240
         TabIndex        =   1
         Top             =   1920
         Value           =   -1  'True
         Width           =   1575
      End
      Begin VB.Label Label22 
         Caption         =   "运行时间"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   240
         TabIndex        =   55
         Top             =   1200
         Width           =   1575
      End
      Begin VB.Label Label16 
         Caption         =   "运行速度"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   240
         TabIndex        =   52
         Top             =   480
         Width           =   1455
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "---------------------------------参数设置区-----------------------------------------"
      BeginProperty Font 
         Name            =   "幼圆"
         Size            =   14.25
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   2895
      Left            =   480
      TabIndex        =   6
      Top             =   7560
      Width           =   14175
      Begin VB.Frame Frame6 
         Caption         =   "对象参数"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   -1  'True
            Strikethrough   =   0   'False
         EndProperty
         Height          =   2175
         Left            =   7440
         TabIndex        =   45
         Top             =   480
         Width           =   3615
         Begin VB.TextBox Obj_L 
            Height          =   375
            Left            =   2280
            TabIndex        =   13
            Top             =   480
            Width           =   1095
         End
         Begin VB.TextBox Obj_Kp 
            Height          =   375
            Left            =   2280
            TabIndex        =   15
            Top             =   960
            Width           =   1095
         End
         Begin VB.TextBox Obj_Tp 
            Height          =   375
            Left            =   2280
            TabIndex        =   14
            Top             =   1440
            Width           =   1095
         End
         Begin VB.Label Label18 
            Caption         =   "纯滞后时间L(秒)"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   700
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   255
            Left            =   240
            TabIndex        =   48
            Top             =   600
            Width           =   1935
         End
         Begin VB.Label Label19 
            Caption         =   "时间常数Tp(秒)"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   700
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   255
            Left            =   240
            TabIndex        =   47
            Top             =   1560
            Width           =   1815
         End
         Begin VB.Label Label20 
            Caption         =   "对象增益Kp"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   700
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   255
            Left            =   240
            TabIndex        =   46
            Top             =   1080
            Width           =   1575
         End
      End
      Begin VB.Frame Frame2 
         Caption         =   "PID控制参数"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   -1  'True
            Strikethrough   =   0   'False
         EndProperty
         Height          =   2175
         Left            =   360
         TabIndex        =   31
         Top             =   480
         Width           =   3255
         Begin VB.TextBox PID 
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   375
            HideSelection   =   0   'False
            Index           =   0

⌨️ 快捷键说明

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