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

📄 unit1.dfm

📁 <<C++Builder 6实用编程100例>>随书光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 213
  Top = 252
  Width = 578
  Height = 314
  Caption = 'Finger'
  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 = 7
    Top = 20
    Width = 114
    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 = 73
    Top = 84
    Width = 48
    Height = 13
    Caption = #31471#21475#21495#65306
  end
  object Label4: TLabel
    Left = 58
    Top = 164
    Width = 60
    Height = 13
    Caption = #29992#25143#36134#21495#65306
  end
  object Button1: TButton
    Left = 344
    Top = 216
    Width = 137
    Height = 41
    Caption = #26597#35810#29992#25143#36134#21495
    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 = 570
    Height = 19
    Panels = <
      item
        Width = 50
      end>
    SimplePanel = False
  end
  object Memo1: TMemo
    Left = 280
    Top = 16
    Width = 273
    Height = 169
    ScrollBars = ssVertical
    TabOrder = 6
  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 = '79'
  end
  object Edit4: TEdit
    Left = 128
    Top = 160
    Width = 129
    Height = 21
    TabOrder = 4
  end
  object NMFinger1: TNMFinger
    Port = 79
    ReportLevel = 0
    OnDisconnect = NMFinger1Disconnect
    OnConnect = NMFinger1Connect
    OnInvalidHost = NMFinger1InvalidHost
    OnHostResolved = NMFinger1Resolved
    OnStatus = NMFinger1Status
    OnConnectionFailed = NMFinger1ConnectFailed
    Left = 312
    Top = 48
  end
end

⌨️ 快捷键说明

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