posiblefrequenciesdisplay.dfm

来自「QAM module to use in Java with an easy i」· DFM 代码 · 共 59 行

DFM
59
字号
object PosibleFrequenciesForm: TPosibleFrequenciesForm
  Left = 334
  Top = 267
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = 'Posible Frequencies'
  ClientHeight = 213
  ClientWidth = 247
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object ValueListEditor1: TValueListEditor
    Left = 0
    Top = 0
    Width = 247
    Height = 213
    Align = alClient
    BiDiMode = bdLeftToRight
    Color = clWhite
    Ctl3D = True
    FixedColor = 13224393
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
    ParentBiDiMode = False
    ParentCtl3D = False
    ParentFont = False
    ScrollBars = ssNone
    Strings.Strings = (
      ' ='
      ' ='
      ' ='
      ' ='
      ' ='
      ' ='
      ' ='
      ' ='
      ' ='
      ' =')
    TabOrder = 0
    TitleCaptions.Strings = (
      'Carrier Frequency'
      'Symbol Frequency')
    ColWidths = (
      121
      120)
  end
end

⌨️ 快捷键说明

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