Initial commit
This commit is contained in:
@@ -0,0 +1,396 @@
|
||||
object MicSetForm: TMicSetForm
|
||||
Left = 0
|
||||
Top = 0
|
||||
BorderStyle = bsNone
|
||||
Caption = 'MicSetForm'
|
||||
ClientHeight = 324
|
||||
ClientWidth = 382
|
||||
Color = 5064257
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -12
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
Position = poMainFormCenter
|
||||
Scaled = False
|
||||
OnClose = FormClose
|
||||
OnCreate = FormCreate
|
||||
OnKeyDown = FormKeyDown
|
||||
TextHeight = 14
|
||||
object m_panGeneral: TGeneralDialogPanel
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 382
|
||||
Height = 324
|
||||
Align = alClient
|
||||
Caption = #38899#39057#35774#22791#35774#32622
|
||||
Color = 5064257
|
||||
DoubleBuffered = True
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
ParentBackground = False
|
||||
ParentDoubleBuffered = False
|
||||
ParentFont = False
|
||||
TabOrder = 0
|
||||
object m_cbOutput: TComboBoxComponent
|
||||
Left = 89
|
||||
Top = 117
|
||||
Width = 161
|
||||
Height = 25
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
OnChange = OutputChange
|
||||
ShowItemCount = 5
|
||||
Parent = m_panGeneral
|
||||
end
|
||||
object m_lblASIO: TLabel
|
||||
Left = 250
|
||||
Top = 117
|
||||
Width = 101
|
||||
Height = 25
|
||||
Cursor = crHandPoint
|
||||
Alignment = taCenter
|
||||
AutoSize = False
|
||||
Caption = 'ASIO'#35774#22791
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clAqua
|
||||
Font.Height = -13
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = [fsBold, fsItalic]
|
||||
ParentFont = False
|
||||
Transparent = False
|
||||
Layout = tlCenter
|
||||
OnClick = ASIOClick
|
||||
end
|
||||
object m_lblVolume: TLabel
|
||||
Left = 27
|
||||
Top = 238
|
||||
Width = 60
|
||||
Height = 14
|
||||
Caption = #24405#38899#38899#37327#65306
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -12
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
end
|
||||
object m_lblPlayback: TLabel
|
||||
Left = 27
|
||||
Top = 83
|
||||
Width = 60
|
||||
Height = 14
|
||||
Caption = #25773#25918#35774#22791#65306
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -12
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
end
|
||||
object m_lblInput: TLabel
|
||||
Left = 27
|
||||
Top = 199
|
||||
Width = 60
|
||||
Height = 14
|
||||
Caption = #24405#38899#36755#20837#65306
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -12
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
Transparent = True
|
||||
end
|
||||
object m_lblLatencyTime: TLabel
|
||||
Left = 291
|
||||
Top = 200
|
||||
Width = 60
|
||||
Height = 14
|
||||
ParentCustomHint = False
|
||||
Alignment = taRightJustify
|
||||
AutoSize = False
|
||||
Caption = '---- ms'
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
ParentShowHint = False
|
||||
ShowAccelChar = False
|
||||
ShowHint = False
|
||||
Layout = tlCenter
|
||||
end
|
||||
object m_lblHint: TLabel
|
||||
Left = 27
|
||||
Top = 278
|
||||
Width = 36
|
||||
Height = 14
|
||||
Caption = #25552#31034#65306
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -12
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
end
|
||||
object m_lblHintMsg: TLabel
|
||||
Left = 72
|
||||
Top = 278
|
||||
Width = 108
|
||||
Height = 28
|
||||
Caption = #35831#23545#30528#40614#20811#39118#21756#21809#65292#36827#34892#35797#21548#27979#35797#12290
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -12
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
WordWrap = True
|
||||
end
|
||||
object m_lblLatency: TLabel
|
||||
Left = 266
|
||||
Top = 199
|
||||
Width = 28
|
||||
Height = 14
|
||||
Caption = #24310#36831':'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -12
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
end
|
||||
object m_cbPlayDev: TComboBoxComponent
|
||||
Left = 89
|
||||
Top = 79
|
||||
Width = 262
|
||||
Height = 25
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
OnChange = PlayDevChange
|
||||
ShowItemCount = 5
|
||||
Parent = m_panGeneral
|
||||
end
|
||||
object m_cbInput: TComboBoxComponent
|
||||
Left = 89
|
||||
Top = 194
|
||||
Width = 161
|
||||
Height = 25
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
OnChange = InputChange
|
||||
ShowItemCount = 5
|
||||
Parent = m_panGeneral
|
||||
end
|
||||
object m_btnOk: TTextButton
|
||||
Left = 236
|
||||
Top = 278
|
||||
Width = 54
|
||||
Height = 25
|
||||
ModalResult = mrOk
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
OnClick = OkClick
|
||||
Text = #30830#23450
|
||||
end
|
||||
object m_btnCanel: TTextButton
|
||||
Left = 299
|
||||
Top = 278
|
||||
Width = 54
|
||||
Height = 25
|
||||
ModalResult = mrCancel
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
Text = #21462#28040
|
||||
end
|
||||
object m_lblOutput: TLabel
|
||||
Left = 27
|
||||
Top = 122
|
||||
Width = 60
|
||||
Height = 14
|
||||
Caption = #25773#25918#36755#20986#65306
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -12
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
end
|
||||
object m_lblRecord: TLabel
|
||||
Left = 27
|
||||
Top = 159
|
||||
Width = 60
|
||||
Height = 14
|
||||
Caption = #24405#38899#35774#22791#65306
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -12
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
end
|
||||
object m_cbRecDev: TComboBoxComponent
|
||||
Left = 89
|
||||
Top = 155
|
||||
Width = 262
|
||||
Height = 25
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
OnChange = RecDevChange
|
||||
ShowItemCount = 5
|
||||
Parent = m_panGeneral
|
||||
end
|
||||
object m_lblType: TLabel
|
||||
Left = 27
|
||||
Top = 44
|
||||
Width = 60
|
||||
Height = 14
|
||||
Caption = #35774#22791#31867#22411#65306
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -12
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
end
|
||||
object m_ckAuto: TCKBox
|
||||
Left = 241
|
||||
Top = 236
|
||||
Width = 54
|
||||
Height = 18
|
||||
Caption = #33258#21160
|
||||
Ctl3D = False
|
||||
DoubleBuffered = True
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = 12429980
|
||||
Font.Height = -12
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
ParentColor = True
|
||||
ParentCtl3D = False
|
||||
ParentDoubleBuffered = False
|
||||
ParentFont = False
|
||||
TabOrder = 0
|
||||
BoxColor = 3157548
|
||||
OnChange = AutoChange
|
||||
end
|
||||
object m_ckMoniter: TCKBox
|
||||
Left = 301
|
||||
Top = 236
|
||||
Width = 52
|
||||
Height = 18
|
||||
Caption = #30417#21548
|
||||
Ctl3D = False
|
||||
DoubleBuffered = True
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = 12429980
|
||||
Font.Height = -12
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
ParentColor = True
|
||||
ParentCtl3D = False
|
||||
ParentDoubleBuffered = False
|
||||
ParentFont = False
|
||||
TabOrder = 1
|
||||
BoxColor = 3157548
|
||||
OnChange = MoniterChange
|
||||
end
|
||||
object m_tbVolume: TSkinTrackBar
|
||||
Tag = 1
|
||||
Left = 89
|
||||
Top = 237
|
||||
Width = 142
|
||||
Height = 19
|
||||
Hint = '100'
|
||||
Caption = 'm_tbVolume'
|
||||
FullRepaint = False
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
ParentColor = True
|
||||
ParentFont = False
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 2
|
||||
Position = 100
|
||||
end
|
||||
object m_rbCommon: TRadioBtn
|
||||
Left = 91
|
||||
Top = 39
|
||||
Width = 51
|
||||
Height = 25
|
||||
Caption = #24120#35268
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = 12429980
|
||||
Font.Height = -11
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
TabOrder = 3
|
||||
OnClick = DevTypeClick
|
||||
end
|
||||
object m_rbASIO: TRadioBtn
|
||||
Left = 148
|
||||
Top = 39
|
||||
Width = 51
|
||||
Height = 25
|
||||
Caption = 'ASIO'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = 12429980
|
||||
Font.Height = -11
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
TabOrder = 4
|
||||
OnClick = DevTypeClick
|
||||
end
|
||||
object m_rbWASAPI: TRadioBtn
|
||||
Left = 205
|
||||
Top = 39
|
||||
Width = 68
|
||||
Height = 25
|
||||
Caption = 'WASAPI'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = 12429980
|
||||
Font.Height = -11
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
TabOrder = 5
|
||||
OnClick = DevTypeClick
|
||||
end
|
||||
object m_ckMIDI: TCKBox
|
||||
Left = 279
|
||||
Top = 43
|
||||
Width = 71
|
||||
Height = 18
|
||||
Caption = 'MIDI'#36755#20837
|
||||
Ctl3D = False
|
||||
DoubleBuffered = False
|
||||
FullRepaint = False
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = 12429980
|
||||
Font.Height = -11
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
ParentColor = True
|
||||
ParentCtl3D = False
|
||||
ParentDoubleBuffered = False
|
||||
ParentFont = False
|
||||
TabOrder = 6
|
||||
OnClick = MIDIInputClick
|
||||
BoxColor = 3157548
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user