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

📄 addstu.frm

📁 用ASP编写的程序用的是VB脚本
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form AddStu 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "添加修改删除学生信息"
   ClientHeight    =   6045
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   7680
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6045
   ScaleWidth      =   7680
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  '窗口缺省
   Begin MSAdodcLib.Adodc StuADO 
      Height          =   330
      Left            =   360
      Top             =   2040
      Width           =   3375
      _ExtentX        =   5953
      _ExtentY        =   582
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   2
      LockType        =   1
      CommandType     =   1
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial Catalog=XSCJ;Data Source=DCR"
      OLEDBString     =   "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial Catalog=XSCJ;Data Source=DCR"
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   "select * from XS,CXB where XS.XB=CXB.XB"
      Caption         =   "添加修改删除学生信息"
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      _Version        =   393216
   End
   Begin VB.Frame Frame1 
      Caption         =   "学生信息(加*为必添字段)"
      Height          =   1935
      Left            =   120
      TabIndex        =   1
      Top             =   600
      Width           =   7335
      Begin VB.ComboBox StuZY 
         Height          =   300
         ItemData        =   "AddStu.frx":0000
         Left            =   3240
         List            =   "AddStu.frx":000A
         TabIndex        =   21
         Text            =   "Combo1"
         Top             =   600
         Width           =   1455
      End
      Begin VB.TextBox StuZXF 
         Height          =   320
         Left            =   3240
         TabIndex        =   20
         Top             =   960
         Width           =   1455
      End
      Begin VB.TextBox StuCSSJ 
         Height          =   320
         Left            =   3240
         TabIndex        =   19
         Top             =   240
         Width           =   1455
      End
      Begin VB.TextBox StuXM 
         Height          =   320
         Left            =   720
         TabIndex        =   18
         Top             =   600
         Width           =   1575
      End
      Begin VB.TextBox StuXH 
         Height          =   320
         Left            =   720
         TabIndex        =   17
         Top             =   240
         Width           =   1575
      End
      Begin VB.CommandButton StuCal 
         Caption         =   "取消"
         Height          =   320
         Index           =   2
         Left            =   6120
         TabIndex        =   14
         Top             =   1440
         Width           =   1095
      End
      Begin VB.CommandButton StuDel 
         Caption         =   "删除"
         Height          =   320
         Index           =   1
         Left            =   4920
         TabIndex        =   13
         Top             =   1440
         Width           =   1095
      End
      Begin VB.CommandButton StuUpd 
         Caption         =   "更新"
         Height          =   320
         Index           =   0
         Left            =   3720
         TabIndex        =   12
         Top             =   1440
         Width           =   1095
      End
      Begin VB.TextBox StuBZ 
         Height          =   975
         Left            =   5400
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   11
         Top             =   240
         Width           =   1815
      End
      Begin VB.OptionButton StuXBF 
         Caption         =   "女"
         Height          =   255
         Left            =   1680
         TabIndex        =   9
         Top             =   1020
         Width           =   495
      End
      Begin VB.OptionButton StuXBM 
         Caption         =   "男"
         Height          =   255
         Left            =   840
         TabIndex        =   8
         Top             =   1020
         Value           =   -1  'True
         Width           =   615
      End
      Begin VB.Frame Frame2 
         Height          =   495
         Left            =   720
         TabIndex        =   15
         Top             =   840
         Width           =   1575
      End
      Begin VB.Label Label3 
         Caption         =   "备注"
         Height          =   255
         Left            =   4800
         TabIndex        =   10
         Top             =   315
         Width           =   735
      End
      Begin VB.Label Label2 
         Caption         =   "总学分"
         Height          =   255
         Index           =   5
         Left            =   2400
         TabIndex        =   7
         Top             =   1020
         Width           =   735
      End
      Begin VB.Label Label2 
         Caption         =   "专业"
         Height          =   255
         Index           =   4
         Left            =   2400
         TabIndex        =   6
         Top             =   675
         Width           =   495
      End
      Begin VB.Label Label2 
         Caption         =   "出生日期*"
         Height          =   255
         Index           =   3
         Left            =   2400
         TabIndex        =   5
         Top             =   315
         Width           =   855
      End
      Begin VB.Label Label2 
         Caption         =   "性别*"
         Height          =   255
         Index           =   2
         Left            =   240
         TabIndex        =   4
         Top             =   1020
         Width           =   495
      End
      Begin VB.Label Label2 
         Caption         =   "姓名*"
         Height          =   255
         Index           =   1
         Left            =   240
         TabIndex        =   3
         Top             =   675
         Width           =   495
      End
      Begin VB.Label Label2 
         Caption         =   "学号*"
         Height          =   255
         Index           =   0
         Left            =   240
         TabIndex        =   2
         Top             =   315
         Width           =   495
      End
   End
   Begin MSDataGridLib.DataGrid StuDG 
      Bindings        =   "AddStu.frx":0020
      Height          =   3255
      Left            =   120
      Negotiate       =   -1  'True
      TabIndex        =   16
      Top             =   2640
      Width           =   7335
      _ExtentX        =   12938

⌨️ 快捷键说明

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