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

📄 form1.frm

📁 一个有效的教学型监控软件
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{9A226D6F-2658-4445-8D35-5C19D42676FE}#1.0#0"; "BSE.ocx"
Begin VB.Form MainForm 
   BorderStyle     =   0  'None
   Caption         =   "智能控制与仿真V1.0"
   ClientHeight    =   10710
   ClientLeft      =   1965
   ClientTop       =   495
   ClientWidth     =   15240
   Icon            =   "Form1.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   10710
   ScaleWidth      =   15240
   ShowInTaskbar   =   0   'False
   WindowState     =   2  'Maximized
   Begin BSE_Engine.BSE BSE1 
      Left            =   11880
      Top             =   240
      _ExtentX        =   6588
      _ExtentY        =   1085
   End
   Begin MSComctlLib.StatusBar StatusBar1 
      Align           =   2  'Align Bottom
      Height          =   405
      Left            =   0
      TabIndex        =   46
      Top             =   10305
      Width           =   15240
      _ExtentX        =   26882
      _ExtentY        =   714
      _Version        =   393216
      BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628} 
         NumPanels       =   4
         BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            AutoSize        =   2
            Object.Width           =   6350
            Text            =   "黑龙江科技学院电信学院智能控制实践基地"
            TextSave        =   "黑龙江科技学院电信学院智能控制实践基地"
         EndProperty
         BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Style           =   6
            Alignment       =   2
            AutoSize        =   1
            Object.Width           =   8916
            TextSave        =   "2007-12-1"
         EndProperty
         BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Style           =   5
            Alignment       =   2
            TextSave        =   "18:01"
         EndProperty
         BeginProperty Panel4 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Alignment       =   2
            AutoSize        =   1
            Object.Width           =   8916
            Text            =   "Copyright(C) 刘远义 All Rights Reserved"
            TextSave        =   "Copyright(C) 刘远义 All Rights Reserved"
         EndProperty
      EndProperty
   End
   Begin MSAdodcLib.Adodc ADOVotage 
      Height          =   555
      Left            =   11220
      Top             =   9150
      Visible         =   0   'False
      Width           =   2235
      _ExtentX        =   3942
      _ExtentY        =   979
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   2
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=采样数据.mdb;Persist Security Info=False"
      OLEDBString     =   "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=采样数据.mdb;Persist Security Info=False"
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   "数据记录表"
      Caption         =   "Adodc1"
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      _Version        =   393216
   End
   Begin MSDataGridLib.DataGrid DataGrid1 
      Bindings        =   "Form1.frx":0442
      Height          =   9465
      Left            =   10260
      TabIndex        =   42
      Top             =   750
      Width           =   4785
      _ExtentX        =   8440
      _ExtentY        =   16695
      _Version        =   393216
      AllowUpdate     =   -1  'True
      HeadLines       =   1
      RowHeight       =   15
      AllowAddNew     =   -1  'True
      AllowDelete     =   -1  'True
      BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ColumnCount     =   2
      BeginProperty Column00 
         DataField       =   ""
         Caption         =   ""
         BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
            Type            =   0
            Format          =   ""
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   0
         EndProperty
      EndProperty
      BeginProperty Column01 
         DataField       =   ""
         Caption         =   ""
         BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
            Type            =   0
            Format          =   ""
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   0
         EndProperty
      EndProperty
      SplitCount      =   1
      BeginProperty Split0 
         BeginProperty Column00 
         EndProperty
         BeginProperty Column01 
         EndProperty
      EndProperty
   End
   Begin VB.Frame Frame9 
      Caption         =   "下微机数据采集上位机绘图 "
      Height          =   5325
      Left            =   270
      TabIndex        =   37
      Top             =   5100
      Width           =   9915
      Begin VB.CommandButton cmdPicCls 
         Caption         =   "曲线清除"
         Height          =   405
         Left            =   150
         TabIndex        =   48
         Top             =   4500
         Width           =   945
      End
      Begin VB.CommandButton cmdDel 
         Caption         =   "删除数据"
         Height          =   405
         Left            =   150
         TabIndex        =   47
         Top             =   3870
         Width           =   945
      End
      Begin VB.TextBox txtUserName 
         Alignment       =   2  'Center
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   15.75
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   465
         Left            =   90
         TabIndex        =   43
         Text            =   "刘远义"
         Top             =   2910
         Width           =   1065
      End
      Begin VB.TextBox txtRec 
         Alignment       =   2  'Center
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   15.75
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   465
         Left            =   90
         Locked          =   -1  'True
         TabIndex        =   40
         Top             =   1680
         Width           =   1065
      End
      Begin VB.CheckBox chkDraw 
         Caption         =   "打开"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   15.75
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   765
         Left            =   150
         TabIndex        =   39
         Top             =   480
         Width           =   1065
      End
      Begin VB.PictureBox PicDraw 
         AutoRedraw      =   -1  'True
         Height          =   5025
         Left            =   1260
         ScaleHeight     =   4965
         ScaleWidth      =   8475
         TabIndex        =   38
         Top             =   240
         Width           =   8535
      End
      Begin VB.Label Label3 
         AutoSize        =   -1  'True
         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          =   210
         Left            =   120
         TabIndex        =   44
         Top             =   2580
         Width           =   1050
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "采样数据"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   240
         Left            =   120
         TabIndex        =   41
         Top             =   1350
         Width           =   960
      End
   End
   Begin VB.Timer trmTraffic 
      Enabled         =   0   'False
      Interval        =   100
      Left            =   9630
      Top             =   2910
   End
   Begin VB.Frame Frame4 
      Caption         =   "下微机键盘控制"
      Height          =   2415
      Left            =   6210
      TabIndex        =   31
      Top             =   2700
      Width           =   3945
      Begin VB.Frame Frame8 
         Caption         =   "K4开启电梯"
         Height          =   915
         Left            =   1830
         TabIndex        =   35
         Top             =   1320
         Width           =   1905
         Begin VB.CommandButton cmdLader 
            Caption         =   "开启电梯"
            Height          =   405
            Left            =   540
            TabIndex        =   49
            Top             =   360
            Width           =   885
         End
      End
      Begin VB.Frame Frame7 
         Caption         =   "K3计数器"
         Height          =   885
         Left            =   210
         TabIndex        =   34
         Top             =   1320
         Width           =   1455
         Begin VB.TextBox txtCount 
            Alignment       =   2  'Center
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   14.25
               Charset         =   134
               Weight          =   700
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   435
            Left            =   180
            Locked          =   -1  'True
            TabIndex        =   36
            Top             =   300
            Width           =   945
         End
      End
      Begin VB.Frame Frame6 
         Caption         =   "K2交通灯控制"
         Height          =   795
         Left            =   1830
         TabIndex        =   33
         Top             =   270
         Width           =   1905
         Begin VB.Shape TraGreen 
            BackColor       =   &H00008000&
            BackStyle       =   1  'Opaque
            Height          =   345
            Left            =   1260
            Shape           =   3  'Circle
            Top             =   300
            Width           =   555
         End
         Begin VB.Shape TraYellow 
            BackColor       =   &H00008080&
            BackStyle       =   1  'Opaque
            Height          =   345
            Left            =   690
            Shape           =   3  'Circle
            Top             =   300
            Width           =   555
         End
         Begin VB.Shape TraRed 
            BackColor       =   &H00000080&
            BackStyle       =   1  'Opaque
            Height          =   345
            Left            =   90
            Shape           =   3  'Circle
            Top             =   300
            Width           =   555
         End
      End
      Begin VB.Frame Frame5 
         Caption         =   "K1指示灯控制"
         Height          =   795
         Left            =   180
         TabIndex        =   32
         Top             =   270
         Width           =   1485
         Begin VB.Shape Shape1 
            BackColor       =   &H00008000&
            BackStyle       =   1  'Opaque
            Height          =   345
            Left            =   390
            Shape           =   3  'Circle
            Top             =   270
            Width           =   555
         End
      End
   End
   Begin VB.Frame Frame3 
      Caption         =   "数码管"
      Height          =   2415
      Left            =   1770
      TabIndex        =   14
      Top             =   2700
      Width           =   4365
      Begin VB.ComboBox cblLED 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   14.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   405
         Index           =   7
         Left            =   3060
         TabIndex        =   22
         Text            =   "关闭"
         Top             =   1830
         Width           =   1065
      End
      Begin VB.ComboBox cblLED 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   14.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty

⌨️ 快捷键说明

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