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

📄 frmstudent.frm

📁 适用一般于毕业设计! VB代码源加SQL 数据库 ··
💻 FRM
📖 第 1 页 / 共 4 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "Comdlg32.ocx"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Begin VB.Form FrmStudent 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "学生信息管理"
   ClientHeight    =   5925
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   10215
   Icon            =   "FrmStudent.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   5925
   ScaleWidth      =   10215
   ShowInTaskbar   =   0   'False
   Begin MSComctlLib.ImageList ImageList1 
      Left            =   2280
      Top             =   1140
      _ExtentX        =   1005
      _ExtentY        =   1005
      BackColor       =   -2147483628
      ImageWidth      =   16
      ImageHeight     =   16
      MaskColor       =   16777215
      _Version        =   393216
      BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
         NumListImages   =   5
         BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "FrmStudent.frx":06EA
            Key             =   "imgGlobalFolder"
         EndProperty
         BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "FrmStudent.frx":307C
            Key             =   "imgClosedFolder"
         EndProperty
         BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "FrmStudent.frx":3416
            Key             =   "imgOpenedFolder"
         EndProperty
         BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "FrmStudent.frx":37B0
            Key             =   "imgDeselectedFile"
         EndProperty
         BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "FrmStudent.frx":3B4A
            Key             =   "imgSelectedFile"
         EndProperty
      EndProperty
   End
   Begin VB.CommandButton cmdClose 
      Cancel          =   -1  'True
      Caption         =   "关闭"
      Height          =   400
      Left            =   600
      TabIndex        =   0
      Top             =   5340
      Width           =   1300
   End
   Begin MSComDlg.CommonDialog CommonDialog1 
      Left            =   8880
      Top             =   1440
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin TabDlg.SSTab SSTab1 
      Height          =   5655
      Left            =   2640
      TabIndex        =   1
      Top             =   120
      Width           =   7455
      _ExtentX        =   13150
      _ExtentY        =   9975
      _Version        =   393216
      Style           =   1
      Tabs            =   2
      TabsPerRow      =   2
      TabHeight       =   520
      TabCaption(0)   =   "基本信息"
      TabPicture(0)   =   "FrmStudent.frx":64DC
      Tab(0).ControlEnabled=   -1  'True
      Tab(0).Control(0)=   "cmdEdit"
      Tab(0).Control(0).Enabled=   0   'False
      Tab(0).Control(1)=   "cmdDel"
      Tab(0).Control(1).Enabled=   0   'False
      Tab(0).Control(2)=   "cmdAdd"
      Tab(0).Control(2).Enabled=   0   'False
      Tab(0).Control(3)=   "Frame1"
      Tab(0).Control(3).Enabled=   0   'False
      Tab(0).ControlCount=   4
      TabCaption(1)   =   "家庭成员"
      TabPicture(1)   =   "FrmStudent.frx":64F8
      Tab(1).ControlEnabled=   0   'False
      Tab(1).Control(0)=   "DataGrid1"
      Tab(1).Control(1)=   "cmdFamDel"
      Tab(1).Control(2)=   "cmdFamEdit"
      Tab(1).Control(3)=   "cmdFamAdd"
      Tab(1).ControlCount=   4
      Begin VB.Frame Frame1 
         ForeColor       =   &H00000000&
         Height          =   4515
         Left            =   120
         TabIndex        =   8
         Top             =   360
         Width           =   7215
         Begin VB.PictureBox Pic_Menu 
            Appearance      =   0  'Flat
            BackColor       =   &H80000005&
            ForeColor       =   &H80000008&
            Height          =   795
            Left            =   4980
            ScaleHeight     =   765
            ScaleWidth      =   1185
            TabIndex        =   43
            Top             =   3600
            Visible         =   0   'False
            Width           =   1215
            Begin VB.Label Lbl_SetPhoto 
               AutoSize        =   -1  'True
               BackStyle       =   0  'Transparent
               Caption         =   "设置照片..."
               BeginProperty Font 
                  Name            =   "宋体"
                  Size            =   9
                  Charset         =   134
                  Weight          =   700
                  Underline       =   0   'False
                  Italic          =   0   'False
                  Strikethrough   =   0   'False
               EndProperty
               Height          =   180
               Left            =   60
               TabIndex        =   45
               Top             =   120
               Width           =   1095
            End
            Begin VB.Label Lbl_DelPhoto 
               AutoSize        =   -1  'True
               BackStyle       =   0  'Transparent
               Caption         =   "删除照片..."
               Height          =   180
               Left            =   60
               TabIndex        =   44
               Top             =   480
               Width           =   990
            End
         End
         Begin VB.Label Lbl_DormRoom 
            Caption         =   "DormRoom"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   9
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            ForeColor       =   &H00800080&
            Height          =   180
            Left            =   1440
            TabIndex        =   40
            Top             =   1980
            Width           =   1260
         End
         Begin VB.Label Label9 
            AutoSize        =   -1  'True
            BackColor       =   &H00FFC0C0&
            BackStyle       =   0  'Transparent
            Caption         =   "宿舍号"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   9
               Charset         =   134
               Weight          =   700
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   180
            Left            =   180
            TabIndex        =   39
            Top             =   1980
            Width           =   585
         End
         Begin VB.Line Line26 
            X1              =   0
            X2              =   7200
            Y1              =   3120
            Y2              =   3120
         End
         Begin VB.Line Line16 
            X1              =   5520
            X2              =   5520
            Y1              =   120
            Y2              =   2280
         End
         Begin VB.Line Line15 
            X1              =   4080
            X2              =   4080
            Y1              =   120
            Y2              =   2700
         End
         Begin VB.Line Line14 
            X1              =   2760
            X2              =   2760
            Y1              =   120
            Y2              =   2700
         End
         Begin VB.Line Line13 
            X1              =   1320
            X2              =   1320
            Y1              =   120
            Y2              =   4500
         End
         Begin VB.Line Line7 
            X1              =   0
            X2              =   7200
            Y1              =   3540
            Y2              =   3540
         End
         Begin VB.Line Line6 
            X1              =   0
            X2              =   7200
            Y1              =   2700
            Y2              =   2700
         End
         Begin VB.Line Line5 
            X1              =   0
            X2              =   7200
            Y1              =   2280
            Y2              =   2280
         End
         Begin VB.Line Line4 
            X1              =   0
            X2              =   5520
            Y1              =   1860
            Y2              =   1860
         End
         Begin VB.Line Line3 
            X1              =   0
            X2              =   5520
            Y1              =   1440
            Y2              =   1440
         End
         Begin VB.Line Line2 
            X1              =   0
            X2              =   5520
            Y1              =   1020
            Y2              =   1020
         End
         Begin VB.Line Line1 
            BorderColor     =   &H00000000&
            X1              =   0
            X2              =   5520
            Y1              =   600
            Y2              =   600
         End
         Begin VB.Label Label8 
            AutoSize        =   -1  'True
            BackColor       =   &H00FFC0C0&
            BackStyle       =   0  'Transparent
            Caption         =   "担任职务"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   9
               Charset         =   134
               Weight          =   700
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   180
            Left            =   2940
            TabIndex        =   38
            Top             =   1560
            Width           =   780
         End
         Begin VB.Image Image1 
            BorderStyle     =   1  'Fixed Single
            Height          =   1875
            Left            =   5640
            Stretch         =   -1  'True
            Top             =   240
            Width           =   1455
         End
         Begin VB.Label Label5 
            AutoSize        =   -1  'True
            BackColor       =   &H00FFC0C0&
            BackStyle       =   0  'Transparent
            Caption         =   "民族"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   9
               Charset         =   134
               Weight          =   700
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   180
            Left            =   180
            TabIndex        =   37
            Top             =   1140
            Width           =   390
         End
         Begin VB.Label Lbl_Nationality 
            Caption         =   "Nationality"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   9
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            ForeColor       =   &H00800080&
            Height          =   180
            Left            =   1440
            TabIndex        =   36
            Top             =   1140
            Width           =   1260
         End
         Begin VB.Label Label4 
            AutoSize        =   -1  'True
            BackColor       =   &H00FFC0C0&
            BackStyle       =   0  'Transparent
            Caption         =   "出生日期"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   9
               Charset         =   134
               Weight          =   700
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   180
            Left            =   2940
            TabIndex        =   35
            Top             =   720
            Width           =   780
         End
         Begin VB.Label Lbl_Political_Party 
            Caption         =   "Political_Party"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   9
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            ForeColor       =   &H00800080&
            Height          =   180
            Left            =   4200
            TabIndex        =   34
            Top             =   1140
            Width           =   1260
         End
         Begin VB.Label Label6 
            AutoSize        =   -1  'True

⌨️ 快捷键说明

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