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

📄 frmalarmquery.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"
Object = "{C932BA88-4374-101B-A56C-00AA003668DC}#1.1#0"; "MSMASK32.OCX"
Begin VB.Form frmAlarmQuery 
   Caption         =   "用户警情查询"
   ClientHeight    =   5520
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   8835
   Icon            =   "frmAlarmQuery.frx":0000
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   ScaleHeight     =   5520
   ScaleWidth      =   8835
   ShowInTaskbar   =   0   'False
   WindowState     =   2  'Maximized
   Begin VB.PictureBox PicButtons 
      Align           =   2  'Align Bottom
      Height          =   495
      Left            =   0
      ScaleHeight     =   435
      ScaleWidth      =   8775
      TabIndex        =   23
      Top             =   3690
      Width           =   8835
      Begin VB.CommandButton cmdTypeSort 
         Caption         =   "按类别排序(&C)"
         Height          =   315
         Left            =   5880
         TabIndex        =   10
         Top             =   60
         Width           =   1335
      End
      Begin VB.CommandButton cmdTelSort 
         Caption         =   "按电话排序(&T)"
         Height          =   315
         Left            =   4440
         TabIndex        =   9
         Top             =   60
         Width           =   1335
      End
      Begin VB.CommandButton cmdNameSort 
         Caption         =   "按名称排序(&N)"
         Height          =   315
         Left            =   3000
         TabIndex        =   8
         Top             =   60
         Width           =   1335
      End
      Begin VB.CommandButton cmdIdSort 
         Caption         =   "按编码排序(&O)"
         Height          =   315
         Left            =   1560
         TabIndex        =   7
         Top             =   60
         Width           =   1335
      End
      Begin VB.CommandButton cmdDateSort 
         Caption         =   "按时间排序(&D)"
         Height          =   315
         Left            =   120
         TabIndex        =   6
         Top             =   60
         Width           =   1335
      End
      Begin VB.Line Line2 
         BorderColor     =   &H00FFFFFF&
         X1              =   7330
         X2              =   7330
         Y1              =   0
         Y2              =   480
      End
      Begin VB.Line Line1 
         BorderColor     =   &H00808080&
         X1              =   7320
         X2              =   7320
         Y1              =   0
         Y2              =   480
      End
      Begin VB.Label lblEventCount 
         Alignment       =   1  'Right Justify
         AutoSize        =   -1  'True
         Caption         =   "lblEventCount"
         ForeColor       =   &H00FF0000&
         Height          =   180
         Left            =   8160
         TabIndex        =   24
         Top             =   120
         Width           =   1170
      End
   End
   Begin MSAdodcLib.Adodc DatEvent 
      Height          =   375
      Left            =   3840
      Top             =   1800
      Visible         =   0   'False
      Width           =   1215
      _ExtentX        =   2143
      _ExtentY        =   661
      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         =   "DatEvent"
      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 PicFind 
      Align           =   2  'Align Bottom
      Height          =   1335
      Left            =   0
      ScaleHeight     =   1275
      ScaleWidth      =   8775
      TabIndex        =   14
      Top             =   4185
      Width           =   8835
      Begin VB.CommandButton cmdColse 
         Caption         =   "关闭(&X)"
         Height          =   315
         Left            =   8520
         TabIndex        =   12
         Top             =   920
         Width           =   855
      End
      Begin VB.CommandButton cmdPrint 
         Caption         =   "打印(&P)"
         Height          =   315
         Left            =   8520
         TabIndex        =   11
         Top             =   500
         Width           =   855
      End
      Begin VB.CommandButton cmdView 
         Caption         =   "查看(&V)"
         Height          =   315
         Left            =   8520
         TabIndex        =   5
         Top             =   80
         Width           =   855
      End
      Begin VB.Frame Frame2 
         Caption         =   "查询条件"
         Height          =   1095
         Left            =   2140
         TabIndex        =   18
         Top             =   120
         Width           =   6135
         Begin VB.ComboBox cobFindKey 
            Height          =   300
            Left            =   960
            Style           =   2  'Dropdown List
            TabIndex        =   2
            Top             =   240
            Width           =   1335
         End
         Begin VB.ComboBox cobEventType 
            Height          =   300
            Left            =   960
            Style           =   2  'Dropdown List
            TabIndex        =   4
            Top             =   660
            Width           =   1335
         End
         Begin VB.TextBox txtFindItem 
            Height          =   270
            Left            =   3000
            TabIndex        =   3
            Top             =   240
            Width           =   3015
         End
         Begin VB.Label lblAccountSum 
            AutoSize        =   -1  'True
            Caption         =   "lblAccountSum"
            ForeColor       =   &H000000FF&
            Height          =   180
            Left            =   3840
            TabIndex        =   22
            Top             =   705
            Width           =   1170
         End
         Begin VB.Label lblFindItem 
            AutoSize        =   -1  'True
            Caption         =   "查看"
            Height          =   180
            Left            =   2520
            TabIndex        =   21
            Top             =   280
            Width           =   360
         End
         Begin VB.Label lblEventType 
            AutoSize        =   -1  'True
            Caption         =   "事件类别"
            Height          =   180
            Left            =   120
            TabIndex        =   20
            Top             =   700
            Width           =   720
         End
         Begin VB.Label lblFindKey 
            AutoSize        =   -1  'True
            Caption         =   "关键字"
            Height          =   180
            Left            =   120
            TabIndex        =   19
            Top             =   285
            Width           =   540
         End
      End
      Begin VB.Frame Frame1 
         Caption         =   "日期范围"
         Height          =   1095
         Left            =   120
         TabIndex        =   15
         Top             =   120
         Width           =   2055
         Begin MSMask.MaskEdBox MaskBeginDate 
            Height          =   300
            Left            =   600
            TabIndex        =   0
            Top             =   240
            Width           =   1380
            _ExtentX        =   2434
            _ExtentY        =   529
            _Version        =   393216
            MaxLength       =   11
            Format          =   "YYYY年MM月DD日"
            Mask            =   "####年##月##日"
            PromptChar      =   "_"
         End
         Begin MSMask.MaskEdBox MaskEndDate 
            Height          =   300
            Left            =   600
            TabIndex        =   1
            Top             =   660
            Width           =   1380
            _ExtentX        =   2434
            _ExtentY        =   529
            _Version        =   393216
            MaxLength       =   11
            Format          =   "YYYY年MM月DD日"
            Mask            =   "####年##月##日"
            PromptChar      =   "_"
         End
         Begin VB.Label lblEndDate 
            AutoSize        =   -1  'True
            Caption         =   "截至"
            Height          =   180
            Left            =   120
            TabIndex        =   17
            Top             =   700
            Width           =   360
         End
         Begin VB.Label lblBeginDate 
            AutoSize        =   -1  'True
            Caption         =   "起始"
            Height          =   180
            Left            =   120
            TabIndex        =   16
            Top             =   280
            Width           =   360
         End
      End
   End
   Begin MSDataGridLib.DataGrid GrdEvent 
      Bindings        =   "frmAlarmQuery.frx":030A
      Height          =   3615
      Left            =   45
      TabIndex        =   13
      Top             =   45
      Width           =   8775
      _ExtentX        =   15478
      _ExtentY        =   6376
      _Version        =   393216
      AllowUpdate     =   0   'False
      HeadLines       =   1.5
      RowHeight       =   11
      TabAction       =   1
      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            =   7.5
         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

⌨️ 快捷键说明

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