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

📄 frmrecord.frm

📁 本系统是图书管理系统 它可以进行图书的查询恩功能 可以作为毕业设计
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Begin VB.Form FrmRecord 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "职工档案"
   ClientHeight    =   6705
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   8295
   ControlBox      =   0   'False
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   6705
   ScaleWidth      =   8295
   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 VB.PictureBox SSTRecord 
      Height          =   5175
      Left            =   120
      ScaleHeight     =   5115
      ScaleWidth      =   6945
      TabIndex        =   32
      Top             =   240
      Width           =   7005
      Begin VB.CommandButton CmdPrint 
         Caption         =   "打印(&P)"
         Height          =   375
         Left            =   -69480
         TabIndex        =   69
         Top             =   600
         Width           =   1215
      End
      Begin VB.PictureBox PicFrame 
         Height          =   3495
         Index           =   3
         Left            =   -74760
         ScaleHeight     =   3435
         ScaleWidth      =   6435
         TabIndex        =   66
         Top             =   1080
         Width           =   6495
         Begin VB.PictureBox VSDateRecord 
            BackColor       =   &H80000005&
            FillStyle       =   0  'Solid
            ForeColor       =   &H80000008&
            Height          =   3495
            Left            =   0
            ScaleHeight     =   3435
            ScaleWidth      =   6435
            TabIndex        =   67
            Top             =   0
            Width           =   6495
         End
      End
      Begin VB.PictureBox PicFrame 
         Height          =   255
         Index           =   2
         Left            =   240
         ScaleHeight     =   195
         ScaleWidth      =   6435
         TabIndex        =   61
         Top             =   4725
         Width           =   6495
         Begin VB.Label LblCount 
            AutoSize        =   -1  'True
            Caption         =   ":"
            Height          =   180
            Left            =   1080
            TabIndex        =   65
            Top             =   30
            Width           =   180
         End
         Begin VB.Label LblLable 
            AutoSize        =   -1  'True
            Caption         =   "当前记录共"
            Height          =   180
            Index           =   0
            Left            =   0
            TabIndex        =   64
            Top             =   30
            Width           =   900
         End
         Begin VB.Label LblLable 
            AutoSize        =   -1  'True
            Caption         =   "条"
            Height          =   180
            Index           =   1
            Left            =   1320
            TabIndex        =   63
            Top             =   30
            Width           =   180
         End
         Begin VB.Label LblLable 
            AutoSize        =   -1  'True
            Caption         =   "▲注意:基本信息与工作经验两标签内容保持完整"
            Height          =   180
            Index           =   2
            Left            =   2520
            TabIndex        =   62
            Top             =   30
            Width           =   3960
         End
      End
      Begin VB.PictureBox PicFrame 
         Height          =   3975
         Index           =   0
         Left            =   240
         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
            Top             =   1260
            Width           =   1695
         End
         Begin VB.ComboBox CmbSex 
            Enabled         =   0   'False
            Height          =   300
            ItemData        =   "FrmRecord.frx":0000
            Left            =   1320
            List            =   "FrmRecord.frx":000A
            TabIndex        =   2
            Top             =   900
            Width           =   1575
         End
         Begin VB.ComboBox CmbMarrageState 
            Enabled         =   0   'False
            Height          =   300
            ItemData        =   "FrmRecord.frx":0016
            Left            =   1320
            List            =   "FrmRecord.frx":0020
            TabIndex        =   8
            Top             =   3060
            Width           =   1575
         End
         Begin VB.PictureBox DTPBrithday 
            Enabled         =   0   'False
            Height          =   300
            Left            =   1320
            ScaleHeight     =   240
            ScaleWidth      =   1515
            TabIndex        =   4
            Top             =   1620
            Width           =   1575
         End
         Begin VB.PictureBox DTPInCompanyDate 
            Enabled         =   0   'False
            Height          =   300
            Left            =   4560
            ScaleHeight     =   240
            ScaleWidth      =   1635
            TabIndex        =   14
            Top             =   1620
            Width           =   1695
         End
         Begin VB.PictureBox DTPInBranchDate 
            Enabled         =   0   'False
            Height          =   300
            Left            =   4560
            ScaleHeight     =   240
            ScaleWidth      =   1635
            TabIndex        =   17
            Top             =   2700
            Width           =   1695
         End
         Begin VB.PictureBox DTPTitleDate 
            Enabled         =   0   'False
            Height          =   300
            Left            =   4560
            ScaleHeight     =   240
            ScaleWidth      =   1635
            TabIndex        =   19
            Top             =   3420
            Width           =   1695
         End

⌨️ 快捷键说明

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