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

📄 商户查询.frm

📁 一间公司的管理系统的源码
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form shanghuchaxun 
   Caption         =   "商户查询"
   ClientHeight    =   7200
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   10155
   LinkTopic       =   "Form1"
   ScaleHeight     =   7200
   ScaleWidth      =   10155
   StartUpPosition =   3  '窗口缺省
   Begin VB.PictureBox picFrontBehind 
      Appearance      =   0  'Flat
      BorderStyle     =   0  'None
      ForeColor       =   &H80000008&
      Height          =   255
      Left            =   1440
      ScaleHeight     =   255
      ScaleWidth      =   3015
      TabIndex        =   25
      Top             =   960
      Visible         =   0   'False
      Width           =   3015
      Begin VB.OptionButton optFrontDay 
         Caption         =   "之前"
         Height          =   255
         Left            =   1200
         TabIndex        =   28
         Top             =   0
         Width           =   735
      End
      Begin VB.OptionButton optBehindDay 
         Caption         =   "之后"
         Height          =   255
         Left            =   2040
         TabIndex        =   27
         Top             =   0
         Width           =   735
      End
      Begin VB.OptionButton optTheDay 
         Caption         =   "等于"
         Height          =   255
         Left            =   360
         TabIndex        =   26
         Top             =   0
         Width           =   735
      End
      Begin VB.Line Line5 
         X1              =   0
         X2              =   240
         Y1              =   120
         Y2              =   120
      End
   End
   Begin VB.PictureBox PicMoreLess 
      Appearance      =   0  'Flat
      BorderStyle     =   0  'None
      ForeColor       =   &H80000008&
      Height          =   255
      Left            =   5760
      ScaleHeight     =   255
      ScaleWidth      =   3135
      TabIndex        =   18
      Top             =   840
      Visible         =   0   'False
      Width           =   3135
      Begin VB.OptionButton OptSame 
         Caption         =   "等于"
         Height          =   255
         Left            =   360
         TabIndex        =   22
         Top             =   0
         Width           =   735
      End
      Begin VB.OptionButton OptLess 
         Caption         =   "少于"
         Height          =   255
         Left            =   2040
         TabIndex        =   20
         Top             =   0
         Width           =   735
      End
      Begin VB.OptionButton OptMore 
         Caption         =   "多于"
         Height          =   255
         Left            =   1200
         TabIndex        =   19
         Top             =   0
         Width           =   735
      End
      Begin VB.Line Line4 
         X1              =   0
         X2              =   240
         Y1              =   120
         Y2              =   120
      End
   End
   Begin VB.PictureBox PicBigSmall 
      Appearance      =   0  'Flat
      BorderStyle     =   0  'None
      ForeColor       =   &H80000008&
      Height          =   255
      Left            =   5760
      ScaleHeight     =   255
      ScaleWidth      =   3135
      TabIndex        =   15
      Top             =   480
      Visible         =   0   'False
      Width           =   3135
      Begin VB.OptionButton OptEqual 
         Caption         =   "等于"
         Height          =   255
         Left            =   360
         TabIndex        =   21
         Top             =   0
         Width           =   735
      End
      Begin VB.OptionButton OptBig 
         Caption         =   "大于"
         Height          =   255
         Left            =   1200
         TabIndex        =   17
         Top             =   0
         Width           =   735
      End
      Begin VB.OptionButton OptSmall 
         Caption         =   "小于"
         Height          =   255
         Left            =   2040
         TabIndex        =   16
         Top             =   0
         Width           =   735
      End
      Begin VB.Line Line3 
         X1              =   0
         X2              =   240
         Y1              =   120
         Y2              =   120
      End
   End
   Begin VB.OptionButton optIf 
      Caption         =   "剩余天数"
      Height          =   255
      Index           =   6
      Left            =   4680
      TabIndex        =   12
      Top             =   840
      Width           =   1095
   End
   Begin VB.PictureBox Picture1 
      Height          =   360
      Left            =   4920
      ScaleHeight     =   300
      ScaleWidth      =   975
      TabIndex        =   9
      Top             =   1680
      Width           =   1030
      Begin VB.CommandButton cmdSearch 
         Caption         =   "开始查询"
         Height          =   300
         Left            =   0
         TabIndex        =   10
         Top             =   0
         Width           =   975
      End
   End
   Begin MSFlexGridLib.MSFlexGrid SearchList 
      Height          =   4550
      Left            =   0
      TabIndex        =   8
      Top             =   2520
      Width           =   10155
      _ExtentX        =   17912
      _ExtentY        =   8017
      _Version        =   393216
      Rows            =   20
      Cols            =   12
      FixedCols       =   0
      BorderStyle     =   0
   End
   Begin VB.TextBox txtKeywords 
      Height          =   300
      Left            =   2040
      TabIndex        =   0
      Top             =   1680
      Width           =   2775
   End
   Begin VB.OptionButton optIf 
      Caption         =   "欠费金额"
      Height          =   255
      Index           =   5
      Left            =   4680
      TabIndex        =   6
      Top             =   480
      Width           =   1095
   End
   Begin VB.OptionButton optIf 
      Caption         =   "到期日期"
      Height          =   255
      Index           =   2
      Left            =   360
      TabIndex        =   5
      Top             =   960
      Width           =   1095
   End
   Begin VB.OptionButton optIf 
      Caption         =   "公司名称"
      Height          =   255
      Index           =   1
      Left            =   360
      TabIndex        =   4
      Top             =   600
      Width           =   1095
   End
   Begin VB.OptionButton optIf 
      Caption         =   "合同编号"
      Height          =   255
      Index           =   3
      Left            =   360
      TabIndex        =   3
      Top             =   1320
      Width           =   1095
   End
   Begin VB.OptionButton optIf 
      Caption         =   "所在区位"
      Height          =   255
      Index           =   4
      Left            =   4680
      TabIndex        =   2
      Top             =   120
      Width           =   1095
   End
   Begin VB.OptionButton optIf 
      Caption         =   "法人代表"
      Height          =   255
      Index           =   0
      Left            =   360
      TabIndex        =   1
      Top             =   240
      Value           =   -1  'True
      Width           =   1095
   End
   Begin VB.Label lblHelp 
      Caption         =   "支持模糊查询 如:A,A厅,二楼等"
      ForeColor       =   &H00FF0000&
      Height          =   255
      Left            =   5880
      TabIndex        =   24
      Top             =   150
      Width           =   3015
   End
   Begin VB.Label lblHelp2 
      Caption         =   "格式:2004-6-12"
      ForeColor       =   &H00FF0000&
      Height          =   255
      Left            =   1560
      TabIndex        =   23
      Top             =   1000
      Width           =   1455
   End
   Begin VB.Label lblCount 
      Caption         =   "共计:人次"
      Height          =   255
      Left            =   2280
      TabIndex        =   14
      Top             =   2280
      Width           =   1695
   End
   Begin VB.Label lblHint 
      Caption         =   "今天到期的商户"
      Height          =   255
      Left            =   120
      TabIndex        =   13
      Top             =   2280
      Width           =   1815
   End
   Begin VB.Label lblKeyword 
      Caption         =   "输入要查找的内容:"

⌨️ 快捷键说明

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