📄 udlgopprmspvassesbvdecomposition.dfm
字号:
inherited dlgOpPrmSpvAssesBVDecomposition: TdlgOpPrmSpvAssesBVDecomposition
Caption = 'Bias-variance decomposition'
ClientHeight = 258
ClientWidth = 334
PixelsPerInch = 96
TextHeight = 15
inherited pnlBottom: TPanel
Top = 223
Width = 334
inherited btnOk: TButton
Left = 102
end
inherited btnCancel: TButton
Left = 178
end
inherited btnHelp: TButton
Left = 254
end
end
inherited pnlClient: TPanel
Width = 334
Height = 223
inherited pgCtrlPrm: TPageControl
Width = 302
Height = 191
inherited tabPrm: TTabSheet
object Label1: TLabel
Left = 32
Top = 28
Width = 56
Height = 15
Caption = 'Iterations :'
end
object Label2: TLabel
Left = 32
Top = 68
Width = 73
Height = 15
Caption = 'Test set size :'
end
object Label3: TLabel
Left = 257
Top = 66
Width = 11
Height = 15
Caption = '%'
end
object Label4: TLabel
Left = 32
Top = 108
Width = 86
Height = 15
Caption = 'Train pool size :'
end
object Label5: TLabel
Left = 256
Top = 108
Width = 11
Height = 15
Caption = '%'
end
object spinIterations: TLMDSpinEdit
Left = 132
Top = 24
Width = 121
Height = 23
MinValue = 1
TabOrder = 0
Value = 1
end
object spinTestSize: TLMDSpinEdit
Left = 132
Top = 64
Width = 121
Height = 23
MaxValue = 80
MinValue = 10
TabOrder = 1
Value = 33
end
object spinTrainPoolSize: TLMDSpinEdit
Left = 132
Top = 104
Width = 121
Height = 23
MaxValue = 50
MinValue = 1
TabOrder = 2
Value = 50
end
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -