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

📄 frmgetdatabase.frm

📁 这是一个银行IC卡门禁系统软件
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Object = "{065E6FD1-1BF9-11D2-BAE8-00104B9E0792}#3.0#0"; "ssa3d30.ocx"
Object = "{8C3D4AA0-2599-11D2-BAF1-00104B9E0792}#3.0#0"; "sssplt30.ocx"
Begin VB.Form frmGetDataBase 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "设置数据库"
   ClientHeight    =   4830
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   6030
   Icon            =   "frmGetDataBase.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4830
   ScaleWidth      =   6030
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  '窗口缺省
   Begin SSSplitter.SSSplitter SSSplitter1 
      Height          =   4875
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   6075
      _ExtentX        =   10716
      _ExtentY        =   8599
      _Version        =   196610
      BorderStyle     =   3
      PaneTree        =   "frmGetDataBase.frx":000C
      Begin Threed.SSPanel SSPanel1 
         Height          =   4815
         Left            =   30
         TabIndex        =   1
         Top             =   30
         Width           =   6015
         _ExtentX        =   10610
         _ExtentY        =   8493
         _Version        =   196610
         PictureBackgroundStyle=   2
         BevelInner      =   1
         PictureAlignment=   6
         RoundedCorners  =   0   'False
         FloodShowPct    =   -1  'True
         Begin Threed.SSPanel panAccess 
            Height          =   2835
            Left            =   300
            TabIndex        =   2
            Top             =   870
            Width           =   4905
            _ExtentX        =   8652
            _ExtentY        =   5001
            _Version        =   196610
            BackStyle       =   1
            BevelOuter      =   0
            RoundedCorners  =   0   'False
            FloodShowPct    =   -1  'True
            Begin VB.TextBox txtAccessFile 
               Height          =   270
               Left            =   1440
               TabIndex        =   6
               Text            =   "JAL.MDB"
               Top             =   420
               Width           =   2445
            End
            Begin VB.TextBox txtAccessPassword 
               Height          =   270
               IMEMode         =   3  'DISABLE
               Left            =   1440
               PasswordChar    =   "*"
               TabIndex        =   5
               Top             =   1560
               Width           =   2445
            End
            Begin VB.TextBox txtAccessUser 
               Height          =   270
               Left            =   1440
               TabIndex        =   4
               Text            =   "Admin"
               Top             =   960
               Width           =   2445
            End
            Begin Threed.SSCheck optBlankPassword 
               Height          =   285
               Left            =   1440
               TabIndex        =   3
               Top             =   2130
               Width           =   1755
               _ExtentX        =   3096
               _ExtentY        =   503
               _Version        =   196610
               BackStyle       =   1
               BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
                  Name            =   "宋体"
                  Size            =   9.75
                  Charset         =   134
                  Weight          =   400
                  Underline       =   0   'False
                  Italic          =   0   'False
                  Strikethrough   =   0   'False
               EndProperty
               Caption         =   "使用空密码"
            End
            Begin Threed.SSCommand cmdFind 
               Height          =   255
               Left            =   3960
               TabIndex        =   7
               Top             =   390
               Width           =   735
               _ExtentX        =   1296
               _ExtentY        =   450
               _Version        =   196610
               BackStyle       =   1
               ActiveColors    =   -1  'True
               BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
                  Name            =   "宋体"
                  Size            =   9.75
                  Charset         =   134
                  Weight          =   400
                  Underline       =   0   'False
                  Italic          =   0   'False
                  Strikethrough   =   0   'False
               EndProperty
               Caption         =   "查找.."
               ButtonStyle     =   3
               ShapeSize       =   1
            End
            Begin VB.Label lblAccessFile 
               AutoSize        =   -1  'True
               BackStyle       =   0  'Transparent
               Caption         =   "数据库文件"
               BeginProperty Font 
                  Name            =   "宋体"
                  Size            =   9.75
                  Charset         =   134
                  Weight          =   400
                  Underline       =   0   'False
                  Italic          =   0   'False
                  Strikethrough   =   0   'False
               EndProperty
               Height          =   195
               Left            =   330
               TabIndex        =   10
               Top             =   450
               Width           =   975
            End
            Begin VB.Label Label1 
               AutoSize        =   -1  'True
               BackStyle       =   0  'Transparent
               Caption         =   "用户密码"
               BeginProperty Font 
                  Name            =   "宋体"
                  Size            =   9.75
                  Charset         =   134
                  Weight          =   400
                  Underline       =   0   'False
                  Italic          =   0   'False
                  Strikethrough   =   0   'False
               EndProperty
               Height          =   195
               Left            =   450
               TabIndex        =   9
               Top             =   1590
               Width           =   780
            End
            Begin VB.Label Label2 
               AutoSize        =   -1  'True
               BackStyle       =   0  'Transparent
               Caption         =   "用户名"
               BeginProperty Font 
                  Name            =   "宋体"
                  Size            =   9.75
                  Charset         =   134
                  Weight          =   400
                  Underline       =   0   'False
                  Italic          =   0   'False
                  Strikethrough   =   0   'False
               EndProperty
               Height          =   195
               Left            =   660
               TabIndex        =   8
               Top             =   1020
               Width           =   585
            End
         End
         Begin Threed.SSPanel panServer 
            Height          =   2835
            Left            =   390
            TabIndex        =   11
            Top             =   900
            Width           =   4905
            _ExtentX        =   8652
            _ExtentY        =   5001
            _Version        =   196610
            BackStyle       =   1
            BevelOuter      =   0
            RoundedCorners  =   0   'False
            FloodShowPct    =   -1  'True
            Begin VB.TextBox txtServerPassword 
               Height          =   270
               IMEMode         =   3  'DISABLE
               Left            =   1440
               PasswordChar    =   "*"
               TabIndex        =   17
               Top             =   2340
               Width           =   2715
            End
            Begin VB.TextBox txtDatabase 
               Height          =   270
               Left            =   1440
               TabIndex        =   16
               Text            =   "JAL"
               Top             =   630
               Width           =   2715
            End
            Begin VB.TextBox txtServerUser 
               Height          =   270
               Left            =   1440
               TabIndex        =   15
               Text            =   "sa"
               Top             =   1920
               Width           =   2715
            End
            Begin VB.TextBox txtServerName 
               Height          =   270
               Left            =   1440
               TabIndex        =   14
               Top             =   240
               Width           =   2715
            End
            Begin Threed.SSOption optSQL 
               Height          =   375
               Left            =   1290
               TabIndex        =   12
               Top             =   1380
               Width           =   2595
               _ExtentX        =   4577
               _ExtentY        =   661
               _Version        =   196610
               BackStyle       =   1
               BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
                  Name            =   "宋体"
                  Size            =   9.75
                  Charset         =   134
                  Weight          =   400
                  Underline       =   0   'False
                  Italic          =   0   'False
                  Strikethrough   =   0   'False
               EndProperty
               Caption         =   "使用 SQL Server 认证"
               Value           =   -1
            End
            Begin Threed.SSOption optNT 
               Height          =   315
               Left            =   1290
               TabIndex        =   13
               Top             =   1080
               Width           =   2445
               _ExtentX        =   4313
               _ExtentY        =   556
               _Version        =   196610
               BackStyle       =   1
               BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
                  Name            =   "宋体"
                  Size            =   9.75
                  Charset         =   134
                  Weight          =   400
                  Underline       =   0   'False
                  Italic          =   0   'False
                  Strikethrough   =   0   'False
               EndProperty
               Caption         =   "使用 Windows NT 认证"
            End
            Begin VB.Label lblDatabase 
               AutoSize        =   -1  'True
               BackStyle       =   0  'Transparent
               Caption         =   "数据库名称"
               BeginProperty Font 
                  Name            =   "宋体"
                  Size            =   9.75
                  Charset         =   134
                  Weight          =   400
                  Underline       =   0   'False
                  Italic          =   0   'False
                  Strikethrough   =   0   'False
               EndProperty
               Height          =   195
               Left            =   330
               TabIndex        =   21
               Top             =   660
               Width           =   975
            End
            Begin VB.Label lblServerName 
               AutoSize        =   -1  'True
               BackStyle       =   0  'Transparent
               Caption         =   "服务器名称"
               BeginProperty Font 
                  Name            =   "宋体"
                  Size            =   9.75
                  Charset         =   134
                  Weight          =   400
                  Underline       =   0   'False
                  Italic          =   0   'False
                  Strikethrough   =   0   'False
               EndProperty
               Height          =   195
               Left            =   330
               TabIndex        =   20
               Top             =   300
               Width           =   975

⌨️ 快捷键说明

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