home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #8 / K-CD_2002-08.iso / CyberBuddy / _SETUP.1 / CyberBud.exe / 0 / RCDATA / TTTSFORM / TTTSFORM.txt
Text File  |  2002-01-25  |  10KB  |  498 lines

  1. object TTSForm: TTTSForm
  2.   Left = 198
  3.   Top = 162
  4.   AutoScroll = False
  5.   BorderIcons = []
  6.   Caption = 'Text To Speech Properties'
  7.   ClientHeight = 366
  8.   ClientWidth = 494
  9.   Color = 12632193
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel1: TBevel
  23.     Left = 165
  24.     Top = 7
  25.     Width = 317
  26.     Height = 323
  27.     Shape = bsFrame
  28.   end
  29.   object Label1: TLabel
  30.     Left = 243
  31.     Top = 95
  32.     Width = 24
  33.     Height = 13
  34.     Caption = 'Pitch'
  35.   end
  36.   object Label2: TLabel
  37.     Left = 240
  38.     Top = 126
  39.     Width = 31
  40.     Height = 13
  41.     Caption = 'Speed'
  42.   end
  43.   object Label3: TLabel
  44.     Left = 242
  45.     Top = 159
  46.     Width = 35
  47.     Height = 13
  48.     Caption = 'Volume'
  49.   end
  50.   object Label4: TLabel
  51.     Left = 294
  52.     Top = 60
  53.     Width = 60
  54.     Height = 13
  55.     Caption = 'Select Voice'
  56.   end
  57.   object Label12: TLabel
  58.     Left = 188
  59.     Top = 20
  60.     Width = 125
  61.     Height = 13
  62.     Caption = 'Select an Agent Character'
  63.   end
  64.   object Label5: TLabel
  65.     Left = 308
  66.     Top = 202
  67.     Width = 148
  68.     Height = 13
  69.     Caption = 'Smaller      Agent Size     Larger'
  70.   end
  71.   object Label10: TLabel
  72.     Left = 413
  73.     Top = 307
  74.     Width = 42
  75.     Height = 13
  76.     Caption = 'Seconds'
  77.   end
  78.   object OptLabel: TLabel
  79.     Left = 177
  80.     Top = 1
  81.     Width = 126
  82.     Height = 13
  83.     Caption = 'Options for Main Character'
  84.     Color = clMaroon
  85.     Font.Charset = DEFAULT_CHARSET
  86.     Font.Color = clWhite
  87.     Font.Height = -12
  88.     Font.Name = 'MS Sans Serif'
  89.     Font.Style = []
  90.     ParentColor = False
  91.     ParentFont = False
  92.   end
  93.   object Label6: TLabel
  94.     Left = 164
  95.     Top = 331
  96.     Width = 66
  97.     Height = 26
  98.     Caption = 'Background Music Volume'
  99.     WordWrap = True
  100.   end
  101.   object Label7: TLabel
  102.     Left = 247
  103.     Top = 336
  104.     Width = 7
  105.     Height = 20
  106.     Caption = '-'
  107.     Font.Charset = DEFAULT_CHARSET
  108.     Font.Color = clWindowText
  109.     Font.Height = -16
  110.     Font.Name = 'MS Sans Serif'
  111.     Font.Style = [fsBold]
  112.     ParentFont = False
  113.   end
  114.   object Label8: TLabel
  115.     Left = 325
  116.     Top = 335
  117.     Width = 11
  118.     Height = 20
  119.     Caption = '+'
  120.     Font.Charset = DEFAULT_CHARSET
  121.     Font.Color = clWindowText
  122.     Font.Height = -16
  123.     Font.Name = 'MS Sans Serif'
  124.     Font.Style = [fsBold]
  125.     ParentFont = False
  126.   end
  127.   object AgentCountLbl: TLabel
  128.     Left = 345
  129.     Top = 19
  130.     Width = 91
  131.     Height = 13
  132.     Caption = 'You have 1 Agents'
  133.     Font.Charset = DEFAULT_CHARSET
  134.     Font.Color = 10485760
  135.     Font.Height = -11
  136.     Font.Name = 'MS Sans Serif'
  137.     Font.Style = []
  138.     ParentFont = False
  139.   end
  140.   object Label9: TLabel
  141.     Left = 358
  142.     Top = 97
  143.     Width = 100
  144.     Height = 13
  145.     Caption = 'Character Animations'
  146.   end
  147.   object MyAgent: TAgent
  148.     Left = 450
  149.     Top = 50
  150.     Width = 32
  151.     Height = 32
  152.     OnClick = MyAgentClick
  153.     OnDblClick = MyAgentDblClick
  154.     OnDragStart = MyAgentDragStart
  155.     OnDragComplete = MyAgentDragComplete
  156.     OnRequestStart = MyAgentRequestStart
  157.     OnRequestComplete = MyAgentRequestComplete
  158.     OnIdleStart = MyAgentIdleStart
  159.     OnIdleComplete = MyAgentIdleComplete
  160.     OnMove = MyAgentMove
  161.     ControlData = {000300004F0300004F030000}
  162.   end
  163.   object PitchBar: TTrackBar
  164.     Left = 185
  165.     Top = 107
  166.     Width = 150
  167.     Height = 17
  168.     Max = 400
  169.     Min = 1
  170.     Orientation = trHorizontal
  171.     PageSize = 1
  172.     Frequency = 1
  173.     Position = 100
  174.     SelEnd = 0
  175.     SelStart = 0
  176.     TabOrder = 1
  177.     ThumbLength = 15
  178.     TickMarks = tmBoth
  179.     TickStyle = tsNone
  180.   end
  181.   object SpeedBar: TTrackBar
  182.     Left = 185
  183.     Top = 140
  184.     Width = 150
  185.     Height = 17
  186.     Max = 230
  187.     Min = 50
  188.     Orientation = trHorizontal
  189.     PageSize = 1
  190.     Frequency = 1
  191.     Position = 155
  192.     SelEnd = 0
  193.     SelStart = 0
  194.     TabOrder = 2
  195.     ThumbLength = 15
  196.     TickMarks = tmBoth
  197.     TickStyle = tsNone
  198.   end
  199.   object VolumeBar: TTrackBar
  200.     Left = 186
  201.     Top = 170
  202.     Width = 150
  203.     Height = 17
  204.     Max = 65535
  205.     Min = 10000
  206.     Orientation = trHorizontal
  207.     PageSize = 1
  208.     Frequency = 1
  209.     Position = 65535
  210.     SelEnd = 0
  211.     SelStart = 0
  212.     TabOrder = 3
  213.     ThumbLength = 15
  214.     TickMarks = tmBoth
  215.     TickStyle = tsNone
  216.   end
  217.   object SayBtn: TButton
  218.     Left = 171
  219.     Top = 73
  220.     Width = 35
  221.     Height = 19
  222.     Caption = 'Test'
  223.     TabOrder = 4
  224.     OnClick = SayBtnClick
  225.   end
  226.   object VoiceSel: TComboBox
  227.     Left = 211
  228.     Top = 72
  229.     Width = 233
  230.     Height = 21
  231.     ItemHeight = 13
  232.     TabOrder = 5
  233.     Text = 'Voice Selection'
  234.     OnChange = VoiceSelChange
  235.     Items.Strings = (
  236.       'Adult Male Voice #1'
  237.       'Adult Male Voice #2'
  238.       'Adult Male Voice #3'
  239.       'Adult Male Voice #4'
  240.       'Adult Male Voice #5'
  241.       'Adult Male Voice #6'
  242.       'Adult Male Voice #7'
  243.       'Adult Male Voice #8'
  244.       'Adult Female Voice #1'
  245.       'Adult Female Voice #2'
  246.       'Brutus'
  247.       'Freddy'
  248.       'Mary'
  249.       'Mary in Hall'
  250.       'Mary in Space'
  251.       'Mary in Stadium'
  252.       'Mike'
  253.       'Mike in Hall'
  254.       'Mike in Space'
  255.       'Mike in Stadium'
  256.       'RoboSoft 5'
  257.       'RoboSoft 4'
  258.       'RoboSoft 1'
  259.       'RoboSoft 6'
  260.       'RoboSoft 3'
  261.       'RoboSoft 2'
  262.       'Sam')
  263.   end
  264.   object DoneBtn: TButton
  265.     Left = 414
  266.     Top = 333
  267.     Width = 64
  268.     Height = 19
  269.     Caption = 'Done'
  270.     TabOrder = 6
  271.     OnClick = DoneBtnClick
  272.   end
  273.   object TextToSpeech1: TTextToSpeech
  274.     Left = 156
  275.     Top = 42
  276.     Width = 34
  277.     Height = 25
  278.     TabOrder = 7
  279.     ControlData = {020200008403000095020000}
  280.   end
  281.   object BrowseBtn: TButton
  282.     Left = 392
  283.     Top = 38
  284.     Width = 49
  285.     Height = 20
  286.     Caption = 'Browse'
  287.     TabOrder = 8
  288.     OnClick = BrowseBtnClick
  289.   end
  290.   object AgentSel: TEdit
  291.     Left = 210
  292.     Top = 37
  293.     Width = 177
  294.     Height = 21
  295.     Hint = 'Select the character to be used'
  296.     ParentShowHint = False
  297.     ReadOnly = True
  298.     ShowHint = True
  299.     TabOrder = 9
  300.   end
  301.   object AgentSizeBar: TTrackBar
  302.     Left = 313
  303.     Top = 216
  304.     Width = 150
  305.     Height = 21
  306.     Hint = 'Select the size of the character'
  307.     Max = 20
  308.     Min = 1
  309.     Orientation = trHorizontal
  310.     ParentShowHint = False
  311.     PageSize = 1
  312.     Frequency = 1
  313.     Position = 10
  314.     SelEnd = 0
  315.     SelStart = 0
  316.     ShowHint = True
  317.     TabOrder = 10
  318.     ThumbLength = 15
  319.     TickMarks = tmTopLeft
  320.     TickStyle = tsNone
  321.     OnChange = AgentSizeBarChange
  322.   end
  323.   object AgentPosition: TRadioGroup
  324.     Left = 170
  325.     Top = 192
  326.     Width = 126
  327.     Height = 113
  328.     Caption = 'Screen Start Position'
  329.     ItemIndex = 0
  330.     Items.Strings = (
  331.       'Upper Left'
  332.       'Upper Right'
  333.       'Lower Left'
  334.       'Lower Right'
  335.       'Random'
  336.       'Center')
  337.     TabOrder = 11
  338.   end
  339.   object PropBtn: TButton
  340.     Left = 23
  341.     Top = 289
  342.     Width = 127
  343.     Height = 22
  344.     Caption = 'Character Properties'
  345.     TabOrder = 12
  346.     OnClick = PropBtnClick
  347.   end
  348.   object SpCtlBtn: TButton
  349.     Left = 23
  350.     Top = 312
  351.     Width = 127
  352.     Height = 22
  353.     Caption = 'Speech Control Panel'
  354.     TabOrder = 13
  355.     OnClick = SpCtlBtnClick
  356.   end
  357.   object MessBalloons: TCheckBox
  358.     Left = 309
  359.     Top = 245
  360.     Width = 162
  361.     Height = 17
  362.     Caption = 'Show Text in Balloons'
  363.     ParentShowHint = False
  364.     ShowHint = False
  365.     TabOrder = 14
  366.   end
  367.   object SFX: TCheckBox
  368.     Left = 309
  369.     Top = 266
  370.     Width = 155
  371.     Height = 17
  372.     Caption = 'Character Sound Effects On'
  373.     TabOrder = 15
  374.   end
  375.   object CharSelect: TRadioGroup
  376.     Left = 14
  377.     Top = 34
  378.     Width = 150
  379.     Height = 251
  380.     Caption = 'Select Character For'
  381.     ItemIndex = 0
  382.     Items.Strings = (
  383.       'Main'
  384.       'Time'
  385.       'Email'
  386.       'News'
  387.       'Weather'
  388.       'Reminders'
  389.       'Stocks'
  390.       'Jokes'
  391.       'Thoughts'
  392.       'Feel Good Messages'
  393.       'Send Instant Messages')
  394.     TabOrder = 16
  395.     OnClick = CharSelectClick
  396.   end
  397.   object AgentHideCk: TCheckBox
  398.     Left = 245
  399.     Top = 307
  400.     Width = 114
  401.     Height = 17
  402.     Caption = 'Hide When Idle for'
  403.     TabOrder = 17
  404.   end
  405.   object HideSecs: TSpinEdit
  406.     Left = 361
  407.     Top = 300
  408.     Width = 48
  409.     Height = 26
  410.     Font.Charset = DEFAULT_CHARSET
  411.     Font.Color = clWindowText
  412.     Font.Height = -15
  413.     Font.Name = 'MS Sans Serif'
  414.     Font.Style = []
  415.     MaxValue = 300
  416.     MinValue = 1
  417.     ParentFont = False
  418.     TabOrder = 18
  419.     Value = 5
  420.   end
  421.   object MultiCharCk: TCheckBox
  422.     Left = 15
  423.     Top = 12
  424.     Width = 145
  425.     Height = 17
  426.     Caption = 'Use Multiple Characters'
  427.     TabOrder = 19
  428.     OnClick = MultiCharCkClick
  429.   end
  430.   object TTshelp: TButton
  431.     Left = 349
  432.     Top = 334
  433.     Width = 59
  434.     Height = 19
  435.     Caption = 'Help'
  436.     TabOrder = 20
  437.     OnClick = TTshelpClick
  438.   end
  439.   object MediaPlayer1: TMediaPlayer
  440.     Left = 450
  441.     Top = 16
  442.     Width = 29
  443.     Height = 30
  444.     ColoredButtons = []
  445.     VisibleButtons = [btEject]
  446.     AutoOpen = True
  447.     DeviceType = dtSequencer
  448.     Visible = False
  449.     TabOrder = 21
  450.     OnNotify = MediaPlayer1Notify
  451.   end
  452.   object SpeechRecBtn: TButton
  453.     Left = 23
  454.     Top = 335
  455.     Width = 127
  456.     Height = 22
  457.     Caption = 'Speech Recognition'
  458.     TabOrder = 22
  459.   end
  460.   object BackMusicVol: TTrackBar
  461.     Left = 253
  462.     Top = 336
  463.     Width = 73
  464.     Height = 17
  465.     Max = 50000
  466.     Min = 1
  467.     Orientation = trHorizontal
  468.     PageSize = 1
  469.     Frequency = 1
  470.     Position = 25000
  471.     SelEnd = 0
  472.     SelStart = 0
  473.     TabOrder = 23
  474.     ThumbLength = 15
  475.     TickMarks = tmBoth
  476.     TickStyle = tsNone
  477.     OnChange = BackMusicVolChange
  478.   end
  479.   object AnimationList: TListBox
  480.     Left = 339
  481.     Top = 110
  482.     Width = 136
  483.     Height = 79
  484.     Hint = 'Double click animation to try'
  485.     Color = 8454143
  486.     ItemHeight = 13
  487.     ParentShowHint = False
  488.     ShowHint = True
  489.     Sorted = True
  490.     TabOrder = 24
  491.     OnDblClick = AnimationListDblClick
  492.   end
  493.   object OpenDialog1: TOpenDialog
  494.     Left = 127
  495.     Top = 73
  496.   end
  497. end
  498.