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

📄 userverlst.dfm

📁 采用ACM与Skype4Com并且采用分布式UDP来进行语音的拨号、分传。
💻 DFM
字号:
object frmMain: TfrmMain
  Left = 265
  Top = 110
  BorderStyle = bsDialog
  Caption = #26381#21153#22120#20449#24687
  ClientHeight = 493
  ClientWidth = 581
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 16
  object pgc1: TPageControl
    Left = 0
    Top = 0
    Width = 581
    Height = 493
    ActivePage = ts1
    Align = alClient
    TabOrder = 0
    object ts1: TTabSheet
      Caption = #26381#21153#22120#21015#34920#20449#24687
      object pnl1: TPanel
        Left = 0
        Top = 0
        Width = 573
        Height = 462
        Align = alClient
        TabOrder = 0
        object lst1: TListBox
          Left = 1
          Top = 1
          Width = 571
          Height = 460
          Align = alClient
          ItemHeight = 16
          TabOrder = 0
        end
      end
    end
    object ts2: TTabSheet
      Caption = #23458#25143#21015#34920#20449#24687
      ImageIndex = 1
      object pnl2: TPanel
        Left = 0
        Top = 0
        Width = 573
        Height = 462
        Align = alClient
        TabOrder = 0
        object fcTreeView2: TfcTreeView
          Left = 1
          Top = 1
          Width = 571
          Height = 460
          Align = alClient
          Indent = 19
          Items.StreamVersion = 1
          Items.Data = {00000000}
          TabOrder = 0
        end
      end
    end
    object ts3: TTabSheet
      Caption = #26381#21153#22120#35774#32622
      ImageIndex = 2
      object lbl1: TLabel
        Left = 42
        Top = 34
        Width = 120
        Height = 16
        Caption = #26381#21153#22120#21015#34920#31471#21475':'
      end
      object lbl2: TLabel
        Left = 46
        Top = 102
        Width = 104
        Height = 16
        Caption = #29992#25143#21015#34920#31471#21475':'
      end
      object edtServerLst: TEdit
        Left = 88
        Top = 58
        Width = 121
        Height = 24
        TabOrder = 0
      end
      object edtUserLst: TEdit
        Left = 88
        Top = 126
        Width = 121
        Height = 24
        TabOrder = 1
      end
      object btnServer: TButton
        Left = 216
        Top = 200
        Width = 75
        Height = 25
        Caption = #20445#23384
        TabOrder = 2
        OnClick = btnServerClick
      end
    end
  end
  object idpsrvrLst: TIdUDPServer
    Bindings = <>
    DefaultPort = 0
    OnUDPRead = idpsrvrLstUDPRead
    Left = 58
    Top = 79
  end
  object idpsrvrUser: TIdUDPServer
    Bindings = <>
    DefaultPort = 0
    OnUDPRead = idpsrvrLstUDPRead
    Left = 152
    Top = 79
  end
  object IdUDPClient1: TIdUDPClient
    Port = 0
    Left = 86
    Top = 80
  end
end

⌨️ 快捷键说明

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