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

📄 form2.frm

📁 软件工程的开发设计,有系统,易懂,有源码,如有需要,还可以提供更多的系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form2 
   Caption         =   "添加学籍"
   ClientHeight    =   6840
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   8100
   LinkTopic       =   "Form2"
   ScaleHeight     =   6840
   ScaleWidth      =   8100
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command2 
      Caption         =   "取消添加"
      Height          =   495
      Left            =   4320
      TabIndex        =   19
      Top             =   6000
      Width           =   1335
   End
   Begin VB.CommandButton Command1 
      Caption         =   "确定添加"
      Height          =   495
      Left            =   1560
      TabIndex        =   18
      Top             =   6000
      Width           =   1335
   End
   Begin VB.TextBox Text7 
      Height          =   1335
      Left            =   1200
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   17
      Top             =   4320
      Width           =   1455
   End
   Begin VB.TextBox Text6 
      Height          =   1335
      Left            =   4320
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   15
      Top             =   3480
      Width           =   1455
   End
   Begin VB.TextBox Text5 
      Height          =   375
      Left            =   1320
      TabIndex        =   13
      Top             =   3360
      Width           =   1215
   End
   Begin VB.TextBox Text4 
      Height          =   375
      Left            =   4200
      TabIndex        =   11
      Top             =   2400
      Width           =   1335
   End
   Begin VB.ComboBox Combo2 
      Height          =   300
      Left            =   1320
      TabIndex        =   9
      Top             =   2520
      Width           =   1215
   End
   Begin VB.TextBox Text3 
      Height          =   375
      Left            =   4200
      TabIndex        =   7
      Top             =   1440
      Width           =   1335
   End
   Begin VB.ComboBox Combo1 
      Height          =   300
      ItemData        =   "Form2.frx":0000
      Left            =   1320
      List            =   "Form2.frx":000A
      TabIndex        =   5
      Top             =   1440
      Width           =   855
   End
   Begin VB.TextBox Text2 
      Height          =   375
      Left            =   4200
      TabIndex        =   3
      Top             =   480
      Width           =   1215
   End
   Begin VB.TextBox Text1 
      Height          =   375
      Left            =   1320
      TabIndex        =   1
      Top             =   480
      Width           =   1095
   End
   Begin VB.Label Label9 
      Caption         =   "备注"
      Height          =   375
      Left            =   240
      TabIndex        =   16
      Top             =   4440
      Width           =   615
   End
   Begin VB.Label Label8 
      Caption         =   "家庭住址"
      Height          =   375
      Left            =   3000
      TabIndex        =   14
      Top             =   3360
      Width           =   975
   End
   Begin VB.Label Label7 
      Caption         =   "入校日期"
      Height          =   375
      Left            =   240
      TabIndex        =   12
      Top             =   3360
      Width           =   735
   End
   Begin VB.Label Label6 
      Caption         =   "联系电话"
      Height          =   375
      Left            =   3000
      TabIndex        =   10
      Top             =   2520
      Width           =   1095
   End
   Begin VB.Label Label5 
      Caption         =   "班号"
      Height          =   375
      Left            =   240
      TabIndex        =   8
      Top             =   2520
      Width           =   735
   End
   Begin VB.Label Label4 
      Caption         =   "出生日期 "
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   3000
      TabIndex        =   6
      Top             =   1440
      Width           =   855
   End
   Begin VB.Label Label3 
      Caption         =   "性别"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   240
      TabIndex        =   4
      Top             =   1440
      Width           =   615
   End
   Begin VB.Label Label2 
      Caption         =   "姓名"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   3000
      TabIndex        =   2
      Top             =   600
      Width           =   615
   End
   Begin VB.Label Label1 
      Caption         =   "学号"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   240
      TabIndex        =   0
      Top             =   600
      Width           =   735
   End
End
Attribute VB_Name = "Form2"
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 + -