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

📄 form1.frm

📁 本人刚开始学vb,是自己遍的,只能参考.而且是只供真正初学的人看
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form1 
   Caption         =   "QQ用户登陆"
   ClientHeight    =   3345
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   4830
   Icon            =   "Form1.frx":0000
   LinkTopic       =   "Form1"
   Picture         =   "Form1.frx":4D5A
   ScaleHeight     =   3345
   ScaleWidth      =   4830
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command4 
      Caption         =   "登陆TM"
      Height          =   375
      Left            =   3240
      TabIndex        =   9
      Top             =   2760
      Width           =   1215
   End
   Begin VB.CommandButton Command3 
      Caption         =   "登陆QQ"
      Height          =   375
      Left            =   1920
      TabIndex        =   8
      Top             =   2760
      Width           =   1095
   End
   Begin VB.CommandButton Command2 
      Caption         =   "高级设置↓"
      Height          =   375
      Left            =   240
      TabIndex        =   7
      Top             =   2760
      Width           =   1335
   End
   Begin VB.CheckBox Check2 
      Caption         =   "隐身登录"
      Height          =   255
      Left            =   2400
      TabIndex        =   6
      Top             =   2280
      Width           =   1215
   End
   Begin VB.CheckBox Check1 
      Caption         =   "自动登录"
      Height          =   255
      Left            =   840
      TabIndex        =   5
      Top             =   2280
      Width           =   1335
   End
   Begin VB.CommandButton Command1 
      Caption         =   "申请号码"
      Height          =   375
      Left            =   3480
      TabIndex        =   4
      Top             =   960
      Width           =   1095
   End
   Begin VB.TextBox Text1 
      Height          =   350
      IMEMode         =   3  'DISABLE
      Left            =   1320
      PasswordChar    =   "*"
      TabIndex        =   3
      Top             =   1680
      Width           =   1935
   End
   Begin VB.ComboBox Combo1 
      Height          =   300
      Left            =   1320
      TabIndex        =   1
      Top             =   1000
      Width           =   1935
   End
   Begin VB.Label Label2 
      Caption         =   "QQ密码:"
      Height          =   255
      Left            =   360
      TabIndex        =   2
      Top             =   1680
      Width           =   855
   End
   Begin VB.Label Label1 
      Caption         =   "QQ号码:"
      Height          =   255
      Left            =   360
      TabIndex        =   0
      Top             =   1080
      Width           =   855
   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 + -