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

📄 setup.frm

📁 用VB开发的聊天室
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Setup 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Setup"
   ClientHeight    =   1785
   ClientLeft      =   45
   ClientTop       =   615
   ClientWidth     =   4485
   Icon            =   "Setup.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   ScaleHeight     =   1785
   ScaleWidth      =   4485
   StartUpPosition =   2  'CenterScreen
   Begin VB.CommandButton Command1 
      Caption         =   "Whisper!"
      Default         =   -1  'True
      Height          =   285
      Left            =   3150
      TabIndex        =   8
      Top             =   1500
      Width           =   1275
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H00C0C0C0&
      ForeColor       =   &H000000FF&
      Height          =   1425
      Left            =   60
      TabIndex        =   3
      Top             =   0
      Width           =   4365
      Begin VB.TextBox Text2 
         BackColor       =   &H00FFFFFF&
         ForeColor       =   &H00000000&
         Height          =   285
         Left            =   1590
         MaxLength       =   11
         TabIndex        =   2
         ToolTipText     =   "Enter Your Name Here."
         Top             =   990
         Width           =   2685
      End
      Begin VB.ComboBox Combo1 
         BackColor       =   &H00FFFFFF&
         ForeColor       =   &H00000000&
         Height          =   315
         Left            =   2760
         Style           =   2  'Dropdown List
         TabIndex        =   1
         ToolTipText     =   "Enter Operation Style."
         Top             =   570
         Width           =   1515
      End
      Begin VB.TextBox Text1 
         BackColor       =   &H00FFFFFF&
         ForeColor       =   &H00000000&
         Height          =   285
         Left            =   1590
         TabIndex        =   0
         ToolTipText     =   "Enter Server Address."
         Top             =   210
         Width           =   2685
      End
      Begin VB.Label Label3 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Name:"
         ForeColor       =   &H00000000&
         Height          =   195
         Left            =   90
         TabIndex        =   6
         Top             =   1020
         Width           =   465
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Connect to a Whisper server."
         ForeColor       =   &H00000000&
         Height          =   195
         Left            =   90
         TabIndex        =   5
         Top             =   630
         Width           =   2070
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Connect To Server:"
         ForeColor       =   &H00000000&
         Height          =   285
         Left            =   90
         TabIndex        =   4
         Top             =   240
         Width           =   1395
      End
   End
   Begin VB.Label Label4 
      BackStyle       =   0  'Transparent
      Caption         =   "Label4"
      ForeColor       =   &H00000000&
      Height          =   225
      Left            =   90
      TabIndex        =   7
      Top             =   1530
      Width           =   1665
   End
   Begin VB.Menu setupmen 
      Caption         =   "&Whisper"
      Begin VB.Menu aboutwhisper 
         Caption         =   "&About"
      End
      Begin VB.Menu bar 
         Caption         =   "-"
      End
      Begin VB.Menu gethelp 
         Caption         =   "&Help"
         Shortcut        =   {F1}
      End
   End
End
Attribute VB_Name = "Setup"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub aboutwhisper_Click()
MsgBox "Whisper V5.2.0" & Chr(10) & "Copyright 

⌨️ 快捷键说明

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