home *** CD-ROM | disk | FTP | other *** search
/ PC & Mediji 2002 March / PCM_0203.iso / MEDIA / PREIZKUSNI / WinIVR.msi / Instal01.cab / _F92770CE59F144CA876D7657130B84C1 / 0 / RCDATA / TFRMSPEAKSTRING / TFRMSPEAKSTRING.txt
Text File  |  2002-01-30  |  3KB  |  155 lines

  1. object frmSpeakString: TfrmSpeakString
  2.   Left = 129
  3.   Top = 206
  4.   Width = 335
  5.   Height = 352
  6.   Caption = '╦╡∩┐╜∩┐╜'
  7.   Color = clBtnFace
  8.   ParentFont = True
  9.   OldCreateOrder = False
  10.   OnCreate = FormCreate
  11.   OnShow = FormShow
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object pnlContent: TPanel
  15.     Left = 0
  16.     Top = 0
  17.     Width = 327
  18.     Height = 281
  19.     Align = alTop
  20.     BevelOuter = bvNone
  21.     ParentColor = True
  22.     TabOrder = 0
  23.     object lblContent: TLabel
  24.       Left = 32
  25.       Top = 19
  26.       Width = 73
  27.       Height = 13
  28.       Alignment = taRightJustify
  29.       Caption = '╦╡∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜(&V)∩┐╜∩┐╜'
  30.       FocusControl = cmbVariant
  31.     end
  32.     object lblNote: TLabel
  33.       Left = 31
  34.       Top = 247
  35.       Width = 74
  36.       Height = 13
  37.       Alignment = taRightJustify
  38.       Caption = '╦╡∩┐╜∩┐╜╦╡∩┐╜∩┐╜(&N)∩┐╜∩┐╜'
  39.       FocusControl = edtNote
  40.     end
  41.     object cmbVariant: TComboBox
  42.       Left = 115
  43.       Top = 15
  44.       Width = 185
  45.       Height = 21
  46.       ItemHeight = 13
  47.       TabOrder = 0
  48.     end
  49.     object ckbInterruptible: TCheckBox
  50.       Left = 115
  51.       Top = 50
  52.       Width = 212
  53.       Height = 17
  54.       Caption = '∩┐╜├╗∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜╨╢∩┐╜(&I)'
  55.       TabOrder = 1
  56.     end
  57.     object edtNote: TEdit
  58.       Left = 115
  59.       Top = 243
  60.       Width = 185
  61.       Height = 21
  62.       TabOrder = 3
  63.     end
  64.     object ckbSupportXML: TCheckBox
  65.       Left = 115
  66.       Top = 75
  67.       Width = 212
  68.       Height = 17
  69.       Caption = '╓º∩┐╜∩┐╜XML∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  70.       TabOrder = 2
  71.       OnClick = ckbSupportXMLClick
  72.     end
  73.     object grpType: TGroupBox
  74.       Left = 24
  75.       Top = 97
  76.       Width = 276
  77.       Height = 133
  78.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  79.       TabOrder = 4
  80.       object rbtnText: TRadioButton
  81.         Left = 17
  82.         Top = 21
  83.         Width = 72
  84.         Height = 17
  85.         Caption = '∩┐╜∩┐╜∩┐╜∩┐╜'
  86.         TabOrder = 0
  87.         OnClick = rbtnSayTypeClick
  88.       end
  89.       object rbtnFile: TRadioButton
  90.         Left = 17
  91.         Top = 46
  92.         Width = 256
  93.         Height = 17
  94.         Caption = '∩┐╜─╝∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜─╝∩┐╜∩┐╜∩┐╜∩┐╜▌ú∩┐╜'
  95.         TabOrder = 2
  96.         OnClick = rbtnSayTypeClick
  97.       end
  98.       object cmbSayText: TComboBox
  99.         Left = 111
  100.         Top = 19
  101.         Width = 145
  102.         Height = 21
  103.         ItemHeight = 13
  104.         TabOrder = 1
  105.       end
  106.       object rbtnContext: TRadioButton
  107.         Left = 17
  108.         Top = 71
  109.         Width = 104
  110.         Height = 17
  111.         Caption = '∩┐╜∩┐╜∩┐╜∩┐╜(&H)'
  112.         TabOrder = 3
  113.         OnClick = rbtnSayTypeClick
  114.       end
  115.       object cmbContext: TComboBox
  116.         Left = 18
  117.         Top = 96
  118.         Width = 239
  119.         Height = 21
  120.         ItemHeight = 13
  121.         TabOrder = 4
  122.       end
  123.     end
  124.   end
  125.   object btnOk: TButton
  126.     Left = 25
  127.     Top = 283
  128.     Width = 75
  129.     Height = 25
  130.     Caption = '╚╖∩┐╜∩┐╜(&O)'
  131.     Default = True
  132.     TabOrder = 1
  133.     OnClick = btnOkClick
  134.   end
  135.   object btnCancel: TButton
  136.     Left = 125
  137.     Top = 283
  138.     Width = 75
  139.     Height = 25
  140.     Cancel = True
  141.     Caption = '╚í∩┐╜∩┐╜(&C)'
  142.     ModalResult = 2
  143.     TabOrder = 2
  144.   end
  145.   object btnHelp: TButton
  146.     Left = 225
  147.     Top = 283
  148.     Width = 75
  149.     Height = 25
  150.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜(&H)'
  151.     TabOrder = 3
  152.     OnClick = btnHelpClick
  153.   end
  154. end
  155.