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

📄 frmstudentg.frm

📁 北大青鸟教学管理系统是学习规范编程范本.功能非常完备,代码编写有章法,不可多得
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "msflxgrd.ocx"
Begin VB.Form frmStudentG 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "学员基本信息管理"
   ClientHeight    =   7710
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   7200
   Icon            =   "frmStudentG.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   7710
   ScaleWidth      =   7200
   Begin VB.CommandButton cmdSaveInfo 
      Caption         =   "保存(&V)"
      Enabled         =   0   'False
      Height          =   350
      Left            =   6315
      TabIndex        =   5
      ToolTipText     =   "保存基本信息到表"
      Top             =   2280
      Width           =   780
   End
   Begin VB.CommandButton Command1 
      Caption         =   "查询条件"
      Height          =   350
      Left            =   2040
      TabIndex        =   0
      ToolTipText     =   "设定查询的条件"
      Top             =   2280
      Width           =   945
   End
   Begin VB.CommandButton cmdLast 
      Caption         =   ">>"
      Enabled         =   0   'False
      Height          =   350
      Left            =   1320
      TabIndex        =   32
      ToolTipText     =   "最后一条"
      Top             =   2280
      Width           =   360
   End
   Begin VB.CommandButton cmdPrevious 
      Caption         =   "<"
      Enabled         =   0   'False
      Height          =   350
      Left            =   600
      TabIndex        =   30
      ToolTipText     =   "上一条"
      Top             =   2280
      Width           =   360
   End
   Begin VB.CommandButton cmdFirst 
      Caption         =   "<<"
      Enabled         =   0   'False
      Height          =   350
      Left            =   240
      TabIndex        =   29
      ToolTipText     =   "最前一条"
      Top             =   2280
      Width           =   360
   End
   Begin VB.CommandButton cmdNext 
      Caption         =   ">"
      Enabled         =   0   'False
      Height          =   350
      Left            =   960
      TabIndex        =   31
      ToolTipText     =   "下一条"
      Top             =   2280
      Width           =   360
   End
   Begin VB.Frame fraStuInfo 
      Caption         =   "学员基本信息"
      Enabled         =   0   'False
      Height          =   4335
      Left            =   120
      TabIndex        =   33
      Top             =   2760
      Width           =   6975
      Begin VB.ComboBox cmbClassNo 
         Height          =   300
         Left            =   3600
         Style           =   2  'Dropdown List
         TabIndex        =   10
         Top             =   600
         Width           =   1095
      End
      Begin VB.ComboBox cmbDegree 
         Height          =   300
         ItemData        =   "frmStudentG.frx":0442
         Left            =   5640
         List            =   "frmStudentG.frx":0455
         Style           =   2  'Dropdown List
         TabIndex        =   11
         Top             =   600
         Width           =   1095
      End
      Begin VB.ComboBox cmbCertificate 
         Height          =   300
         ItemData        =   "frmStudentG.frx":0477
         Left            =   3600
         List            =   "frmStudentG.frx":0487
         Style           =   2  'Dropdown List
         TabIndex        =   15
         Top             =   1320
         Width           =   1095
      End
      Begin VB.ComboBox cmbSex 
         Height          =   300
         ItemData        =   "frmStudentG.frx":049B
         Left            =   1050
         List            =   "frmStudentG.frx":04A5
         Style           =   2  'Dropdown List
         TabIndex        =   9
         Top             =   600
         Width           =   1455
      End
      Begin VB.ComboBox cmbStatus 
         Height          =   300
         ItemData        =   "frmStudentG.frx":04B1
         Left            =   5640
         List            =   "frmStudentG.frx":04C7
         Style           =   2  'Dropdown List
         TabIndex        =   22
         Top             =   2040
         Width           =   1095
      End
      Begin VB.ComboBox cmbJobStatus 
         Height          =   300
         ItemData        =   "frmStudentG.frx":04EF
         Left            =   5640
         List            =   "frmStudentG.frx":04FC
         TabIndex        =   16
         Top             =   1320
         Width           =   1095
      End
      Begin VB.TextBox txtRemark 
         Height          =   975
         Left            =   1050
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   25
         Top             =   3120
         Width           =   5655
      End
      Begin VB.TextBox txtToPost 
         Height          =   320
         Left            =   1050
         TabIndex        =   23
         Top             =   2400
         Width           =   1455
      End
      Begin VB.TextBox txtToCity 
         Height          =   320
         Left            =   3600
         TabIndex        =   21
         Top             =   2040
         Width           =   1095
      End
      Begin VB.TextBox txtTel 
         Height          =   320
         Left            =   1050
         MaxLength       =   12
         TabIndex        =   20
         Top             =   2040
         Width           =   1455
      End
      Begin VB.TextBox txtMaincode 
         Height          =   320
         Left            =   5640
         MaxLength       =   6
         TabIndex        =   19
         Top             =   1680
         Width           =   1095
      End
      Begin VB.TextBox txtAddress 
         Height          =   320
         Left            =   1050
         TabIndex        =   24
         Top             =   2760
         Width           =   3200
      End
      Begin VB.TextBox txtJobType 
         Height          =   320
         Left            =   3600
         TabIndex        =   18
         Top             =   1680
         Width           =   1095
      End
      Begin VB.TextBox txtJobUnit 
         Height          =   320
         Left            =   1050
         TabIndex        =   17
         Top             =   1680
         Width           =   1455
      End
      Begin VB.TextBox txtSpecialty 
         Height          =   320
         Left            =   1050
         TabIndex        =   14
         Top             =   1320
         Width           =   1455
      End
      Begin VB.TextBox txtSchool 
         Height          =   320
         Left            =   4680
         TabIndex        =   13
         Top             =   960
         Width           =   2055
      End
      Begin VB.TextBox txtStuNo 
         Enabled         =   0   'False
         Height          =   320
         Left            =   1050
         TabIndex        =   6
         Top             =   240
         Width           =   1455
      End
      Begin VB.TextBox txtStuName 
         Height          =   320
         Left            =   3600
         TabIndex        =   7
         Top             =   240
         Width           =   1095
      End
      Begin VB.TextBox txtStuNamePY 
         Height          =   320
         Left            =   5640
         TabIndex        =   8
         Top             =   240
         Width           =   1095
      End
      Begin VB.TextBox txtIdentity 
         Height          =   320
         Left            =   1050
         MaxLength       =   18
         TabIndex        =   12
         Top             =   960
         Width           =   2535
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         Caption         =   "学历"
         Height          =   180
         Index           =   4
         Left            =   4800
         TabIndex        =   53
         Top             =   660
         Width           =   360
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         Caption         =   "邮政编码"
         Height          =   180
         Index           =   12
         Left            =   4800
         TabIndex        =   52
         Top             =   1740
         Width           =   720
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         Caption         =   "家庭住址"
         Height          =   180
         Index           =   13
         Left            =   240
         TabIndex        =   51
         Top             =   2830
         Width           =   720
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         Caption         =   "学号"
         Height          =   180
         Index           =   1
         Left            =   240
         TabIndex        =   50
         Top             =   300
         Width           =   360
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         Caption         =   "姓名拼音"
         Height          =   180
         Index           =   2
         Left            =   4800
         TabIndex        =   49
         Top             =   300
         Width           =   720
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         Caption         =   "性别"
         Height          =   180
         Index           =   3
         Left            =   240
         TabIndex        =   48
         Top             =   661
         Width           =   360
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         Caption         =   "姓名"
         Height          =   180
         Index           =   9
         Left            =   2640
         TabIndex        =   47
         Top             =   300
         Width           =   360
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         Caption         =   "联系电话"
         Height          =   180
         Index           =   19
         Left            =   240
         TabIndex        =   46
         Top             =   2105
         Width           =   720
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         Caption         =   "意向城市"
         Height          =   180
         Index           =   18
         Left            =   2640
         TabIndex        =   45
         Top             =   2100
         Width           =   720
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         Caption         =   "意向岗位"
         Height          =   180
         Index           =   17
         Left            =   240
         TabIndex        =   44
         Top             =   2466
         Width           =   720
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         Caption         =   "状态"
         Height          =   180
         Index           =   16
         Left            =   4800
         TabIndex        =   43
         Top             =   2100
         Width           =   360
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         Caption         =   "备注"
         Height          =   180
         Index           =   15
         Left            =   240
         TabIndex        =   42
         Top             =   3120
         Width           =   360
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         Caption         =   "工作种类"
         Height          =   180
         Index           =   14
         Left            =   2640
         TabIndex        =   41
         Top             =   1740
         Width           =   720
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         Caption         =   "工作单位"
         Height          =   180
         Index           =   11
         Left            =   240
         TabIndex        =   40
         Top             =   1744
         Width           =   720
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         Caption         =   "班级编号"
         Height          =   180
         Index           =   10
         Left            =   2640
         TabIndex        =   39
         Top             =   660
         Width           =   720
      End
      Begin VB.Label Label4 

⌨️ 快捷键说明

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