📄 udlgopprmspvassescv.dfm
字号:
inherited DlgOpPrmSpvAssesCV: TDlgOpPrmSpvAssesCV
Caption = 'Cross-validation parameters'
ClientHeight = 312
ClientWidth = 335
PixelsPerInch = 96
TextHeight = 15
inherited pnlBottom: TPanel
Top = 277
Width = 335
inherited btnOk: TButton
Left = 103
end
inherited btnCancel: TButton
Left = 179
end
inherited btnHelp: TButton
Left = 255
end
end
inherited pnlClient: TPanel
Width = 335
Height = 277
inherited pgCtrlPrm: TPageControl
Width = 303
Height = 245
inherited tabPrm: TTabSheet
object Label1: TLabel
Left = 16
Top = 28
Width = 124
Height = 15
Caption = 'Number of repetitions :'
end
object Label2: TLabel
Left = 16
Top = 64
Width = 93
Height = 15
Caption = 'Number of folds :'
end
object spinRepetitions: TLMDSpinEdit
Left = 158
Top = 26
Width = 81
Height = 23
MinValue = 1
TabOrder = 0
Value = 1
end
object spinFolds: TLMDSpinEdit
Left = 158
Top = 60
Width = 81
Height = 23
MaxValue = 50000000
TabOrder = 1
Value = 1
end
object GroupBox1: TGroupBox
Left = 18
Top = 110
Width = 265
Height = 89
Caption = ' Save results '
TabOrder = 2
object chkSave: TCheckBox
Left = 30
Top = 25
Width = 209
Height = 17
Caption = 'Save error rate to file'
TabOrder = 0
OnClick = chkSaveClick
end
object edSave: TLMDFileSaveEdit
Left = 28
Top = 52
Width = 209
Height = 21
Cursor = crIBeam
BackFX.AlphaBlend.Strength = 0.600000023841858
Bevel.Mode = bmWindows
Caret.BlinkRate = 530
Caret.ImageIndex = 0
Caret.ListIndex = 0
TabOrder = 1
Filter = 'Text file|*.txt'
DefaultExt = 'txt'
end
end
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -