unit1.dfm

来自「用delphi+indy写的一个传送文件的范例。」· DFM 代码 · 共 77 行

DFM
77
字号
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 + =
减小字号Ctrl + -
显示快捷键?