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

📄 管理员界面.frm

📁 C/S模块
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form11 
   BackColor       =   &H00FFC0C0&
   Caption         =   "Form11"
   ClientHeight    =   6780
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   9315
   LinkTopic       =   "Form11"
   Picture         =   "管理员界面.frx":0000
   ScaleHeight     =   6780
   ScaleWidth      =   9315
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame1 
      BackColor       =   &H00FFC0C0&
      Caption         =   "管理员界面"
      Height          =   4455
      Left            =   2160
      TabIndex        =   0
      Top             =   1560
      Width           =   1815
      Begin VB.CommandButton Command1 
         BackColor       =   &H00C0C0FF&
         Caption         =   "修改查询利率"
         Height          =   495
         Left            =   120
         Picture         =   "管理员界面.frx":10474
         Style           =   1  'Graphical
         TabIndex        =   7
         Top             =   3240
         Width           =   1575
      End
      Begin VB.CommandButton Command7 
         BackColor       =   &H00C0C0FF&
         Caption         =   "录入信息"
         Height          =   495
         Left            =   120
         Picture         =   "管理员界面.frx":18D4A
         Style           =   1  'Graphical
         TabIndex        =   6
         Top             =   240
         Width           =   1575
      End
      Begin VB.CommandButton Command6 
         BackColor       =   &H00C0C0FF&
         Caption         =   "修改信息"
         Height          =   495
         Left            =   120
         Picture         =   "管理员界面.frx":21620
         Style           =   1  'Graphical
         TabIndex        =   5
         Top             =   840
         Width           =   1575
      End
      Begin VB.CommandButton Command5 
         BackColor       =   &H00C0C0FF&
         Caption         =   "信息查询"
         Height          =   495
         Left            =   120
         Picture         =   "管理员界面.frx":29EF6
         Style           =   1  'Graphical
         TabIndex        =   4
         Top             =   1440
         Width           =   1575
      End
      Begin VB.CommandButton Command4 
         BackColor       =   &H00C0C0FF&
         Caption         =   "员工密码管理"
         Height          =   495
         Left            =   120
         Picture         =   "管理员界面.frx":327CC
         Style           =   1  'Graphical
         TabIndex        =   3
         Top             =   2040
         Width           =   1575
      End
      Begin VB.CommandButton Command3 
         BackColor       =   &H00C0C0FF&
         Caption         =   "修改密码"
         Height          =   495
         Left            =   120
         Picture         =   "管理员界面.frx":3B0A2
         Style           =   1  'Graphical
         TabIndex        =   2
         Top             =   2640
         Width           =   1575
      End
      Begin VB.CommandButton Command2 
         BackColor       =   &H00C0C0FF&
         Caption         =   "返回"
         Height          =   495
         Left            =   120
         Picture         =   "管理员界面.frx":43978
         Style           =   1  'Graphical
         TabIndex        =   1
         Top             =   3840
         Width           =   1575
      End
   End
End
Attribute VB_Name = "Form11"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
 Call openconn
        rs.Open "select * from rate_xx053_06 ", conn, adOpenDynamic, adLockOptimistic
        If rs.BOF And rs.EOF Then
        rs.Close
        MsgBox "显示不成功!"
        Unload Me
        Form11.Show
        Else
          If rs!hq = Null Then
          Form14.Text1.Text = 0
          Else
            Form14.Text1.Text = rs!hq
          End If
          If rs!one = Null Then
            Form14.Text2.Text = 0
          Else
            Form14.Text2.Text = rs!one
          End If
          If rs!two = Null Then
            Form14.Text3.Text = 0
          Else
            Form14.Text3.Text = rs!two
          End If
          If rs!three = Null Then
            Form14.Text4.Text = 0
          Else
            Form14.Text4.Text = rs!three
          End If
          If rs!five = Null Then
            Form14.Text5.Text = 0
          Else
            Form14.Text5.Text = rs!five
          rs.Close
          End If
        End If
Form14.Text1.Enabled = False
Form14.Text2.Enabled = False
Form14.Text3.Enabled = False
Form14.Text4.Enabled = False
Form14.Text5.Enabled = False
Unload Me
Form14.Show
End Sub

Private Sub Command2_Click()
Unload Me
Form15.Show
End Sub

Private Sub Command3_Click()
Unload Me
Form13.Show
End Sub

Private Sub Command4_Click()
Unload Me
Form4.Show
End Sub

Private Sub Command5_Click()
Form18.MSHFlexGrid1.Visible = False
Unload Me
Form18.Show
End Sub

Private Sub Command6_Click()
Form5.Text1.Enabled = False
Form5.Text2.Enabled = False
Form5.Text3.Enabled = False
Form5.Text4.Enabled = False
Unload Me
Form5.Show
End Sub

Private Sub Command7_Click()
Unload Me
Form12.Show
End Sub

⌨️ 快捷键说明

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