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

📄 frmassignment.frm

📁 课程管理系统 适用于教师
💻 FRM
字号:
VERSION 5.00
Object = "{00028C01-0000-0000-0000-000000000046}#1.0#0"; "DBGRID32.OCX"
Object = "{0ECD9B60-23AA-11D0-B351-00A0C9055D8E}#6.0#0"; "MSHFLXGD.OCX"
Begin VB.Form FrmAssignment 
   Caption         =   "作业"
   ClientHeight    =   5340
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   4680
   LinkTopic       =   "Form8"
   ScaleHeight     =   5340
   ScaleWidth      =   4680
   StartUpPosition =   3  '窗口缺省
   Begin MSHierarchicalFlexGridLib.MSHFlexGrid MSHFlexGridScore 
      Height          =   2055
      Left            =   720
      TabIndex        =   6
      Top             =   960
      Width           =   4575
      _ExtentX        =   8070
      _ExtentY        =   3625
      _Version        =   393216
      _NumberOfBands  =   1
      _Band(0).Cols   =   2
   End
   Begin MSDBGrid.DBGrid DBGScore 
      Height          =   2415
      Left            =   360
      OleObjectBlob   =   "FrmAssignment.frx":0000
      TabIndex        =   5
      Top             =   4080
      Width           =   8775
   End
   Begin MSDBGrid.DBGrid DBGStudent 
      Height          =   2415
      Left            =   1080
      OleObjectBlob   =   "FrmAssignment.frx":09C4
      TabIndex        =   4
      Top             =   3240
      Width           =   8775
   End
   Begin VB.TextBox TextPercent 
      Height          =   375
      Left            =   1080
      TabIndex        =   1
      Text            =   "Text1"
      Top             =   240
      Width           =   1935
   End
   Begin VB.Label Label3 
      Caption         =   "成绩"
      Height          =   255
      Left            =   360
      TabIndex        =   3
      Top             =   3720
      Width           =   615
   End
   Begin VB.Label Label2 
      Caption         =   "参加者"
      Height          =   255
      Left            =   360
      TabIndex        =   2
      Top             =   720
      Width           =   615
   End
   Begin VB.Label Label1 
      Caption         =   "成绩 % "
      Height          =   255
      Left            =   360
      TabIndex        =   0
      Top             =   240
      Width           =   615
   End
End
Attribute VB_Name = "FrmAssignment"
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 + -