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

📄 frmmodify.frm

📁 人事管理系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmmodify 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "信息修改"
   ClientHeight    =   3030
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   4290
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3030
   ScaleWidth      =   4290
   StartUpPosition =   1  '所有者中心
   Begin VB.CommandButton Command2 
      Caption         =   "取消"
      Height          =   330
      Left            =   3360
      TabIndex        =   7
      Top             =   2415
      Width           =   750
   End
   Begin VB.CommandButton Command1 
      Caption         =   "确定"
      Height          =   330
      Left            =   2625
      TabIndex        =   6
      Top             =   2415
      Width           =   750
   End
   Begin VB.Frame Frame1 
      Height          =   1590
      Left            =   525
      TabIndex        =   1
      Top             =   630
      Width           =   3270
      Begin VB.TextBox Text2 
         Appearance      =   0  'Flat
         Height          =   270
         Left            =   1365
         TabIndex        =   5
         Top             =   1050
         Width           =   1170
      End
      Begin VB.TextBox Text1 
         Appearance      =   0  'Flat
         Height          =   270
         Left            =   1365
         TabIndex        =   3
         Top             =   420
         Width           =   1170
      End
      Begin VB.Label Label3 
         Caption         =   "ID"
         Height          =   225
         Left            =   525
         TabIndex        =   4
         Top             =   1050
         Width           =   435
      End
      Begin VB.Label Label1 
         Caption         =   "姓名"
         Height          =   225
         Left            =   525
         TabIndex        =   2
         Top             =   525
         Width           =   540
      End
   End
   Begin VB.Label Label2 
      Caption         =   "请输入要修改的人的姓名或ID"
      Height          =   225
      Left            =   210
      TabIndex        =   0
      Top             =   210
      Width           =   2640
   End
End
Attribute VB_Name = "frmmodify"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Private Sub Command2_Click()
Unload Me
End Sub

⌨️ 快捷键说明

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