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

📄 form5.frm

📁 本软件主要的使用对象是家庭与个人。它提供了比较完善的收支记录、查询修改、统计报表等功能。您可以自定义各种系统参数:如自定义用户名、密码、系统自动备份时间、资金不足警示、各种收支类型等。您还可以手动备份
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form Form5 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "查询编辑记录"
   ClientHeight    =   5520
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   7950
   Icon            =   "Form5.frx":0000
   LinkTopic       =   "Form5"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   ScaleHeight     =   5520
   ScaleWidth      =   7950
   Begin VB.Frame Frame5 
      Caption         =   "操作"
      Height          =   1215
      Left            =   5400
      TabIndex        =   24
      Top             =   3600
      Width           =   2415
      Begin VB.CommandButton Command1 
         Cancel          =   -1  'True
         Caption         =   "退出"
         Height          =   375
         Left            =   1320
         TabIndex        =   28
         Top             =   720
         Width           =   855
      End
      Begin VB.CommandButton Command2 
         Caption         =   "查询"
         Default         =   -1  'True
         Height          =   375
         Left            =   240
         TabIndex        =   27
         Top             =   240
         Width           =   855
      End
      Begin VB.CommandButton Command3 
         Caption         =   "修改"
         Height          =   375
         Left            =   1320
         TabIndex        =   26
         Top             =   240
         Width           =   855
      End
      Begin VB.CommandButton Command4 
         Caption         =   "导出"
         Enabled         =   0   'False
         Height          =   375
         Left            =   240
         TabIndex        =   25
         Top             =   720
         Width           =   855
      End
   End
   Begin MSComDlg.CommonDialog CommonDialog1 
      Left            =   6600
      Top             =   7440
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
      DefaultExt      =   "xls"
      DialogTitle     =   "选择导出路径及文件名"
      Filter          =   "EXCEL文件|*.xls"
   End
   Begin VB.Frame Frame4 
      Caption         =   "统计结果"
      Height          =   735
      Left            =   120
      TabIndex        =   22
      Top             =   5520
      Width           =   7695
      Begin VB.TextBox Text4 
         Appearance      =   0  'Flat
         BackColor       =   &H8000000A&
         BorderStyle     =   0  'None
         ForeColor       =   &H000000FF&
         Height          =   375
         Left            =   120
         MultiLine       =   -1  'True
         TabIndex        =   23
         Top             =   240
         Width           =   7455
      End
   End
   Begin VB.CheckBox Check2 
      Caption         =   "查看所有收支情况记录"
      Height          =   255
      Left            =   5400
      TabIndex        =   20
      Top             =   4920
      Width           =   2415
   End
   Begin VB.CheckBox Check3 
      Caption         =   "显示查询金额统计结果"
      Height          =   255
      Left            =   5400
      TabIndex        =   19
      Top             =   5160
      Width           =   2415
   End
   Begin VB.Frame Frame3 
      Height          =   5295
      Left            =   120
      TabIndex        =   12
      Top             =   120
      Width           =   5175
      Begin MSDataGridLib.DataGrid DataGrid1 
         Height          =   5175
         Left            =   0
         TabIndex        =   13
         Top             =   100
         Visible         =   0   'False
         Width           =   5175
         _ExtentX        =   9128
         _ExtentY        =   9128
         _Version        =   393216
         AllowUpdate     =   0   'False
         AllowArrows     =   0   'False
         HeadLines       =   1
         RowHeight       =   15
         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 
            ScrollBars      =   2
            BeginProperty Column00 
            EndProperty
            BeginProperty Column01 
            EndProperty
         EndProperty
      End
   End
   Begin VB.Frame Frame2 
      Height          =   1575
      Left            =   5400
      TabIndex        =   7
      Top             =   1920
      Width           =   2415
      Begin VB.CheckBox Check1 
         Caption         =   "执行高级查找"
         Height          =   255
         Left            =   120
         TabIndex        =   21
         Top             =   0
         Width           =   1455
      End
      Begin VB.TextBox Text3 
         Appearance      =   0  'Flat
         Height          =   270
         Left            =   1015
         TabIndex        =   14
         Top             =   1200
         Width           =   615
      End
      Begin VB.TextBox Text2 
         Appearance      =   0  'Flat
         Height          =   270
         Left            =   120
         TabIndex        =   11
         Top             =   1200
         Width           =   615
      End
      Begin VB.TextBox Text1 
         Appearance      =   0  'Flat
         Height          =   270
         Left            =   120
         TabIndex        =   8
         Top             =   600
         Width           =   1695
      End
      Begin VB.Label Label8 
         AutoSize        =   -1  'True
         Caption         =   "元"
         Height          =   180
         Left            =   1680
         TabIndex        =   16
         Top             =   1245
         Width           =   180
      End
      Begin VB.Label Label7 
         AutoSize        =   -1  'True
         Caption         =   "至"
         Height          =   180
         Left            =   780
         TabIndex        =   15
         Top             =   1245
         Width           =   180
      End
      Begin VB.Label Label6 
         AutoSize        =   -1  'True
         Caption         =   "按收支金额范围查找"
         Height          =   180
         Left            =   120
         TabIndex        =   10
         Top             =   960
         Width           =   1620
      End
      Begin VB.Label Label5 
         AutoSize        =   -1  'True
         Caption         =   "按备注中关键字查找"
         Height          =   180
         Left            =   120
         TabIndex        =   9
         Top             =   360
         Width           =   1620
      End
   End
   Begin MSAdodcLib.Adodc Adodc2 
      Height          =   330
      Left            =   2160
      Top             =   8160
      Width           =   1200
      _ExtentX        =   2117
      _ExtentY        =   582
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   8
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   ""
      OLEDBString     =   ""
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   ""
      Caption         =   "Adodc2"
      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 VB.Frame Frame1 
      Caption         =   "选择查询条件"
      ForeColor       =   &H00FF0000&
      Height          =   1695
      Left            =   5400
      TabIndex        =   0
      Top             =   120

⌨️ 快捷键说明

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