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

📄 frmmain.frm

📁 本系统主要完成访客资料的记录和查询
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form Frm_Main 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "访客登记管理系统"
   ClientHeight    =   5400
   ClientLeft      =   150
   ClientTop       =   765
   ClientWidth     =   9330
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   5400
   ScaleWidth      =   9330
   StartUpPosition =   3  '窗口缺省
   Begin MSComctlLib.Toolbar Toolbar1 
      Align           =   1  'Align Top
      Height          =   660
      Left            =   0
      TabIndex        =   27
      Top             =   0
      Width           =   9330
      _ExtentX        =   16457
      _ExtentY        =   1164
      ButtonWidth     =   1032
      ButtonHeight    =   1005
      Appearance      =   1
      ImageList       =   "ToolImage"
      _Version        =   393216
      BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
         NumButtons      =   9
         BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Key             =   "Key_Exit"
            Object.ToolTipText     =   "退出"
            ImageIndex      =   1
         EndProperty
         BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Style           =   3
         EndProperty
         BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Key             =   "Key_Rec"
            Object.ToolTipText     =   "登记"
            ImageIndex      =   2
         EndProperty
         BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Key             =   "Key_Query"
            Object.ToolTipText     =   "查询"
            ImageIndex      =   3
         EndProperty
         BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Style           =   3
         EndProperty
         BeginProperty Button6 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Key             =   "Key_User"
            Object.ToolTipText     =   "用户管理"
            ImageIndex      =   4
         EndProperty
         BeginProperty Button7 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Key             =   "Key_Ope"
            Object.ToolTipText     =   "操作记录"
            ImageIndex      =   5
         EndProperty
         BeginProperty Button8 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Style           =   3
         EndProperty
         BeginProperty Button9 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Key             =   "Key_About"
            Object.ToolTipText     =   "关于"
            ImageIndex      =   6
         EndProperty
      EndProperty
      BorderStyle     =   1
      Begin MSComctlLib.ImageList ToolImage 
         Left            =   8640
         Top             =   0
         _ExtentX        =   1005
         _ExtentY        =   1005
         BackColor       =   -2147483643
         ImageWidth      =   32
         ImageHeight     =   32
         MaskColor       =   12632256
         _Version        =   393216
         BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
            NumListImages   =   6
            BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "FrmMain.frx":0000
               Key             =   ""
            EndProperty
            BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "FrmMain.frx":0452
               Key             =   ""
            EndProperty
            BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "FrmMain.frx":076C
               Key             =   ""
            EndProperty
            BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "FrmMain.frx":0A86
               Key             =   ""
            EndProperty
            BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "FrmMain.frx":0DA0
               Key             =   ""
            EndProperty
            BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "FrmMain.frx":1332
               Key             =   ""
            EndProperty
         EndProperty
      End
   End
   Begin VB.PictureBox Picture1 
      Height          =   4575
      Left            =   120
      Picture         =   "FrmMain.frx":178C
      ScaleHeight     =   4515
      ScaleWidth      =   3075
      TabIndex        =   19
      Top             =   720
      Width           =   3135
   End
   Begin VB.Frame FrameRecord 
      Caption         =   "访客登记"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   14.25
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   4215
      Left            =   3360
      TabIndex        =   0
      Top             =   1080
      Width           =   5895
      Begin VB.OptionButton Option2 
         Caption         =   "女"
         Height          =   375
         Left            =   2400
         TabIndex        =   22
         Top             =   960
         Width           =   975
      End
      Begin VB.OptionButton Option1 
         Caption         =   "男"
         Height          =   375
         Left            =   1560
         TabIndex        =   21
         Top             =   960
         Value           =   -1  'True
         Width           =   975
      End
      Begin VB.CommandButton CmdRecord 
         Caption         =   "确定"
         Height          =   375
         Left            =   4560
         TabIndex        =   8
         Top             =   3600
         Width           =   1095
      End
      Begin VB.TextBox TextRemark 
         Height          =   735
         Left            =   1560
         MultiLine       =   -1  'True
         TabIndex        =   7
         Top             =   2640
         Width           =   4215
      End
      Begin VB.TextBox TextReason 
         Height          =   975
         Left            =   1560
         MultiLine       =   -1  'True
         TabIndex        =   6
         Top             =   1440
         Width           =   4215
      End
      Begin VB.TextBox TextName 
         Height          =   375
         Left            =   1560
         TabIndex        =   2
         Top             =   480
         Width           =   2055
      End
      Begin VB.Label Label5 
         Caption         =   "备注: (可选)"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   495
         Left            =   360
         TabIndex        =   5
         Top             =   2640
         Width           =   1095
      End
      Begin VB.Label Label4 
         Caption         =   "来访原因:"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   255
         Left            =   240
         TabIndex        =   4
         Top             =   1440
         Width           =   1335
      End
      Begin VB.Label Label2 
         Caption         =   "性别:"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   255
         Left            =   360
         TabIndex        =   3
         Top             =   960
         Width           =   855
      End
      Begin VB.Label Label1 
         Caption         =   "姓名:"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   255
         Left            =   360
         TabIndex        =   1
         Top             =   480
         Width           =   855
      End
   End
   Begin VB.Frame FrameQuery 
      Caption         =   "访客查询"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   14.25
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   4215
      Left            =   3360
      TabIndex        =   9
      Top             =   1080
      Visible         =   0   'False
      Width           =   5895
      Begin VB.TextBox TxtQueryRecID 
         Height          =   375
         Left            =   2280
         TabIndex        =   25
         Top             =   3360
         Width           =   2055
      End
      Begin VB.OptionButton OptionQuery 
         Caption         =   "按记录员查询:"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   300
         Index           =   4
         Left            =   240
         TabIndex        =   24
         Top             =   3360
         Width           =   2175
      End
      Begin VB.ComboBox CmbQuerySex 
         Height          =   300
         ItemData        =   "FrmMain.frx":ADED
         Left            =   2280
         List            =   "FrmMain.frx":ADF7
         Style           =   2  'Dropdown List
         TabIndex        =   23
         Top             =   1040
         Width           =   1335
      End
      Begin VB.OptionButton OptionQuery 
         Caption         =   "按来访原因查询:"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   300
         Index           =   3
         Left            =   240
         TabIndex        =   17
         Top             =   2040
         Width           =   2895
      End
      Begin VB.OptionButton OptionQuery 
         Caption         =   "按时间查询:"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   300
         Index           =   2
         Left            =   240
         TabIndex        =   16
         Top             =   1560
         Width           =   1935
      End
      Begin VB.OptionButton OptionQuery 
         Caption         =   "按性别查询:"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   300
         Index           =   1
         Left            =   240
         TabIndex        =   15
         Top             =   1000
         Width           =   1935
      End
      Begin VB.OptionButton OptionQuery 
         Caption         =   "按姓名查询:"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   300
         Index           =   0
         Left            =   240
         TabIndex        =   14
         Top             =   480
         Value           =   -1  'True
         Width           =   1935
      End
      Begin VB.TextBox TxtQueryName 
         Height          =   375
         Left            =   2280
         TabIndex        =   12
         Top             =   480
         Width           =   2055
      End
      Begin VB.TextBox TxtQueryRes 
         Height          =   735
         Left            =   2280
         MultiLine       =   -1  'True
         TabIndex        =   11
         Top             =   2400
         Width           =   3495
      End
      Begin VB.CommandButton CmdQuery 
         Caption         =   "确定"
         Height          =   375
         Left            =   4560
         TabIndex        =   10
         Top             =   3720
         Width           =   1095
      End
      Begin MSComCtl2.DTPicker DTPickerQuery 
         Height          =   330
         Left            =   2280
         TabIndex        =   13
         Top             =   1560
         Width           =   1320
         _ExtentX        =   2328

⌨️ 快捷键说明

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