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

📄 frmcreatesalary.frm

📁 数据库课程设计
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmCreateSalary 
   Caption         =   "发放工资"
   ClientHeight    =   5670
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   5775
   LinkTopic       =   "Form1"
   ScaleHeight     =   5670
   ScaleWidth      =   5775
   StartUpPosition =   3  'Windows Default
   Begin VB.CommandButton cmdCaculate 
      Caption         =   "计算(&C)"
      Height          =   375
      Left            =   840
      TabIndex        =   36
      Top             =   5160
      Width           =   1215
   End
   Begin VB.CommandButton cmdSave 
      Caption         =   "保存 (&S)"
      Height          =   375
      Left            =   2280
      TabIndex        =   34
      Top             =   5160
      Width           =   1215
   End
   Begin VB.CommandButton cmdExit 
      Caption         =   "返回 (&X)"
      Height          =   375
      Left            =   3720
      TabIndex        =   33
      Top             =   5160
      Width           =   1215
   End
   Begin VB.Frame Frame5 
      Caption         =   "代扣项目"
      Height          =   1095
      Left            =   120
      TabIndex        =   26
      Top             =   2640
      Width           =   5535
      Begin VB.TextBox txtItem 
         Height          =   270
         Index           =   8
         Left            =   1320
         MaxLength       =   8
         TabIndex        =   29
         Top             =   720
         Width           =   1455
      End
      Begin VB.TextBox txtItem 
         Height          =   270
         Index           =   6
         Left            =   1320
         MaxLength       =   8
         TabIndex        =   28
         Top             =   360
         Width           =   1455
      End
      Begin VB.TextBox txtItem 
         Height          =   270
         Index           =   7
         Left            =   3840
         MaxLength       =   8
         TabIndex        =   27
         Top             =   360
         Width           =   1575
      End
      Begin VB.Label Label2 
         Caption         =   "养    老    金:"
         Height          =   255
         Index           =   9
         Left            =   240
         TabIndex        =   32
         Top             =   360
         Width           =   1215
      End
      Begin VB.Label Label2 
         Caption         =   "医疗保险:"
         Height          =   255
         Index           =   10
         Left            =   2880
         TabIndex        =   31
         Top             =   360
         Width           =   975
      End
      Begin VB.Label Label2 
         Caption         =   "住房公积金:"
         Height          =   255
         Index           =   11
         Left            =   240
         TabIndex        =   30
         Top             =   720
         Width           =   1215
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "基本工资"
      Height          =   1455
      Left            =   120
      TabIndex        =   13
      Top             =   1080
      Width           =   5535
      Begin VB.TextBox txtItem 
         Height          =   270
         Index           =   0
         Left            =   1200
         MaxLength       =   8
         TabIndex        =   19
         Top             =   360
         Width           =   1575
      End
      Begin VB.TextBox txtItem 
         Height          =   270
         Index           =   1
         Left            =   3720
         MaxLength       =   8
         TabIndex        =   18
         Top             =   360
         Width           =   1695
      End
      Begin VB.TextBox txtItem 
         Height          =   270
         Index           =   2
         Left            =   1200
         MaxLength       =   8
         TabIndex        =   17
         Top             =   720
         Width           =   1575
      End
      Begin VB.TextBox txtItem 
         Height          =   270
         Index           =   3
         Left            =   3720
         MaxLength       =   8
         TabIndex        =   16
         Top             =   720
         Width           =   1695
      End
      Begin VB.TextBox txtItem 
         Height          =   270
         Index           =   4
         Left            =   1200
         MaxLength       =   8
         TabIndex        =   15
         Top             =   1080
         Width           =   1575
      End
      Begin VB.TextBox txtItem 
         Height          =   270
         Index           =   5
         Left            =   3720
         MaxLength       =   8
         TabIndex        =   14
         Top             =   1080
         Width           =   1695
      End
      Begin VB.Label Label2 
         Caption         =   "底  薪:"
         Height          =   255
         Index           =   2
         Left            =   480
         TabIndex        =   25
         Top             =   360
         Width           =   855
      End
      Begin VB.Label Label2 
         Caption         =   "补  贴:"
         Height          =   255
         Index           =   3
         Left            =   3000
         TabIndex        =   24
         Top             =   360
         Width           =   735
      End
      Begin VB.Label Label2 
         Caption         =   "奖  金:"
         Height          =   255
         Index           =   4
         Left            =   480
         TabIndex        =   23
         Top             =   720
         Width           =   735
      End
      Begin VB.Label Label2 
         Caption         =   "加  班:"
         Height          =   255
         Index           =   5
         Left            =   3000
         TabIndex        =   22
         Top             =   720
         Width           =   855
      End
      Begin VB.Label Label2 
         Caption         =   "扣考核:"
         Height          =   255
         Index           =   6
         Left            =   480
         TabIndex        =   21
         Top             =   1080
         Width           =   975
      End
      Begin VB.Label Label2 
         Caption         =   "房  贴:"
         Height          =   255
         Index           =   7
         Left            =   3000
         TabIndex        =   20
         Top             =   1080
         Width           =   735
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "员工信息"
      Height          =   855
      Left            =   120
      TabIndex        =   9
      Top             =   120
      Width           =   5535
      Begin VB.TextBox txtName 
         Enabled         =   0   'False
         Height          =   285
         Left            =   3720
         TabIndex        =   35
         Text            =   "Text1"
         Top             =   360
         Width           =   1695
      End
      Begin VB.ComboBox cboNo 
         Height          =   315
         Left            =   1080
         Style           =   2  'Dropdown List
         TabIndex        =   10
         Top             =   360
         Width           =   1695
      End
      Begin VB.Label Label2 
         Caption         =   "员工号:"
         Height          =   255
         Index           =   0
         Left            =   240
         TabIndex        =   12
         Top             =   360
         Width           =   855
      End
      Begin VB.Label Label2 
         Caption         =   "姓  名:"
         Height          =   255
         Index           =   1
         Left            =   3000
         TabIndex        =   11
         Top             =   360
         Width           =   975
      End
   End
   Begin VB.Frame Frame3 
      Caption         =   "工资总计"
      Height          =   1095
      Left            =   120
      TabIndex        =   0
      Top             =   3840
      Width           =   5535

⌨️ 快捷键说明

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