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

📄 form4.frm

📁 一个比较适合做毕业设计的程序
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form frmInfo 
   BackColor       =   &H00C0FFC0&
   Caption         =   "Form4"
   ClientHeight    =   8595
   ClientLeft      =   165
   ClientTop       =   450
   ClientWidth     =   10275
   LinkTopic       =   "Form4"
   ScaleHeight     =   8595
   ScaleWidth      =   10275
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command6 
      Caption         =   "末一个&(L)"
      Height          =   375
      Left            =   8040
      TabIndex        =   37
      Top             =   3720
      Width           =   1095
   End
   Begin VB.CommandButton Command5 
      Caption         =   "后一个&(N)"
      Height          =   375
      Left            =   8040
      TabIndex        =   36
      Top             =   4320
      Width           =   1095
   End
   Begin VB.CommandButton Command4 
      Caption         =   "前一个&(B)"
      Height          =   375
      Left            =   8040
      Picture         =   "Form4.frx":0000
      TabIndex        =   35
      Top             =   3120
      Width           =   1095
   End
   Begin VB.CommandButton Command3 
      Caption         =   "第一个&(F)"
      Height          =   375
      Left            =   8040
      TabIndex        =   34
      Top             =   2520
      Width           =   1095
   End
   Begin VB.Frame Frame2 
      BackColor       =   &H00C0FFC0&
      Caption         =   "查询依据"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H000000FF&
      Height          =   1095
      Left            =   360
      TabIndex        =   30
      Top             =   360
      Width           =   8055
      Begin VB.TextBox Text14 
         BackColor       =   &H00FFFFFF&
         Height          =   375
         Left            =   2760
         TabIndex        =   33
         Top             =   360
         Width           =   2655
      End
      Begin VB.OptionButton Option2 
         BackColor       =   &H00C0FFC0&
         Caption         =   "班级"
         ForeColor       =   &H00FF0000&
         Height          =   180
         Left            =   240
         TabIndex        =   32
         Top             =   720
         Width           =   1095
      End
      Begin VB.OptionButton Option1 
         BackColor       =   &H00C0FFC0&
         Caption         =   "学号"
         ForeColor       =   &H00FF0000&
         Height          =   300
         Left            =   240
         TabIndex        =   31
         Top             =   240
         Value           =   -1  'True
         Width           =   1575
      End
   End
   Begin VB.CommandButton Command2 
      Caption         =   "退出&(E)"
      Height          =   375
      Left            =   8040
      TabIndex        =   29
      Top             =   7680
      Width           =   1095
   End
   Begin VB.CommandButton Command1 
      Caption         =   "查询&(F)"
      Height          =   375
      Left            =   8040
      TabIndex        =   28
      Top             =   7080
      Width           =   1095
   End
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   495
      Left            =   8160
      Top             =   8520
      Visible         =   0   'False
      Width           =   1455
      _ExtentX        =   2566
      _ExtentY        =   873
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   1
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=db5.mdb;Persist Security Info=False"
      OLEDBString     =   "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=db5.mdb;Persist Security Info=False"
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   "select * from 学生 where 学号= '"" & trim(text14.text) & ""'"
      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 Text12 
      BackColor       =   &H00FFFFFF&
      DataField       =   "专业"
      DataSource      =   "Adodc1"
      Height          =   375
      Left            =   5040
      TabIndex        =   26
      Top             =   5880
      Width           =   1935
   End
   Begin VB.TextBox Text11 
      BackColor       =   &H00FFFFFF&
      DataField       =   "院系"
      DataSource      =   "Adodc1"
      Height          =   375
      Left            =   5040
      TabIndex        =   25
      Top             =   5280
      Width           =   1935
   End
   Begin VB.TextBox Text10 
      BackColor       =   &H00FFFFFF&
      DataField       =   "电话号码"
      DataSource      =   "Adodc1"
      Height          =   375
      Left            =   5040
      TabIndex        =   24
      Top             =   4680
      Width           =   1935
   End
   Begin VB.TextBox Text9 
      BackColor       =   &H00FFFFFF&
      DataField       =   "邮政编码"
      DataSource      =   "Adodc1"
      Height          =   375
      Left            =   5040
      TabIndex        =   23
      Top             =   4080
      Width           =   1935
   End
   Begin VB.TextBox Text8 
      BackColor       =   &H00FFFFFF&
      DataField       =   "地址"
      DataSource      =   "Adodc1"
      Height          =   375
      Left            =   5040
      TabIndex        =   22
      Top             =   3480
      Width           =   1935
   End
   Begin VB.TextBox Text7 
      BackColor       =   &H00FFFFFF&
      DataField       =   "父母姓名"
      DataSource      =   "Adodc1"
      Height          =   375
      Left            =   5040
      TabIndex        =   21
      Top             =   2880
      Width           =   1935
   End
   Begin VB.TextBox Text6 
      BackColor       =   &H00FFFFFF&
      DataField       =   "民族"
      DataSource      =   "Adodc1"
      Height          =   375
      Left            =   1680
      TabIndex        =   20
      Top             =   5880
      Width           =   1335
   End
   Begin VB.TextBox Text5 
      BackColor       =   &H00FFFFFF&
      DataField       =   "出生年月"
      DataSource      =   "Adodc1"
      Height          =   375
      Left            =   1680
      TabIndex        =   19
      Top             =   5280
      Width           =   1335
   End
   Begin VB.TextBox Text4 
      BackColor       =   &H00FFFFFF&
      DataField       =   "性别"
      DataSource      =   "Adodc1"
      Height          =   375
      Left            =   1680
      TabIndex        =   18
      Top             =   4680
      Width           =   1335
   End
   Begin VB.TextBox Text3 
      BackColor       =   &H00FFFFFF&
      DataField       =   "名字"
      DataSource      =   "Adodc1"
      Height          =   375
      Left            =   1680
      TabIndex        =   17
      Top             =   4080
      Width           =   1335
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H00C0FFC0&
      Caption         =   "学生基本信息"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty

⌨️ 快捷键说明

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