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

📄 frmsutdentinfoedit.frm

📁 这是个学生信息管理系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form FrmsutdentinfoEdit 
   Caption         =   "Form1"
   ClientHeight    =   5820
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   8265
   LinkTopic       =   "Form1"
   ScaleHeight     =   5820
   ScaleWidth      =   8265
   StartUpPosition =   3  'Windows Default
   Begin VB.CommandButton Command2 
      Caption         =   "返回"
      Height          =   375
      Left            =   4680
      TabIndex        =   19
      Top             =   4800
      Width           =   1575
   End
   Begin VB.CommandButton Command1 
      Caption         =   "确定"
      Height          =   375
      Left            =   1680
      TabIndex        =   18
      Top             =   4800
      Width           =   1335
   End
   Begin VB.TextBox txtClassno 
      Height          =   372
      Left            =   1320
      TabIndex        =   8
      Top             =   1560
      Width           =   1695
   End
   Begin VB.TextBox txtSID 
      Height          =   372
      Left            =   1320
      TabIndex        =   7
      Top             =   480
      Width           =   1695
   End
   Begin VB.TextBox txtComment 
      Height          =   1572
      Left            =   1320
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   6
      Top             =   2760
      Width           =   2532
   End
   Begin VB.TextBox txtAddress 
      Height          =   852
      Left            =   5760
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   5
      Top             =   2280
      Width           =   2172
   End
   Begin VB.TextBox txtRudate 
      Height          =   372
      Left            =   1320
      TabIndex        =   4
      Top             =   2160
      Width           =   1692
   End
   Begin VB.TextBox txtTel 
      Height          =   372
      Left            =   5760
      TabIndex        =   3
      Top             =   1680
      Width           =   1692
   End
   Begin VB.TextBox txtBorndate 
      Height          =   372
      Left            =   5760
      TabIndex        =   2
      Top             =   1080
      Width           =   1692
   End
   Begin VB.TextBox txtName 
      Height          =   372
      Left            =   5760
      TabIndex        =   1
      Top             =   480
      Width           =   1692
   End
   Begin VB.TextBox txtsex 
      DataSource      =   "Adodc1"
      Height          =   375
      Left            =   1320
      TabIndex        =   0
      Top             =   1080
      Width           =   735
   End
   Begin VB.Label Label9 
      Alignment       =   2  'Center
      Caption         =   "备注"
      Height          =   375
      Left            =   0
      TabIndex        =   17
      Top             =   2880
      Width           =   1095
   End
   Begin VB.Label Label8 
      Alignment       =   2  'Center
      Caption         =   "家庭住址"
      Height          =   255
      Left            =   4440
      TabIndex        =   16
      Top             =   2280
      Width           =   1095
   End
   Begin VB.Label Label7 
      Alignment       =   2  'Center
      Caption         =   "入校日期"
      Height          =   255
      Left            =   0
      TabIndex        =   15
      Top             =   2280
      Width           =   1095
   End
   Begin VB.Label Label6 
      Alignment       =   2  'Center
      Caption         =   "联系电话"
      Height          =   375
      Left            =   4440
      TabIndex        =   14
      Top             =   1680
      Width           =   1095
   End
   Begin VB.Label Label5 
      Alignment       =   2  'Center
      Caption         =   "班号"
      Height          =   255
      Left            =   0
      TabIndex        =   13
      Top             =   1680
      Width           =   1095
   End
   Begin VB.Label Label4 
      Alignment       =   2  'Center
      Caption         =   "出生日期"
      Height          =   255
      Left            =   4440
      TabIndex        =   12
      Top             =   1200
      Width           =   1095
   End
   Begin VB.Label Label3 
      Alignment       =   2  'Center
      Caption         =   "性别"
      Height          =   255
      Left            =   0
      TabIndex        =   11
      Top             =   1080
      Width           =   1095
   End
   Begin VB.Label Label2 
      Alignment       =   2  'Center
      Caption         =   "姓名"
      Height          =   255
      Left            =   4440
      TabIndex        =   10
      Top             =   600
      Width           =   1095
   End
   Begin VB.Label Label1 
      Alignment       =   2  'Center
      Caption         =   "学号"
      Height          =   255
      Left            =   0
      TabIndex        =   9
      Top             =   480
      Width           =   1095
   End
End
Attribute VB_Name = "FrmsutdentinfoEdit"
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 + -