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


object Form1: TForm1 
  Left = 192 
  Top = 107 
  Width = 407 
  Height = 209 
  Caption = 'Form1' 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  OnCreate = FormCreate 
  PixelsPerInch = 96 
  TextHeight = 13 
  object Button1: TButton 
    Left = 32 
    Top = 88 
    Width = 89 
    Height = 25 
    Caption = #35835#35199#25991 
    TabOrder = 0 
    OnClick = Button1Click 
  end 
  object Edit1: TEdit 
    Left = 32 
    Top = 48 
    Width = 329 
    Height = 21 
    TabOrder = 1 
    Text = 'Hello Edit1'#30005#39118#25159 
  end 
  object Button2: TButton 
    Left = 136 
    Top = 88 
    Width = 81 
    Height = 25 
    Caption = #35835#20013#25991 
    TabOrder = 2 
    OnClick = Button2Click 
  end 
  object Button3: TButton 
    Left = 256 
    Top = 88 
    Width = 105 
    Height = 25 
    Caption = #20013#35199#25991#28151#35835 
    TabOrder = 3 
    OnClick = Button3Click 
  end 
end