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

📄 peerrecipeform.dfm

📁 一个老外写的P2P例子...有点简单
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 110
  Width = 361
  Height = 441
  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
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 3
    Top = 8
    Width = 262
    Height = 36
  end
  object localport: TSpinEdit
    Left = 85
    Top = 16
    Width = 52
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 0
    Value = 1024
  end
  object listen: TCheckBox
    Left = 8
    Top = 18
    Width = 65
    Height = 17
    Caption = 'Listen on:'
    TabOrder = 1
    OnClick = listenClick
  end
  object remotehost: TEdit
    Left = 91
    Top = 57
    Width = 222
    Height = 21
    TabOrder = 2
    Text = 'http://127.0.0.1:1024/soap/IPeerRecipe'
  end
  object Button1: TButton
    Left = 8
    Top = 56
    Width = 75
    Height = 25
    Caption = 'Connect To:'
    TabOrder = 3
    OnClick = Button1Click
  end
  object localaddr: TEdit
    Left = 144
    Top = 16
    Width = 105
    Height = 21
    TabOrder = 4
    Text = '127.0.0.1'
  end
  object Button2: TButton
    Left = 8
    Top = 88
    Width = 75
    Height = 25
    Caption = 'Search'
    TabOrder = 5
    OnClick = Button2Click
  end
  object search: TEdit
    Left = 96
    Top = 88
    Width = 225
    Height = 21
    TabOrder = 6
    Text = 'strawberry'
  end
  object recipe: TMemo
    Left = 8
    Top = 152
    Width = 337
    Height = 241
    TabOrder = 7
  end
  object Button3: TButton
    Left = 8
    Top = 120
    Width = 75
    Height = 25
    Caption = 'Load'
    TabOrder = 8
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 96
    Top = 120
    Width = 75
    Height = 25
    Caption = 'Save'
    TabOrder = 9
    OnClick = Button4Click
  end
end

⌨️ 快捷键说明

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