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

📄 unit1.dfm

📁 FTP的基本功能都有 界面比较粗糙
💻 DFM
字号:
object Form1: TForm1
  Left = 229
  Top = 105
  Width = 696
  Height = 480
  Caption = #27169#25311' FTP'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 0
    Top = 333
    Width = 688
    Height = 3
    Cursor = crVSplit
    Align = alBottom
  end
  object Splitter2: TSplitter
    Left = 345
    Top = 0
    Width = 3
    Height = 312
    Cursor = crHSplit
  end
  object StatusBar11: TStatusBar1
    Left = 0
    Top = 434
    Width = 688
    Height = 19
    Panels = <>
    SimplePanel = False
  end
  object Panel1: TPanel
    Left = 0
    Top = 336
    Width = 688
    Height = 98
    Align = alBottom
    TabOrder = 1
    object Memo1: TMemo
      Left = 1
      Top = 1
      Width = 686
      Height = 96
      Align = alClient
      Lines.Strings = (
        '')
      ReadOnly = True
      ScrollBars = ssBoth
      TabOrder = 0
    end
  end
  object ProgressBar1: TProgressBar1
    Left = 0
    Top = 312
    Width = 688
    Height = 21
    Align = alBottom
    Min = 0
    Max = 100
    TabOrder = 2
  end
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 345
    Height = 312
    Align = alLeft
    TabOrder = 3
    object ToolBar3: TToolBar
      Left = 1
      Top = 1
      Width = 343
      Height = 29
      Caption = 'ToolBar3'
      Images = ImageList1
      TabOrder = 0
    end
    object ToolBar4: TToolBar
      Left = 1
      Top = 30
      Width = 343
      Height = 29
      Caption = 'ToolBar4'
      Images = ImageList1
      TabOrder = 1
      object Button1: TButton
        Left = 0
        Top = 2
        Width = 75
        Height = 22
        Caption = #19978#19968#32423
        TabOrder = 0
        OnClick = Button1Click
      end
      object DriveComboBox1: TDriveComboBox
        Left = 75
        Top = 3
        Width = 145
        Height = 19
        TabOrder = 1
      end
    end
    object ListViewLocal: TListView
      Left = 1
      Top = 59
      Width = 343
      Height = 252
      Align = alClient
      Columns = <
        item
          Caption = #25991#20214#21517
          Width = 88
        end
        item
          Caption = #22823#23567
          Width = 83
        end
        item
          Caption = #31867#22411
          Width = 83
        end
        item
          Caption = #26102#38388
          Width = 83
        end>
      LargeImages = ImageList1
      TabOrder = 2
      ViewStyle = vsReport
    end
  end
  object Panel3: TPanel
    Left = 348
    Top = 0
    Width = 340
    Height = 312
    Align = alClient
    TabOrder = 4
    object ToolBar1: TToolBar
      Left = 1
      Top = 1
      Width = 338
      Height = 29
      ButtonHeight = 31
      Caption = 'ToolBar1'
      Images = ImageList1
      TabOrder = 0
      object Button2: TButton
        Left = 0
        Top = 2
        Width = 89
        Height = 31
        Caption = #36830#25509
        TabOrder = 0
        OnClick = Button2Click
      end
      object Button4: TButton
        Left = 89
        Top = 2
        Width = 88
        Height = 31
        Caption = #37325#21629#21517
        TabOrder = 2
      end
      object Button3: TButton
        Left = 177
        Top = 2
        Width = 88
        Height = 31
        Caption = #19979#36733
        TabOrder = 1
      end
      object Button5: TButton
        Left = 265
        Top = 2
        Width = 75
        Height = 31
        Caption = #26029#24320#36830#25509
        TabOrder = 3
        OnClick = Button5Click
      end
    end
    object ToolBar2: TToolBar
      Left = 1
      Top = 30
      Width = 338
      Height = 29
      Caption = 'ToolBar2'
      Images = ImageList1
      TabOrder = 1
      object Button7: TButton
        Left = 0
        Top = 2
        Width = 75
        Height = 22
        Caption = #19978#19968#32423
        TabOrder = 1
        OnClick = Button7Click
      end
      object DriveComboBox2: TDriveComboBox
        Left = 75
        Top = 3
        Width = 145
        Height = 19
        TabOrder = 0
        OnKeyPress = DriveComboBox2KeyPress
      end
    end
    object ListViewRemote: TListView
      Left = 1
      Top = 59
      Width = 338
      Height = 252
      Align = alClient
      Columns = <
        item
          Caption = #25991#20214#21517
          Width = 88
        end
        item
          Caption = #22823#23567
          Width = 83
        end
        item
          Caption = #26102#38388
          Width = 83
        end
        item
          Caption = #23646#24615
          Width = 80
        end>
      LargeImages = ImageList1
      TabOrder = 2
      ViewStyle = vsReport
      OnDblClick = ListViewRemoteDblClick
    end
  end
  object MainMenu1: TMainMenu
    Left = 648
    Top = 32
  end
  object ImageList1: TImageList1
    Left = 576
    Top = 32
  end
  object NMFTP1: TNMFTP
    Port = 21
    ReportLevel = 0
    OnDisconnect = NMFTP1Disconnect
    OnConnect = NMFTP1Connect
    OnInvalidHost = NMFTP1InvalidHost
    OnHostResolved = NMFTP1HostResolved
    OnStatus = NMFTP1Status
    OnConnectionFailed = NMFTP1ConnectionFailed
    OnPacketRecvd = NMFTP1PacketRecvd
    OnPacketSent = NMFTP1PacketSent
    OnError = NMFTP1Error
    OnTransactionStart = NMFTP1TransactionStart
    OnTransactionStop = NMFTP1TransactionStop
    OnFailure = NMFTP1Failure
    OnSuccess = NMFTP1Success
    OnUnSupportedFunction = NMFTP1UnSupportedFunction
    Vendor = 2411
    ParseList = True
    ProxyPort = 0
    Passive = False
    FirewallType = FTUser
    FWAuthenticate = False
    Left = 608
    Top = 32
  end
  object PopupMenulocal: TPopupMenu
    OnPopup = PopupMenulocalPopup
    Left = 120
    Top = 176
    object N1: TMenuItem
      Caption = #19978#20256
      OnClick = N1Click
    end
    object N2: TMenuItem
      Caption = #19978#20256#21040
      OnClick = N2Click
    end
    object N3: TMenuItem
      Caption = #21024#38500
    end
    object N4: TMenuItem
      Caption = #37325#21629#21517
    end
    object N11: TMenuItem
      Caption = #26032#24314#25991#20214#22841
    end
    object N13: TMenuItem
      Caption = #21047#26032
      OnClick = N13Click
    end
  end
  object PopupMenuRemote: TPopupMenu
    OnPopup = PopupMenuRemotePopup
    Left = 544
    Top = 168
    object N5: TMenuItem
      Caption = #19979#36733
      OnClick = N5Click
    end
    object N6: TMenuItem
      Caption = #19979#36733#21040
      OnClick = N6Click
    end
    object N8: TMenuItem
      Caption = #26032#24314#25991#20214#22841
      OnClick = N8Click
    end
    object N9: TMenuItem
      Caption = #25991#20214#37325#21629#21517
      OnClick = N9Click
    end
    object N10: TMenuItem
      Caption = #21024#38500#25991#20214
      OnClick = N10Click
    end
    object N12: TMenuItem
      Caption = #21047#26032
      OnClick = N12Click
    end
    object N7: TMenuItem
      Caption = #25913#21464#30446#24405
    end
  end
end

⌨️ 快捷键说明

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