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

📄 frmsnh.frm

📁 针对各种管理系统提供有的VB源代码
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form FrmSNH 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "水能耗表"
   ClientHeight    =   5460
   ClientLeft      =   1350
   ClientTop       =   1830
   ClientWidth     =   8730
   ControlBox      =   0   'False
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Moveable        =   0   'False
   ScaleHeight     =   5460
   ScaleWidth      =   8730
   Begin VB.Frame Frame1 
      Height          =   5535
      Left            =   120
      TabIndex        =   0
      Top             =   -120
      Width           =   8535
      Begin VB.CommandButton CMDFresh 
         Caption         =   "复位"
         Height          =   375
         Left            =   6600
         TabIndex        =   29
         Top             =   5040
         Width           =   735
      End
      Begin VB.CommandButton CMDDel 
         Caption         =   "删除"
         Height          =   375
         Left            =   5760
         TabIndex        =   28
         Top             =   5040
         Width           =   735
      End
      Begin VB.CommandButton CMDEdit 
         Caption         =   "修改"
         Height          =   375
         Left            =   4920
         TabIndex        =   27
         Top             =   5040
         Width           =   735
      End
      Begin VB.CommandButton CMDCancel 
         Caption         =   "关闭"
         Height          =   375
         Left            =   7440
         TabIndex        =   26
         Top             =   5040
         Width           =   735
      End
      Begin VB.CommandButton CMDSave 
         Caption         =   "保存"
         Height          =   375
         Left            =   4080
         TabIndex        =   25
         Top             =   5040
         Width           =   735
      End
      Begin VB.Timer Timer1 
         Interval        =   1000
         Left            =   480
         Top             =   5160
      End
      Begin TabDlg.SSTab SSTab1 
         Height          =   3975
         Left            =   240
         TabIndex        =   1
         Top             =   840
         Width           =   7935
         _ExtentX        =   13996
         _ExtentY        =   7011
         _Version        =   393216
         Tabs            =   2
         TabHeight       =   520
         TabCaption(0)   =   "录入"
         TabPicture(0)   =   "FrmSNH.frx":0000
         Tab(0).ControlEnabled=   -1  'True
         Tab(0).Control(0)=   "Label1"
         Tab(0).Control(0).Enabled=   0   'False
         Tab(0).Control(1)=   "Frame3"
         Tab(0).Control(1).Enabled=   0   'False
         Tab(0).Control(2)=   "Frame9"
         Tab(0).Control(2).Enabled=   0   'False
         Tab(0).Control(3)=   "Frame10"
         Tab(0).Control(3).Enabled=   0   'False
         Tab(0).Control(4)=   "Picture1"
         Tab(0).Control(4).Enabled=   0   'False
         Tab(0).ControlCount=   5
         TabCaption(1)   =   "列表"
         TabPicture(1)   =   "FrmSNH.frx":001C
         Tab(1).ControlEnabled=   0   'False
         Tab(1).Control(0)=   "DataGrid1"
         Tab(1).Control(0).Enabled=   0   'False
         Tab(1).Control(1)=   "Adodc1"
         Tab(1).Control(1).Enabled=   0   'False
         Tab(1).Control(2)=   "Frame2"
         Tab(1).Control(2).Enabled=   0   'False
         Tab(1).Control(3)=   "CMDSearch"
         Tab(1).Control(3).Enabled=   0   'False
         Tab(1).ControlCount=   4
         Begin VB.CommandButton CMDSearch 
            Caption         =   "查询"
            Height          =   375
            Left            =   -67920
            TabIndex        =   17
            Top             =   3480
            Width           =   735
         End
         Begin VB.Frame Frame2 
            Caption         =   "查询条件"
            Height          =   975
            Left            =   -74880
            TabIndex        =   16
            Top             =   480
            Width           =   7695
            Begin VB.Frame Frame4 
               BorderStyle     =   0  'None
               Caption         =   "Frame4"
               Height          =   735
               Left            =   1320
               TabIndex        =   20
               Top             =   120
               Visible         =   0   'False
               Width           =   5415
               Begin MSComCtl2.DTPicker BeginDate 
                  Height          =   300
                  Left            =   1440
                  TabIndex        =   21
                  Top             =   360
                  Width           =   1335
                  _ExtentX        =   2355
                  _ExtentY        =   529
                  _Version        =   393216
                  Format          =   278855681
                  CurrentDate     =   36189
               End
               Begin MSComCtl2.DTPicker EndDate 
                  Height          =   300
                  Left            =   3720
                  TabIndex        =   22
                  Top             =   360
                  Width           =   1335
                  _ExtentX        =   2355
                  _ExtentY        =   529
                  _Version        =   393216
                  Format          =   278855681
                  CurrentDate     =   36189
               End
               Begin VB.Label Label4 
                  Caption         =   "结束日期"
                  Height          =   255
                  Left            =   2880
                  TabIndex        =   24
                  Top             =   435
                  Width           =   735
               End
               Begin VB.Label Label2 
                  Caption         =   "开始日期"
                  Height          =   255
                  Left            =   600
                  TabIndex        =   23
                  Top             =   435
                  Width           =   735
               End
            End
            Begin VB.CheckBox Check1 
               Caption         =   "日期"
               Height          =   375
               Left            =   240
               TabIndex        =   19
               Top             =   480
               Width           =   1215
            End
         End
         Begin VB.PictureBox Picture1 
            BackColor       =   &H00808000&
            Height          =   3015
            Left            =   720
            ScaleHeight     =   2955
            ScaleWidth      =   2355
            TabIndex        =   14
            Top             =   720
            Width           =   2415
         End
         Begin VB.Frame Frame10 
            Height          =   495
            Left            =   4200
            TabIndex        =   10
            Top             =   2280
            Width           =   2895
            Begin MSComCtl2.DTPicker RQ 
               Height          =   270
               Left            =   1080
               TabIndex        =   11
               Top             =   150
               Width           =   1695
               _ExtentX        =   2990
               _ExtentY        =   476
               _Version        =   393216
               Format          =   278855681
               CurrentDate     =   36179
            End
            Begin MSComCtl2.DTPicker DTPicker1 
               Height          =   300
               Left            =   1080
               TabIndex        =   12
               Top             =   1520
               Width           =   1335
               _ExtentX        =   2355
               _ExtentY        =   529
               _Version        =   393216
               Format          =   278855683
               CurrentDate     =   36178
            End
            Begin VB.Line Line18 
               BorderColor     =   &H80000005&
               X1              =   960
               X2              =   960
               Y1              =   120
               Y2              =   600
            End
            Begin VB.Line Line17 
               BorderColor     =   &H80000003&
               X1              =   945
               X2              =   945
               Y1              =   120
               Y2              =   480
            End
            Begin VB.Label Label10 
               Alignment       =   2  'Center
               Caption         =   "日  期"
               Height          =   255
               Left            =   120
               TabIndex        =   13
               Top             =   195
               Width           =   735
            End
         End
         Begin VB.Frame Frame9 
            Height          =   495
            Left            =   4200
            TabIndex        =   7
            Top             =   3240
            Width           =   2895
            Begin VB.TextBox JLR 
               Height          =   300
               Left            =   1080
               TabIndex        =   8
               Top             =   150
               Width           =   1695
            End
            Begin VB.Line Line16 
               BorderColor     =   &H80000005&
               X1              =   960
               X2              =   960
               Y1              =   120
               Y2              =   600
            End
            Begin VB.Line Line15 
               BorderColor     =   &H80000003&
               X1              =   945
               X2              =   945
               Y1              =   120
               Y2              =   480
            End
            Begin VB.Label Label9 
               Alignment       =   2  'Center
               BackStyle       =   0  'Transparent
               Caption         =   "记录人"
               Height          =   255
               Left            =   75
               TabIndex        =   9
               Top             =   195
               Width           =   855
            End
         End
         Begin VB.Frame Frame3 
            Height          =   495
            Left            =   4200
            TabIndex        =   4
            Top             =   1320
            Width           =   2895
            Begin VB.TextBox SL 
               Height          =   300
               Left            =   960
               TabIndex        =   5
               Top             =   150
               Width           =   1815
            End
            Begin VB.Line Line4 
               BorderColor     =   &H80000005&
               X1              =   840
               X2              =   840
               Y1              =   120
               Y2              =   600
            End
            Begin VB.Line Line3 
               BorderColor     =   &H80000003&
               X1              =   825
               X2              =   825
               Y1              =   120
               Y2              =   480
            End
            Begin VB.Label Label3 
               Alignment       =   2  'Center
               BackStyle       =   0  'Transparent
               Caption         =   "数  量"
               Height          =   255
               Left            =   0
               TabIndex        =   6
               Top             =   195
               Width           =   855
            End
         End
         Begin MSAdodcLib.Adodc Adodc1 
            Height          =   330
            Left            =   -74880
            Top             =   3480

⌨️ 快捷键说明

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