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

📄 高级查询.frm

📁 内容摘要:在现代企业中
💻 FRM
📖 第 1 页 / 共 2 页
字号:
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"
Begin VB.Form 高级查询 
   BackColor       =   &H00C0FFFF&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "高级查询"
   ClientHeight    =   6525
   ClientLeft      =   2760
   ClientTop       =   3750
   ClientWidth     =   8460
   HelpContextID   =   233
   Icon            =   "高级查询.frx":0000
   LinkTopic       =   "Form1"
   MinButton       =   0   'False
   ScaleHeight     =   6525
   ScaleWidth      =   8460
   StartUpPosition =   1  '所有者中心
   Begin MSDataGridLib.DataGrid DataGrid1 
      Height          =   4395
      Left            =   180
      TabIndex        =   0
      Top             =   180
      WhatsThisHelpID =   233
      Width           =   8115
      _ExtentX        =   14314
      _ExtentY        =   7752
      _Version        =   393216
      AllowUpdate     =   0   'False
      AllowArrows     =   -1  'True
      HeadLines       =   2
      RowHeight       =   18
      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            =   "楷体_GB2312"
         Size            =   12
         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 
         MarqueeStyle    =   3
         RecordSelectors =   0   'False
         BeginProperty Column00 
         EndProperty
         BeginProperty Column01 
         EndProperty
      EndProperty
   End
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   330
      Left            =   180
      Top             =   4680
      WhatsThisHelpID =   233
      Width           =   2655
      _ExtentX        =   4683
      _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         =   ""
      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.PictureBox Picture1 
      Align           =   2  'Align Bottom
      Appearance      =   0  'Flat
      BackColor       =   &H00C0FFFF&
      BorderStyle     =   0  'None
      ForeColor       =   &H80000008&
      Height          =   1515
      Left            =   0
      ScaleHeight     =   1515
      ScaleWidth      =   8460
      TabIndex        =   8
      Top             =   5010
      WhatsThisHelpID =   233
      Width           =   8460
      Begin VB.CommandButton 打印 
         BackColor       =   &H00C0FFFF&
         Caption         =   "打印"
         Height          =   375
         HelpContextID   =   233
         Left            =   4020
         Style           =   1  'Graphical
         TabIndex        =   13
         Top             =   120
         Width           =   1515
      End
      Begin VB.CommandButton 添加到自定义查询 
         Appearance      =   0  'Flat
         BackColor       =   &H00C0FFFF&
         Caption         =   "添加到自定义查询"
         Height          =   375
         HelpContextID   =   233
         Left            =   5700
         Style           =   1  'Graphical
         TabIndex        =   12
         Top             =   120
         Width           =   2595
      End
      Begin VB.CommandButton 撤消字符 
         BackColor       =   &H00C0FFFF&
         Caption         =   "撤消字符"
         Height          =   315
         HelpContextID   =   233
         Left            =   7080
         Style           =   1  'Graphical
         TabIndex        =   9
         Top             =   600
         Width           =   1215
      End
      Begin VB.ComboBox 字段 
         BackColor       =   &H00EDFEFE&
         Height          =   300
         HelpContextID   =   233
         ItemData        =   "高级查询.frx":1272
         Left            =   4020
         List            =   "高级查询.frx":1274
         Style           =   2  'Dropdown List
         TabIndex        =   5
         Top             =   1020
         Width           =   1515
      End
      Begin VB.CommandButton 执行查询 
         BackColor       =   &H00C0FFFF&
         Caption         =   "执行查询"
         Height          =   315
         HelpContextID   =   233
         Left            =   7080
         Style           =   1  'Graphical
         TabIndex        =   3
         Top             =   1020
         Width           =   1215
      End
      Begin VB.CommandButton 添加字段字符 
         BackColor       =   &H00C0FFFF&
         Caption         =   "添加字符"
         Height          =   315
         HelpContextID   =   233
         Left            =   5700
         Style           =   1  'Graphical
         TabIndex        =   7
         Top             =   1020
         Width           =   1155
      End
      Begin VB.CommandButton 添加表单字符 
         BackColor       =   &H00C0FFFF&
         Caption         =   "添加字符"
         Height          =   315
         HelpContextID   =   233
         Left            =   5700
         Style           =   1  'Graphical
         TabIndex        =   6
         Top             =   600
         Width           =   1155
      End
      Begin VB.ComboBox 表单 
         BackColor       =   &H00EDFEFE&
         Height          =   300
         HelpContextID   =   233
         ItemData        =   "高级查询.frx":1276
         Left            =   4020
         List            =   "高级查询.frx":12AD
         Style           =   2  'Dropdown List
         TabIndex        =   4
         Top             =   600
         Width           =   1515
      End
      Begin VB.TextBox SQL 
         BackColor       =   &H00FFFCEC&
         Height          =   735
         HelpContextID   =   233
         Left            =   180
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   2
         Top             =   600
         Width           =   3255
      End
      Begin VB.Label Label3 
         BackColor       =   &H00FFC0FF&
         BackStyle       =   0  'Transparent
         Caption         =   "字段:"
         Height          =   195
         Left            =   3540
         TabIndex        =   11
         Top             =   1080
         Width           =   495
      End
      Begin VB.Label Label2 
         BackColor       =   &H00FFC0FF&
         BackStyle       =   0  'Transparent
         Caption         =   "表单:"
         Height          =   195
         Left            =   3540
         TabIndex        =   10
         Top             =   660
         Width           =   495
      End
      Begin VB.Label Label1 
         BackColor       =   &H00FFC0FF&
         BackStyle       =   0  'Transparent
         Caption         =   "SQL查询:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   315

⌨️ 快捷键说明

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