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

📄 unit1.~dfm

📁 用delphi+indy写的一个传送文件的范例。
💻 ~DFM
字号:
object Form1: TForm1
  Left = 86
  Top = 104
  Width = 482
  Height = 317
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object st: TStatusBar
    Left = 0
    Top = 271
    Width = 474
    Height = 19
    Panels = <>
    SimplePanel = False
  end
  object Panel1: TPanel
    Left = 0
    Top = 217
    Width = 474
    Height = 54
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 1
    object Memo1: TMemo
      Left = 0
      Top = 0
      Width = 474
      Height = 54
      Align = alClient
      TabOrder = 0
    end
    object Panel3: TPanel
      Left = 127
      Top = 6
      Width = 249
      Height = 46
      TabOrder = 1
      Visible = False
      object Label3: TLabel
        Left = 74
        Top = 8
        Width = 51
        Height = 13
        Caption = 'Sending ...'
      end
      object Label4: TLabel
        Left = 133
        Top = 8
        Width = 3
        Height = 13
      end
      object prg: TProgressBar
        Left = 37
        Top = 22
        Width = 162
        Height = 16
        Min = 0
        Max = 100
        TabOrder = 0
      end
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 474
    Height = 33
    Align = alTop
    TabOrder = 2
    object Label1: TLabel
      Left = 8
      Top = 8
      Width = 34
      Height = 13
      Caption = 'Server:'
    end
    object label2: TLabel
      Left = 171
      Top = 10
      Width = 22
      Height = 13
      Caption = 'Port:'
    end
    object txt_Server: TEdit
      Left = 45
      Top = 6
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object txt_port: TEdit
      Left = 198
      Top = 6
      Width = 40
      Height = 21
      TabOrder = 1
      Text = '81'
    end
    object BitBtn1: TBitBtn
      Left = 252
      Top = 5
      Width = 52
      Height = 25
      Caption = 'Co&nnect'
      TabOrder = 2
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 313
      Top = 5
      Width = 61
      Height = 25
      Caption = 'Disconnect'
      TabOrder = 3
      OnClick = BitBtn2Click
    end
    object BitBtn3: TBitBtn
      Left = 380
      Top = 5
      Width = 56
      Height = 25
      Caption = 'Send'
      Enabled = False
      TabOrder = 4
      OnClick = BitBtn3Click
    end
  end
  object PTSplitter1: TPTSplitter
    Left = 0
    Top = 33
    Width = 474
    Height = 184
    Align = alClient
    Position = 154
    TabOrder = 3
    object PTSplitter1_pane1: TPTPane
      Left = 0
      Top = 0
      Width = 154
      Height = 184
      FrameStyle = ptfsDint
      TabOrder = 0
      Index = 0
      object tree: TPTShellTree
        Left = 0
        Top = 0
        Width = 152
        Height = 182
        BorderStyle = bsNone
        ShowRoot = False
        Indent = 19
        OnChange = treeChange
        Align = alClient
        ParentColor = False
        TabOrder = 0
      end
    end
    object PTSplitter1_pane2: TPTPane
      Left = 157
      Top = 0
      Width = 317
      Height = 184
      FrameStyle = ptfsDint
      TabOrder = 1
      Index = 1
      object list: TPTShellList
        Left = 0
        Top = 0
        Width = 315
        Height = 182
        Align = alClient
        BorderStyle = bsNone
        ReadOnly = False
        IconOptions.AutoArrange = True
        TabOrder = 0
      end
    end
  end
  object Client: TIdTCPClient
    OnStatus = ClientStatus
    OnDisconnected = ClientDisconnected
    OnWork = ClientWork
    OnWorkBegin = ClientWorkBegin
    OnWorkEnd = ClientWorkEnd
    OnConnected = ClientConnected
    Port = 0
    Left = 32
    Top = 56
  end
end

⌨️ 快捷键说明

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