www.pudn.com > myRBF.rar > SetOption.dfm
object FrmSetOption: TFrmSetOption
Left = 260
Top = 155
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #35821#38899#35782#21035#20223#30495#29615#22659#35774#32622
ClientHeight = 415
ClientWidth = 482
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 14
object GroupBox1: TGroupBox
Left = 0
Top = 0
Width = 482
Height = 415
Align = alClient
Caption = #29615#22659#35774#32622
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -16
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 0
object LabTrainPath: TLabel
Left = 8
Top = 32
Width = 98
Height = 14
Caption = #35757#32451#25991#20214#36335#24452#65306
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object BtnTrain: TSpeedButton
Left = 424
Top = 56
Width = 33
Height = 25
Cursor = crHandPoint
Caption = '...'
Flat = True
OnClick = BtnTrainClick
end
object BtnTest: TSpeedButton
Left = 424
Top = 120
Width = 33
Height = 25
Cursor = crHandPoint
Caption = '...'
Flat = True
OnClick = BtnTestClick
end
object LabTestPath: TLabel
Left = 8
Top = 96
Width = 98
Height = 14
Caption = #27979#35797#25991#20214#36335#24452#65306
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object EdTrain: TEdit
Left = 16
Top = 56
Width = 401
Height = 22
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 0
end
object EdTest: TEdit
Left = 16
Top = 120
Width = 401
Height = 22
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 1
end
object Panel1: TPanel
Left = 10
Top = 156
Width = 463
Height = 205
BevelInner = bvLowered
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 2
object Label1: TLabel
Left = 8
Top = 13
Width = 56
Height = 14
Caption = #20449#22122#27604#65306
end
object Label2: TLabel
Left = 216
Top = 13
Width = 42
Height = 14
Caption = #35789#25968#65306
end
object Label3: TLabel
Left = 7
Top = 55
Width = 70
Height = 14
Caption = #35757#32451#20154#25968#65306
end
object Label4: TLabel
Left = 217
Top = 55
Width = 70
Height = 14
Caption = #27979#35797#20154#25968#65306
end
object ComBSN: TComboBox
Left = 88
Top = 9
Width = 97
Height = 22
Style = csDropDownList
ItemHeight = 14
ItemIndex = 0
TabOrder = 0
Text = 'Clean'
Items.Strings = (
'Clean'
'15db'
'20db'
'25db'
'30db')
end
object ComBNum: TComboBox
Left = 296
Top = 9
Width = 97
Height = 22
Style = csDropDownList
ItemHeight = 14
ItemIndex = 0
TabOrder = 1
Text = '10'
Items.Strings = (
'10'
'20'
'30'
'40'
'50')
end
object EdTrainNum: TEdit
Left = 87
Top = 50
Width = 98
Height = 22
TabOrder = 2
Text = '9'
end
object EdTestNum: TEdit
Left = 297
Top = 50
Width = 96
Height = 22
TabOrder = 3
Text = '7'
end
object RdgFeature: TRadioGroup
Left = 8
Top = 80
Width = 449
Height = 57
Caption = #29305#24449#20540#25552#21462#26041#27861#65306
Columns = 3
ItemIndex = 1
Items.Strings = (
'LPCC'
'LPCMCC'
'ZCPA')
TabOrder = 4
end
object RdgNetwork: TRadioGroup
Left = 8
Top = 144
Width = 449
Height = 57
Caption = #35782#21035#32593#32476
Columns = 2
ItemIndex = 0
Items.Strings = (
'RBF'
'HMM')
TabOrder = 5
end
end
object btnOk: TBitBtn
Left = 104
Top = 376
Width = 75
Height = 25
Caption = #30830#23450'(&O)'
TabOrder = 3
OnClick = btnOkClick
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 240
Top = 376
Width = 75
Height = 25
Caption = #21462#28040'(&C)'
TabOrder = 4
OnClick = BitBtn2Click
Kind = bkCancel
end
end
end