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

📄 settings_f.dfm

📁 QAM module to use in Java with an easy interface and powerful performance
💻 DFM
📖 第 1 页 / 共 4 页
字号:
object SettingsForm: TSettingsForm
  Left = 353
  Top = 108
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = 'Settings'
  ClientHeight = 441
  ClientWidth = 529
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object JvListBox1: TJvListBox
    Left = 8
    Top = 8
    Width = 129
    Height = 392
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ItemHeight = 20
    Items.Strings = (
      ' General'
      ' Demodulator'
      ' Demodulator Advanced'
      ' Modulator General'
      ' Modulator Station ID'
      ' Modulator UDP'
      ' Modulator Unreal Media'
      ' Modulator WebServer')
    Background.FillMode = bfmTile
    Background.Visible = False
    Flat = True
    ParentFlat = False
    ParentFont = False
    ScrollBars = ssNone
    Style = lbOwnerDrawFixed
    TabOrder = 0
    OnClick = JvListBox1Click
  end
  object JvPageList1: TJvPageList
    Left = 152
    Top = 8
    Width = 369
    Height = 393
    ActivePage = DemodulatorAdvancedPage
    PropagateEnable = False
    object GeneralPage: TJvStandardPage
      Left = 0
      Top = 0
      Width = 369
      Height = 393
      Caption = 'GeneralPage'
      object JvStaticText1: TJvStaticText
        Left = 0
        Top = 0
        Width = 369
        Height = 20
        AutoSize = False
        BorderStyle = sbsSunken
        Caption = 'General'
        Color = clAppWorkSpace
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWhite
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Pitch = fpVariable
        Font.Style = [fsBold]
        HotTrackFont.Charset = DEFAULT_CHARSET
        HotTrackFont.Color = clWindowText
        HotTrackFont.Height = -13
        HotTrackFont.Name = 'MS Sans Serif'
        HotTrackFont.Pitch = fpVariable
        HotTrackFont.Style = []
        Layout = tlTop
        ParentColor = False
        ParentFont = False
        TabOrder = 0
        TextMargins.X = 3
        TextMargins.Y = 1
        WordWrap = False
      end
      object JvXPStartOnLoading: TJvXPCheckbox
        Left = 0
        Top = 32
        Width = 225
        Height = 17
        Caption = 'Start Modem When Program Is Launched'
        TabOrder = 1
      end
      object JvXPShowWindowOnstartup: TJvXPCheckbox
        Left = 0
        Top = 56
        Width = 257
        Height = 17
        Caption = 'Show Main Window When Program Is Launched'
        TabOrder = 2
        Checked = True
      end
      object JvXPCheckboxDeModOn: TJvXPCheckbox
        Left = 0
        Top = 104
        Width = 161
        Height = 17
        Caption = 'Enable Demodulator'
        TabOrder = 3
        Checked = True
        OnClick = JvXPCheckboxDeModOnClick
      end
      object JvXPCheckboxModOn: TJvXPCheckbox
        Left = 0
        Top = 80
        Width = 161
        Height = 17
        Caption = 'Enable Modulator'
        TabOrder = 4
        OnClick = JvXPCheckboxModOnClick
      end
      object SoundCardGroupBox: TGroupBox
        Left = 0
        Top = 128
        Width = 217
        Height = 129
        Align = alCustom
        Caption = 'SoundCard Settings'
        TabOrder = 5
        object JvLabel9: TJvLabel
          Left = 90
          Top = 24
          Width = 53
          Height = 13
          Caption = 'Buffer Size'
          HotTrackFont.Charset = DEFAULT_CHARSET
          HotTrackFont.Color = clWindowText
          HotTrackFont.Height = -11
          HotTrackFont.Name = 'MS Sans Serif'
          HotTrackFont.Style = []
        end
        object JvLabel10: TJvLabel
          Left = 8
          Top = 80
          Width = 70
          Height = 13
          Caption = 'Sound Device'
          HotTrackFont.Charset = DEFAULT_CHARSET
          HotTrackFont.Color = clWindowText
          HotTrackFont.Height = -11
          HotTrackFont.Name = 'MS Sans Serif'
          HotTrackFont.Style = []
        end
        object JvLabel12: TJvLabel
          Left = 9
          Top = 24
          Width = 63
          Height = 13
          Caption = 'Sample Rate'
          HotTrackFont.Charset = DEFAULT_CHARSET
          HotTrackFont.Color = clWindowText
          HotTrackFont.Height = -11
          HotTrackFont.Name = 'MS Sans Serif'
          HotTrackFont.Style = []
        end
        object JvValidateEditSoundCardBufferSize: TJvValidateEdit
          Left = 88
          Top = 40
          Width = 57
          Height = 21
          CriticalPoints.MaxValue = 20000
          CriticalPoints.MinValue = 1000
          CriticalPoints.MaxValueIncluded = True
          CriticalPoints.MinValueIncluded = True
          EditText = '30000'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          HasMaxValue = True
          HasMinValue = True
          MaxValue = 80000
          MinValue = 1000
          ParentFont = False
          TabOrder = 0
        end
        object JvComboBoxSoundCardDevice: TJvComboBox
          Left = 8
          Top = 96
          Width = 201
          Height = 21
          Style = csDropDownList
          ItemHeight = 13
          TabOrder = 1
          Text = 'None'
          Items.Strings = (
            'None')
          ItemIndex = 0
        end
        object JvComboBoxSoundCardSampleRate: TJvComboBox
          Left = 8
          Top = 40
          Width = 65
          Height = 21
          Style = csDropDownList
          ItemHeight = 13
          TabOrder = 2
          Text = '96000'
          Items.Strings = (
            '192000'
            '96000'
            '48000'
            '44100')
          ItemIndex = 1
        end
      end
      object GroupBox1: TGroupBox
        Left = 40
        Top = 307
        Width = 177
        Height = 78
        Align = alCustom
        Caption = 'RS232 Settings'
        TabOrder = 6
        Visible = False
        object JvLabel17: TJvLabel
          Left = 23
          Top = 24
          Width = 61
          Height = 13
          Caption = 'Port Number'
          HotTrackFont.Charset = DEFAULT_CHARSET
          HotTrackFont.Color = clWindowText
          HotTrackFont.Height = -11
          HotTrackFont.Name = 'MS Sans Serif'
          HotTrackFont.Style = []
        end
        object JvLabel18: TJvLabel
          Left = 102
          Top = 24
          Width = 53
          Height = 13
          Caption = 'Baud Rate'
          HotTrackFont.Charset = DEFAULT_CHARSET
          HotTrackFont.Color = clWindowText
          HotTrackFont.Height = -11
          HotTrackFont.Name = 'MS Sans Serif'
          HotTrackFont.Style = []
        end
        object JvComboBoxRS232Port: TJvComboBox
          Left = 21
          Top = 40
          Width = 65
          Height = 21
          Style = csDropDownList
          ItemHeight = 13
          TabOrder = 0
          Text = 'None'
          Items.Strings = (
            'None')
          ItemIndex = 0
        end
        object JvComboBoxRS232Baudrate: TJvComboBox
          Left = 96
          Top = 40
          Width = 65
          Height = 21
          Style = csDropDownList
          ItemHeight = 13
          TabOrder = 1
          Text = '115200'
          Items.Strings = (
            '115200'
            '57600'
            '38400'
            '19200'
            '9600'
            '2400')
          ItemIndex = 0
        end
      end
      object JvXPCheckboxEnableRS232: TJvXPCheckbox
        Left = 0
        Top = 288
        Width = 265
        Height = 17
        Caption = 'Enable RS232 For Transmitting And Reciving Data'
        TabOrder = 7
        OnClick = JvXPCheckboxEnableRS232Click
      end
    end
    object DemodulatorPage: TJvStandardPage
      Left = 0
      Top = 0
      Width = 369
      Height = 393
      Caption = 'DemodulatorPage'
      object JvLabel16: TJvLabel
        Left = 18
        Top = 54
        Width = 78
        Height = 13
        Caption = 'UDP Send Addr'
        HotTrackFont.Charset = DEFAULT_CHARSET
        HotTrackFont.Color = clWindowText
        HotTrackFont.Height = -11
        HotTrackFont.Name = 'MS Sans Serif'
        HotTrackFont.Style = []
      end
      object JvLabel15: TJvLabel
        Left = 21
        Top = 91
        Width = 75
        Height = 13
        Caption = 'UDP Send Port'
        HotTrackFont.Charset = DEFAULT_CHARSET
        HotTrackFont.Color = clWindowText
        HotTrackFont.Height = -11
        HotTrackFont.Name = 'MS Sans Serif'
        HotTrackFont.Style = []
      end
      object JvLabel20: TJvLabel
        Left = 9
        Top = 128
        Width = 87
        Height = 13
        Caption = 'UnReal QAM Port'
        HotTrackFont.Charset = DEFAULT_CHARSET
        HotTrackFont.Color = clWindowText
        HotTrackFont.Height = -11
        HotTrackFont.Name = 'MS Sans Serif'
        HotTrackFont.Style = []
      end
      object JvLabel25: TJvLabel
        Left = 15
        Top = 165
        Width = 81
        Height = 13
        Caption = 'Web Server Port'
        HotTrackFont.Charset = DEFAULT_CHARSET
        HotTrackFont.Color = clWindowText
        HotTrackFont.Height = -11
        HotTrackFont.Name = 'MS Sans Serif'
        HotTrackFont.Style = []
      end
      object JvStaticText3: TJvStaticText
        Left = 0
        Top = 0
        Width = 369
        Height = 20
        AutoSize = False
        BorderStyle = sbsSunken
        Caption = 'Demodulator'
        Color = clAppWorkSpace
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWhite
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Pitch = fpVariable
        Font.Style = [fsBold]
        HotTrackFont.Charset = DEFAULT_CHARSET
        HotTrackFont.Color = clWindowText
        HotTrackFont.Height = -13
        HotTrackFont.Name = 'MS Sans Serif'
        HotTrackFont.Pitch = fpVariable
        HotTrackFont.Style = []
        Layout = tlTop
        ParentColor = False
        ParentFont = False
        TabOrder = 0
        TextMargins.X = 3
        TextMargins.Y = 1
        WordWrap = False
      end
      object JvEditUdpSendAddr: TJvEdit
        Left = 104
        Top = 50
        Width = 80
        Height = 21
        Alignment = taRightJustify
        Modified = False
        TabOrder = 1
        Text = 'localhost'
      end
      object JvValidateEditUDPSendPort: TJvValidateEdit
        Left = 104
        Top = 87
        Width = 80
        Height = 21
        CriticalPoints.MaxValue = 1000
        CriticalPoints.MinValue = 30
        CriticalPoints.MaxValueIncluded = True
        CriticalPoints.MinValueIncluded = True
        EditText = '1236'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        HasMaxValue = True
        HasMinValue = True
        MaxValue = 65000
        MinValue = 100
        ParentFont = False
        TabOrder = 2
      end
      object JvValidateEditUnRealQAMTcpPort: TJvValidateEdit
        Left = 104
        Top = 124
        Width = 80
        Height = 21
        CriticalPoints.MaxValue = 1000
        CriticalPoints.MinValue = 30
        CriticalPoints.MaxValueIncluded = True
        CriticalPoints.MinValueIncluded = True
        EditText = '1579'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        HasMaxValue = True
        HasMinValue = True
        MaxValue = 65000
        MinValue = 100
        ParentFont = False
        TabOrder = 3
      end
      object JvValidateEditHTTPServerPort: TJvValidateEdit
        Left = 104
        Top = 161
        Width = 81
        Height = 21
        CriticalPoints.MaxValue = 1000
        CriticalPoints.MinValue = 30
        CriticalPoints.MaxValueIncluded = True
        CriticalPoints.MinValueIncluded = True
        EditText = '80'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        HasMaxValue = True
        HasMinValue = True
        MaxValue = 360
        MinValue = 2
        ParentFont = False
        TabOrder = 4
      end
    end
    object ModulatorGeneralPage: TJvStandardPage
      Left = 0
      Top = 0
      Width = 369
      Height = 393
      Caption = 'ModulatorGeneralPage'
      object JvLabel31: TJvLabel
        Left = 18
        Top = 281
        Width = 82
        Height = 13
        Caption = 'RS Error Percent'
        HotTrackFont.Charset = DEFAULT_CHARSET
        HotTrackFont.Color = clWindowText
        HotTrackFont.Height = -11
        HotTrackFont.Name = 'MS Sans Serif'

⌨️ 快捷键说明

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