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

📄 frmnone.frm

📁 这是一个用vb做的学生管理系统
💻 FRM
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{0ECD9B60-23AA-11D0-B351-00A0C9055D8E}#6.0#0"; "MSHFLXGD.OCX"
Begin VB.Form Frmnone 
   Caption         =   "none"
   ClientHeight    =   5820
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6225
   LinkTopic       =   "Form3"
   ScaleHeight     =   5820
   ScaleWidth      =   6225
   StartUpPosition =   3  '窗口缺省
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   330
      Left            =   255
      Top             =   5490
      Width           =   5115
      _ExtentX        =   9022
      _ExtentY        =   582
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   8
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   ""
      OLEDBString     =   ""
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   ""
      Caption         =   "Adodc1"
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      _Version        =   393216
   End
   Begin VB.TextBox txt备注 
      DataField       =   "备注"
      DataMember      =   "base"
      DataSource      =   "DataEnvironment1"
      Height          =   285
      Left            =   1275
      TabIndex        =   19
      Top             =   3690
      Width           =   3375
   End
   Begin VB.TextBox txt近照 
      DataField       =   "近照"
      DataMember      =   "base"
      DataSource      =   "DataEnvironment1"
      Height          =   285
      Left            =   1275
      TabIndex        =   17
      Top             =   3310
      Width           =   3375
   End
   Begin VB.TextBox txt毕业时间和地点 
      DataField       =   "毕业时间和地点"
      DataMember      =   "base"
      DataSource      =   "DataEnvironment1"
      Height          =   285
      Left            =   1275
      TabIndex        =   15
      Top             =   2930
      Width           =   3375
   End
   Begin VB.CheckBox chk婚否 
      DataField       =   "婚否"
      DataMember      =   "base"
      DataSource      =   "DataEnvironment1"
      Height          =   285
      Left            =   1275
      TabIndex        =   13
      Top             =   2550
      Width           =   330
   End
   Begin VB.TextBox txt政治面目 
      DataField       =   "政治面目"
      DataMember      =   "base"
      DataSource      =   "DataEnvironment1"
      Height          =   285
      Left            =   1275
      TabIndex        =   11
      Top             =   2170
      Width           =   1320
   End
   Begin VB.TextBox txt出生年月 
      DataField       =   "出生年月"
      DataMember      =   "base"
      DataSource      =   "DataEnvironment1"
      Height          =   285
      Left            =   1275
      TabIndex        =   9
      Top             =   1790
      Width           =   1320
   End
   Begin VB.TextBox txt籍贯 
      DataField       =   "籍贯"
      DataMember      =   "base"
      DataSource      =   "DataEnvironment1"
      Height          =   285
      Left            =   1275
      TabIndex        =   7
      Top             =   1410
      Width           =   1650
   End
   Begin VB.TextBox txt性别 
      DataField       =   "性别"
      DataMember      =   "base"
      DataSource      =   "DataEnvironment1"
      Height          =   285
      Left            =   1275
      TabIndex        =   5
      Top             =   1030
      Width           =   330
   End
   Begin VB.TextBox txt姓名 
      DataField       =   "姓名"
      DataMember      =   "base"
      DataSource      =   "DataEnvironment1"
      Height          =   285
      Left            =   1275
      TabIndex        =   3
      Top             =   650
      Width           =   990
   End
   Begin VB.TextBox txt编号 
      DataField       =   "编号"
      DataMember      =   "base"
      DataSource      =   "DataEnvironment1"
      Height          =   285
      Left            =   1275
      TabIndex        =   1
      Top             =   270
      Width           =   660
   End
   Begin MSHierarchicalFlexGridLib.MSHFlexGrid MSHFlexGrid1 
      Bindings        =   "Frmnone.frx":0000
      Height          =   1200
      Left            =   855
      TabIndex        =   20
      Top             =   4020
      Width           =   4125
      _ExtentX        =   7276
      _ExtentY        =   2117
      _Version        =   393216
      FixedCols       =   0
      AllowUserResizing=   3
      DataMember      =   "phone"
      _NumberOfBands  =   1
      _Band(0).Cols   =   2
   End
   Begin VB.Label lblFieldLabel 
      Alignment       =   1  'Right Justify
      AutoSize        =   -1  'True
      Caption         =   "备注:"
      Height          =   255
      Index           =   9
      Left            =   -570
      TabIndex        =   18
      Top             =   3735
      Width           =   1815
   End
   Begin VB.Label lblFieldLabel 
      Alignment       =   1  'Right Justify
      AutoSize        =   -1  'True
      Caption         =   "近照:"
      Height          =   255
      Index           =   8
      Left            =   -570
      TabIndex        =   16
      Top             =   3355
      Width           =   1815
   End
   Begin VB.Label lblFieldLabel 
      Alignment       =   1  'Right Justify
      AutoSize        =   -1  'True
      Caption         =   "毕业时间和地点:"
      Height          =   255
      Index           =   7
      Left            =   -570
      TabIndex        =   14
      Top             =   2975
      Width           =   1815
   End
   Begin VB.Label lblFieldLabel 
      Alignment       =   1  'Right Justify
      AutoSize        =   -1  'True
      Caption         =   "婚否:"
      Height          =   255
      Index           =   6
      Left            =   -570
      TabIndex        =   12
      Top             =   2595
      Width           =   1815
   End
   Begin VB.Label lblFieldLabel 
      Alignment       =   1  'Right Justify
      AutoSize        =   -1  'True
      Caption         =   "政治面目:"
      Height          =   255
      Index           =   5
      Left            =   -570
      TabIndex        =   10
      Top             =   2215
      Width           =   1815
   End
   Begin VB.Label lblFieldLabel 
      Alignment       =   1  'Right Justify
      AutoSize        =   -1  'True
      Caption         =   "出生年月:"
      Height          =   255
      Index           =   4
      Left            =   -570
      TabIndex        =   8
      Top             =   1835
      Width           =   1815
   End
   Begin VB.Label lblFieldLabel 
      Alignment       =   1  'Right Justify
      AutoSize        =   -1  'True
      Caption         =   "籍贯:"
      Height          =   255
      Index           =   3
      Left            =   -570
      TabIndex        =   6
      Top             =   1455
      Width           =   1815
   End
   Begin VB.Label lblFieldLabel 
      Alignment       =   1  'Right Justify
      AutoSize        =   -1  'True
      Caption         =   "性别:"
      Height          =   255
      Index           =   2
      Left            =   -570
      TabIndex        =   4
      Top             =   1075
      Width           =   1815
   End
   Begin VB.Label lblFieldLabel 
      Alignment       =   1  'Right Justify
      AutoSize        =   -1  'True
      Caption         =   "姓名:"
      Height          =   255
      Index           =   1
      Left            =   -570
      TabIndex        =   2
      Top             =   695
      Width           =   1815
   End
   Begin VB.Label lblFieldLabel 
      Alignment       =   1  'Right Justify
      AutoSize        =   -1  'True
      Caption         =   "编号:"
      Height          =   255
      Index           =   0
      Left            =   -570
      TabIndex        =   0
      Top             =   315
      Width           =   1815
   End
End
Attribute VB_Name = "Frmnone"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Adodc1_MoveComplete(ByVal adReason As ADODB.EventReasonEnum, ByVal pError As ADODB.Error, adStatus As ADODB.EventStatusEnum, ByVal pRecordset As ADODB.Recordset)
Adodc1.Caption = Adodc1.Recordset.AbsolutePosition
End Sub

⌨️ 快捷键说明

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