object frmSpeakerPhone: TfrmSpeakerPhone Left = 456 Top = 272 Width = 335 Height = 212 Caption = '��˷�������' Color = clBtnFace ParentFont = True OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lblNote: TLabel Left = 63 Top = 153 Width = 50 Height = 13 Alignment = taRightJustify Caption = '˵��(&N)��' FocusControl = edtNote end object grpMode: TGroupBox Left = 14 Top = 10 Width = 189 Height = 122 Caption = 'ģʽ' TabOrder = 0 object radOnHook: TRadioButton Left = 19 Top = 19 Width = 113 Height = 17 Caption = '����' TabOrder = 0 end object radSpeaker: TRadioButton Left = 18 Top = 56 Width = 143 Height = 17 Caption = '��������' TabOrder = 1 end object radMicSpeaker: TRadioButton Left = 18 Top = 92 Width = 154 Height = 17 Caption = '����˷��������' TabOrder = 2 end end object btnOk: TButton Left = 233 Top = 15 Width = 75 Height = 25 Caption = 'ȷ��(&O)' Default = True ModalResult = 1 TabOrder = 1 end object btnCancel: TButton Left = 233 Top = 59 Width = 75 Height = 25 Cancel = True Caption = 'ȡ��(&C)' ModalResult = 2 TabOrder = 2 end object btnHelp: TButton Left = 233 Top = 106 Width = 75 Height = 25 Caption = '����(&H)' TabOrder = 3 OnClick = btnHelpClick end object edtNote: TEdit Left = 123 Top = 149 Width = 185 Height = 21 TabOrder = 4 end end