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

📄 frmemployees_new.frm

📁 英文版Access数据库编程
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form frmEmployees_New 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Add New Employee"
   ClientHeight    =   5400
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   9000
   ControlBox      =   0   'False
   BeginProperty Font 
      Name            =   "Tahoma"
      Size            =   8.25
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   Icon            =   "frmEmployees_New.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5400
   ScaleWidth      =   9000
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   Begin VB.ComboBox yyyyComm 
      Height          =   315
      Left            =   7800
      Style           =   2  'Dropdown List
      TabIndex        =   24
      Top             =   2880
      Width           =   855
   End
   Begin VB.ComboBox ddComm 
      Height          =   315
      ItemData        =   "frmEmployees_New.frx":000C
      Left            =   6360
      List            =   "frmEmployees_New.frx":006D
      Style           =   2  'Dropdown List
      TabIndex        =   22
      Top             =   2880
      Width           =   615
   End
   Begin VB.ComboBox mmComm 
      Height          =   315
      ItemData        =   "frmEmployees_New.frx":00ED
      Left            =   7080
      List            =   "frmEmployees_New.frx":0115
      Style           =   2  'Dropdown List
      TabIndex        =   23
      ToolTipText     =   "Month"
      Top             =   2880
      Width           =   615
   End
   Begin VB.ComboBox yyyyBirth 
      Height          =   315
      Left            =   2880
      Style           =   2  'Dropdown List
      TabIndex        =   5
      Top             =   1800
      Width           =   855
   End
   Begin VB.ComboBox ddBirth 
      Height          =   315
      ItemData        =   "frmEmployees_New.frx":0149
      Left            =   1440
      List            =   "frmEmployees_New.frx":01AA
      Style           =   2  'Dropdown List
      TabIndex        =   3
      Top             =   1800
      Width           =   615
   End
   Begin VB.ComboBox mmBirth 
      Height          =   315
      ItemData        =   "frmEmployees_New.frx":022A
      Left            =   2160
      List            =   "frmEmployees_New.frx":0252
      Style           =   2  'Dropdown List
      TabIndex        =   4
      ToolTipText     =   "Month"
      Top             =   1800
      Width           =   615
   End
   Begin VB.Frame Frame1 
      Caption         =   "Notes"
      Height          =   1455
      Left            =   5160
      TabIndex        =   25
      Top             =   3240
      Width           =   3735
      Begin VB.TextBox txtNotes 
         Height          =   1095
         Left            =   120
         MaxLength       =   255
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   26
         ToolTipText     =   "Additional notes in regards to the new employee"
         Top             =   240
         Width           =   3495
      End
   End
   Begin VB.TextBox txtChildren 
      Enabled         =   0   'False
      Height          =   285
      Left            =   1440
      Locked          =   -1  'True
      MaxLength       =   2
      TabIndex        =   10
      Text            =   "0"
      ToolTipText     =   "Number of children"
      Top             =   3240
      Width           =   375
   End
   Begin VB.TextBox txtAddress 
      Height          =   285
      Left            =   1440
      MaxLength       =   100
      TabIndex        =   12
      ToolTipText     =   "Current address"
      Top             =   3600
      Width           =   3615
   End
   Begin VB.ComboBox cmbCity 
      Height          =   315
      Left            =   1440
      TabIndex        =   15
      Text            =   "[PLEASE SELECT ONE]"
      ToolTipText     =   "City of address"
      Top             =   4680
      Width           =   3615
   End
   Begin VB.ComboBox cmbState 
      Height          =   315
      Left            =   1440
      TabIndex        =   14
      Text            =   "[PLEASE SELECT ONE]"
      ToolTipText     =   "State of address"
      Top             =   4320
      Width           =   2655
   End
   Begin VB.ComboBox cmbCountry 
      Height          =   315
      Left            =   1440
      TabIndex        =   13
      Text            =   "[PLEASE SELECT ONE]"
      ToolTipText     =   "Country of address"
      Top             =   3960
      Width           =   2655
   End
   Begin VB.TextBox txtZip 
      Height          =   285
      Left            =   1440
      MaxLength       =   8
      TabIndex        =   16
      Text            =   "00000"
      ToolTipText     =   "Zip/postal code of address"
      Top             =   5040
      Width           =   735
   End
   Begin VB.TextBox txtName 
      Height          =   285
      Left            =   1440
      MaxLength       =   100
      TabIndex        =   0
      ToolTipText     =   "Enter the name of the new employee"
      Top             =   1080
      Width           =   3615
   End
   Begin VB.TextBox txtIC 
      Height          =   285
      Left            =   1440
      MaxLength       =   12
      TabIndex        =   6
      ToolTipText     =   "Identity Card number. (000000000000)"
      Top             =   2160
      Width           =   2535
   End
   Begin VB.ComboBox cmbRace 
      Height          =   315
      ItemData        =   "frmEmployees_New.frx":0286
      Left            =   1440
      List            =   "frmEmployees_New.frx":0296
      TabIndex        =   7
      Text            =   "[PLEASE SELECT ONE]"
      ToolTipText     =   "Select the racial status of the new employee"
      Top             =   2520
      Width           =   2055
   End
   Begin VB.TextBox txtEPF 
      Height          =   285
      Left            =   6360
      MaxLength       =   20
      TabIndex        =   17
      ToolTipText     =   "EPF account number"
      Top             =   1080
      Width           =   1935
   End
   Begin VB.TextBox txtSocso 
      Height          =   285
      Left            =   6360
      MaxLength       =   20
      TabIndex        =   18
      ToolTipText     =   "Social Security Number"
      Top             =   1440
      Width           =   1935
   End
   Begin VB.TextBox txtTFN 
      Height          =   285
      Left            =   6360
      MaxLength       =   20
      TabIndex        =   19
      ToolTipText     =   "Income Tax File Number"
      Top             =   1800
      Width           =   1935
   End
   Begin VB.TextBox txtSalary 
      Height          =   285
      Left            =   6360
      MaxLength       =   15
      TabIndex        =   21
      Text            =   "0.00"
      ToolTipText     =   "Current salary."
      Top             =   2520
      Width           =   1335
   End
   Begin VB.ComboBox cmbPosition 
      Height          =   315
      Left            =   6360
      Style           =   2  'Dropdown List
      TabIndex        =   20
      Top             =   2160
      Width           =   2535
   End
   Begin VB.CommandButton cmdSave 
      Caption         =   "&Save"
      Enabled         =   0   'False
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   6600
      TabIndex        =   27
      ToolTipText     =   "Click here to save the new employee details."
      Top             =   4920
      Width           =   1095
   End
   Begin VB.CommandButton cmdCancel 
      Caption         =   "&Cancel"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   7800
      TabIndex        =   28
      ToolTipText     =   "Click here to close this window without saving any changes."
      Top             =   4920
      Width           =   1095
   End
   Begin VB.OptionButton optMarriedYes 
      Caption         =   "Yes"
      Height          =   195
      Left            =   1440
      TabIndex        =   8
      ToolTipText     =   "Click here if employee is married"
      Top             =   2880
      Width           =   1095
   End
   Begin VB.OptionButton optMarriedNo 
      Caption         =   "No"
      Height          =   255
      Left            =   2640
      TabIndex        =   9
      ToolTipText     =   "Click here if employee is not married"
      Top             =   2880
      Width           =   975
   End
   Begin VB.Frame Frame2 
      BorderStyle     =   0  'None
      Caption         =   "Frame2"
      Height          =   255
      Left            =   1440
      TabIndex        =   29
      Top             =   1440
      Width           =   3615
      Begin VB.OptionButton optFemale 
         Caption         =   "Female"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   1200
         TabIndex        =   2
         ToolTipText     =   "Click here if employee is a female"
         Top             =   0
         Width           =   1095
      End
      Begin VB.OptionButton optMale 
         Caption         =   "Male"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   0
         TabIndex        =   1
         ToolTipText     =   "Click here if employee is a male"
         Top             =   0
         Width           =   1095
      End
   End
   Begin MSComCtl2.UpDown udChildren 
      Height          =   285
      Left            =   1800
      TabIndex        =   11
      ToolTipText     =   "Click to adjust the number of children"
      Top             =   3240
      Width           =   255
      _ExtentX        =   450
      _ExtentY        =   503
      _Version        =   393216
      BuddyControl    =   "txtChildren"
      BuddyDispid     =   196617
      OrigLeft        =   1800
      OrigTop         =   3240
      OrigRight       =   2040
      OrigBottom      =   3525
      SyncBuddy       =   -1  'True
      BuddyProperty   =   65547
      Enabled         =   0   'False
   End
   Begin VB.Image Image1 
      Height          =   480
      Left            =   240
      Picture         =   "frmEmployees_New.frx":02BA
      Top             =   120
      Width           =   480
   End
   Begin VB.Label lblNotes 
      BackStyle       =   0  'Transparent
      Caption         =   "* - Red labels indicate required fields"
      ForeColor       =   &H00FFFFFF&
      Height          =   615
      Left            =   960
      TabIndex        =   48
      Top             =   120
      Width           =   7935
   End
   Begin VB.Label Label1 
      Caption         =   "Name:"
      ForeColor       =   &H000000FF&
      Height          =   255
      Index           =   1
      Left            =   120
      TabIndex        =   47
      Top             =   1080
      Width           =   1215
   End
   Begin VB.Label Label1 
      Caption         =   "Gender:"
      ForeColor       =   &H000000FF&
      Height          =   255
      Index           =   2
      Left            =   120
      TabIndex        =   46
      Top             =   1440
      Width           =   1215
   End
   Begin VB.Label Label1 
      Caption         =   "Date of Birth:"
      ForeColor       =   &H000000FF&
      Height          =   255
      Index           =   3
      Left            =   120
      TabIndex        =   45
      Top             =   1800
      Width           =   1215
   End
   Begin VB.Label Label1 
      Caption         =   "IC Number:"
      ForeColor       =   &H000000FF&
      Height          =   255
      Index           =   4
      Left            =   120
      TabIndex        =   44
      Top             =   2160
      Width           =   1215
   End
   Begin VB.Label Label1 
      Caption         =   "Race:"
      ForeColor       =   &H000000FF&
      Height          =   255
      Index           =   5
      Left            =   120
      TabIndex        =   43
      Top             =   2520
      Width           =   1215
   End
   Begin VB.Label Label1 
      Caption         =   "No. of Children:"
      Height          =   255
      Index           =   6
      Left            =   120
      TabIndex        =   42
      Top             =   3240
      Width           =   1215
   End
   Begin VB.Label Label1 
      Caption         =   "Address:"
      ForeColor       =   &H000000FF&
      Height          =   255
      Index           =   7
      Left            =   120
      TabIndex        =   41
      Top             =   3600
      Width           =   855
   End
   Begin VB.Label Label1 
      Caption         =   "City:"
      ForeColor       =   &H000000FF&
      Height          =   255
      Index           =   8
      Left            =   120
      TabIndex        =   40
      Top             =   4680
      Width           =   855
   End
   Begin VB.Label Label1 
      Caption         =   "State:"
      ForeColor       =   &H000000FF&
      Height          =   255
      Index           =   9
      Left            =   120
      TabIndex        =   39
      Top             =   4320
      Width           =   855
   End
   Begin VB.Label Label1 
      Caption         =   "Country:"
      ForeColor       =   &H000000FF&
      Height          =   255
      Index           =   10
      Left            =   120
      TabIndex        =   38
      Top             =   3960
      Width           =   855
   End
   Begin VB.Label Label1 
      Caption         =   "Zip Code:"
      ForeColor       =   &H000000FF&
      Height          =   255
      Index           =   11
      Left            =   120
      TabIndex        =   37
      Top             =   5040
      Width           =   855
   End
   Begin VB.Label Label1 
      Caption         =   "EPF:"
      Height          =   255
      Index           =   12
      Left            =   5160
      TabIndex        =   36
      Top             =   1080
      Width           =   855
   End
   Begin VB.Label Label1 
      Caption         =   "Socso:"
      Height          =   255
      Index           =   13

⌨️ 快捷键说明

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