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

📄 unit1.dfm

📁 <<C++Builder 6实用编程100例>>随书光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 351
  Top = 230
  Width = 333
  Height = 389
  Caption = 'PowerSock'
  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 = 20
    Width = 114
    Height = 13
    AutoSize = False
    Caption = #36828#31243#20027#26426'IP'#25110#22495#21517#65306
  end
  object Label3: TLabel
    Left = 96
    Top = 84
    Width = 56
    Height = 13
    Caption = #36229#26102#20540#65306
  end
  object Label2: TLabel
    Left = 96
    Top = 52
    Width = 56
    Height = 13
    Caption = #31471#21475#21495#65306
  end
  object Button1: TButton
    Left = 96
    Top = 288
    Width = 89
    Height = 41
    Caption = #36830#25509
    Default = True
    TabOrder = 3
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 152
    Top = 16
    Width = 129
    Height = 21
    TabOrder = 0
  end
  object Edit3: TEdit
    Left = 152
    Top = 80
    Width = 129
    Height = 21
    TabOrder = 2
    Text = '1000'
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 343
    Width = 325
    Height = 19
    Panels = <
      item
        Width = 50
      end>
    SimplePanel = False
  end
  object Memo1: TMemo
    Left = 24
    Top = 120
    Width = 273
    Height = 153
    ScrollBars = ssVertical
    TabOrder = 5
  end
  object Button2: TButton
    Left = 208
    Top = 288
    Width = 89
    Height = 41
    Caption = #26029#24320
    Enabled = False
    TabOrder = 4
    OnClick = Button2Click
  end
  object Edit2: TEdit
    Left = 152
    Top = 48
    Width = 129
    Height = 21
    TabOrder = 1
  end
  object Powersock1: TPowersock
    Port = 0
    ReportLevel = 0
    OnDisconnect = Powersock1Disconnect
    OnConnect = Powersock1Connect
    OnInvalidHost = Powersock1InvalidHost
    OnHostResolved = Powersock1Resolved
    OnStatus = Powersock1Status
    OnConnectionFailed = Powersock1ConnectFailed
    Left = 64
    Top = 160
  end
end

⌨️ 快捷键说明

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