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

📄 updatesform.frm

📁 本系统主要介绍了企业工资管理的一些内容。
💻 FRM
字号:
VERSION 5.00
Begin VB.Form UpdateSform 
   Caption         =   "修改特殊项"
   ClientHeight    =   5085
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   5070
   LinkTopic       =   "Form1"
   ScaleHeight     =   5085
   ScaleWidth      =   5070
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton cmdcancel 
      Caption         =   "取消"
      Height          =   495
      Left            =   2760
      TabIndex        =   11
      Top             =   3720
      Width           =   1095
   End
   Begin VB.CommandButton cmdmodify 
      Caption         =   "修改"
      Height          =   495
      Left            =   840
      TabIndex        =   10
      Top             =   3720
      Width           =   1215
   End
   Begin VB.TextBox txtvalue 
      Height          =   375
      Index           =   4
      Left            =   1800
      TabIndex        =   9
      Top             =   2760
      Width           =   1575
   End
   Begin VB.TextBox txtvalue 
      Height          =   375
      Index           =   3
      Left            =   1800
      TabIndex        =   8
      Top             =   2160
      Width           =   1575
   End
   Begin VB.TextBox txtvalue 
      Height          =   375
      Index           =   2
      Left            =   1800
      TabIndex        =   7
      Top             =   1560
      Width           =   1575
   End
   Begin VB.TextBox txtvalue 
      Height          =   375
      Index           =   1
      Left            =   1800
      TabIndex        =   6
      Top             =   960
      Width           =   1575
   End
   Begin VB.TextBox txtvalue 
      Height          =   375
      Index           =   0
      Left            =   1800
      TabIndex        =   5
      Top             =   360
      Width           =   1575
   End
   Begin VB.Label lblfield 
      AutoSize        =   -1  'True
      Caption         =   "特殊项日期"
      Height          =   180
      Index           =   4
      Left            =   480
      TabIndex        =   4
      Top             =   2760
      Width           =   900
   End
   Begin VB.Label lblfield 
      AutoSize        =   -1  'True
      Caption         =   "特殊项金额"
      Height          =   180
      Index           =   3
      Left            =   480
      TabIndex        =   3
      Top             =   2160
      Width           =   900
   End
   Begin VB.Label lblfield 
      AutoSize        =   -1  'True
      Caption         =   "特殊项名称"
      Height          =   180
      Index           =   2
      Left            =   480
      TabIndex        =   2
      Top             =   1560
      Width           =   900
   End
   Begin VB.Label lblfield 
      AutoSize        =   -1  'True
      Caption         =   "职工ID"
      Height          =   180
      Index           =   1
      Left            =   480
      TabIndex        =   1
      Top             =   960
      Width           =   540
   End
   Begin VB.Label lblfield 
      AutoSize        =   -1  'True
      Caption         =   "特殊项ID"
      Height          =   180
      Index           =   0
      Left            =   480
      TabIndex        =   0
      Top             =   360
      Width           =   720
   End
End
Attribute VB_Name = "updatesform"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdCancel_Click()
Me.Hide
End Sub

Private Sub cmdmodify_Click()
MsgBox "修改成功!"
End Sub

⌨️ 快捷键说明

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