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

📄 frmempedit.frm

📁 vb与access数据库的操作实例
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form FrmEmpEdit 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "编辑员工信息"
   ClientHeight    =   5760
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   9390
   Icon            =   "FrmEmpEdit.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5760
   ScaleWidth      =   9390
   StartUpPosition =   2  '屏幕中心
   Begin VB.CommandButton Cmd_OK 
      Caption         =   "确 定"
      Height          =   400
      Left            =   3030
      MouseIcon       =   "FrmEmpEdit.frx":0CCA
      MousePointer    =   99  'Custom
      Style           =   1  'Graphical
      TabIndex        =   19
      Top             =   5160
      Width           =   1300
   End
   Begin VB.CommandButton Cmd_Cancel 
      Cancel          =   -1  'True
      Caption         =   "取 消"
      Height          =   400
      Left            =   5060
      MouseIcon       =   "FrmEmpEdit.frx":0FD4
      MousePointer    =   99  'Custom
      Style           =   1  'Graphical
      TabIndex        =   20
      Top             =   5160
      Width           =   1300
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H80000004&
      ForeColor       =   &H00808000&
      Height          =   4815
      Left            =   120
      TabIndex        =   21
      Top             =   120
      Width           =   9135
      Begin MSComCtl2.DTPicker DtBirth 
         Height          =   300
         Left            =   1440
         TabIndex        =   44
         Top             =   720
         Width           =   1815
         _ExtentX        =   3201
         _ExtentY        =   529
         _Version        =   393216
         CheckBox        =   -1  'True
         Format          =   27066369
         CurrentDate     =   38220
         MaxDate         =   109939
         MinDate         =   2
      End
      Begin VB.ComboBox ComboUpper 
         Height          =   300
         Left            =   1440
         TabIndex        =   17
         Text            =   "Combo1"
         Top             =   3296
         Width           =   1815
      End
      Begin VB.TextBox txtEmpName 
         Alignment       =   1  'Right Justify
         Height          =   300
         Left            =   1440
         MaxLength       =   15
         TabIndex        =   0
         Top             =   300
         Width           =   1815
      End
      Begin VB.ComboBox ComboSex 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   300
         ItemData        =   "FrmEmpEdit.frx":12DE
         Left            =   4560
         List            =   "FrmEmpEdit.frx":12E8
         Style           =   2  'Dropdown List
         TabIndex        =   1
         Top             =   278
         Width           =   975
      End
      Begin VB.TextBox txtNationality 
         Alignment       =   1  'Right Justify
         Height          =   300
         Left            =   7440
         MaxLength       =   15
         TabIndex        =   4
         Top             =   728
         Width           =   1455
      End
      Begin VB.TextBox txtOfficePhone 
         Alignment       =   1  'Right Justify
         Height          =   300
         Left            =   1440
         MaxLength       =   15
         TabIndex        =   10
         Top             =   2010
         Width           =   2655
      End
      Begin VB.TextBox txtCulture_Level 
         Alignment       =   1  'Right Justify
         Height          =   300
         Left            =   7440
         MaxLength       =   15
         TabIndex        =   7
         Top             =   1156
         Width           =   1455
      End
      Begin VB.ComboBox ComboMarital 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   300
         ItemData        =   "FrmEmpEdit.frx":12F4
         Left            =   1440
         List            =   "FrmEmpEdit.frx":1304
         Style           =   2  'Dropdown List
         TabIndex        =   5
         Top             =   1134
         Width           =   1815
      End
      Begin VB.TextBox txtId_Card 
         Height          =   300
         Left            =   1440
         MaxLength       =   20
         TabIndex        =   8
         Top             =   1584
         Width           =   4575
      End
      Begin VB.TextBox txtFiles_Keep_Org 
         Alignment       =   1  'Right Justify
         Height          =   300
         Left            =   1440
         MaxLength       =   15
         TabIndex        =   12
         Top             =   2440
         Width           =   2655
      End
      Begin VB.TextBox txtHukou 
         Alignment       =   1  'Right Justify
         Height          =   300
         Left            =   6000
         MaxLength       =   15
         TabIndex        =   13
         Top             =   2460
         Width           =   2895
      End
      Begin VB.TextBox txtContract_Duration 
         Alignment       =   1  'Right Justify
         Height          =   300
         Left            =   6000
         MaxLength       =   15
         TabIndex        =   14
         Top             =   2880
         Width           =   2895
      End
      Begin VB.TextBox txtTitle 
         Alignment       =   1  'Right Justify
         Height          =   300
         Left            =   7440
         MaxLength       =   15
         TabIndex        =   15
         Top             =   3296
         Width           =   1455
      End
      Begin VB.TextBox txtPolitical_Party 
         Alignment       =   1  'Right Justify
         Height          =   300
         Left            =   4560
         MaxLength       =   15
         TabIndex        =   3
         Top             =   728
         Width           =   1455
      End
      Begin VB.TextBox txtFamily_Place 
         Alignment       =   1  'Right Justify
         Height          =   300
         Left            =   4560
         MaxLength       =   15
         TabIndex        =   6
         Top             =   1156
         Width           =   1455
      End
      Begin VB.TextBox txtMobile 
         Alignment       =   1  'Right Justify
         Height          =   300
         Left            =   6000
         MaxLength       =   15
         TabIndex        =   11
         Top             =   2010
         Width           =   2895
      End
      Begin VB.TextBox txtPosition1 
         Alignment       =   1  'Right Justify
         Height          =   300
         Left            =   4560
         MaxLength       =   15
         TabIndex        =   16
         Top             =   3296
         Width           =   1455
      End
      Begin VB.TextBox txtMemo1 
         Height          =   900
         Left            =   1440
         MaxLength       =   100
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   18
         Top             =   3720
         Width           =   4575
      End
      Begin VB.TextBox txtBadgeID 
         Alignment       =   1  'Right Justify
         Height          =   300
         Left            =   7440
         MaxLength       =   15
         TabIndex        =   9
         Top             =   1584
         Width           =   1455
      End
      Begin VB.ComboBox ComboState 
         Height          =   300
         ItemData        =   "FrmEmpEdit.frx":1320
         Left            =   7440
         List            =   "FrmEmpEdit.frx":1336
         Style           =   2  'Dropdown List
         TabIndex        =   2
         Top             =   278
         Width           =   1455
      End
      Begin MSComCtl2.DTPicker DtHireDate 
         Height          =   300
         Left            =   1440
         TabIndex        =   45
         Top             =   2865
         Width           =   1815
         _ExtentX        =   3201
         _ExtentY        =   529
         _Version        =   393216
         CheckBox        =   -1  'True
         Format          =   27066369
         CurrentDate     =   38220
         MaxDate         =   109939
         MinDate         =   2
      End
      Begin VB.Label lblFillin_Time 
         AutoSize        =   -1  'True
         Caption         =   "2004-08-16 12:30"
         Height          =   180
         Left            =   7440
         TabIndex        =   48
         Top             =   4320
         Width           =   1440
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         BackColor       =   &H00FFC0C0&
         BackStyle       =   0  'Transparent
         Caption         =   "填表时间"
         Height          =   180
         Left            =   6240
         TabIndex        =   47
         Top             =   4320
         Width           =   720
      End
      Begin VB.Label lblFillin_Person 
         AutoSize        =   -1  'True
         Caption         =   "Label2"
         Height          =   180
         Left            =   7440
         TabIndex        =   46
         Top             =   3840
         Width           =   540
      End
      Begin VB.Label Label14 
         AutoSize        =   -1  'True
         BackColor       =   &H00FFC0C0&
         BackStyle       =   0  'Transparent
         Caption         =   "上级员工"
         Height          =   180
         Left            =   240
         TabIndex        =   43
         Top             =   3356
         Width           =   720
      End
      Begin VB.Label Label18 
         AutoSize        =   -1  'True
         BackColor       =   &H00FFC0C0&
         BackStyle       =   0  'Transparent
         Caption         =   "职务"
         Height          =   180
         Left            =   6240
         TabIndex        =   42
         Top             =   3360
         Width           =   360
      End
      Begin VB.Label Label39 
         AutoSize        =   -1  'True
         BackColor       =   &H00FFC0C0&
         BackStyle       =   0  'Transparent
         Caption         =   "档案所在地"
         Height          =   180
         Left            =   240
         TabIndex        =   41
         Top             =   2500
         Width           =   900
      End
      Begin VB.Label Label34 
         AutoSize        =   -1  'True
         BackColor       =   &H00FFC0C0&
         BackStyle       =   0  'Transparent
         Caption         =   "民族"
         Height          =   180
         Left            =   6240
         TabIndex        =   40
         Top             =   795
         Width           =   360
      End
      Begin VB.Label Label26 
         AutoSize        =   -1  'True
         BackColor       =   &H00FFC0C0&
         BackStyle       =   0  'Transparent
         Caption         =   "婚姻状况"
         Height          =   180
         Left            =   240
         TabIndex        =   39
         Top             =   1216
         Width           =   720
      End
      Begin VB.Label Label5 
         AutoSize        =   -1  'True
         BackColor       =   &H00FFC0C0&
         BackStyle       =   0  'Transparent
         Caption         =   "身份证号"
         Height          =   180
         Left            =   240
         TabIndex        =   38
         Top             =   1644
         Width           =   720
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         BackColor       =   &H00FFC0C0&
         BackStyle       =   0  'Transparent
         Caption         =   "到岗日期"
         Height          =   180

⌨️ 快捷键说明

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