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

📄 frmrecord.frm

📁 一个VB做的人事管理系统
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "MSDATLST.OCX"
Object = "{BEEECC20-4D5F-4F8B-BFDC-5D9B6FBDE09D}#1.0#0"; "vsFlex8.ocx"
Begin VB.Form FrmRecord 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "员工档案"
   ClientHeight    =   6105
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   7230
   ControlBox      =   0   'False
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   6105
   ScaleWidth      =   7230
   ShowInTaskbar   =   0   'False
   Begin VB.CommandButton CmdAdd 
      Caption         =   "添加(&A)"
      Height          =   375
      Left            =   120
      TabIndex        =   30
      Top             =   5520
      Width           =   1215
   End
   Begin VB.CommandButton CmdEdit 
      Caption         =   "编辑(&E)"
      Height          =   375
      Left            =   1560
      TabIndex        =   29
      Top             =   5520
      Width           =   1215
   End
   Begin VB.CommandButton CmdDel 
      Caption         =   "删除(&D)"
      Height          =   375
      Left            =   3000
      TabIndex        =   28
      Top             =   5520
      Width           =   1215
   End
   Begin VB.CommandButton CmdMove 
      Caption         =   "移动(&M)"
      Height          =   375
      Left            =   4440
      TabIndex        =   27
      Top             =   5520
      Width           =   1215
   End
   Begin VB.CommandButton CmdRetrun 
      Caption         =   "返回(&R)"
      Height          =   375
      Left            =   5880
      TabIndex        =   26
      Top             =   5520
      Width           =   1215
   End
   Begin VB.CommandButton CmdSave 
      Caption         =   "保存(&S)"
      Height          =   375
      Left            =   4440
      TabIndex        =   31
      Top             =   5520
      Visible         =   0   'False
      Width           =   1215
   End
   Begin TabDlg.SSTab SSTRecord 
      Height          =   5175
      Left            =   120
      TabIndex        =   32
      Top             =   240
      Width           =   7005
      _ExtentX        =   12356
      _ExtentY        =   9128
      _Version        =   393216
      Tab             =   2
      TabHeight       =   520
      TabCaption(0)   =   "基本信息"
      TabPicture(0)   =   "FrmRecord.frx":0000
      Tab(0).ControlEnabled=   0   'False
      Tab(0).Control(0)=   "PicFrame(2)"
      Tab(0).Control(1)=   "PicFrame(0)"
      Tab(0).ControlCount=   2
      TabCaption(1)   =   "工作经验"
      TabPicture(1)   =   "FrmRecord.frx":001C
      Tab(1).ControlEnabled=   0   'False
      Tab(1).Control(0)=   "PicFrame(1)"
      Tab(1).ControlCount=   1
      TabCaption(2)   =   "信息列表"
      TabPicture(2)   =   "FrmRecord.frx":0038
      Tab(2).ControlEnabled=   -1  'True
      Tab(2).Control(0)=   "PicFrame(3)"
      Tab(2).Control(0).Enabled=   0   'False
      Tab(2).Control(1)=   "CmdPrint"
      Tab(2).Control(1).Enabled=   0   'False
      Tab(2).ControlCount=   2
      Begin VB.PictureBox PicFrame 
         Height          =   255
         Index           =   2
         Left            =   -74760
         ScaleHeight     =   195
         ScaleWidth      =   6435
         TabIndex        =   65
         Top             =   4725
         Width           =   6495
         Begin VB.Label LblLable 
            AutoSize        =   -1  'True
            Caption         =   "条"
            Height          =   180
            Index           =   1
            Left            =   1320
            TabIndex        =   68
            Top             =   30
            Width           =   180
         End
         Begin VB.Label LblLable 
            AutoSize        =   -1  'True
            Caption         =   "当前记录共"
            Height          =   180
            Index           =   0
            Left            =   0
            TabIndex        =   67
            Top             =   30
            Width           =   900
         End
         Begin VB.Label LblCount 
            AutoSize        =   -1  'True
            Caption         =   ":"
            Height          =   180
            Left            =   1080
            TabIndex        =   66
            Top             =   30
            Width           =   180
         End
      End
      Begin VB.CommandButton CmdPrint 
         Caption         =   "打印(&P)"
         Height          =   375
         Left            =   5520
         TabIndex        =   64
         Top             =   600
         Width           =   1215
      End
      Begin VB.PictureBox PicFrame 
         Height          =   3495
         Index           =   3
         Left            =   240
         ScaleHeight     =   3435
         ScaleWidth      =   6435
         TabIndex        =   61
         Top             =   1080
         Width           =   6495
         Begin VSFlex8Ctl.VSFlexGrid VSDateRecord 
            Height          =   3495
            Left            =   0
            TabIndex        =   62
            Top             =   0
            Width           =   6495
            _cx             =   11456
            _cy             =   6165
            Appearance      =   1
            BorderStyle     =   1
            Enabled         =   -1  'True
            BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
               Name            =   "宋体"
               Size            =   9
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            MousePointer    =   0
            BackColor       =   -2147483643
            ForeColor       =   -2147483640
            BackColorFixed  =   -2147483633
            ForeColorFixed  =   -2147483630
            BackColorSel    =   -2147483635
            ForeColorSel    =   -2147483634
            BackColorBkg    =   -2147483636
            BackColorAlternate=   -2147483643
            GridColor       =   -2147483633
            GridColorFixed  =   -2147483632
            TreeColor       =   -2147483632
            FloodColor      =   192
            SheetBorder     =   -2147483642
            FocusRect       =   1
            HighLight       =   1
            AllowSelection  =   -1  'True
            AllowBigSelection=   -1  'True
            AllowUserResizing=   0
            SelectionMode   =   0
            GridLines       =   1
            GridLinesFixed  =   2
            GridLineWidth   =   1
            Rows            =   50
            Cols            =   10
            FixedRows       =   1
            FixedCols       =   1
            RowHeightMin    =   0
            RowHeightMax    =   0
            ColWidthMin     =   0
            ColWidthMax     =   0
            ExtendLastCol   =   0   'False
            FormatString    =   ""
            ScrollTrack     =   0   'False
            ScrollBars      =   3
            ScrollTips      =   0   'False
            MergeCells      =   0
            MergeCompare    =   0
            AutoResize      =   -1  'True
            AutoSizeMode    =   0
            AutoSearch      =   0
            AutoSearchDelay =   2
            MultiTotals     =   -1  'True
            SubtotalPosition=   1
            OutlineBar      =   0
            OutlineCol      =   0
            Ellipsis        =   0
            ExplorerBar     =   0
            PicturesOver    =   0   'False
            FillStyle       =   0
            RightToLeft     =   0   'False
            PictureType     =   0
            TabBehavior     =   0
            OwnerDraw       =   0
            Editable        =   0
            ShowComboButton =   1
            WordWrap        =   0   'False
            TextStyle       =   0
            TextStyleFixed  =   0
            OleDragMode     =   0
            OleDropMode     =   0
            DataMode        =   0
            VirtualData     =   -1  'True
            DataMember      =   ""
            ComboSearch     =   3
            AutoSizeMouse   =   -1  'True
            FrozenRows      =   0
            FrozenCols      =   0
            AllowUserFreezing=   0
            BackColorFrozen =   0
            ForeColorFrozen =   0
            WallPaperAlignment=   9
            AccessibleName  =   ""
            AccessibleDescription=   ""
            AccessibleValue =   ""
            AccessibleRole  =   24
         End
      End
      Begin VB.PictureBox PicFrame 
         Height          =   3975
         Index           =   0
         Left            =   -74760
         ScaleHeight     =   3915
         ScaleWidth      =   6435
         TabIndex        =   40
         Top             =   600
         Width           =   6495
         Begin VB.TextBox TxtCode 
            Enabled         =   0   'False
            Height          =   300
            Left            =   1320
            MaxLength       =   10
            TabIndex        =   0
            Top             =   180
            Width           =   1575
         End
         Begin VB.TextBox TxtName 
            Enabled         =   0   'False
            Height          =   300
            Left            =   1320
            MaxLength       =   10
            TabIndex        =   1
            Top             =   540
            Width           =   1575
         End
         Begin VB.TextBox TxtPlace 
            Enabled         =   0   'False
            Height          =   300
            Left            =   1320
            MaxLength       =   20
            TabIndex        =   3
            Top             =   1260
            Width           =   1575
         End
         Begin VB.TextBox TxtEdu 
            Enabled         =   0   'False
            Height          =   300
            Left            =   1320
            MaxLength       =   10
            TabIndex        =   5
            Top             =   1980
            Width           =   1575
         End
         Begin VB.TextBox TxtSubject 
            Enabled         =   0   'False
            Height          =   300
            Left            =   1320
            MaxLength       =   20
            TabIndex        =   6
            Top             =   2340
            Width           =   1575
         End
         Begin VB.TextBox TxtIDCard 
            Enabled         =   0   'False
            Height          =   300
            Left            =   1320
            MaxLength       =   18
            TabIndex        =   7
            Top             =   2700
            Width           =   1575
         End
         Begin VB.TextBox TxtPolity 
            Enabled         =   0   'False
            Height          =   300
            Left            =   1320
            MaxLength       =   20
            TabIndex        =   9
            Top             =   3420
            Width           =   1575
         End
         Begin VB.TextBox TxtTel 
            Enabled         =   0   'False
            Height          =   300
            Left            =   4560
            MaxLength       =   12
            TabIndex        =   10
            Top             =   180
            Width           =   1695
         End
         Begin VB.TextBox TxtPostCode 
            Enabled         =   0   'False
            Height          =   300
            Left            =   4560
            MaxLength       =   6
            TabIndex        =   11
            Top             =   540
            Width           =   1695
         End
         Begin VB.TextBox TxtEmail 
            Enabled         =   0   'False
            Height          =   300
            Left            =   4560
            MaxLength       =   20
            TabIndex        =   12
            Top             =   900
            Width           =   1695
         End
         Begin VB.TextBox TxtAddress 
            Enabled         =   0   'False
            Height          =   300
            Left            =   4560
            MaxLength       =   200
            TabIndex        =   13

⌨️ 快捷键说明

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