frmscoreinf.frm

来自「一个自己做的电力管理系统,主要用于电力电业行业的管理」· FRM 代码 · 共 520 行 · 第 1/2 页

FRM
520
字号
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form frmscoreinf 
   Caption         =   "课程信息"
   ClientHeight    =   5790
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6030
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   5790
   ScaleWidth      =   6030
   StartUpPosition =   3  'Windows Default
   Begin VB.TextBox txtData 
      Height          =   375
      Index           =   0
      Left            =   1320
      TabIndex        =   13
      Top             =   240
      Width           =   1695
   End
   Begin VB.Frame Frame1 
      Height          =   4215
      Left            =   0
      TabIndex        =   3
      Top             =   0
      Width           =   3495
      Begin VB.TextBox txtData 
         Height          =   375
         Index           =   7
         Left            =   1320
         TabIndex        =   20
         Top             =   3600
         Width           =   1695
      End
      Begin VB.TextBox txtData 
         Height          =   375
         Index           =   6
         Left            =   1320
         TabIndex        =   19
         Top             =   3120
         Width           =   1695
      End
      Begin VB.TextBox txtData 
         Height          =   375
         Index           =   5
         Left            =   1320
         TabIndex        =   18
         Top             =   2640
         Width           =   1695
      End
      Begin VB.TextBox txtData 
         Height          =   375
         Index           =   4
         Left            =   1320
         TabIndex        =   17
         Top             =   2160
         Width           =   1695
      End
      Begin VB.TextBox txtData 
         Height          =   375
         Index           =   3
         Left            =   1320
         TabIndex        =   16
         Top             =   1680
         Width           =   1695
      End
      Begin VB.TextBox txtData 
         Height          =   375
         Index           =   2
         Left            =   1320
         TabIndex        =   15
         Top             =   1200
         Width           =   1695
      End
      Begin VB.TextBox txtData 
         Height          =   375
         Index           =   1
         Left            =   1320
         TabIndex        =   14
         Top             =   720
         Width           =   1695
      End
      Begin MSComCtl2.DTPicker DTPicker1 
         Height          =   375
         Left            =   1320
         TabIndex        =   4
         Top             =   3120
         Width           =   1695
         _ExtentX        =   2990
         _ExtentY        =   661
         _Version        =   393216
         Format          =   25362433
         CurrentDate     =   38867
      End
      Begin VB.Label Label1 
         Caption         =   "课程号:"
         Height          =   375
         Left            =   120
         TabIndex        =   12
         Top             =   240
         Width           =   1095
      End
      Begin VB.Label Label2 
         Caption         =   "名称:"
         Height          =   495
         Left            =   120
         TabIndex        =   11
         Top             =   720
         Width           =   1215
      End
      Begin VB.Label Label3 
         Caption         =   "类型:"
         Height          =   375
         Left            =   120
         TabIndex        =   10
         Top             =   1200
         Width           =   1095
      End
      Begin VB.Label Label4 
         Caption         =   "所属部门:"
         Height          =   495
         Left            =   120
         TabIndex        =   9
         Top             =   1680
         Width           =   1095
      End
      Begin VB.Label Label5 
         Caption         =   "所属院:"
         Height          =   375
         Left            =   120
         TabIndex        =   8
         Top             =   2160
         Width           =   1215
      End
      Begin VB.Label Label6 
         Caption         =   "授课对象:"
         Height          =   375
         Left            =   120
         TabIndex        =   7
         Top             =   2640
         Width           =   975
      End
      Begin VB.Label Label7 
         Caption         =   "初次授课时间:"
         Height          =   375
         Left            =   120
         TabIndex        =   6
         Top             =   3120
         Width           =   1455
      End
      Begin VB.Label Label8 
         Caption         =   "学时数:"
         Height          =   375
         Left            =   120
         TabIndex        =   5
         Top             =   3600
         Width           =   1335
      End
   End
   Begin VB.Frame Frame2 
      Height          =   4215
      Left            =   3600
      TabIndex        =   2
      Top             =   0
      Width           =   2415
      Begin VB.CommandButton cmdAdd 
         Caption         =   "添加"
         Height          =   375
         Left            =   600
         TabIndex        =   26
         Top             =   360
         Width           =   1335
      End
      Begin VB.CommandButton cmdUpdata 
         Caption         =   "更新"
         Height          =   375
         Left            =   600
         TabIndex        =   25
         Top             =   1800
         Width           =   1335
      End
      Begin VB.CommandButton cmdDel 
         Caption         =   "删除"
         Height          =   375
         Left            =   600
         TabIndex        =   24
         Top             =   1080
         Width           =   1335
      End
      Begin VB.CommandButton cmdSave 
         Caption         =   "保存"
         BeginProperty Font 
            Name            =   "新宋体"
            Size            =   9
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   600
         TabIndex        =   23
         Top             =   2520
         Width           =   1335
      End
      Begin VB.CommandButton cmdCancel 
         Caption         =   "取消 "
         Height          =   375
         Left            =   600
         TabIndex        =   22
         Top             =   3360
         Width           =   1335
      End
   End
   Begin VB.Frame Frame3 
      Caption         =   "查询信息:"
      BeginProperty Font 
         Name            =   "新宋体"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1455
      Left            =   0
      TabIndex        =   0
      Top             =   4320
      Width           =   6015
      Begin VB.CommandButton cmdClean 
         Caption         =   "数据清除"
         Height          =   375
         Left            =   2280
         TabIndex        =   29
         Top             =   960
         Width           =   1455
      End
      Begin VB.CommandButton cmdSelect 
         Caption         =   "开始查询"
         Height          =   375
         Left            =   120
         TabIndex        =   28
         Top             =   960
         Width           =   1455
      End
      Begin VB.CommandButton cmdExit 
         Caption         =   "退出窗体"
         BeginProperty Font 
            Name            =   "新宋体"
            Size            =   9
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   -1  'True
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375

⌨️ 快捷键说明

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