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

📄 frmmain.frm

📁 用VB写的下载类.很好用.一个文件.方便放到自己的软件里面.源代码
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmMain 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "文件下载 http://www.play78.com"
   ClientHeight    =   6825
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   6300
   Icon            =   "frmMain.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   6825
   ScaleWidth      =   6300
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame5 
      Caption         =   " Resume "
      Height          =   1260
      Left            =   30
      TabIndex        =   32
      Top             =   3210
      Width           =   2895
      Begin VB.TextBox txtMaxBytes 
         Alignment       =   2  'Center
         Height          =   285
         Left            =   1320
         TabIndex        =   36
         Text            =   "-1"
         Top             =   600
         Width           =   975
      End
      Begin VB.TextBox txtResumeFrom 
         Alignment       =   2  'Center
         Height          =   285
         Left            =   1560
         TabIndex        =   34
         Text            =   "0"
         Top             =   240
         Width           =   1215
      End
      Begin VB.Label Label12 
         AutoSize        =   -1  'True
         Height          =   180
         Left            =   180
         TabIndex        =   38
         Top             =   930
         Width           =   90
      End
      Begin VB.Label Label11 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "bytes"
         Height          =   195
         Left            =   2400
         TabIndex        =   37
         Top             =   630
         Width           =   375
      End
      Begin VB.Label Label10 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "最大字节"
         Height          =   180
         Left            =   120
         TabIndex        =   35
         Top             =   630
         Width           =   720
      End
      Begin VB.Label Label9 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "开始字节"
         Height          =   180
         Left            =   120
         TabIndex        =   33
         Top             =   270
         Width           =   720
      End
   End
   Begin VB.Frame Frame4 
      Caption         =   " HTTP 验证 "
      Height          =   1020
      Left            =   3360
      TabIndex        =   27
      Top             =   3120
      Width           =   2865
      Begin VB.TextBox txtHttpPass 
         Height          =   285
         IMEMode         =   3  'DISABLE
         Left            =   600
         PasswordChar    =   "*"
         TabIndex        =   31
         Top             =   630
         Width           =   2205
      End
      Begin VB.TextBox txtHttpUser 
         Height          =   285
         Left            =   600
         TabIndex        =   30
         Top             =   240
         Width           =   2205
      End
      Begin VB.Label Label8 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "密码:"
         Height          =   180
         Left            =   120
         TabIndex        =   29
         Top             =   630
         Width           =   450
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "用户:"
         Height          =   180
         Left            =   120
         TabIndex        =   28
         Top             =   270
         Width           =   450
      End
   End
   Begin VB.TextBox txtURL 
      Height          =   285
      Left            =   1170
      TabIndex        =   25
      Text            =   "http://www.play78.com/blog/attachments/month_0510/eb4h_Play78BitBtn.rar"
      Top             =   60
      Width           =   5085
   End
   Begin VB.TextBox txtOutput 
      BeginProperty Font 
         Name            =   "Courier New"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   2145
      Left            =   60
      Locked          =   -1  'True
      MultiLine       =   -1  'True
      ScrollBars      =   3  'Both
      TabIndex        =   24
      Top             =   4620
      Width           =   6165
   End
   Begin VB.Frame Frame1 
      Caption         =   "代理服务器"
      Height          =   2685
      Left            =   3360
      TabIndex        =   12
      Top             =   360
      Width           =   2895
      Begin VB.ComboBox cmbProxyServer 
         Height          =   315
         ItemData        =   "frmMain.frx":1CFA
         Left            =   600
         List            =   "frmMain.frx":1D0A
         Style           =   2  'Dropdown List
         TabIndex        =   18
         Top             =   240
         Width           =   2175
      End
      Begin VB.TextBox txtUsername 
         Height          =   285
         Left            =   240
         TabIndex        =   17
         Text            =   "Administrator"
         Top             =   1320
         Width           =   2535
      End
      Begin VB.TextBox txtPassword 
         Height          =   285
         IMEMode         =   3  'DISABLE
         Left            =   240
         PasswordChar    =   "*"
         TabIndex        =   16
         Text            =   "MyPassword"
         Top             =   1920
         Width           =   2535
      End
      Begin VB.TextBox txtProxy 
         Alignment       =   2  'Center
         Height          =   285
         Left            =   990
         TabIndex        =   15
         Text            =   "10.0.0.5"
         Top             =   720
         Width           =   915
      End
      Begin VB.TextBox txtProxyPort 
         Alignment       =   2  'Center
         Height          =   285
         Left            =   2280
         TabIndex        =   14
         Text            =   "1080"
         Top             =   720
         Width           =   495
      End
      Begin VB.CheckBox chkRemoteDNS 
         Caption         =   "启用远程dns"
         Height          =   255
         Left            =   120
         TabIndex        =   13
         Top             =   2250
         Value           =   1  'Checked
         Width           =   2535
      End
      Begin VB.Label Label3 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "类型"
         Height          =   180
         Left            =   120
         TabIndex        =   23
         Top             =   270
         Width           =   360
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "用户名:"
         Height          =   180
         Left            =   120
         TabIndex        =   22
         Top             =   1080
         Width           =   630
      End
      Begin VB.Label Label5 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "密码:"
         Height          =   180
         Left            =   120
         TabIndex        =   21
         Top             =   1680
         Width           =   450
      End
      Begin VB.Label Label6 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "代理服务器"
         Height          =   180
         Left            =   30
         TabIndex        =   20
         Top             =   750
         Width           =   900
      End
      Begin VB.Label Label7 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "端口"

⌨️ 快捷键说明

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