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

📄 remotesvrunt.dfm

📁 絮语2007视频聊天软件源程序.仅供参考
💻 DFM
字号:
object remotesvrfrm: Tremotesvrfrm
  Left = 350
  Top = 247
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = '远程协助'
  ClientHeight = 55
  ClientWidth = 208
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object xpButton1: TxpButton
    Left = 8
    Top = 8
    Width = 75
    Height = 25
    Caption = '请求'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    TabOrder = 0
    TabStop = True
    OnClick = xpButton1Click
  end
  object xpButton2: TxpButton
    Left = 88
    Top = 8
    Width = 75
    Height = 25
    Caption = '断开'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    Enabled = False
    TabOrder = 1
    TabStop = True
    OnClick = xpButton2Click
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 36
    Width = 208
    Height = 19
    Panels = <>
    SimplePanel = True
    SimpleText = '远程协助用户:yhsoft'
  end
  object udpserver: TIdUDPServer
    BufferSize = 65536
    Bindings = <>
    DefaultPort = 0
    ThreadedEvent = True
    Left = 146
    Top = 26
  end
  object AntiFreeze: TIdAntiFreeze
    Left = 178
    Top = 26
  end
end

⌨️ 快捷键说明

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