form1.frm

来自「ftp下载程序 均在Windows 2000 和Visual Basic 6.」· FRM 代码 · 共 43 行

FRM
43
字号
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form Form1 
   Caption         =   "FTP下载程序"
   ClientHeight    =   6135
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   9735
   LinkTopic       =   "Form1"
   ScaleHeight     =   6135
   ScaleWidth      =   9735
   StartUpPosition =   2  '屏幕中心
   Begin VB.PictureBox Picture1 
      AutoRedraw      =   -1  'True
      BorderStyle     =   0  'None
      Height          =   615
      Left            =   2520
      ScaleHeight     =   615
      ScaleWidth      =   7215
      TabIndex        =   21
      Top             =   3000
      Width           =   7215
      Begin VB.PictureBox cmdPut 
         AutoSize        =   -1  'True
         BorderStyle     =   0  'None
         Height          =   345
         Left            =   720
         ScaleHeight     =   345
         ScaleWidth      =   360
         TabIndex        =   14
         ToolTipText     =   "上传"
         Top             =   120
         Visible         =   0   'False
         Width           =   360
      End
      Begin VB.PictureBox cmdGet 
         BorderStyle     =   0  'None
         Height          =   405
         Left            =   240
         ScaleHeight     =   405
         ScaleWidth      =   420
         TabIndex        =   13
         ToolTipText     =   "下载

⌨️ 快捷键说明

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