home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 / Chip_Hitware_Vol_07.iso / chiphit7 / online / 95webpc / wpc.exe / 0 / RCDATA / TEMBED / TEMBED.txt
Encoding:
Text File  |  1996-11-25  |  5.3 KB  |  247 lines

  1. object Embed: TEmbed
  2.   Left = 223
  3.   Top = 100
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Sound'
  7.   ClientHeight = 416
  8.   ClientWidth = 513
  9.   Font.Color = clWindowText
  10.   Font.Height = -17
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 120
  16.   TextHeight = 20
  17.   object TabbedNotebook1: TTabbedNotebook
  18.     Left = 0
  19.     Top = 0
  20.     Width = 513
  21.     Height = 369
  22.     Align = alTop
  23.     TabFont.Color = clBtnText
  24.     TabFont.Height = -13
  25.     TabFont.Name = 'MS Sans Serif'
  26.     TabFont.Style = []
  27.     TabOrder = 0
  28.     object TTabPage
  29.       Left = 4
  30.       Top = 31
  31.       Caption = 'Source'
  32.       object Label1: TLabel
  33.         Left = 13
  34.         Top = 122
  35.         Width = 277
  36.         Height = 47
  37.         AutoSize = False
  38.         Caption = 'The control to use (none will play the sound in the background)'
  39.         WordWrap = True
  40.       end
  41.       object Label2: TLabel
  42.         Left = 13
  43.         Top = 175
  44.         Width = 277
  45.         Height = 47
  46.         AutoSize = False
  47.         Caption = 'Start the sound when the web page is loaded'
  48.         WordWrap = True
  49.       end
  50.       object Label3: TLabel
  51.         Left = 13
  52.         Top = 229
  53.         Width = 277
  54.         Height = 47
  55.         AutoSize = False
  56.         Caption = 'Number of times to loop the sound (-1 will loop indefinately)'
  57.         WordWrap = True
  58.       end
  59.       object Label4: TLabel
  60.         Left = 13
  61.         Top = 290
  62.         Width = 277
  63.         Height = 31
  64.         AutoSize = False
  65.         Caption = 'Volume of the sound (0 to 100)'
  66.         WordWrap = True
  67.       end
  68.       object GroupBox1: TGroupBox
  69.         Left = 0
  70.         Top = 8
  71.         Width = 503
  72.         Height = 97
  73.         Caption = 'URL of the sound file'
  74.         TabOrder = 0
  75.         object Edit1: TEdit
  76.           Left = 12
  77.           Top = 28
  78.           Width = 381
  79.           Height = 28
  80.           TabOrder = 0
  81.         end
  82.         object Button1: TButton
  83.           Left = 400
  84.           Top = 26
  85.           Width = 81
  86.           Height = 33
  87.           Caption = 'Browse'
  88.           TabOrder = 1
  89.           OnClick = Button1Click
  90.         end
  91.         object CheckBox1: TCheckBox
  92.           Left = 160
  93.           Top = 68
  94.           Width = 177
  95.           Height = 21
  96.           Caption = 'Include Path To File'
  97.           TabOrder = 2
  98.         end
  99.       end
  100.       object ComboBox1: TComboBox
  101.         Left = 301
  102.         Top = 131
  103.         Width = 189
  104.         Height = 28
  105.         Style = csDropDownList
  106.         ItemHeight = 20
  107.         Items.Strings = (
  108.           'None'
  109.           'Console'
  110.           'Small Console')
  111.         TabOrder = 1
  112.       end
  113.       object ComboBox2: TComboBox
  114.         Left = 301
  115.         Top = 184
  116.         Width = 189
  117.         Height = 28
  118.         Style = csDropDownList
  119.         ItemHeight = 20
  120.         Items.Strings = (
  121.           'True'
  122.           'False')
  123.         TabOrder = 2
  124.       end
  125.       object SpinEdit1: TSpinEdit
  126.         Left = 301
  127.         Top = 237
  128.         Width = 73
  129.         Height = 31
  130.         MaxLength = 3
  131.         MaxValue = 100
  132.         MinValue = -1
  133.         TabOrder = 3
  134.         Value = -1
  135.       end
  136.       object SpinEdit2: TSpinEdit
  137.         Left = 301
  138.         Top = 290
  139.         Width = 73
  140.         Height = 31
  141.         MaxLength = 3
  142.         MaxValue = 100
  143.         MinValue = 0
  144.         TabOrder = 4
  145.         Value = 0
  146.       end
  147.     end
  148.     object TTabPage
  149.       Left = 4
  150.       Top = 31
  151.       Caption = 'Appearance'
  152.       object Label5: TLabel
  153.         Left = 16
  154.         Top = 33
  155.         Width = 236
  156.         Height = 45
  157.         AutoSize = False
  158.         Caption = 'Width of the sound control in pixels'
  159.         WordWrap = True
  160.       end
  161.       object Label6: TLabel
  162.         Left = 16
  163.         Top = 111
  164.         Width = 236
  165.         Height = 45
  166.         AutoSize = False
  167.         Caption = 'Height of the sound control in pixels'
  168.         WordWrap = True
  169.       end
  170.       object Label7: TLabel
  171.         Left = 16
  172.         Top = 187
  173.         Width = 236
  174.         Height = 45
  175.         AutoSize = False
  176.         Caption = 'How surrounding text should align with the sound control'
  177.       end
  178.       object SpinEdit3: TSpinEdit
  179.         Left = 305
  180.         Top = 40
  181.         Width = 73
  182.         Height = 31
  183.         MaxLength = 3
  184.         MaxValue = 0
  185.         MinValue = 0
  186.         TabOrder = 0
  187.         Value = 0
  188.       end
  189.       object SpinEdit4: TSpinEdit
  190.         Left = 305
  191.         Top = 118
  192.         Width = 73
  193.         Height = 31
  194.         MaxLength = 3
  195.         MaxValue = 0
  196.         MinValue = 0
  197.         TabOrder = 1
  198.         Value = 0
  199.       end
  200.       object ComboBox3: TComboBox
  201.         Left = 305
  202.         Top = 195
  203.         Width = 189
  204.         Height = 28
  205.         Style = csDropDownList
  206.         ItemHeight = 20
  207.         Items.Strings = (
  208.           'None'
  209.           'Top'
  210.           'Bottom'
  211.           'Center'
  212.           'Baseline'
  213.           'Left'
  214.           'Right'
  215.           'Text Top'
  216.           'Middle'
  217.           'Abs Middle'
  218.           'Abs Bottom')
  219.         TabOrder = 2
  220.       end
  221.     end
  222.   end
  223.   object BitBtn1: TBitBtn
  224.     Left = 126
  225.     Top = 376
  226.     Width = 89
  227.     Height = 33
  228.     TabOrder = 1
  229.     OnClick = BitBtn1Click
  230.     Kind = bkOK
  231.   end
  232.   object BitBtn2: TBitBtn
  233.     Left = 298
  234.     Top = 376
  235.     Width = 89
  236.     Height = 33
  237.     TabOrder = 2
  238.     Kind = bkCancel
  239.   end
  240.   object OpenDialog1: TOpenDialog
  241.     FileEditStyle = fsEdit
  242.     Filter = 'Sound Files (MIDI, WAV)|*.MID;*.WAV'
  243.     Left = 484
  244.     Top = 384
  245.   end
  246. end
  247.