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

📄 frmmain.frm

📁 完整的主机服务器, (含代码).程序会监视联结到主机程序上的所有机器.可是设置开启端口,最多用户..非常完整.!
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
Begin VB.Form frmmain 
   AutoRedraw      =   -1  'True
   BackColor       =   &H00000000&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "LongBow Server"
   ClientHeight    =   5205
   ClientLeft      =   2145
   ClientTop       =   3780
   ClientWidth     =   6855
   Icon            =   "frmmain.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   5205
   ScaleWidth      =   6855
   Begin VB.CheckBox Check1 
      BeginProperty Font 
         Name            =   "Trebuchet MS"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000FF00&
      Height          =   240
      Left            =   150
      TabIndex        =   13
      ToolTipText     =   "Unlock the Close Server button, this is used as a precaution"
      Top             =   4800
      Width           =   200
   End
   Begin VB.CommandButton cmdDirShare 
      Caption         =   "Director&y Sharing"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   390
      Left            =   5175
      TabIndex        =   14
      ToolTipText     =   "Administrate directory sharing and security"
      Top             =   3600
      Width           =   1590
   End
   Begin VB.CommandButton cmdSvrConf 
      Caption         =   "Server &Config"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   5175
      TabIndex        =   9
      ToolTipText     =   "Change general server configurations"
      Top             =   3150
      Width           =   1605
   End
   Begin VB.CommandButton cmdUsers 
      Caption         =   "&Users"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   5175
      TabIndex        =   8
      ToolTipText     =   "Change access priviledges for users"
      Top             =   2700
      Width           =   1605
   End
   Begin VB.CommandButton cmdVHost 
      Caption         =   "Virtual &Hosts"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   5175
      TabIndex        =   7
      ToolTipText     =   "Administrate virtual hosts"
      Top             =   2250
      Width           =   1605
   End
   Begin VB.CommandButton cmdVDir 
      Caption         =   "Virtual &Directories"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   5175
      TabIndex        =   6
      ToolTipText     =   "Administrate virtual directories"
      Top             =   1800
      Width           =   1605
   End
   Begin VB.CommandButton Command3 
      Caption         =   "&Read Log"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   390
      Left            =   5025
      TabIndex        =   5
      ToolTipText     =   "Show the current server log"
      Top             =   4725
      Width           =   1575
   End
   Begin VB.CommandButton Command1 
      Caption         =   "Sto&p"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   390
      Left            =   3375
      TabIndex        =   1
      ToolTipText     =   "Temporarily stop the server from accepting requests"
      Top             =   4725
      Width           =   1590
   End
   Begin MSWinsockLib.Winsock ws 
      Index           =   0
      Left            =   4575
      Top             =   225
      _ExtentX        =   741
      _ExtentY        =   741
      _Version        =   393216
   End
   Begin VB.TextBox Text1 
      BackColor       =   &H00000000&
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0080FF80&
      Height          =   4185
      Left            =   120
      Locked          =   -1  'True
      MultiLine       =   -1  'True
      TabIndex        =   0
      Top             =   120
      Width           =   4980
   End
   Begin VB.Timer sxu 
      Interval        =   10
      Left            =   105
      Top             =   105
   End
   Begin VB.Timer sxt 
      Interval        =   30
      Left            =   105
      Top             =   105
   End
   Begin VB.CommandButton Command2 
      Caption         =   "St&art"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   390
      Left            =   1725
      TabIndex        =   2
      ToolTipText     =   "Allow the server to start allowing connection requests"
      Top             =   4725
      Width           =   1590
   End
   Begin VB.Timer sxz 
      Interval        =   1000
      Left            =   4125
      Top             =   225
   End
   Begin VB.CommandButton Command4 
      Caption         =   "Close Ser&ver"
      Enabled         =   0   'False
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   390
      Left            =   75
      TabIndex        =   12
      ToolTipText     =   "Completely close down the server, saving all logs and configuration changes"
      Top             =   4725
      Width           =   1590
   End
   Begin VB.Image Image1 
      Height          =   1710
      Left            =   5100
      Picture         =   "frmmain.frx":27A2
      Top             =   75
      Width           =   1695
   End
   Begin VB.Label Label3 
      BackStyle       =   0  'Transparent
      Caption         =   "Connected Users"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0080FF80&
      Height          =   225
      Left            =   2775
      TabIndex        =   11
      Top             =   4350
      Width           =   1335
   End
   Begin VB.Label lblConnUsr 
      BackStyle       =   0  'Transparent
      BorderStyle     =   1  'Fixed Single
      Caption         =   "0"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0080FF80&
      Height          =   300
      Left            =   4125
      TabIndex        =   10
      Top             =   4350
      Width           =   975
   End
   Begin VB.Label lblReq 
      BackStyle       =   0  'Transparent
      BorderStyle     =   1  'Fixed Single
      Caption         =   "0"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0080FF80&
      Height          =   300
      Left            =   900
      TabIndex        =   4
      Top             =   4350
      Width           =   1275
   End
   Begin VB.Label Label1 
      BackStyle       =   0  'Transparent
      Caption         =   "Requests"
      BeginProperty Font 
         Name            =   "Comic Sans MS"
         Size            =   8.25
         Charset         =   0
         Weight          =   400

⌨️ 快捷键说明

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