home *** CD-ROM | disk | FTP | other *** search
/ Freelog 34 / Freelog034.iso / Bas / Internet / Netedit / _SETUP.1 / netedit.exe / 0 / RCDATA / TCHSON / TCHSON.txt
Encoding:
Text File  |  2002-01-17  |  5.7 KB  |  247 lines

  1. object chson: Tchson
  2.   Left = 258
  3.   Top = 83
  4.   ActiveControl = OKBtn
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Son en boucle ; balise BGSOUND'
  8.   ClientHeight = 234
  9.   ClientWidth = 445
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clBlack
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = [fsBold]
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 345
  25.     Height = 217
  26.     Shape = bsFrame
  27.     IsControl = True
  28.   end
  29.   object Label1: TLabel
  30.     Left = 184
  31.     Top = 32
  32.     Width = 128
  33.     Height = 13
  34.     Caption = 'G:\Developpement\netedit'
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clBlack
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.   end
  42.   object Label2: TLabel
  43.     Left = 184
  44.     Top = 16
  45.     Width = 52
  46.     Height = 13
  47.     Caption = 'R∩┐╜pertoire:'
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clBlack
  50.     Font.Height = -11
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = []
  53.     ParentFont = False
  54.   end
  55.   object Label3: TLabel
  56.     Left = 24
  57.     Top = 200
  58.     Width = 104
  59.     Height = 13
  60.     Hint = 'laisser vide pour un nombre infini'
  61.     Caption = 'Nombre de boucle(s) :'
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clBlack
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = []
  67.     ParentFont = False
  68.   end
  69.   object OKBtn: TBitBtn
  70.     Left = 364
  71.     Top = 8
  72.     Width = 77
  73.     Height = 27
  74.     Font.Charset = DEFAULT_CHARSET
  75.     Font.Color = clBlack
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = []
  79.     ParentFont = False
  80.     TabOrder = 7
  81.     Kind = bkOK
  82.     Margin = 2
  83.     Spacing = -1
  84.     IsControl = True
  85.   end
  86.   object CancelBtn: TBitBtn
  87.     Left = 364
  88.     Top = 40
  89.     Width = 77
  90.     Height = 27
  91.     Font.Charset = DEFAULT_CHARSET
  92.     Font.Color = clBlack
  93.     Font.Height = -11
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = []
  96.     ParentFont = False
  97.     TabOrder = 8
  98.     Kind = bkCancel
  99.     Margin = 2
  100.     Spacing = -1
  101.     IsControl = True
  102.   end
  103.   object DriveComboBox1: TDriveComboBox
  104.     Left = 184
  105.     Top = 160
  106.     Width = 161
  107.     Height = 19
  108.     DirList = DirectoryListBox1
  109.     Font.Charset = DEFAULT_CHARSET
  110.     Font.Color = clBlack
  111.     Font.Height = -11
  112.     Font.Name = 'MS Sans Serif'
  113.     Font.Style = []
  114.     ParentFont = False
  115.     TabOrder = 4
  116.   end
  117.   object DirectoryListBox1: TDirectoryListBox
  118.     Left = 184
  119.     Top = 56
  120.     Width = 161
  121.     Height = 97
  122.     DirLabel = Label1
  123.     FileList = FileListBox1
  124.     Font.Charset = DEFAULT_CHARSET
  125.     Font.Color = clBlack
  126.     Font.Height = -11
  127.     Font.Name = 'MS Sans Serif'
  128.     Font.Style = []
  129.     ItemHeight = 16
  130.     ParentFont = False
  131.     TabOrder = 3
  132.   end
  133.   object FileListBox1: TFileListBox
  134.     Left = 24
  135.     Top = 56
  136.     Width = 145
  137.     Height = 97
  138.     FileEdit = Edit1
  139.     Font.Charset = DEFAULT_CHARSET
  140.     Font.Color = clBlack
  141.     Font.Height = -11
  142.     Font.Name = 'MS Sans Serif'
  143.     Font.Style = []
  144.     ItemHeight = 13
  145.     Mask = '*.wav;*.mid'
  146.     ParentFont = False
  147.     TabOrder = 1
  148.     OnChange = FileListBox1Change
  149.     OnDblClick = FileListBox1DblClick
  150.   end
  151.   object FilterComboBox1: TFilterComboBox
  152.     Left = 24
  153.     Top = 160
  154.     Width = 145
  155.     Height = 21
  156.     FileList = FileListBox1
  157.     Filter = 
  158.       'Fichiers sons (*.wav,*.mid)|*.wav;*.mid|Tous les fichiers(*.*)|*' +
  159.       '.*'
  160.     Font.Charset = DEFAULT_CHARSET
  161.     Font.Color = clBlack
  162.     Font.Height = -11
  163.     Font.Name = 'MS Sans Serif'
  164.     Font.Style = []
  165.     ParentFont = False
  166.     TabOrder = 2
  167.   end
  168.   object Edit1: TEdit
  169.     Left = 24
  170.     Top = 24
  171.     Width = 145
  172.     Height = 21
  173.     Font.Charset = DEFAULT_CHARSET
  174.     Font.Color = clBlack
  175.     Font.Height = -11
  176.     Font.Name = 'MS Sans Serif'
  177.     Font.Style = []
  178.     ParentFont = False
  179.     TabOrder = 0
  180.     Text = '*.wav;*.mid'
  181.   end
  182.   object Edit2: TEdit
  183.     Left = 144
  184.     Top = 192
  185.     Width = 41
  186.     Height = 21
  187.     Hint = '0 si infini'
  188.     Font.Charset = DEFAULT_CHARSET
  189.     Font.Color = clBlack
  190.     Font.Height = -11
  191.     Font.Name = 'MS Sans Serif'
  192.     Font.Style = []
  193.     ParentFont = False
  194.     ParentShowHint = False
  195.     ShowHint = True
  196.     TabOrder = 5
  197.     Text = '1'
  198.   end
  199.   object BitBtn1: TBitBtn
  200.     Left = 200
  201.     Top = 184
  202.     Width = 145
  203.     Height = 33
  204.     Caption = 'Ecouter le fichier'
  205.     Font.Charset = DEFAULT_CHARSET
  206.     Font.Color = clBlack
  207.     Font.Height = -11
  208.     Font.Name = 'MS Sans Serif'
  209.     Font.Style = []
  210.     ParentFont = False
  211.     TabOrder = 6
  212.     OnClick = BitBtn1Click
  213.     Glyph.Data = {
  214.       76010000424D7601000000000000760000002800000020000000100000000100
  215.       04000000000000010000120B0000120B00001000000000000000000000000000
  216.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  217.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  218.       33333333333FFF3333F333333300033339333333337773F33733333330008033
  219.       933333333737F7F37333333307078733333933337337373F3337333077088803
  220.       33933337F37F337F3373333077088803393333F7337FF37F3733300777008803
  221.       9333377F33773F7F733307088808087333337F7F337F7F7F3FFF070777080873
  222.       99997F7F337F7F7F77770808880808733333737F337F737F3F33300888008803
  223.       93333773F377337F73F333308807880339333337F37F337F373F333088077803
  224.       339333373F73F37333733333087777333339333373F7F7F33F37333330807033
  225.       933333333737F73373F333333300033339333333337773333733}
  226.     NumGlyphs = 2
  227.   end
  228.   object BitBtn2: TBitBtn
  229.     Left = 364
  230.     Top = 72
  231.     Width = 77
  232.     Height = 27
  233.     Font.Charset = DEFAULT_CHARSET
  234.     Font.Color = clBlack
  235.     Font.Height = -11
  236.     Font.Name = 'MS Sans Serif'
  237.     Font.Style = []
  238.     ParentFont = False
  239.     TabOrder = 9
  240.     OnClick = BitBtn2Click
  241.     Kind = bkHelp
  242.     Margin = 2
  243.     Spacing = -1
  244.     IsControl = True
  245.   end
  246. end
  247.