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

📄 form1.frm

📁 用VB调用SSH控件
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form FrmMain 
   BackColor       =   &H8000000B&
   Caption         =   "SSH demo"
   ClientHeight    =   10605
   ClientLeft      =   1320
   ClientTop       =   1665
   ClientWidth     =   15240
   ClipControls    =   0   'False
   ForeColor       =   &H00404040&
   Icon            =   "Form1.frx":0000
   LinkTopic       =   "Form1"
   ScaleHeight     =   10605
   ScaleWidth      =   15240
   StartUpPosition =   2  '屏幕中心
   Begin VB.ComboBox CobView2 
      Height          =   300
      Left            =   13920
      TabIndex        =   20
      Top             =   360
      Width           =   1215
   End
   Begin VB.ComboBox CobView 
      Height          =   300
      Left            =   6120
      TabIndex        =   19
      Top             =   360
      Width           =   1095
   End
   Begin MSComctlLib.ListView ListView4 
      Height          =   2175
      Left            =   0
      TabIndex        =   18
      Top             =   8040
      Width           =   15615
      _ExtentX        =   27543
      _ExtentY        =   3836
      View            =   3
      LabelEdit       =   1
      MultiSelect     =   -1  'True
      LabelWrap       =   -1  'True
      HideSelection   =   -1  'True
      AllowReorder    =   -1  'True
      FullRowSelect   =   -1  'True
      GridLines       =   -1  'True
      _Version        =   393217
      ForeColor       =   -2147483640
      BackColor       =   -2147483643
      BorderStyle     =   1
      Appearance      =   0
      NumItems        =   0
   End
   Begin VB.CommandButton Command3 
      Caption         =   "切换"
      Height          =   375
      Left            =   0
      TabIndex        =   17
      Top             =   360
      Width           =   615
   End
   Begin MSComctlLib.ImageList ImageList1 
      Left            =   3000
      Top             =   1680
      _ExtentX        =   1005
      _ExtentY        =   1005
      BackColor       =   -2147483643
      ImageWidth      =   16
      ImageHeight     =   16
      MaskColor       =   12632256
      _Version        =   393216
      BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
         NumListImages   =   6
         BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Form1.frx":1272
            Key             =   "key1"
         EndProperty
         BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Form1.frx":3A24
            Key             =   "key2"
         EndProperty
         BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Form1.frx":9CBE
            Key             =   "key3"
         EndProperty
         BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Form1.frx":F8E0
            Key             =   "key4"
         EndProperty
         BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Form1.frx":15B7A
            Key             =   "key5"
         EndProperty
         BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Form1.frx":1BE14
            Key             =   "key6"
         EndProperty
      EndProperty
   End
   Begin VB.Timer Timer2 
      Enabled         =   0   'False
      Interval        =   1000
      Left            =   7320
      Top             =   0
   End
   Begin VB.Timer Timer1 
      Interval        =   1000
      Left            =   120
      Top             =   360
   End
   Begin VB.CommandButton Command2 
      Caption         =   "刷新"
      Height          =   375
      Left            =   600
      TabIndex        =   12
      Top             =   360
      Width           =   615
   End
   Begin MSComctlLib.ListView ListView3 
      Height          =   7335
      Left            =   0
      TabIndex        =   11
      Top             =   720
      Width           =   7335
      _ExtentX        =   12938
      _ExtentY        =   12938
      View            =   3
      LabelEdit       =   1
      LabelWrap       =   -1  'True
      HideSelection   =   -1  'True
      OLEDragMode     =   1
      OLEDropMode     =   1
      AllowReorder    =   -1  'True
      FullRowSelect   =   -1  'True
      _Version        =   393217
      Icons           =   "ImageList"
      SmallIcons      =   "ImageList"
      ColHdrIcons     =   "ImageList"
      ForeColor       =   8421504
      BackColor       =   -2147483643
      BorderStyle     =   1
      Appearance      =   1
      OLEDragMode     =   1
      OLEDropMode     =   1
      NumItems        =   0
   End
   Begin VB.ComboBox cmbDrives 
      Height          =   300
      ItemData        =   "Form1.frx":1C266
      Left            =   1200
      List            =   "Form1.frx":1C268
      TabIndex        =   10
      Top             =   360
      Width           =   4890
   End
   Begin VB.CommandButton Command1 
      Caption         =   "切换"
      Height          =   375
      Left            =   7320
      TabIndex        =   7
      Top             =   360
      Width           =   615
   End
   Begin VB.CommandButton CmdBrowse 
      Caption         =   "刷新"
      Height          =   375
      Left            =   7920
      TabIndex        =   6
      Top             =   360
      Width           =   615
   End
   Begin MSComctlLib.ListView ListView1 
      Height          =   7335
      Left            =   7320
      TabIndex        =   5
      Top             =   720
      Width           =   7935
      _ExtentX        =   13996
      _ExtentY        =   12938
      View            =   3
      LabelEdit       =   1
      LabelWrap       =   -1  'True
      HideSelection   =   -1  'True
      OLEDragMode     =   1
      OLEDropMode     =   1
      AllowReorder    =   -1  'True
      FullRowSelect   =   -1  'True
      _Version        =   393217
      Icons           =   "ImageList"
      SmallIcons      =   "ImageList"
      ColHdrIcons     =   "ImageList"
      ForeColor       =   8421504
      BackColor       =   -2147483643
      BorderStyle     =   1
      Appearance      =   1
      OLEDragMode     =   1
      OLEDropMode     =   1
      NumItems        =   0
   End
   Begin MSComctlLib.ListView ListView2 
      Height          =   7335
      Left            =   7320
      TabIndex        =   3
      Top             =   720
      Width           =   7935
      _ExtentX        =   13996
      _ExtentY        =   12938
      View            =   3
      LabelEdit       =   1
      MultiSelect     =   -1  'True
      LabelWrap       =   -1  'True
      HideSelection   =   -1  'True
      OLEDragMode     =   1
      OLEDropMode     =   1
      AllowReorder    =   -1  'True
      FullRowSelect   =   -1  'True
      _Version        =   393217
      ForeColor       =   8421504
      BackColor       =   -2147483648
      BorderStyle     =   1
      Appearance      =   1
      OLEDragMode     =   1
      OLEDropMode     =   1
      NumItems        =   0
   End
   Begin MSComctlLib.Toolbar Toolbar1 
      Align           =   1  'Align Top
      Height          =   360
      Left            =   0
      TabIndex        =   2
      Top             =   0
      Width           =   15240
      _ExtentX        =   26882
      _ExtentY        =   635
      ButtonWidth     =   609
      ButtonHeight    =   582
      Appearance      =   1
      Style           =   1
      ImageList       =   "ImageList1"
      DisabledImageList=   "ImageList1"
      HotImageList    =   "ImageList1"
      _Version        =   393216
      BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
         NumButtons      =   6
         BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Key             =   "key1"
            Object.ToolTipText     =   "创建新连接"
            ImageIndex      =   1
         EndProperty
         BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Key             =   "key2"
            Object.ToolTipText     =   "新建文件夹"
            ImageIndex      =   2
         EndProperty
         BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Key             =   "key3"
            Object.ToolTipText     =   "设置SSH"
            ImageIndex      =   3
         EndProperty
         BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Key             =   "key4"
            Object.ToolTipText     =   "连接远程服务器"
            ImageIndex      =   4
         EndProperty
         BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Key             =   "key5"
            Object.ToolTipText     =   "断开远程服务器"
            ImageIndex      =   5
         EndProperty
         BeginProperty Button6 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Key             =   "key6"
            Object.ToolTipText     =   "SetRemotSSH"
            ImageIndex      =   6
         EndProperty
      EndProperty
      BorderStyle     =   1
      Begin VB.Timer Timer3 
         Enabled         =   0   'False
         Interval        =   1000
         Left            =   0
         Top             =   0
      End
   End
   Begin VB.ComboBox Combo2 
      Height          =   300
      ItemData        =   "Form1.frx":1C26A
      Left            =   8520
      List            =   "Form1.frx":1C26C
      TabIndex        =   1
      Top             =   360
      Width           =   5415
   End
   Begin VB.Frame Frame1 
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      BorderStyle     =   0  'None
      Caption         =   "Frame1"
      ClipControls    =   0   'False
      ForeColor       =   &H80000008&
      Height          =   2745
      Left            =   5880
      TabIndex        =   0
      Top             =   720
      Width           =   435
   End
   Begin MSComctlLib.ImageList ImageList 
      Left            =   240
      Top             =   1320
      _ExtentX        =   1005
      _ExtentY        =   1005
      BackColor       =   -2147483643
      ImageWidth      =   16
      ImageHeight     =   16
      MaskColor       =   12632256
      _Version        =   393216
      BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
         NumListImages   =   6
         BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Form1.frx":1C26E
            Key             =   ""
         EndProperty
         BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Form1.frx":1CF4A
            Key             =   ""
         EndProperty
         BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Form1.frx":1DC26
            Key             =   ""
         EndProperty
         BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Form1.frx":1E902
            Key             =   ""
         EndProperty
         BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Form1.frx":210B4
            Key             =   ""
         EndProperty
         BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Form1.frx":21506
            Key             =   ""
         EndProperty
      EndProperty
   End
   Begin VB.TextBox TextDirectory 
      Height          =   285
      Left            =   7440
      TabIndex        =   4
      Text            =   "C:"
      ToolTipText     =   "Specify a directory here and click on the Browse button"
      Top             =   1200
      Width           =   7575
   End
   Begin MSComctlLib.StatusBar StatusBar1 
      Align           =   2  'Align Bottom
      Height          =   375
      Left            =   0
      TabIndex        =   9
      Top             =   10230
      Width           =   15240
      _ExtentX        =   26882
      _ExtentY        =   661
      _Version        =   393216
      BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628} 
         NumPanels       =   3
         BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            AutoSize        =   1
            Object.Width           =   8758
         EndProperty
         BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Alignment       =   2
            AutoSize        =   1
            Object.Width           =   8758
         EndProperty
         BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628} 

⌨️ 快捷键说明

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