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

📄 frmrepeater.frm

📁 这是别人的数据库课程设计
💻 FRM
字号:
VERSION 5.00
Object = "{5C8CED40-8909-11D0-9483-00A0C91110ED}#1.0#0"; "MSDATREP.OCX"
Object = "{8B3E4E2A-FAD3-4888-954A-347D56CB8148}#3.0#0"; "classCtl.ocx"
Begin VB.Form frmDataRepeater 
   Caption         =   "DataRepeater控件"
   ClientHeight    =   3360
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   4920
   LinkTopic       =   "Form1"
   ScaleHeight     =   3360
   ScaleWidth      =   4920
   StartUpPosition =   3  '窗口缺省
   Begin MSDataRepeaterLib.DataRepeater DataRepeater1 
      Bindings        =   "frmrepeater.frx":0000
      Height          =   2730
      Left            =   45
      TabIndex        =   0
      Top             =   45
      Width           =   4785
      _ExtentX        =   8440
      _ExtentY        =   4815
      _StreamID       =   -1412567295
      _Version        =   393216
      BackColor       =   -2147483635
      ForeColor       =   -2147483646
      BorderStyle     =   0
      Appearance      =   0
      RowDividerStyle =   3
      CaptionStyle    =   3
      Caption         =   "课程数据表"
      BeginProperty RepeatedControlName {21FC0FC0-1E5C-11D1-A327-00AA00688B10} 
         _StreamID       =   -1412567295
         _Version        =   65536
         Name            =   "classCtl.ctlClass"
      EndProperty
      DataMember      =   "Command2"
      RepeaterBindings=   4
      BeginProperty RepeaterBinding(0) {7D21A594-FC9B-11D0-A320-00AA00688B10} 
         _StreamID       =   -1412567295
         _Version        =   65536
         PropertyName    =   "课程编号"
         DataField       =   "课程编号"
         BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
            Type            =   0
            Format          =   ""
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   0
         EndProperty
      EndProperty
      BeginProperty RepeaterBinding(1) {7D21A594-FC9B-11D0-A320-00AA00688B10} 
         _StreamID       =   -1412567295
         _Version        =   65536
         PropertyName    =   "课程名称"
         DataField       =   "课程名称"
         BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
            Type            =   0
            Format          =   ""
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   0
         EndProperty
      EndProperty
      BeginProperty RepeaterBinding(2) {7D21A594-FC9B-11D0-A320-00AA00688B10} 
         _StreamID       =   -1412567295
         _Version        =   65536
         PropertyName    =   "授课老师"
         DataField       =   "授课老师"
         BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
            Type            =   0
            Format          =   ""
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   0
         EndProperty
      EndProperty
      BeginProperty RepeaterBinding(3) {7D21A594-FC9B-11D0-A320-00AA00688B10} 
         _StreamID       =   -1412567295
         _Version        =   65536
         PropertyName    =   "学分数"
         DataField       =   "学分"
         BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
            Type            =   0
            Format          =   ""
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   0
         EndProperty
      EndProperty
   End
   Begin VB.CommandButton Command1 
      Caption         =   "结束"
      Height          =   375
      Left            =   1710
      TabIndex        =   3
      Top             =   2925
      Width           =   1500
   End
   Begin classCtl.ctlClass ctlClass2 
      Height          =   1140
      Left            =   0
      TabIndex        =   1
      Top             =   0
      Width           =   4200
      _ExtentX        =   7408
      _ExtentY        =   2011
   End
   Begin classCtl.ctlClass ctlClass1 
      Bindings        =   "frmrepeater.frx":001F
      Height          =   1275
      Left            =   360
      TabIndex        =   2
      Top             =   360
      Width           =   4200
      _ExtentX        =   7408
      _ExtentY        =   2249
   End
End
Attribute VB_Name = "frmDataRepeater"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
End
End Sub

⌨️ 快捷键说明

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