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

📄 umain.dfm

📁 sony 351音响串口控制程序!程序本身提供了操作界面
💻 DFM
字号:
object Form1: TForm1
  Left = 375
  Top = 200
  Width = 367
  Height = 334
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = 'Sony 351 '#25511#21046#25509#21475
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 24
    Top = 16
    Width = 313
    Height = 273
    ActivePage = TabSheet1
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #25511#21046
      object Label1: TLabel
        Left = 24
        Top = 32
        Width = 66
        Height = 13
        Caption = #38899#21709#20999#25442#65306'  '
      end
      object btnExe: TButton
        Left = 192
        Top = 64
        Width = 75
        Height = 25
        Caption = #25191#34892'(&E)'
        TabOrder = 0
        OnClick = btnExeClick
      end
      object btnSoundUp: TButton
        Left = 64
        Top = 108
        Width = 75
        Height = 25
        Caption = #22768#38899'+(&H)'
        TabOrder = 1
        OnClick = btnSoundUpClick
      end
      object btnSoundDown: TButton
        Left = 192
        Top = 108
        Width = 75
        Height = 25
        Caption = #22768#38899'-(&L)'
        TabOrder = 2
        OnClick = btnSoundDownClick
      end
      object btnMuteOn: TButton
        Left = 64
        Top = 152
        Width = 75
        Height = 25
        Caption = #27491#24120'(D)'
        TabOrder = 3
        OnClick = btnMuteOnClick
      end
      object btnMuteOff: TButton
        Left = 192
        Top = 152
        Width = 75
        Height = 25
        Caption = #38745#38899'(N)'
        TabOrder = 4
        OnClick = btnMuteOffClick
      end
      object cmbInput: TComboBox
        Left = 64
        Top = 66
        Width = 113
        Height = 21
        Style = csDropDownList
        ImeName = #25340#38899#21152#21152#38598#21512#29256
        ItemHeight = 13
        TabOrder = 5
        Items.Strings = (
          'A'
          'B'
          'C'
          'D')
      end
      object MSComm1: TMSComm
        Left = 88
        Top = 24
        Width = 32
        Height = 32
        OnComm = MSComm1Comm
        ControlData = {
          2143341208000000ED030000ED03000001568A64000006000000030000040000
          00020000802500000100080000000000000000003F00000011000000}
      end
      object btnStop: TButton
        Left = 64
        Top = 192
        Width = 75
        Height = 25
        Caption = #20572#27490
        TabOrder = 7
        OnClick = btnStopClick
      end
      object m2: TMemo
        Left = 184
        Top = 176
        Width = 97
        Height = 65
        ImeName = #25340#38899#21152#21152#38598#21512#29256
        TabOrder = 8
        Visible = False
      end
    end
    object TabSheet2: TTabSheet
      Caption = #26085#24535
      ImageIndex = 1
      object m1: TMemo
        Left = 0
        Top = 4
        Width = 305
        Height = 241
        ImeName = #25340#38899#21152#21152#38598#21512#29256
        ScrollBars = ssVertical
        TabOrder = 0
      end
    end
  end
  object IdUDPServer1: TIdUDPServer
    Active = True
    Bindings = <>
    DefaultPort = 8302
    OnUDPRead = IdUDPServer1UDPRead
    Left = 184
    Top = 16
  end
  object CoolTrayIcon1: TCoolTrayIcon
    CycleInterval = 0
    Hint = 'sony 351 '#25511#21046#25509#21475
    ShowHint = True
    Icon.Data = {
      0000010001001010100000000000280100001600000028000000100000002000
      00000100040000000000C0000000000000000000000000000000000000000000
      000000008000008000000080800080000000800080008080000080808000C0C0
      C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003300
      03333333333330FFF033333333330FFFFF03333333330FFFFF03333333330FFF
      FF077777733307777703333333330FF7FF07777770070FF7FF03333330007000
      0077007777703330333300033330777077777707777033330333330333307777
      0777770777703370333333000000370333333303333070333333330000000000
      0000000000000000000000000000000000000000000000000000000000000000
      000000000000000000000000000000000000000000000000000000000000}
    PopupMenu = PopupMenu1
    LeftPopup = True
    StartMinimized = True
    MinimizeToTray = True
    OnDblClick = CoolTrayIcon1DblClick
    Left = 256
  end
  object PopupMenu1: TPopupMenu
    Left = 8
    Top = 88
    object menuShow: TMenuItem
      Caption = #26174#31034'(&D)'
      OnClick = menuShowClick
    end
    object menuExit: TMenuItem
      Caption = #36864#20986'(&E)'
      OnClick = menuExitClick
    end
  end
end

⌨️ 快捷键说明

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