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

📄 unit1.dfm

📁 <<C++Builder 6实用编程100例>>随书光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 258
  Top = 264
  Width = 497
  Height = 314
  Caption = 'Echo'
  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 = 8
    Top = 20
    Width = 113
    Height = 13
    AutoSize = False
    Caption = #36828#31243#20027#26426'IP'#25110#22495#21517#65306
  end
  object Label2: TLabel
    Left = 72
    Top = 124
    Width = 48
    Height = 13
    Caption = #36229#26102#20540#65306
  end
  object Label3: TLabel
    Left = 72
    Top = 84
    Width = 48
    Height = 13
    Caption = #31471#21475#21495#65306
  end
  object Label4: TLabel
    Left = 44
    Top = 164
    Width = 77
    Height = 13
    AutoSize = False
    Caption = #27979#35797#23383#31526#20018#65306
  end
  object Button1: TButton
    Left = 240
    Top = 216
    Width = 89
    Height = 41
    Caption = #36830#25509
    Default = True
    TabOrder = 5
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 128
    Top = 16
    Width = 129
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 128
    Top = 120
    Width = 129
    Height = 21
    TabOrder = 2
    Text = '1000'
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 268
    Width = 489
    Height = 19
    Panels = <
      item
        Width = 50
      end>
    SimplePanel = False
  end
  object Memo1: TMemo
    Left = 280
    Top = 16
    Width = 193
    Height = 169
    ScrollBars = ssVertical
    TabOrder = 7
  end
  object Button2: TButton
    Left = 352
    Top = 216
    Width = 89
    Height = 41
    Caption = #26029#24320
    Enabled = False
    TabOrder = 6
    OnClick = Button2Click
  end
  object CheckBox1: TCheckBox
    Left = 128
    Top = 56
    Width = 129
    Height = 17
    Caption = #20351#29992#33258#23450#20041#31471#21475#21495
    TabOrder = 1
    OnClick = CheckBox1Click
  end
  object Edit3: TEdit
    Left = 128
    Top = 80
    Width = 129
    Height = 21
    Enabled = False
    TabOrder = 3
    Text = '7'
  end
  object Edit4: TEdit
    Left = 128
    Top = 160
    Width = 129
    Height = 21
    TabOrder = 4
  end
  object NMEcho1: TNMEcho
    Port = 7
    ReportLevel = 0
    OnDisconnect = NMEcho1Disconnect
    OnConnect = NMEcho1Connect
    OnInvalidHost = NMEcho1InvalidHost
    OnHostResolved = NMEcho1Resolved
    OnStatus = NMEcho1Status
    OnConnectionFailed = NMEcho1ConnectFailed
    Left = 312
    Top = 48
  end
end

⌨️ 快捷键说明

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