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

📄 drawform.frm

📁 某机械工程学院的毕业设计以及毕业论文 非常参考价值
💻 FRM
📖 第 1 页 / 共 4 页
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form drawForm 
   BackColor       =   &H00FFFFC0&
   BorderStyle     =   0  'None
   Caption         =   "Form1"
   ClientHeight    =   11520
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   15360
   LinkTopic       =   "Form1"
   ScaleHeight     =   11520
   ScaleWidth      =   15360
   ShowInTaskbar   =   0   'False
   Begin VB.Timer Timer1 
      Interval        =   1000
      Left            =   3240
      Top             =   240
   End
   Begin VB.Timer Timer2 
      Interval        =   1000
      Left            =   14820
      Top             =   30
   End
   Begin VB.Frame Frame4 
      BackColor       =   &H00FFFFC0&
      Height          =   10620
      Left            =   60
      TabIndex        =   8
      Top             =   840
      Width           =   13065
      Begin VB.HScrollBar HS2 
         Height          =   405
         Left            =   240
         TabIndex        =   62
         Top             =   8010
         Visible         =   0   'False
         Width           =   12180
      End
      Begin VB.CommandButton Cstop 
         Caption         =   "停止绘图"
         Height          =   465
         Left            =   6120
         TabIndex        =   33
         Top             =   9750
         Width           =   1245
      End
      Begin VB.CommandButton Cqx2 
         Caption         =   "历史曲线"
         Height          =   495
         Left            =   3810
         TabIndex        =   32
         Top             =   9720
         Width           =   1425
      End
      Begin VB.CommandButton Cqx1 
         Caption         =   "实时曲线"
         Height          =   465
         Left            =   1470
         TabIndex        =   31
         Top             =   9750
         Width           =   1455
      End
      Begin VB.CommandButton Cquit 
         Caption         =   "关  闭"
         Height          =   465
         Left            =   10320
         TabIndex        =   30
         Top             =   9750
         Width           =   1245
      End
      Begin VB.CommandButton distable 
         Caption         =   "显示表格"
         Height          =   465
         Left            =   8190
         TabIndex        =   29
         Top             =   9720
         Width           =   1245
      End
      Begin VB.HScrollBar HS1 
         Enabled         =   0   'False
         Height          =   405
         Left            =   390
         TabIndex        =   28
         Top             =   8010
         Width           =   12180
      End
      Begin VB.PictureBox Pdata1 
         BackColor       =   &H00C0E0FF&
         Height          =   915
         Left            =   60
         ScaleHeight     =   855
         ScaleWidth      =   12870
         TabIndex        =   14
         Top             =   8460
         Width           =   12930
         Begin VB.TextBox maxTemp 
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   12
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            ForeColor       =   &H00C000C0&
            Height          =   420
            Left            =   7140
            TabIndex        =   78
            Top             =   210
            Width           =   840
         End
         Begin VB.TextBox Tenum 
            Alignment       =   2  'Center
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   12
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            ForeColor       =   &H00C000C0&
            Height          =   420
            Left            =   1170
            Locked          =   -1  'True
            TabIndex        =   18
            TabStop         =   0   'False
            Top             =   240
            Width           =   2790
         End
         Begin VB.TextBox Temp 
            Alignment       =   2  'Center
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   12
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            ForeColor       =   &H00C000C0&
            Height          =   420
            Left            =   4875
            Locked          =   -1  'True
            TabIndex        =   17
            TabStop         =   0   'False
            Top             =   210
            Width           =   840
         End
         Begin VB.TextBox minTemp 
            Alignment       =   2  'Center
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   12
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            ForeColor       =   &H00C000C0&
            Height          =   420
            Left            =   9465
            Locked          =   -1  'True
            TabIndex        =   16
            TabStop         =   0   'False
            Top             =   210
            Width           =   840
         End
         Begin VB.TextBox averTemp 
            Alignment       =   2  'Center
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   12
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            ForeColor       =   &H00C000C0&
            Height          =   420
            Left            =   11505
            Locked          =   -1  'True
            TabIndex        =   15
            TabStop         =   0   'False
            Top             =   210
            Width           =   840
         End
         Begin VB.Label Label4 
            BackStyle       =   0  'Transparent
            Caption         =   "记录时间:"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   285
            Left            =   120
            TabIndex        =   27
            Top             =   360
            Width           =   1050
         End
         Begin VB.Label Label12 
            BackStyle       =   0  'Transparent
            Caption         =   "当前值:"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   285
            Left            =   4110
            TabIndex        =   26
            Top             =   345
            Width           =   780
         End
         Begin VB.Label Label11 
            BackStyle       =   0  'Transparent
            Caption         =   "℃"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   240
            Left            =   5835
            TabIndex        =   25
            Top             =   345
            Width           =   330
         End
         Begin VB.Label Label10 
            BackStyle       =   0  'Transparent
            Caption         =   "最大值:"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   285
            Left            =   6360
            TabIndex        =   24
            Top             =   345
            Width           =   825
         End
         Begin VB.Label Label9 
            BackStyle       =   0  'Transparent
            Caption         =   "℃"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   285
            Left            =   8085
            TabIndex        =   23
            Top             =   345
            Width           =   330
         End
         Begin VB.Label Label5 
            BackStyle       =   0  'Transparent
            Caption         =   "最小值:"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   285
            Left            =   8670
            TabIndex        =   22
            Top             =   345
            Width           =   825
         End
         Begin VB.Label Label6 
            BackStyle       =   0  'Transparent
            Caption         =   "℃"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   285
            Left            =   10290
            TabIndex        =   21
            Top             =   345
            Width           =   375
         End
         Begin VB.Label Label7 
            BackStyle       =   0  'Transparent
            Caption         =   "平均值:"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   285
            Left            =   10755
            TabIndex        =   20
            Top             =   345
            Width           =   825
         End
         Begin VB.Label Label8 
            BackStyle       =   0  'Transparent
            Caption         =   "℃"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   285
            Left            =   12420
            TabIndex        =   19
            Top             =   345
            Width           =   375
         End
      End
      Begin VB.PictureBox Pl2 
         AutoRedraw      =   -1  'True
         BackColor       =   &H00808000&
         Height          =   7785
         Left            =   390
         ScaleHeight     =   7725
         ScaleWidth      =   12105
         TabIndex        =   60
         Top             =   150
         Visible         =   0   'False
         Width           =   12165
         Begin MSFlexGridLib.MSFlexGrid Grid2 
            Height          =   7680
            Left            =   7110
            TabIndex        =   61
            Top             =   0
            Visible         =   0   'False
            Width           =   4965
            _ExtentX        =   8758
            _ExtentY        =   13547
            _Version        =   393216
            Rows            =   50
            Cols            =   3
            BackColorBkg    =   14737632
            AllowUserResizing=   3
            MousePointer    =   2
            BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
               Name            =   "宋体"
               Size            =   12
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
         End
      End
      Begin VB.PictureBox Pdata2 
         BackColor       =   &H00C0E0FF&
         Height          =   915
         Left            =   60
         ScaleHeight     =   855
         ScaleWidth      =   12870
         TabIndex        =   63
         Top             =   8460
         Visible         =   0   'False
         Width           =   12930
         Begin VB.TextBox maxTemp2 
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   12
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            ForeColor       =   &H00C000C0&
            Height          =   420
            Left            =   7170
            TabIndex        =   77
            Top             =   210
            Width           =   840
         End
         Begin VB.TextBox averTemp2 

⌨️ 快捷键说明

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