object frmSpeakString: TfrmSpeakString Left = 129 Top = 206 Width = 335 Height = 352 Caption = '˵��' Color = clBtnFace ParentFont = True OldCreateOrder = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object pnlContent: TPanel Left = 0 Top = 0 Width = 327 Height = 281 Align = alTop BevelOuter = bvNone ParentColor = True TabOrder = 0 object lblContent: TLabel Left = 32 Top = 19 Width = 73 Height = 13 Alignment = taRightJustify Caption = '˵������(&V)��' FocusControl = cmbVariant end object lblNote: TLabel Left = 31 Top = 247 Width = 74 Height = 13 Alignment = taRightJustify Caption = '˵��˵��(&N)��' FocusControl = edtNote end object cmbVariant: TComboBox Left = 115 Top = 15 Width = 185 Height = 21 ItemHeight = 13 TabOrder = 0 end object ckbInterruptible: TCheckBox Left = 115 Top = 50 Width = 212 Height = 17 Caption = '�û����������ж�(&I)' TabOrder = 1 end object edtNote: TEdit Left = 115 Top = 243 Width = 185 Height = 21 TabOrder = 3 end object ckbSupportXML: TCheckBox Left = 115 Top = 75 Width = 212 Height = 17 Caption = '֧��XML�������' TabOrder = 2 OnClick = ckbSupportXMLClick end object grpType: TGroupBox Left = 24 Top = 97 Width = 276 Height = 133 Caption = '�������' TabOrder = 4 object rbtnText: TRadioButton Left = 17 Top = 21 Width = 72 Height = 17 Caption = '����' TabOrder = 0 OnClick = rbtnSayTypeClick end object rbtnFile: TRadioButton Left = 17 Top = 46 Width = 256 Height = 17 Caption = '�ļ����������ļ����ݣ�' TabOrder = 2 OnClick = rbtnSayTypeClick end object cmbSayText: TComboBox Left = 111 Top = 19 Width = 145 Height = 21 ItemHeight = 13 TabOrder = 1 end object rbtnContext: TRadioButton Left = 17 Top = 71 Width = 104 Height = 17 Caption = '����(&H)' TabOrder = 3 OnClick = rbtnSayTypeClick end object cmbContext: TComboBox Left = 18 Top = 96 Width = 239 Height = 21 ItemHeight = 13 TabOrder = 4 end end end object btnOk: TButton Left = 25 Top = 283 Width = 75 Height = 25 Caption = 'ȷ��(&O)' Default = True TabOrder = 1 OnClick = btnOkClick end object btnCancel: TButton Left = 125 Top = 283 Width = 75 Height = 25 Cancel = True Caption = 'ȡ��(&C)' ModalResult = 2 TabOrder = 2 end object btnHelp: TButton Left = 225 Top = 283 Width = 75 Height = 25 Caption = '����(&H)' TabOrder = 3 OnClick = btnHelpClick end end