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

📄 frmemployeequery1.frm

📁 传销工资管理 请验证一下哈
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "COMCTL32.OCX"
Begin VB.Form frmEmployeeQuery1 
   BackColor       =   &H00C0C0C0&
   Caption         =   "业务员个人详细资料"
   ClientHeight    =   6645
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   8535
   FillColor       =   &H80000008&
   ForeColor       =   &H00000000&
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6645
   ScaleWidth      =   8535
   StartUpPosition =   2  '屏幕中心
   Begin ComctlLib.Toolbar Toolbar1 
      Align           =   1  'Align Top
      Height          =   855
      Left            =   0
      TabIndex        =   55
      Top             =   0
      Width           =   8535
      _ExtentX        =   15055
      _ExtentY        =   1508
      ButtonWidth     =   1455
      ButtonHeight    =   1349
      Appearance      =   1
      ImageList       =   "ImageList1"
      _Version        =   327682
      BeginProperty Buttons {0713E452-850A-101B-AFC0-4210102A8DA7} 
         NumButtons      =   15
         BeginProperty Button1 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Caption         =   "首条记录"
            Key             =   "First"
            Object.ToolTipText     =   "首条记录"
            Object.Tag             =   ""
            ImageIndex      =   2
         EndProperty
         BeginProperty Button2 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Caption         =   "次条记录"
            Key             =   "Next"
            Object.ToolTipText     =   "次条记录"
            Object.Tag             =   ""
            ImageIndex      =   4
         EndProperty
         BeginProperty Button3 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Caption         =   "上条记录"
            Key             =   "Previous"
            Object.ToolTipText     =   "上条记录"
            Object.Tag             =   ""
            ImageIndex      =   3
         EndProperty
         BeginProperty Button4 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Caption         =   "末条记录"
            Key             =   "Last"
            Object.ToolTipText     =   "末条记录"
            Object.Tag             =   ""
            ImageIndex      =   5
         EndProperty
         BeginProperty Button5 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Object.Tag             =   ""
            Style           =   3
            MixedState      =   -1  'True
         EndProperty
         BeginProperty Button6 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Object.Tag             =   ""
            Style           =   3
            MixedState      =   -1  'True
         EndProperty
         BeginProperty Button7 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Caption         =   "查询"
            Key             =   "Query"
            Object.ToolTipText     =   "查询"
            Object.Tag             =   ""
            ImageIndex      =   1
         EndProperty
         BeginProperty Button8 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Object.Tag             =   ""
            Style           =   3
            MixedState      =   -1  'True
         EndProperty
         BeginProperty Button9 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Object.Tag             =   ""
            Style           =   3
         EndProperty
         BeginProperty Button10 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Object.Tag             =   ""
            Style           =   3
         EndProperty
         BeginProperty Button11 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Object.Tag             =   ""
            Style           =   3
         EndProperty
         BeginProperty Button12 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Object.Tag             =   ""
            Style           =   4
         EndProperty
         BeginProperty Button13 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Caption         =   "退出"
            Key             =   "Close"
            Object.ToolTipText     =   "退出"
            Object.Tag             =   ""
            ImageIndex      =   6
         EndProperty
         BeginProperty Button14 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Object.Tag             =   ""
            Style           =   3
         EndProperty
         BeginProperty Button15 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Object.Tag             =   ""
            Style           =   3
         EndProperty
      EndProperty
   End
   Begin VB.TextBox Text4 
      BackColor       =   &H00C0FFFF&
      DataField       =   "填表聘用日期"
      DataSource      =   "Adodc1"
      ForeColor       =   &H00FF0000&
      Height          =   315
      Left            =   6825
      Locked          =   -1  'True
      TabIndex        =   43
      Top             =   975
      Width           =   1365
   End
   Begin VB.Frame Frame5 
      Caption         =   "条件查询"
      ForeColor       =   &H00FF0000&
      Height          =   1215
      Left            =   300
      TabIndex        =   35
      Top             =   5175
      Width           =   7890
      Begin MSComCtl2.DTPicker DTPicker2 
         Height          =   315
         Left            =   3600
         TabIndex        =   67
         Top             =   750
         Width           =   1365
         _ExtentX        =   2408
         _ExtentY        =   556
         _Version        =   393216
         Format          =   24641537
         CurrentDate     =   36772
      End
      Begin MSComCtl2.DTPicker DTPicker1 
         Height          =   315
         Left            =   1050
         TabIndex        =   65
         Top             =   750
         Width           =   1515
         _ExtentX        =   2672
         _ExtentY        =   556
         _Version        =   393216
         Format          =   24641537
         CurrentDate     =   36772
      End
      Begin VB.TextBox txtData 
         BackColor       =   &H00C0FFFF&
         ForeColor       =   &H00FF0000&
         Height          =   315
         Left            =   5925
         TabIndex        =   41
         Top             =   300
         Width           =   1815
      End
      Begin VB.ComboBox cmbCompare 
         BackColor       =   &H00C0FFFF&
         ForeColor       =   &H00FF0000&
         Height          =   300
         ItemData        =   "frmEmployeeQuery1.frx":0000
         Left            =   3600
         List            =   "frmEmployeeQuery1.frx":0016
         TabIndex        =   39
         Top             =   300
         Width           =   1365
      End
      Begin VB.ComboBox cmbFieldName 
         BackColor       =   &H00C0FFFF&
         ForeColor       =   &H00FF0000&
         Height          =   300
         ItemData        =   "frmEmployeeQuery1.frx":0031
         Left            =   1050
         List            =   "frmEmployeeQuery1.frx":004D
         TabIndex        =   36
         Top             =   300
         Width           =   1515
      End
      Begin VB.Label Label2 
         Caption         =   "终止时间"
         ForeColor       =   &H00FF0000&
         Height          =   240
         Left            =   2700
         TabIndex        =   66
         Top             =   820
         Width           =   765
      End
      Begin VB.Label Label1 
         Caption         =   "开始时间"
         ForeColor       =   &H00FF0000&
         Height          =   240
         Left            =   150
         TabIndex        =   64
         Top             =   820
         Width           =   840
      End
      Begin VB.Label Label5 
         Caption         =   "比较数据"
         ForeColor       =   &H00FF0000&
         Height          =   165
         Left            =   5100
         TabIndex        =   40
         Top             =   375
         Width           =   765
      End
      Begin VB.Label Label4 
         Caption         =   "比较符号"
         ForeColor       =   &H00FF0000&
         Height          =   165
         Left            =   2700
         TabIndex        =   38
         Top             =   375
         Width           =   765
      End
      Begin VB.Label Label3 
         Caption         =   "字段名称"
         ForeColor       =   &H00FF0000&
         Height          =   165
         Left            =   150
         TabIndex        =   37
         Top             =   375
         Width           =   765
      End
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H00C0C0C0&
      Caption         =   "员工详细资料"
      ForeColor       =   &H00FF0000&
      Height          =   3825
      Left            =   270
      TabIndex        =   0
      Top             =   1290
      Width           =   7935
      Begin TabDlg.SSTab SSTab1 
         Height          =   3495
         Left            =   120
         TabIndex        =   1
         Top             =   240
         Width           =   7695
         _ExtentX        =   13573
         _ExtentY        =   6165
         _Version        =   393216
         Tabs            =   4
         TabsPerRow      =   4
         TabHeight       =   520
         BackColor       =   12632256
         ForeColor       =   16711680
         TabCaption(0)   =   "申请人基本资料"
         TabPicture(0)   =   "frmEmployeeQuery1.frx":00A3
         Tab(0).ControlEnabled=   -1  'True
         Tab(0).Control(0)=   "Frame2"
         Tab(0).Control(0).Enabled=   0   'False
         Tab(0).ControlCount=   1
         TabCaption(1)   =   "预留帐户"
         TabPicture(1)   =   "frmEmployeeQuery1.frx":00BF
         Tab(1).ControlEnabled=   0   'False
         Tab(1).Control(0)=   "Frame3"
         Tab(1).ControlCount=   1
         TabCaption(2)   =   "申请人身份证备份"
         TabPicture(2)   =   "frmEmployeeQuery1.frx":00DB
         Tab(2).ControlEnabled=   0   'False
         Tab(2).Control(0)=   "Frame6"
         Tab(2).ControlCount=   1
         TabCaption(3)   =   "消费概况"
         TabPicture(3)   =   "frmEmployeeQuery1.frx":00F7
         Tab(3).ControlEnabled=   0   'False
         Tab(3).Control(0)=   "Frame7"
         Tab(3).ControlCount=   1
         Begin VB.Frame Frame7 
            Height          =   2985
            Left            =   -74880
            TabIndex        =   32
            Top             =   360
            Width           =   7455
            Begin VB.TextBox txt消费概况 
               BackColor       =   &H00C0FFFF&
               DataField       =   "消费概况"
               DataSource      =   "Adodc1"
               ForeColor       =   &H00FF0000&
               Height          =   2085
               Left            =   1260
               Locked          =   -1  'True
               MultiLine       =   -1  'True
               TabIndex        =   33
               Top             =   615
               Width           =   5415
            End
            Begin VB.Label lblFieldLabel 
               Alignment       =   1  'Right Justify
               AutoSize        =   -1  'True
               Caption         =   "消费概况:"
               ForeColor       =   &H00FF0000&
               Height          =   255
               Index           =   14
               Left            =   480
               TabIndex        =   34
               Top             =   240
               Width           =   855
            End
         End
         Begin VB.Frame Frame6 
            Height          =   3015
            Left            =   -74880
            TabIndex        =   30
            Top             =   360
            Width           =   7455
            Begin VB.PictureBox Picture1 
               DataField       =   "身份证相片"
               DataSource      =   "Adodc1"
               Height          =   2295
               Left            =   2400
               Picture         =   "frmEmployeeQuery1.frx":0113
               ScaleHeight     =   2235
               ScaleWidth      =   1755
               TabIndex        =   31
               Top             =   405
               Width           =   1815
            End
         End
         Begin VB.Frame Frame4 
            BackColor       =   &H00C0C0C0&
            Height          =   3975
            Left            =   -74760
            TabIndex        =   25
            Top             =   480
            Width           =   7455
            Begin VB.TextBox d 
               Height          =   2925
               Left            =   1560
               Locked          =   -1  'True
               MultiLine       =   -1  'True
               TabIndex        =   26
               Top             =   480
               Width           =   5415
            End
            Begin VB.Label lblFieldLabel 
               Alignment       =   1  'Right Justify
               AutoSize        =   -1  'True
               Caption         =   "消费概况:"
               Height          =   255
               Index           =   13
               Left            =   480
               TabIndex        =   27
               Top             =   480
               Width           =   855
            End
         End
         Begin VB.Frame Frame2 
            Height          =   3015
            Left            =   120
            TabIndex        =   7
            Top             =   360
            Width           =   7455
            Begin VB.TextBox txt籍贯 
               BackColor       =   &H00C0FFFF&
               DataField       =   "籍贯"
               DataSource      =   "Adodc1"
               ForeColor       =   &H00FF0000&
               Height          =   285
               Left            =   1005
               Locked          =   -1  'True
               TabIndex        =   62
               Top             =   2100
               Width           =   2025
            End
            Begin VB.TextBox txt邮政编号 
               BackColor       =   &H00C0FFFF&
               DataField       =   "邮政编号"
               DataSource      =   "Adodc1"
               ForeColor       =   &H00FF0000&
               Height          =   285
               Left            =   5775
               Locked          =   -1  'True
               TabIndex        =   52
               Top             =   1200
               Width           =   1545
            End
            Begin VB.TextBox txt联络地址 

⌨️ 快捷键说明

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