📄 udlgopprmdiscbinbinning.dfm
字号:
inherited dlgOpPrmDiscBinBinning: TdlgOpPrmDiscBinBinning
Caption = 'Binary binning parameters'
ClientHeight = 249
ClientWidth = 426
PixelsPerInch = 96
TextHeight = 15
inherited pnlBottom: TPanel
Top = 214
Width = 426
inherited btnOk: TButton
Left = 194
end
inherited btnCancel: TButton
Left = 270
end
inherited btnHelp: TButton
Left = 346
end
end
inherited pnlClient: TPanel
Width = 426
Height = 214
inherited pgCtrlPrm: TPageControl
Width = 394
Height = 182
inherited tabPrm: TTabSheet
object Label1: TLabel
Left = 244
Top = 24
Width = 93
Height = 15
Caption = 'Threshold value :'
end
object rgCutPointType: TRadioGroup
Left = 16
Top = 16
Width = 225
Height = 117
Caption = ' Cut point type '
Items.Strings = (
'User defined'
'Average')
TabOrder = 0
end
object edThreshold: TEdit
Left = 244
Top = 44
Width = 121
Height = 23
TabOrder = 1
Text = '0.05'
end
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -