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

📄 frmclassedit.frm

📁 这是我自己做的系统 很不完善 不足之处请多多指教!
💻 FRM
字号:
VERSION 5.00
Begin VB.Form FrmClassEdit 
   Caption         =   "编辑部门信息"
   ClientHeight    =   5895
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   7050
   LinkTopic       =   "Form1"
   ScaleHeight     =   8595
   ScaleWidth      =   11880
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Cmd_cancel 
      Caption         =   "取消"
      Height          =   495
      Left            =   4920
      TabIndex        =   8
      Top             =   4560
      Width           =   1215
   End
   Begin VB.CommandButton Command1 
      Caption         =   "确定"
      Height          =   495
      Left            =   1320
      TabIndex        =   7
      Top             =   4560
      Width           =   1215
   End
   Begin VB.Frame Frame1 
      Height          =   3975
      Left            =   360
      TabIndex        =   0
      Top             =   240
      Width           =   6855
      Begin VB.TextBox Text3 
         Height          =   735
         Left            =   1440
         TabIndex        =   6
         Top             =   240
         Width           =   5175
      End
      Begin VB.TextBox Text2 
         Height          =   855
         Left            =   1440
         TabIndex        =   5
         Top             =   1320
         Width           =   5175
      End
      Begin VB.TextBox Text1 
         Height          =   1335
         Left            =   1440
         TabIndex        =   4
         Top             =   2400
         Width           =   5295
      End
      Begin VB.Label Label3 
         Caption         =   "具体描述:"
         Height          =   615
         Left            =   120
         TabIndex        =   3
         Top             =   2520
         Width           =   1695
      End
      Begin VB.Label Label2 
         Caption         =   "院系名称:"
         Height          =   735
         Left            =   120
         TabIndex        =   2
         Top             =   1440
         Width           =   1575
      End
      Begin VB.Label Label1 
         Caption         =   "上级院系:"
         Height          =   615
         Left            =   240
         TabIndex        =   1
         Top             =   360
         Width           =   1575
      End
   End
End
Attribute VB_Name = "FrmClassEdit"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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