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

📄 form1.frm

📁 会员管理系统 功能自己扩展把! 如果有改进给我发一份quweijie8@126.com 这个比较适合初学者``` Q:151693707 msn:quweijie8@hotmail.com
💻 FRM
字号:
VERSION 5.00
Object = "{9A226D6F-2658-4445-8D35-5C19D42676FE}#1.0#0"; "xp.ocx"
Begin VB.Form Form1 
   Appearance      =   0  'Flat
   BackColor       =   &H80000005&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "登陆"
   ClientHeight    =   2235
   ClientLeft      =   5370
   ClientTop       =   4860
   ClientWidth     =   4935
   ControlBox      =   0   'False
   LinkTopic       =   "登陆"
   MaxButton       =   0   'False
   ScaleHeight     =   2235
   ScaleWidth      =   4935
   StartUpPosition =   2  '屏幕中心
   Begin VB.ComboBox Combo1 
      Height          =   300
      Left            =   2040
      Style           =   2  'Dropdown List
      TabIndex        =   3
      Top             =   420
      Width           =   2295
   End
   Begin VB.CommandButton Command2 
      Height          =   375
      Left            =   2880
      Picture         =   "Form1.frx":0000
      Style           =   1  'Graphical
      TabIndex        =   2
      Top             =   1500
      Width           =   1275
   End
   Begin VB.CommandButton Command1 
      Height          =   375
      Left            =   1080
      Picture         =   "Form1.frx":0152
      Style           =   1  'Graphical
      TabIndex        =   1
      Top             =   1500
      Width           =   1275
   End
   Begin VB.TextBox Text2 
      Height          =   270
      IMEMode         =   3  'DISABLE
      Left            =   2040
      PasswordChar    =   "*"
      TabIndex        =   0
      Top             =   900
      Width           =   2295
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H80000014&
      Height          =   1995
      Left            =   210
      TabIndex        =   4
      Top             =   120
      Width           =   4455
      Begin BSE_Engine.BSE BSE1 
         Left            =   3600
         Top             =   1320
         _ExtentX        =   6588
         _ExtentY        =   1085
      End
      Begin VB.Label Label3 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "用户名称:"
         Height          =   180
         Left            =   900
         TabIndex        =   6
         Top             =   360
         Width           =   900
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "用户密码:"
         Height          =   180
         Left            =   900
         TabIndex        =   5
         Top             =   840
         Width           =   900
      End
      Begin VB.Image Image1 
         Height          =   735
         Index           =   0
         Left            =   120
         Picture         =   "Form1.frx":0295
         Stretch         =   -1  'True
         Top             =   300
         Width           =   735
      End
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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