udlgopprmfcstandardize.dfm
来自「ADaM is a data mining and image processi」· DFM 代码 · 共 45 行
DFM
45 行
inherited DlgOpPrmFCStandardize: TDlgOpPrmFCStandardize
Caption = 'Standardize parameters'
ClientHeight = 232
ClientWidth = 351
PixelsPerInch = 96
TextHeight = 15
inherited pnlBottom: TPanel
Top = 197
Width = 351
inherited btnOk: TButton
Left = 119
end
inherited btnCancel: TButton
Left = 195
end
inherited btnHelp: TButton
Left = 271
end
end
inherited pnlClient: TPanel
Width = 351
Height = 197
inherited pgCtrlPrm: TPageControl
Width = 319
Height = 165
inherited tabPrm: TTabSheet
object rgStd: TRadioGroup
Left = 16
Top = 4
Width = 285
Height = 125
Caption = ' Formula '
ItemIndex = 3
Items.Strings = (
'(x - x_min) / (x_max - x_min)'
'(x - x_avg)'
'(x / x_std_dev)'
'(x - x_avg) / x_std_dev')
TabOrder = 0
end
end
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?