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

📄 unit1.dfm

📁 实现了文件的传输。(任何文件)
💻 DFM
字号:
object Form1: TForm1
  Left = 204
  Top = 133
  Width = 344
  Height = 250
  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 Label1: TLabel
    Left = 32
    Top = 48
    Width = 60
    Height = 13
    Caption = #25509#25910#20027#26426#65306
  end
  object Label2: TLabel
    Left = 32
    Top = 104
    Width = 60
    Height = 13
    Caption = #21457#36865#25991#20214#65306
  end
  object Button1: TButton
    Left = 256
    Top = 152
    Width = 75
    Height = 25
    Caption = #21457#36865#25991#20214
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 104
    Top = 48
    Width = 137
    Height = 21
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 1
    Text = '127.0.0.1'
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 200
    Width = 336
    Height = 23
    Panels = <>
    SimplePanel = False
  end
  object Edit2: TEdit
    Left = 104
    Top = 96
    Width = 137
    Height = 21
    TabOrder = 3
  end
  object Button2: TButton
    Left = 256
    Top = 96
    Width = 73
    Height = 25
    Caption = #27983#35272'...'
    TabOrder = 4
    OnClick = Button2Click
  end
  object SaveDialog1: TSaveDialog
    Left = 8
    Top = 72
  end
  object OpenDialog1: TOpenDialog
    Left = 8
    Top = 104
  end
  object NMStrmServ1: TNMStrmServ
    Port = 6711
    ReportLevel = 0
    OnMSG = NMStrmServ1MSG
    Left = 144
  end
  object NMStrm1: TNMStrm
    Port = 6711
    ReportLevel = 0
    Left = 88
    Top = 8
  end
end

⌨️ 快捷键说明

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