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

📄 unit1.dfm

📁 This little program can be useful to undertand the basics of simple file transmisions over DELPHI.
💻 DFM
字号:
object Form1: TForm1
  Left = 212
  Top = 116
  Width = 696
  Height = 480
  Color = clMoneyGreen
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clBlack
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 56
    Top = 8
    Width = 75
    Height = 25
    Caption = 'Enviar archivo'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 176
    Top = 152
    Width = 313
    Height = 265
    Lines.Strings = (
      'Memo1')
    TabOrder = 1
  end
  object Memo2: TMemo
    Left = 504
    Top = 32
    Width = 145
    Height = 385
    Lines.Strings = (
      'Memo2')
    TabOrder = 2
  end
  object Button2: TButton
    Left = 56
    Top = 40
    Width = 73
    Height = 25
    Caption = 'Detener'
    TabOrder = 3
    OnClick = Button2Click
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 6000
    OnTimer = Timer1Timer
    Left = 48
    Top = 144
  end
  object Timer2: TTimer
    Enabled = False
    Interval = 6000
    OnTimer = Timer2Timer
    Left = 48
    Top = 184
  end
  object IdUDPClient1: TIdUDPClient
    Active = True
    BroadcastEnabled = True
    Port = 8001
    Left = 48
    Top = 264
  end
  object IdUDPServer1: TIdUDPServer
    Active = True
    BroadcastEnabled = True
    Bindings = <>
    DefaultPort = 8001
    OnUDPRead = IdUDPServer1UDPRead
    Left = 48
    Top = 304
  end
  object OpenDialog1: TOpenDialog
    Left = 48
    Top = 224
  end
  object NMEcho1: TIdIPWatch
    Active = False
    HistoryFilename = 'iphist.dat'
    Left = 48
    Top = 344
  end
end

⌨️ 快捷键说明

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