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

📄 frmevaedit.frm

📁 这是我自己做的系统 很不完善 不足之处请多多指教!
💻 FRM
字号:
VERSION 5.00
Begin VB.Form FrmEvaEdit 
   Caption         =   "编辑奖惩信息"
   ClientHeight    =   3870
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   5325
   LinkTopic       =   "Form1"
   Picture         =   "FrmEvaEdit.frx":0000
   ScaleHeight     =   8595
   ScaleWidth      =   11880
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command2 
      Caption         =   "取消"
      Height          =   495
      Left            =   5280
      TabIndex        =   10
      Top             =   4080
      Width           =   1215
   End
   Begin VB.CommandButton Command1 
      Caption         =   "确定"
      Height          =   495
      Left            =   1680
      TabIndex        =   9
      Top             =   4080
      Width           =   1215
   End
   Begin VB.Frame Frame1 
      Height          =   3255
      Left            =   240
      TabIndex        =   0
      Top             =   360
      Width           =   6975
      Begin VB.TextBox Text1 
         Height          =   1335
         Left            =   1440
         TabIndex        =   8
         Top             =   1800
         Width           =   5295
      End
      Begin VB.ComboBox Combo3 
         Height          =   300
         Left            =   1440
         TabIndex        =   6
         Text            =   "Combo3"
         Top             =   1080
         Width           =   5175
      End
      Begin VB.ComboBox Combo2 
         Height          =   300
         Left            =   4800
         TabIndex        =   4
         Text            =   "Combo2"
         Top             =   360
         Width           =   1935
      End
      Begin VB.ComboBox Combo1 
         Height          =   300
         Left            =   1440
         TabIndex        =   3
         Text            =   "Combo1"
         Top             =   360
         Width           =   1935
      End
      Begin VB.Label Label4 
         Caption         =   "具体说明"
         Height          =   615
         Left            =   120
         TabIndex        =   7
         Top             =   1920
         Width           =   1455
      End
      Begin VB.Label Label3 
         Caption         =   "选择学生"
         Height          =   495
         Left            =   120
         TabIndex        =   5
         Top             =   1080
         Width           =   1335
      End
      Begin VB.Label Label2 
         Caption         =   "奖惩类型"
         Height          =   495
         Left            =   3720
         TabIndex        =   2
         Top             =   360
         Width           =   1335
      End
      Begin VB.Label Label1 
         Caption         =   "奖惩日期"
         Height          =   495
         Left            =   120
         TabIndex        =   1
         Top             =   360
         Width           =   1335
      End
   End
End
Attribute VB_Name = "FrmEvaEdit"
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 + -