www.pudn.com > c++builerTTS_Test.rar > spVoice.dfm


object Form1: TForm1 
  Left = 173 
  Top = 175 
  Width = 411 
  Height = 480 
  Caption = 'Form1' 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  PixelsPerInch = 96 
  TextHeight = 13 
  object Label1: TLabel 
    Left = 16 
    Top = 312 
    Width = 21 
    Height = 13 
    Caption = '-100' 
  end 
  object Label2: TLabel 
    Left = 272 
    Top = 312 
    Width = 18 
    Height = 13 
    Caption = '100' 
  end 
  object Label3: TLabel 
    Left = 144 
    Top = 312 
    Width = 6 
    Height = 13 
    Caption = '0' 
  end 
  object Button1: TButton 
    Left = 288 
    Top = 32 
    Width = 75 
    Height = 25 
    Caption = #38405#35835 
    TabOrder = 0 
    OnClick = Button1Click 
  end 
  object Memo1: TMemo 
    Left = 8 
    Top = 16 
    Width = 257 
    Height = 257 
    Lines.Strings = ( 
      'Memo1' 
      'hello' 
      #26031#22823#26519#30475#35265#38450#25746#26086#28010#36153#22266#27801#26519#22320#26041#20010#32780#26159#21488 
      #25353#26102#30340#21457#29983) 
    TabOrder = 1 
  end 
  object TrackBar1: TTrackBar 
    Left = 16 
    Top = 328 
    Width = 273 
    Height = 17 
    Max = 100 
    Min = -100 
    Orientation = trHorizontal 
    Frequency = 1 
    Position = 0 
    SelEnd = 0 
    SelStart = 0 
    TabOrder = 2 
    TickMarks = tmBottomRight 
    TickStyle = tsAuto 
    OnChange = TrackBar1Change 
  end 
  object Button2: TButton 
    Left = 288 
    Top = 64 
    Width = 75 
    Height = 25 
    Caption = #26242#20572 
    TabOrder = 3 
    OnClick = Button2Click 
  end 
  object Button3: TButton 
    Left = 288 
    Top = 96 
    Width = 75 
    Height = 25 
    Caption = #32487#32493 
    TabOrder = 4 
    OnClick = Button3Click 
  end 
  object Button4: TButton 
    Left = 288 
    Top = 240 
    Width = 73 
    Height = 25 
    Caption = 'Button4' 
    TabOrder = 5 
    OnClick = Button4Click 
  end 
  object SpVoice1: TSpVoice 
    AutoConnect = False 
    ConnectKind = ckRunningOrNew 
    Left = 328 
    Top = 336 
  end 
end