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

📄 login.frm

📁 本站资料仅为大家学习之用
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "COMCTL32.OCX"
Begin VB.Form login 
   BackColor       =   &H00C0C0C0&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "登录"
   ClientHeight    =   2340
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   5955
   Icon            =   "login.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   2340
   ScaleWidth      =   5955
   StartUpPosition =   2  '屏幕中心
   Begin MSAdodcLib.Adodc Adodc2 
      Height          =   330
      Left            =   2475
      Top             =   1980
      Visible         =   0   'False
      Width           =   1605
      _ExtentX        =   2831
      _ExtentY        =   582
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   2
      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=d:\catvvb.cl\catv.mdb;Persist Security Info=False"
      OLEDBString     =   "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=d:\catvvb.cl\catv.mdb;Persist Security Info=False"
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   "catvuser"
      Caption         =   "Adodc2"
      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.Frame Frame1 
      BackColor       =   &H00C0C0C0&
      Height          =   2160
      Left            =   75
      TabIndex        =   0
      Top             =   30
      Width           =   5790
      Begin VB.CheckBox Check1 
         BackColor       =   &H00C0C0C0&
         Height          =   210
         Left            =   5310
         TabIndex        =   11
         Top             =   360
         Width           =   285
      End
      Begin ComctlLib.ProgressBar ProgressBar1 
         Height          =   180
         Left            =   165
         TabIndex        =   10
         Top             =   765
         Visible         =   0   'False
         Width           =   5490
         _ExtentX        =   9684
         _ExtentY        =   318
         _Version        =   327682
         Appearance      =   1
      End
      Begin VB.CommandButton Command3 
         BackColor       =   &H0080FF80&
         Caption         =   "连接"
         Height          =   315
         Left            =   4095
         Style           =   1  'Graphical
         TabIndex        =   1
         Top             =   285
         Width           =   1065
      End
      Begin VB.Frame Frame2 
         Height          =   30
         Left            =   135
         TabIndex        =   9
         Top             =   765
         Width           =   5520
      End
      Begin VB.ComboBox Combo1 
         Height          =   300
         Left            =   2340
         TabIndex        =   14
         Text            =   "全局服务器"
         Top             =   315
         Width           =   1440
      End
      Begin VB.TextBox Text1 
         Height          =   315
         Left            =   2355
         TabIndex        =   2
         Top             =   1155
         Width           =   1215
      End
      Begin VB.TextBox Text2 
         Height          =   315
         IMEMode         =   3  'DISABLE
         Left            =   2355
         PasswordChar    =   "*"
         TabIndex        =   3
         Top             =   1590
         Width           =   1215
      End
      Begin VB.CommandButton Command1 
         Caption         =   "确认"
         Enabled         =   0   'False
         Height          =   300
         Left            =   4095
         TabIndex        =   4
         Top             =   1155
         Width           =   1050
      End
      Begin VB.CommandButton Command2 
         Caption         =   "退出"
         Height          =   300
         Left            =   4095
         TabIndex        =   5
         Top             =   1590
         Width           =   1050
      End
      Begin VB.Label Label5 
         BackStyle       =   0  'Transparent
         Height          =   300
         Left            =   4860
         TabIndex        =   13
         Top             =   930
         Width           =   885
      End
      Begin VB.Label Label4 
         BackStyle       =   0  'Transparent
         Height          =   255
         Left            =   150
         TabIndex        =   12
         Top             =   975
         Width           =   1050
      End
      Begin VB.Label Label3 
         BackStyle       =   0  'Transparent
         Caption         =   "请选择登录服务器:"
         Height          =   300
         Left            =   435
         TabIndex        =   8
         Top             =   345
         Width           =   1725
      End
      Begin VB.Image Image1 
         Height          =   480
         Left            =   555
         Picture         =   "login.frx":0442
         Top             =   1320
         Width           =   480
      End
      Begin VB.Label Label1 
         BackStyle       =   0  'Transparent
         Caption         =   "姓名:"
         ForeColor       =   &H00800000&
         Height          =   255
         Left            =   1545
         TabIndex        =   7
         Top             =   1230
         Width           =   735
      End
      Begin VB.Label Label2 
         BackStyle       =   0  'Transparent
         Caption         =   "口令:"
         ForeColor       =   &H00800000&
         Height          =   375
         Left            =   1545
         TabIndex        =   6
         Top             =   1590
         Width           =   735
      End
   End
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   825
      Left            =   75
      Top             =   1530
      Visible         =   0   'False
      Width           =   2265
      _ExtentX        =   3995
      _ExtentY        =   1455
      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  =   "catv"
      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
End
Attribute VB_Name = "login"
Attribute VB_GlobalNameSpace = False

⌨️ 快捷键说明

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