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

📄 hisform.frm

📁 某机械工程学院的毕业设计以及毕业论文 非常参考价值
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{00028C01-0000-0000-0000-000000000046}#1.0#0"; "DBGRID32.OCX"
Begin VB.Form HisForm 
   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 MSDBGrid.DBGrid DBGrid1 
      Bindings        =   "HisForm.frx":0000
      Height          =   8475
      Left            =   120
      OleObjectBlob   =   "HisForm.frx":0014
      TabIndex        =   0
      Top             =   990
      Width           =   12945
   End
   Begin VB.Timer Timer2 
      Interval        =   1000
      Left            =   2490
      Top             =   330
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H00FFFFC0&
      Height          =   10620
      Left            =   13140
      TabIndex        =   1
      Top             =   840
      Width           =   2175
      Begin VB.CommandButton Cmdquit 
         Caption         =   "退  出"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   14.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   555
         Left            =   300
         TabIndex        =   8
         Top             =   9315
         Width           =   1545
      End
      Begin VB.CommandButton Cmdbz 
         Caption         =   "阀门编组"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   14.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   555
         Left            =   300
         TabIndex        =   7
         Top             =   750
         Width           =   1545
      End
      Begin VB.CommandButton Cmdzt 
         Caption         =   "阀门状态"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   14.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   555
         Left            =   300
         TabIndex        =   6
         Top             =   2177
         Width           =   1545
      End
      Begin VB.CommandButton Cmdxx 
         Caption         =   "环境信息"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   14.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   555
         Left            =   300
         TabIndex        =   5
         Top             =   5040
         Width           =   1545
      End
      Begin VB.CommandButton Cmdzn 
         Caption         =   "应用指南"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   14.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   555
         Left            =   315
         TabIndex        =   4
         Top             =   7875
         Width           =   1545
      End
      Begin VB.CommandButton Cmdset 
         Caption         =   "系统设置"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   14.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   555
         Left            =   300
         TabIndex        =   3
         Top             =   6480
         Width           =   1545
      End
      Begin VB.CommandButton Cdata 
         Caption         =   "灌溉记录"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   14.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   555
         Left            =   300
         TabIndex        =   2
         Top             =   3600
         Width           =   1545
      End
   End
   Begin VB.Data Data1 
      Caption         =   "Data1"
      Connect         =   "Access 2000;"
      DatabaseName    =   "D:\CAN(9820f)\data\dcf.mdb"
      DefaultCursorType=   0  '缺省游标
      DefaultType     =   2  '使用 ODBC
      Exclusive       =   0   'False
      Height          =   645
      Left            =   4830
      Options         =   0
      ReadOnly        =   0   'False
      RecordsetType   =   1  'Dynaset
      RecordSource    =   "电磁阀启闭记录表"
      Top             =   8820
      Width           =   1845
   End
   Begin VB.Frame Frame2 
      BackColor       =   &H00FFFFC0&
      Height          =   10620
      Left            =   60
      TabIndex        =   9
      Top             =   840
      Width           =   13065
      Begin VB.TextBox Text9 
         DataField       =   "序号"
         DataSource      =   "Data1"
         Height          =   465
         Left            =   8430
         TabIndex        =   35
         Text            =   "Text9"
         Top             =   7320
         Width           =   2235
      End
      Begin VB.TextBox Text1 
         DataField       =   "阀门编号"
         DataSource      =   "Data1"
         Height          =   435
         Left            =   8430
         TabIndex        =   26
         Text            =   "Text1"
         Top             =   2070
         Width           =   2235
      End
      Begin VB.TextBox Text2 
         DataField       =   "工作状态"
         DataSource      =   "Data1"
         Height          =   435
         Left            =   8430
         TabIndex        =   25
         Text            =   "Text2"
         Top             =   2734
         Width           =   2235
      End
      Begin VB.TextBox Text3 
         DataField       =   "打开时刻"
         DataSource      =   "Data1"
         Height          =   435
         Left            =   8430
         TabIndex        =   24
         Text            =   "Text3"
         Top             =   3398
         Width           =   2235
      End
      Begin VB.TextBox Text4 
         DataField       =   "关闭时刻"
         DataSource      =   "Data1"
         Height          =   435
         Left            =   8430
         TabIndex        =   23
         Text            =   "Text4"
         Top             =   4062
         Width           =   2235
      End
      Begin VB.TextBox Text5 
         DataField       =   "灌溉时间"
         DataSource      =   "Data1"
         Height          =   435
         Left            =   8430
         TabIndex        =   22
         Text            =   "Text5"
         Top             =   4726
         Width           =   2235
      End
      Begin VB.TextBox Text6 
         DataField       =   "承包户名"
         DataSource      =   "Data1"
         Height          =   435
         Left            =   8430
         TabIndex        =   21
         Text            =   "Text6"
         Top             =   5390
         Width           =   2235
      End
      Begin VB.TextBox Text7 
         DataField       =   "阀门地址"
         DataSource      =   "Data1"
         Height          =   435
         Left            =   8430
         TabIndex        =   20
         Text            =   "Text7"
         Top             =   6054
         Width           =   2235
      End
      Begin VB.TextBox Text8 
         DataField       =   "RTU编号"
         DataSource      =   "Data1"
         Height          =   435
         Left            =   8430
         TabIndex        =   19
         Text            =   "Text8"
         Top             =   6720
         Width           =   2235
      End
      Begin VB.Frame Frame5 
         BackColor       =   &H00C0FFFF&
         Caption         =   "定位方式"
         Height          =   1815
         Left            =   90
         TabIndex        =   11
         Top             =   8700
         Width           =   6465
         Begin VB.CommandButton Command1 
            Caption         =   "按阀门编号"
            Height          =   465
            Left            =   2610
            TabIndex        =   17
            Top             =   420
            Width           =   1245
         End
         Begin VB.CommandButton Command3 
            Caption         =   "按关闭时刻"
            Height          =   465
            Left            =   4950
            TabIndex        =   16
            Top             =   1110
            Width           =   1245
         End
         Begin VB.CommandButton Command2 
            Caption         =   "按打开时刻"
            Height          =   465
            Left            =   4950
            TabIndex        =   15
            Top             =   420
            Width           =   1245
         End
         Begin VB.CommandButton Command6 
            Caption         =   "按承包户名"
            Height          =   465
            Left            =   270
            TabIndex        =   14
            Top             =   420
            Width           =   1245
         End
         Begin VB.CommandButton Command5 
            Caption         =   "按RTU 编号"
            Height          =   465
            Left            =   2610
            TabIndex        =   13
            Top             =   1110
            Width           =   1245
         End
         Begin VB.CommandButton Command4 
            Caption         =   "按灌溉时间"
            Height          =   465
            Left            =   270
            TabIndex        =   12
            Top             =   1110
            Width           =   1245
         End
      End
      Begin VB.Frame Frame3 
         BackColor       =   &H00C0FFFF&
         Caption         =   "排序方式"
         Height          =   1815
         Left            =   6570
         TabIndex        =   10
         Top             =   8700
         Width           =   6435
         Begin VB.CommandButton C4 
            Caption         =   "按灌溉时间"
            Height          =   465
            Left            =   270
            TabIndex        =   34
            Top             =   1110
            Width           =   1245
         End
         Begin VB.CommandButton C5 
            Caption         =   "按RTU 编号"
            Height          =   465
            Left            =   2610
            TabIndex        =   33
            Top             =   1110
            Width           =   1245
         End
         Begin VB.CommandButton C1 
            Caption         =   "按承包户名"
            Height          =   465
            Left            =   270
            TabIndex        =   32
            Top             =   420
            Width           =   1245
         End
         Begin VB.CommandButton C3 
            Caption         =   "按打开时刻"
            Height          =   465
            Left            =   4950
            TabIndex        =   31
            Top             =   420
            Width           =   1245
         End

⌨️ 快捷键说明

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