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

📄 frmstudentupdate.frm

📁 适用一般于毕业设计! VB代码源加SQL 数据库 ··
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form FrmStudentUpdate 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "编辑学生信息"
   ClientHeight    =   5670
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   8430
   Icon            =   "FrmStudentUpdate.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5670
   ScaleWidth      =   8430
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.CommandButton cmdOk 
      Caption         =   "确定"
      Height          =   400
      Left            =   6960
      TabIndex        =   16
      Top             =   480
      Width           =   1215
   End
   Begin VB.CommandButton cmdCancel 
      Cancel          =   -1  'True
      Caption         =   "取消"
      Height          =   400
      Left            =   6960
      TabIndex        =   17
      Top             =   1140
      Width           =   1215
   End
   Begin VB.Frame Frame1 
      ForeColor       =   &H00808000&
      Height          =   5415
      Left            =   120
      TabIndex        =   18
      Top             =   120
      Width           =   6615
      Begin VB.TextBox txtStuNo 
         Height          =   375
         Left            =   1320
         TabIndex        =   0
         Text            =   "StuNo"
         Top             =   360
         Width           =   1635
      End
      Begin VB.TextBox txtDuty 
         Height          =   375
         Left            =   4440
         TabIndex        =   14
         Text            =   "Duty"
         Top             =   1620
         Width           =   1755
      End
      Begin VB.TextBox txtFamilyPhone 
         Height          =   375
         Left            =   4440
         TabIndex        =   10
         Text            =   "FamilyPhone"
         Top             =   3720
         Width           =   1755
      End
      Begin MSComCtl2.DTPicker DtBirth 
         Height          =   375
         Left            =   4440
         TabIndex        =   3
         Top             =   780
         Width           =   1755
         _ExtentX        =   3096
         _ExtentY        =   661
         _Version        =   393216
         CheckBox        =   -1  'True
         Format          =   25493505
         CurrentDate     =   2
         MaxDate         =   109939
         MinDate         =   2
      End
      Begin VB.TextBox txtStuName 
         Height          =   375
         Left            =   4440
         TabIndex        =   1
         Text            =   "StuName"
         Top             =   360
         Width           =   1755
      End
      Begin VB.ComboBox CboSex 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   300
         ItemData        =   "FrmStudentUpdate.frx":06EA
         Left            =   1320
         List            =   "FrmStudentUpdate.frx":06EC
         Style           =   2  'Dropdown List
         TabIndex        =   2
         Top             =   780
         Width           =   975
      End
      Begin VB.TextBox txtNationality 
         Height          =   375
         Left            =   1320
         TabIndex        =   4
         Text            =   "Nationality"
         Top             =   1200
         Width           =   1635
      End
      Begin VB.TextBox txtDormRoomPhone 
         Height          =   375
         Left            =   4440
         TabIndex        =   8
         Text            =   "DormRoomPhone"
         Top             =   2040
         Width           =   1755
      End
      Begin VB.TextBox txtId_Card 
         Height          =   375
         Left            =   1320
         TabIndex        =   13
         Text            =   "Id_Card"
         Top             =   2880
         Width           =   2535
      End
      Begin VB.TextBox txtPostCard 
         Height          =   375
         Left            =   1320
         TabIndex        =   12
         Text            =   "PostCard"
         Top             =   3720
         Width           =   1635
      End
      Begin VB.TextBox txtAddress 
         Height          =   375
         Left            =   1320
         TabIndex        =   11
         Text            =   "Address"
         Top             =   3300
         Width           =   4815
      End
      Begin VB.TextBox txtPolitical_Party 
         Height          =   375
         Left            =   4440
         TabIndex        =   6
         Text            =   "Political_Party"
         Top             =   1200
         Width           =   1755
      End
      Begin VB.TextBox txtFamily_Place 
         Height          =   375
         Left            =   1320
         TabIndex        =   5
         Text            =   "Family_Place"
         Top             =   1620
         Width           =   1635
      End
      Begin VB.TextBox txtMobile 
         Height          =   375
         Left            =   1320
         TabIndex        =   9
         Text            =   "Mobile"
         Top             =   2460
         Width           =   2535
      End
      Begin VB.TextBox txtMemo 
         Height          =   945
         Left            =   1320
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   15
         Text            =   "FrmStudentUpdate.frx":06EE
         Top             =   4140
         Width           =   4875
      End
      Begin VB.TextBox txtDormRoom 
         Height          =   375
         Left            =   1320
         TabIndex        =   7
         Text            =   "DormRoom"
         Top             =   2040
         Width           =   1635
      End
      Begin VB.Label Label15 
         AutoSize        =   -1  'True
         BackColor       =   &H00FFC0C0&
         BackStyle       =   0  'Transparent
         Caption         =   "家庭电话"
         Height          =   180
         Left            =   3480
         TabIndex        =   34
         Top             =   3780
         Width           =   720
      End
      Begin VB.Label Label14 
         AutoSize        =   -1  'True
         BackColor       =   &H00FFC0C0&
         BackStyle       =   0  'Transparent
         Caption         =   "邮政编码"
         Height          =   180
         Left            =   360
         TabIndex        =   33
         Top             =   3780
         Width           =   720
      End
      Begin VB.Label Label5 
         AutoSize        =   -1  'True
         BackColor       =   &H00FFC0C0&
         BackStyle       =   0  'Transparent
         Caption         =   "民族"
         Height          =   180
         Left            =   360
         TabIndex        =   32
         Top             =   1260
         Width           =   360
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         BackColor       =   &H00FFC0C0&
         BackStyle       =   0  'Transparent
         Caption         =   "学号"
         Height          =   180
         Left            =   360
         TabIndex        =   31
         Top             =   420
         Width           =   360
      End
      Begin VB.Label Label12 
         AutoSize        =   -1  'True
         BackColor       =   &H00FFC0C0&
         BackStyle       =   0  'Transparent
         Caption         =   "身份证号"
         Height          =   180
         Left            =   360
         TabIndex        =   30
         Top             =   2940
         Width           =   720
      End
      Begin VB.Label Label8 
         AutoSize        =   -1  'True
         BackColor       =   &H00FFC0C0&
         BackStyle       =   0  'Transparent
         Caption         =   "担任职务"
         Height          =   180
         Left            =   3480
         TabIndex        =   29
         Top             =   1680
         Width           =   720
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         BackColor       =   &H00FFC0C0&
         BackStyle       =   0  'Transparent
         Caption         =   "姓名"
         Height          =   180
         Left            =   3480
         TabIndex        =   28
         Top             =   420
         Width           =   360
      End
      Begin VB.Label Label10 
         AutoSize        =   -1  'True
         BackColor       =   &H00FFC0C0&
         BackStyle       =   0  'Transparent
         Caption         =   "宿舍电话"
         Height          =   180
         Left            =   3480
         TabIndex        =   27
         Top             =   2100
         Width           =   720
      End
      Begin VB.Label Label11 
         AutoSize        =   -1  'True
         BackColor       =   &H00FFC0C0&
         BackStyle       =   0  'Transparent
         Caption         =   "移动电话"
         Height          =   180
         Left            =   360
         TabIndex        =   26
         Top             =   2520
         Width           =   720
      End
      Begin VB.Label Label7 
         AutoSize        =   -1  'True
         BackColor       =   &H00FFC0C0&

⌨️ 快捷键说明

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