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

📄 form_cjxt31.frm

📁 手工出卷和自动出卷以及审核试卷和修改试卷
💻 FRM
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "MSDATLST.OCX"
Begin VB.Form Form_CJXT31 
   Caption         =   "添加用户"
   ClientHeight    =   5820
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   8325
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   ScaleHeight     =   5820
   ScaleWidth      =   8325
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   405
      Left            =   3300
      Top             =   2850
      Visible         =   0   'False
      Width           =   2265
      _ExtentX        =   3995
      _ExtentY        =   714
      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=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial Catalog=PAPER;Data Source=local"
      OLEDBString     =   "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial Catalog=PAPER;Data Source=local"
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   "sa"
      Password        =   "sa"
      RecordSource    =   "select distinct privilege from users "
      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 MSDataListLib.DataCombo DataCombo1 
      Bindings        =   "Form_CJXT31.frx":0000
      Height          =   330
      Left            =   3270
      TabIndex        =   10
      Top             =   2430
      Width           =   2265
      _ExtentX        =   3995
      _ExtentY        =   582
      _Version        =   393216
      ListField       =   "privilege"
      Text            =   ""
   End
   Begin MSComctlLib.ImageList ImageList1 
      Left            =   1350
      Top             =   120
      _ExtentX        =   1005
      _ExtentY        =   1005
      BackColor       =   -2147483643
      ImageWidth      =   32
      ImageHeight     =   16
      MaskColor       =   12632256
      _Version        =   393216
      BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
         NumListImages   =   1
         BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Form_CJXT31.frx":0015
            Key             =   ""
         EndProperty
      EndProperty
   End
   Begin MSComctlLib.Toolbar Toolbar1 
      Align           =   1  'Align Top
      Height          =   615
      Left            =   0
      TabIndex        =   9
      Top             =   0
      Width           =   8325
      _ExtentX        =   14684
      _ExtentY        =   1085
      ButtonWidth     =   1032
      ButtonHeight    =   926
      Appearance      =   1
      ImageList       =   "ImageList1"
      _Version        =   393216
      BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
         NumButtons      =   1
         BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "退出"
            Key             =   "Exit"
            ImageIndex      =   1
         EndProperty
      EndProperty
   End
   Begin VB.CommandButton Command2 
      Caption         =   "取消"
      Height          =   465
      Left            =   4350
      TabIndex        =   8
      Top             =   3270
      Width           =   1215
   End
   Begin VB.CommandButton Command1 
      Caption         =   "提交"
      Height          =   465
      Left            =   2730
      TabIndex        =   7
      Top             =   3300
      Width           =   1215
   End
   Begin VB.TextBox Text_rpwd 
      Height          =   375
      Left            =   3270
      TabIndex        =   5
      Top             =   1830
      Width           =   2265
   End
   Begin VB.TextBox Text_Pwd 
      Height          =   375
      Left            =   3270
      TabIndex        =   4
      Top             =   1290
      Width           =   2265
   End
   Begin VB.TextBox Text_Name 
      Height          =   375
      Left            =   3270
      TabIndex        =   1
      Top             =   750
      Width           =   2265
   End
   Begin VB.Label Label4 
      Caption         =   "权限:"
      Height          =   315
      Left            =   2100
      TabIndex        =   6
      Top             =   2520
      Width           =   945
   End
   Begin VB.Label Label3 
      Caption         =   "确认密码:"
      Height          =   315
      Left            =   2100
      TabIndex        =   3
      Top             =   1890
      Width           =   945
   End
   Begin VB.Label Label2 
      Caption         =   "密码:"
      Height          =   315
      Left            =   2100
      TabIndex        =   2
      Top             =   1320
      Width           =   735
   End
   Begin VB.Label Label1 
      Caption         =   "用户名:"
      Height          =   315
      Left            =   2100
      TabIndex        =   0
      Top             =   780
      Width           =   735
   End
End
Attribute VB_Name = "Form_CJXT31"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()

End Sub

Private Sub Form_Load()
    Height = 10000
    Width = 12000
    Top = 0
    Left = 0
End Sub

Private Sub Toolbar1_ButtonClick(ByVal Button As MSComctlLib.Button)
   Select Case Button.Key
          Case "Exit"
            Unload Me
   End Select
End Sub

⌨️ 快捷键说明

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