udlgopprmfctrend.dfm

来自「ADaM is a data mining and image processi」· DFM 代码 · 共 38 行

DFM
38
字号
inherited DlgOpPrmFCTrend: TDlgOpPrmFCTrend
  Caption = 'Trend parameter'
  ClientWidth = 282
  PixelsPerInch = 96
  TextHeight = 15
  inherited pnlBottom: TPanel
    Width = 282
    inherited btnOk: TButton
      Left = 50
    end
    inherited btnCancel: TButton
      Left = 126
    end
    inherited btnHelp: TButton
      Left = 202
    end
  end
  inherited pnlClient: TPanel
    Width = 282
    inherited pgCtrlPrm: TPageControl
      Width = 250
      inherited tabPrm: TTabSheet
        object rgFirstValue: TRadioGroup
          Left = 18
          Top = 24
          Width = 205
          Height = 77
          Caption = ' First value is '
          Items.Strings = (
            '0'
            '1')
          TabOrder = 0
        end
      end
    end
  end
end

⌨️ 快捷键说明

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