home *** CD-ROM | disk | FTP | other *** search
/ WinFiles.com / InfoMagic-WinFilesDotCom-June1998-Disc2of3-DAMAGED_DISC.iso / sound-mod / iModwy.exe / Modwy.exe / 0 / RCDATA / TAPPLIF / TAPPLIF.txt
Text File  |  1998-05-17  |  9KB  |  436 lines

  1. object AppliF: TAppliF
  2.   Left = 199
  3.   Top = 110
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsSingle
  8.   Caption = 'Modwy'
  9.   ClientHeight = 177
  10.   ClientWidth = 465
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Menu = MainMenu1
  17.   OnClose = FormClose
  18.   OnCloseQuery = FormCloseQuery
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel3: TBevel
  23.     Left = 8
  24.     Top = 0
  25.     Width = 449
  26.     Height = 41
  27.     Shape = bsFrame
  28.   end
  29.   object Bevel2: TBevel
  30.     Left = 8
  31.     Top = 48
  32.     Width = 193
  33.     Height = 73
  34.     Shape = bsFrame
  35.   end
  36.   object Bevel1: TBevel
  37.     Left = 8
  38.     Top = 128
  39.     Width = 281
  40.     Height = 41
  41.     Shape = bsFrame
  42.   end
  43.   object LTemps: TLabel
  44.     Left = 16
  45.     Top = 54
  46.     Width = 122
  47.     Height = 28
  48.     Hint = 'Comptage/D∩┐╜comptage'
  49.     Alignment = taCenter
  50.     AutoSize = False
  51.     Caption = '--:--'
  52.     Color = clBlack
  53.     Font.Charset = ANSI_CHARSET
  54.     Font.Color = clAqua
  55.     Font.Height = -24
  56.     Font.Name = 'Arial'
  57.     Font.Style = []
  58.     ParentColor = False
  59.     ParentFont = False
  60.     ParentShowHint = False
  61.     ShowHint = True
  62.     OnClick = LTempsClick
  63.   end
  64.   object SbPause: TSpeedButton
  65.     Left = 48
  66.     Top = 136
  67.     Width = 25
  68.     Height = 25
  69.     Hint = 'Pause'
  70.     AllowAllUp = True
  71.     GroupIndex = 2
  72.     Caption = '| |'
  73.     Font.Charset = ANSI_CHARSET
  74.     Font.Color = clBlack
  75.     Font.Height = -11
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = [fsBold]
  78.     ParentFont = False
  79.     ParentShowHint = False
  80.     ShowHint = True
  81.     OnClick = SbPauseClick
  82.   end
  83.   object SbRewind: TSpeedButton
  84.     Left = 80
  85.     Top = 136
  86.     Width = 25
  87.     Height = 25
  88.     Hint = 'Fichier pr∩┐╜c∩┐╜dent'
  89.     Caption = '|<<'
  90.     Font.Charset = ANSI_CHARSET
  91.     Font.Color = clBlack
  92.     Font.Height = -11
  93.     Font.Name = 'MS Sans Serif'
  94.     Font.Style = [fsBold]
  95.     ParentFont = False
  96.     ParentShowHint = False
  97.     ShowHint = True
  98.     OnClick = SbRewindClick
  99.   end
  100.   object SbRetour: TSpeedButton
  101.     Left = 112
  102.     Top = 136
  103.     Width = 25
  104.     Height = 25
  105.     Hint = 'Retour rapide'
  106.     Caption = '<<'
  107.     Font.Charset = ANSI_CHARSET
  108.     Font.Color = clBlack
  109.     Font.Height = -11
  110.     Font.Name = 'MS Sans Serif'
  111.     Font.Style = [fsBold]
  112.     ParentFont = False
  113.     ParentShowHint = False
  114.     ShowHint = True
  115.     OnMouseDown = SbRetourMouseDown
  116.     OnMouseUp = SbRetourMouseUp
  117.   end
  118.   object SbAvance: TSpeedButton
  119.     Left = 144
  120.     Top = 136
  121.     Width = 25
  122.     Height = 25
  123.     Hint = 'Avance rapide'
  124.     Caption = '>>'
  125.     Font.Charset = ANSI_CHARSET
  126.     Font.Color = clBlack
  127.     Font.Height = -11
  128.     Font.Name = 'MS Sans Serif'
  129.     Font.Style = [fsBold]
  130.     ParentFont = False
  131.     ParentShowHint = False
  132.     ShowHint = True
  133.     OnMouseDown = SbAvanceMouseDown
  134.     OnMouseUp = SbAvanceMouseUp
  135.   end
  136.   object SbSuivant: TSpeedButton
  137.     Left = 176
  138.     Top = 136
  139.     Width = 25
  140.     Height = 25
  141.     Hint = 'Fichier suivant'
  142.     Caption = '>>|'
  143.     Font.Charset = ANSI_CHARSET
  144.     Font.Color = clBlack
  145.     Font.Height = -11
  146.     Font.Name = 'MS Sans Serif'
  147.     Font.Style = [fsBold]
  148.     ParentFont = False
  149.     ParentShowHint = False
  150.     ShowHint = True
  151.     OnClick = SbSuivantClick
  152.   end
  153.   object SbInfos: TSpeedButton
  154.     Left = 232
  155.     Top = 136
  156.     Width = 49
  157.     Height = 25
  158.     Hint = 'Informations de l'#39'ent∩┐╜te du fichier'
  159.     Caption = 'Infos'
  160.     Font.Charset = ANSI_CHARSET
  161.     Font.Color = clBlack
  162.     Font.Height = -11
  163.     Font.Name = 'MS Sans Serif'
  164.     Font.Style = []
  165.     ParentFont = False
  166.     ParentShowHint = False
  167.     ShowHint = True
  168.     OnClick = SbInfosClick
  169.   end
  170.   object LTitre: TLabel
  171.     Left = 16
  172.     Top = 6
  173.     Width = 433
  174.     Height = 29
  175.     Hint = 'S∩┐╜lection directe d'#39'un fichier'
  176.     Alignment = taCenter
  177.     AutoSize = False
  178.     Color = clBlack
  179.     Font.Charset = ANSI_CHARSET
  180.     Font.Color = clAqua
  181.     Font.Height = -24
  182.     Font.Name = 'Arial'
  183.     Font.Style = []
  184.     ParentColor = False
  185.     ParentFont = False
  186.     ParentShowHint = False
  187.     ShowHint = True
  188.     OnClick = Aller1Click
  189.   end
  190.   object LdB: TLabel
  191.     Left = 208
  192.     Top = 75
  193.     Width = 57
  194.     Height = 19
  195.     Alignment = taCenter
  196.     AutoSize = False
  197.     Caption = '0dB'
  198.     Color = clBlack
  199.     Font.Charset = ANSI_CHARSET
  200.     Font.Color = clAqua
  201.     Font.Height = -16
  202.     Font.Name = 'Arial'
  203.     Font.Style = [fsBold]
  204.     ParentColor = False
  205.     ParentFont = False
  206.   end
  207.   object Label1: TLabel
  208.     Left = 216
  209.     Top = 96
  210.     Width = 40
  211.     Height = 13
  212.     Caption = 'Pr∩┐╜ampli'
  213.   end
  214.   object Bevel4: TBevel
  215.     Left = 312
  216.     Top = 48
  217.     Width = 145
  218.     Height = 121
  219.     Shape = bsFrame
  220.   end
  221.   object SbMarche: TSpeedButton
  222.     Left = 16
  223.     Top = 136
  224.     Width = 25
  225.     Height = 25
  226.     Hint = 'Marche/Arret'
  227.     AllowAllUp = True
  228.     GroupIndex = 1
  229.     Caption = '>'
  230.     Font.Charset = ANSI_CHARSET
  231.     Font.Color = clBlack
  232.     Font.Height = -11
  233.     Font.Name = 'MS Sans Serif'
  234.     Font.Style = [fsBold]
  235.     ParentFont = False
  236.     ParentShowHint = False
  237.     ShowHint = True
  238.     OnClick = SbMarcheClick
  239.   end
  240.   object NbFichier: TLabel
  241.     Left = 16
  242.     Top = 87
  243.     Width = 122
  244.     Height = 27
  245.     Alignment = taCenter
  246.     AutoSize = False
  247.     Caption = '0 sur 0'
  248.     Color = clBlack
  249.     Font.Charset = ANSI_CHARSET
  250.     Font.Color = clAqua
  251.     Font.Height = -21
  252.     Font.Name = 'Arial'
  253.     Font.Style = []
  254.     ParentColor = False
  255.     ParentFont = False
  256.   end
  257.   object Label2: TLabel
  258.     Left = 146
  259.     Top = 61
  260.     Width = 32
  261.     Height = 13
  262.     Caption = 'Temps'
  263.   end
  264.   object Label3: TLabel
  265.     Left = 146
  266.     Top = 94
  267.     Width = 31
  268.     Height = 13
  269.     Caption = 'Fichier'
  270.   end
  271.   object CbBoucle: TCheckBox
  272.     Left = 328
  273.     Top = 64
  274.     Width = 121
  275.     Height = 17
  276.     Caption = 'Boucles autoris∩┐╜es'
  277.     TabOrder = 0
  278.     OnClick = CbBoucleClick
  279.   end
  280.   object CbRepet: TCheckBox
  281.     Left = 328
  282.     Top = 88
  283.     Width = 121
  284.     Height = 17
  285.     Caption = 'R∩┐╜p∩┐╜tition'
  286.     TabOrder = 1
  287.     OnClick = CbRepetClick
  288.   end
  289.   object CbCasque: TCheckBox
  290.     Left = 328
  291.     Top = 112
  292.     Width = 121
  293.     Height = 17
  294.     Caption = 'Casque'
  295.     TabOrder = 2
  296.     OnClick = CbCasqueClick
  297.   end
  298.   object SpdB: TUpDown
  299.     Left = 272
  300.     Top = 72
  301.     Width = 16
  302.     Height = 24
  303.     Min = -12
  304.     Max = 12
  305.     Position = 0
  306.     TabOrder = 3
  307.     Wrap = False
  308.     OnClick = SpdBClick
  309.     OnMouseUp = SpdBMouseUp
  310.   end
  311.   object CbTemps: TCheckBox
  312.     Left = 328
  313.     Top = 136
  314.     Width = 121
  315.     Height = 17
  316.     Caption = 'D∩┐╜comptage'
  317.     TabOrder = 4
  318.     OnClick = CbTempsClick
  319.   end
  320.   object MainMenu1: TMainMenu
  321.     Left = 424
  322.     Top = 64
  323.     object FileMenu: TMenuItem
  324.       Caption = 'Fichier'
  325.       ShortCut = 0
  326.       object Ouvrir1: TMenuItem
  327.         Caption = 'Ouvrir'
  328.         ShortCut = 0
  329.         OnClick = Ouvrir1Click
  330.       end
  331.       object Aller1: TMenuItem
  332.         Caption = 'S∩┐╜lection d'#39'un fichier'
  333.         Enabled = False
  334.         ShortCut = 0
  335.         OnClick = Aller1Click
  336.       end
  337.       object N2: TMenuItem
  338.         Caption = '-'
  339.         ShortCut = 0
  340.       end
  341.       object Fermer1: TMenuItem
  342.         Caption = 'Enlever le fichier'
  343.         Enabled = False
  344.         ShortCut = 0
  345.         OnClick = Fermer1Click
  346.       end
  347.       object Fermerlaliste1: TMenuItem
  348.         Caption = 'Vider la liste'
  349.         Enabled = False
  350.         ShortCut = 0
  351.         OnClick = Fermerlaliste1Click
  352.       end
  353.       object N5: TMenuItem
  354.         Caption = '-'
  355.         ShortCut = 0
  356.       end
  357.       object Enregistrer1: TMenuItem
  358.         Caption = 'Enregistrer la liste'
  359.         Enabled = False
  360.         ShortCut = 0
  361.         OnClick = Enregistrer1Click
  362.       end
  363.       object N3: TMenuItem
  364.         Caption = '-'
  365.         ShortCut = 0
  366.       end
  367.       object Quitter1: TMenuItem
  368.         Caption = 'Quitter'
  369.         ShortCut = 0
  370.         OnClick = Quitter1Click
  371.       end
  372.     end
  373.     object SetupMenu: TMenuItem
  374.       Caption = 'Configuration'
  375.       ShortCut = 0
  376.       object Priorit1: TMenuItem
  377.         Caption = 'Priorit∩┐╜'
  378.         ShortCut = 0
  379.         OnClick = Priorit1Click
  380.       end
  381.       object CarteSon1: TMenuItem
  382.         Caption = 'Carte Son'
  383.         ShortCut = 0
  384.         OnClick = CarteSon1Click
  385.       end
  386.       object Langue1: TMenuItem
  387.         Caption = 'Langage'
  388.         ShortCut = 0
  389.         OnClick = Langue1Click
  390.       end
  391.     end
  392.     object HelpMenu: TMenuItem
  393.       Caption = '?'
  394.       ShortCut = 0
  395.       object Sommaire1: TMenuItem
  396.         Caption = 'Sommaire'
  397.         ShortCut = 0
  398.       end
  399.       object N4: TMenuItem
  400.         Caption = '-'
  401.         ShortCut = 0
  402.       end
  403.       object Apropos1: TMenuItem
  404.         Caption = 'A propos'
  405.         ShortCut = 0
  406.         OnClick = Apropos1Click
  407.       end
  408.     end
  409.   end
  410.   object Timer1: TTimer
  411.     Enabled = False
  412.     Interval = 100
  413.     OnTimer = Timer1Timer
  414.     Left = 424
  415.     Top = 96
  416.   end
  417.   object OpenDialog1: TOpenDialog
  418.     FileEditStyle = fsEdit
  419.     Filter = 
  420.       'Modules (*.mod;*.s3m)|*.mod;*.s3m|Listes de fichiers (*.lty)|*.l' +
  421.       'ty'
  422.     Options = [ofReadOnly, ofHideReadOnly, ofAllowMultiSelect, ofPathMustExist]
  423.     Left = 424
  424.     Top = 128
  425.   end
  426.   object SaveDialog1: TSaveDialog
  427.     DefaultExt = 'lty'
  428.     FileEditStyle = fsEdit
  429.     Filter = 'Liste de fichiers (*.lty)|*.lty'
  430.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofNoReadOnlyReturn]
  431.     Title = 'Enregistrer la liste'
  432.     Left = 392
  433.     Top = 128
  434.   end
  435. end
  436.