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

📄 clientpas.~dfm

📁 网络控制--在局与网络内控制网络流量,现实等,实现网络的控制及其管理
💻 ~DFM
字号:
object FrmClient: TFrmClient
  Left = 254
  Top = 207
  Width = 295
  Height = 227
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #32593#32476#36890#35759'_'#23458#25143#31471
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 40
    Top = 40
    Width = 188
    Height = 93
    Caption = #26029#32593
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -93
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 136
    Top = 158
    Width = 52
    Height = 13
    Caption = #26102#38388#26174#31034
  end
  object Label3: TLabel
    Left = 16
    Top = 157
    Width = 65
    Height = 13
    Caption = #24310#36831#26102#38388#65306
  end
  object Label5: TLabel
    Left = 16
    Top = 12
    Width = 53
    Height = 13
    Caption = #20027#26426'IP'#65306
  end
  object Label6: TLabel
    Left = 16
    Top = 180
    Width = 53
    Height = 13
    Caption = #26412#26426'IP'#65306
  end
  object Edit1: TEdit
    Left = 80
    Top = 154
    Width = 33
    Height = 21
    BevelKind = bkTile
    BorderStyle = bsNone
    TabOrder = 0
    Text = '3'
  end
  object Edit2: TEdit
    Left = 64
    Top = 8
    Width = 121
    Height = 21
    BevelKind = bkTile
    BorderStyle = bsNone
    TabOrder = 1
    Text = '192.168.0.34'
  end
  object Edit4: TEdit
    Left = 80
    Top = 176
    Width = 121
    Height = 21
    BevelKind = bkTile
    BorderStyle = bsNone
    TabOrder = 2
  end
  object NMUDP1: TNMUDP
    RemotePort = 8519
    LocalPort = 8617
    ReportLevel = 1
    OnDataReceived = NMUDP1DataReceived
    Left = 128
    Top = 64
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 160
    Top = 64
  end
  object Timer2: TTimer
    Interval = 3000
    OnTimer = Timer2Timer
    Left = 64
    Top = 64
  end
end

⌨️ 快捷键说明

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