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

📄 unit1.dfm

📁 用delphi+indy写的一个传送文件的范例。
💻 DFM
字号:
object Form1: TForm1
  Left = 180
  Top = 23
  Width = 435
  Height = 300
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 160
    Width = 73
    Height = 13
    Caption = 'Active Session:'
  end
  object Label2: TLabel
    Left = 84
    Top = 162
    Width = 6
    Height = 13
    Caption = '0'
  end
  object Memo1: TMemo
    Left = 0
    Top = 184
    Width = 427
    Height = 89
    Align = alBottom
    TabOrder = 0
  end
  object PTShellList1: TPTShellList
    Left = 0
    Top = 0
    Width = 427
    Height = 145
    Folder.Pidl = {
      004700000014001F0FE04FD020EA3A6910A2D808002B30309D190023443A5C00
      000000000000000000000000000000008D0E18003100000000003E2C5C0C1000
      74656D700054454D50000000}
    Align = alTop
    ReadOnly = False
    IconOptions.AutoArrange = True
    MultiSelect = True
    TabOrder = 1
    HotTrack = True
  end
  object srv: TIdTCPServer
    Bindings = <
      item
        Port = 3838
      end
      item
        Port = 80
      end>
    DefaultPort = 80
    OnConnect = srvConnect
    OnExecute = srvExecute
    OnDisconnect = srvDisconnect
    Left = 16
    Top = 16
  end
  object ftp: TIdTrivialFTPServer
    Bindings = <>
    DefaultPort = 69
    Left = 192
    Top = 168
  end
end

⌨️ 快捷键说明

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