clientmain.xfm

来自「delphi audio 处理控件」· XFM 代码 · 共 81 行

XFM
81
字号
object Form1: TForm1  Left = 196  Top = 137  Width = 696  Height = 480  HorzScrollBar.Range = 281  VertScrollBar.Range = 105  Caption = 'Ogg Client'  Color = clBackground  OnClose = FormClose  OnCreate = FormCreate  PixelsPerInch = 72  TextHeight = 15  TextWidth = 7  object Edit1: TEdit    Left = 104    Top = 24    Width = 177    Height = 23    TabOrder = 0    Text = 'Edit1'  end  object Label1: TLabel    Left = 40    Top = 32    Width = 57    Height = 15    Caption = 'File Name'  end  object Button1: TButton    Left = 48    Top = 80    Width = 75    Height = 25    Caption = 'Request'    TabOrder = 2    OnClick = Button1Click  end  object Button2: TButton    Left = 136    Top = 80    Width = 75    Height = 25    Caption = 'Stop'    TabOrder = 3    OnClick = Button2Click  end  object IdHTTP1: TIdHTTP    MaxLineAction = maException    ReadTimeout = 0    Port = 12756    AllowCookies = True    ProxyParams.BasicAuthentication = False    ProxyParams.ProxyPort = 0    Request.ContentLength = -1    Request.ContentRangeEnd = 0    Request.ContentRangeStart = 0    Request.ContentType = 'text/html'    Request.Accept = 'text/html, */*'    Request.BasicAuthentication = False    Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'    HTTPOptions = [hoForceEncodeParams]    Left = 320    Top = 24  end  object VorbisIn1: TVorbisIn    Loop = False    Left = 376    Top = 24  end  object AudioOut1: TAudioOut    Input = VorbisIn1    SuspendWhenIdle = False    OnDone = AudioOut1Done    BaseChannel = 0    Volume = 255    Left = 424    Top = 24  endend

⌨️ 快捷键说明

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