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

📄 unit1.~dfm

📁 网络编程十个重要的实例
💻 ~DFM
字号:
object frmMain: TfrmMain
  Left = 356
  Top = 128
  Width = 473
  Height = 255
  Caption = #33719#21462#32593#32476#37051#23621#20013#35745#31639#26426'MAC'#22320#22336
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 225
    Height = 225
    Caption = #35774#23450#26597#35810#20449#24687
    TabOrder = 0
    object RadioGroup1: TRadioGroup
      Left = 8
      Top = 24
      Width = 113
      Height = 105
      Caption = #26597#35810#26041#24335
      ItemIndex = 0
      Items.Strings = (
        #36890#36807#26426#22120#21517
        #36890#36807'IP'
        #26597#35810#26412#26426)
      TabOrder = 0
    end
    object GroupBox2: TGroupBox
      Left = 8
      Top = 136
      Width = 209
      Height = 81
      Caption = #30446#26631#20027#26426#20449#24687
      TabOrder = 1
      object StaticText2: TStaticText
        Left = 12
        Top = 23
        Width = 40
        Height = 17
        Caption = #26426#22120#21517
        TabOrder = 0
      end
      object StaticText3: TStaticText
        Left = 12
        Top = 54
        Width = 38
        Height = 17
        Caption = 'IP'#22320#22336
        TabOrder = 1
      end
      object edtHostName: TEdit
        Left = 63
        Top = 17
        Width = 129
        Height = 21
        TabOrder = 2
      end
      object edtIP: TEdit
        Left = 63
        Top = 51
        Width = 129
        Height = 21
        TabOrder = 3
      end
    end
    object GroupBox4: TGroupBox
      Left = 120
      Top = 24
      Width = 97
      Height = 105
      TabOrder = 2
      object btnRun: TButton
        Left = 10
        Top = 17
        Width = 75
        Height = 25
        Caption = #24320#22987
        TabOrder = 0
        OnClick = btnRunClick
      end
      object btnExit: TButton
        Left = 11
        Top = 60
        Width = 75
        Height = 25
        Caption = #36864#20986
        TabOrder = 1
        OnClick = btnExitClick
      end
    end
  end
  object GroupBox3: TGroupBox
    Left = 224
    Top = 0
    Width = 241
    Height = 225
    Caption = #26597#35810#32467#26524
    TabOrder = 1
    object memResult: TMemo
      Left = 2
      Top = 15
      Width = 237
      Height = 208
      Align = alClient
      Lines.Strings = (
        '')
      ScrollBars = ssBoth
      TabOrder = 0
    end
  end
end

⌨️ 快捷键说明

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