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

📄 frmtjrsfrm.frm

📁 vb源代码
💻 FRM
📖 第 1 页 / 共 4 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form frmTjRs 
   Caption         =   "查询统计"
   ClientHeight    =   8970
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   10725
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   8970
   ScaleWidth      =   10725
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame frameQuery 
      Height          =   7935
      Index           =   1
      Left            =   120
      TabIndex        =   50
      Top             =   840
      Width           =   10455
      Begin VB.CommandButton cmdSelectAll 
         Caption         =   "全    选"
         Height          =   375
         Left            =   240
         TabIndex        =   52
         Top             =   7320
         Width           =   1935
      End
      Begin VB.CommandButton cmdSelectNoAll 
         Caption         =   "全  不  选"
         Height          =   375
         Left            =   2640
         TabIndex        =   51
         Top             =   7320
         Width           =   1935
      End
   End
   Begin VB.Frame frameQuery 
      Height          =   7935
      Index           =   2
      Left            =   120
      TabIndex        =   1
      Top             =   840
      Width           =   10455
      Begin VB.CommandButton cmdExportDirt 
         Caption         =   "直 接 导 出-->Excel(速度快)"
         Height          =   375
         Left            =   6840
         TabIndex        =   61
         Top             =   7320
         Width           =   3135
      End
      Begin VB.CommandButton cmdAddOrder 
         Caption         =   "添加排序字段"
         Height          =   375
         Left            =   6000
         TabIndex        =   49
         Top             =   4320
         Width           =   1935
      End
      Begin VB.CheckBox chkOrder 
         Caption         =   "降序"
         Height          =   375
         Left            =   4320
         TabIndex        =   48
         Top             =   4320
         Width           =   735
      End
      Begin VB.TextBox txtTxtOrder 
         Enabled         =   0   'False
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   11.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   1815
         Left            =   240
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   46
         Top             =   4800
         Width           =   9735
      End
      Begin VB.CommandButton cmdClearOrder 
         Caption         =   "清除排序"
         Height          =   375
         Left            =   1320
         TabIndex        =   45
         Top             =   4320
         Width           =   1935
      End
      Begin VB.CommandButton cmdAddExample 
         Caption         =   "列出可能值"
         Height          =   375
         Left            =   3360
         TabIndex        =   19
         Top             =   1320
         Width           =   2535
      End
      Begin VB.CommandButton cmdClearLimtTxt 
         Caption         =   "清除查询条件"
         Height          =   375
         Left            =   1320
         TabIndex        =   18
         Top             =   1920
         Width           =   1935
      End
      Begin VB.CommandButton cmdQuery 
         Caption         =   "查    询"
         Height          =   375
         Left            =   240
         TabIndex        =   17
         Top             =   7320
         Width           =   1935
      End
      Begin VB.ComboBox cobField 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   11.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   345
         Left            =   240
         Style           =   2  'Dropdown List
         TabIndex        =   7
         Top             =   915
         Width           =   1695
      End
      Begin VB.ComboBox cobOperator 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   11.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   345
         ItemData        =   "frmTjRsfrm.frx":0000
         Left            =   2280
         List            =   "frmTjRsfrm.frx":0019
         Style           =   2  'Dropdown List
         TabIndex        =   6
         Top             =   915
         Width           =   855
      End
      Begin VB.ComboBox cobTxt 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   11.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   345
         ItemData        =   "frmTjRsfrm.frx":0038
         Left            =   3360
         List            =   "frmTjRsfrm.frx":003A
         TabIndex        =   5
         Top             =   915
         Width           =   2535
      End
      Begin VB.CommandButton cmdAnd 
         Caption         =   "添加条件(And)"
         Height          =   375
         Left            =   6000
         TabIndex        =   4
         Top             =   885
         Width           =   1935
      End
      Begin VB.CommandButton cmdOr 
         Caption         =   "添加条件(Or)"
         Height          =   375
         Left            =   8040
         TabIndex        =   3
         Top             =   885
         Width           =   1935
      End
      Begin VB.TextBox txtTxt 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   11.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   1815
         Left            =   240
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   2
         Top             =   2400
         Width           =   9735
      End
      Begin VB.Label Label13 
         AutoSize        =   -1  'True
         Caption         =   "排序:"
         Height          =   180
         Left            =   360
         TabIndex        =   47
         Top             =   4440
         Width           =   540
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         Caption         =   "查询条件:"
         Height          =   180
         Left            =   360
         TabIndex        =   16
         Top             =   2040
         Width           =   900
      End
      Begin VB.Label Label3 
         AutoSize        =   -1  'True
         Caption         =   "要查找的内容"
         Height          =   180
         Left            =   3360
         TabIndex        =   15
         Top             =   600
         Width           =   1080
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         Caption         =   "运算符"
         Height          =   180
         Left            =   2280
         TabIndex        =   14
         Top             =   600
         Width           =   540
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "要查找的项目"
         Height          =   180
         Left            =   240
         TabIndex        =   13
         Top             =   600
         Width           =   1080
      End
   End
   Begin VB.Frame frameQuery 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   11.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   7935
      Index           =   4
      Left            =   120
      TabIndex        =   9
      Top             =   840
      Width           =   10455
      Begin VB.PictureBox picList 
         Height          =   255
         Left            =   4200
         ScaleHeight     =   195
         ScaleWidth      =   1395
         TabIndex        =   62
         Top             =   7560
         Width           =   1455
      End
      Begin VB.CommandButton cmdCount 
         Caption         =   "统        计"
         Height          =   375
         Left            =   120
         TabIndex        =   43
         Top             =   7480
         Width           =   3375
      End
      Begin MSComctlLib.ListView lstTj 
         Height          =   4455
         Left            =   120
         TabIndex        =   42
         Top             =   3000
         Width           =   10215
         _ExtentX        =   18018
         _ExtentY        =   7858
         View            =   3
         LabelWrap       =   -1  'True
         HideSelection   =   0   'False
         FullRowSelect   =   -1  'True
         GridLines       =   -1  'True
         _Version        =   393217
         ForeColor       =   -2147483640
         BackColor       =   -2147483643
         BorderStyle     =   1
         Appearance      =   1
         NumItems        =   0
      End
      Begin VB.Frame Frame1 
         Caption         =   "统计项目"
         Height          =   1335
         Left            =   120
         TabIndex        =   29
         Top             =   1605
         Width           =   10215
         Begin VB.CheckBox chkCountSort 
            Caption         =   "不重复"
            Height          =   375
            Index           =   3
            Left            =   9120
            TabIndex        =   56
            Top             =   840
            Width           =   855
         End
         Begin VB.CheckBox chkCountSort 
            Caption         =   "不重复"
            Height          =   375
            Index           =   2
            Left            =   6600
            TabIndex        =   55
            Top             =   840
            Width           =   855
         End
         Begin VB.CheckBox chkCountSort 
            Caption         =   "不重复"
            Height          =   375
            Index           =   1
            Left            =   3960
            TabIndex        =   54
            Top             =   840
            Width           =   855
         End
         Begin VB.CheckBox chkCountSort 
            Caption         =   "不重复"
            Height          =   375
            Index           =   0
            Left            =   1440
            TabIndex        =   53
            Top             =   840
            Width           =   855
         End
         Begin VB.ComboBox cobCountSort 
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   11.25
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            ForeColor       =   &H00C000C0&
            Height          =   345
            Index           =   3
            Left            =   7920
            Style           =   2  'Dropdown List
            TabIndex        =   41
            Top             =   840
            Width           =   1215
         End
         Begin VB.ComboBox cobCountSort 
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   11.25
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            ForeColor       =   &H00C000C0&
            Height          =   345
            Index           =   2
            Left            =   5320
            Style           =   2  'Dropdown List
            TabIndex        =   40
            Top             =   840
            Width           =   1215
         End
         Begin VB.ComboBox cobCountSort 
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   11.25
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            ForeColor       =   &H00C000C0&
            Height          =   345
            Index           =   1
            Left            =   2720
            Style           =   2  'Dropdown List
            TabIndex        =   39
            Top             =   840
            Width           =   1215
         End
         Begin VB.ComboBox cobCountSort 
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   11.25
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            ForeColor       =   &H00C000C0&
            Height          =   345
            Index           =   0
            ItemData        =   "frmTjRsfrm.frx":003C
            Left            =   120
            List            =   "frmTjRsfrm.frx":003E
            Style           =   2  'Dropdown List
            TabIndex        =   38
            Top             =   840
            Width           =   1215
         End
         Begin VB.ComboBox cobCount 
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   11.25
               Charset         =   134
               Weight          =   400

⌨️ 快捷键说明

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