home *** CD-ROM | disk | FTP | other *** search
/ Computer Panoráma / computer_panorama_1997-12-hibas.iso / SHARE / SOUND / DFC097.ZIP / Dfc.exe / 0 / RCDATA / TINSTRUMENTSETTINGS / TINSTRUMENTSETTINGS.txt
Text File  |  1997-09-27  |  4KB  |  189 lines

  1. object InstrumentSettings: TInstrumentSettings
  2.   Left = 204
  3.   Top = 111
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Instrument/Sample settings'
  7.   ClientHeight = 212
  8.   ClientWidth = 309
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 3
  19.     Top = 6
  20.     Width = 108
  21.     Height = 16
  22.     Caption = 'Instrument Name:'
  23.     Font.Color = clBlack
  24.     Font.Height = -13
  25.     Font.Name = 'Arial'
  26.     Font.Style = [fsBold, fsItalic]
  27.     ParentFont = False
  28.   end
  29.   object Label2: TLabel
  30.     Left = 3
  31.     Top = 63
  32.     Width = 167
  33.     Height = 16
  34.     Caption = 'Instrument/Sample Length:'
  35.     Font.Color = clBlack
  36.     Font.Height = -13
  37.     Font.Name = 'Arial'
  38.     Font.Style = [fsBold, fsItalic]
  39.     ParentFont = False
  40.   end
  41.   object Label3: TLabel
  42.     Left = 3
  43.     Top = 102
  44.     Width = 41
  45.     Height = 13
  46.     Caption = '0.05 sec'
  47.   end
  48.   object Label4: TLabel
  49.     Left = 267
  50.     Top = 102
  51.     Width = 38
  52.     Height = 13
  53.     Caption = '500 sec'
  54.   end
  55.   object Label5: TLabel
  56.     Left = 102
  57.     Top = 102
  58.     Width = 98
  59.     Height = 13
  60.     Alignment = taCenter
  61.     Caption = 'Length: 0.50000 sec'
  62.   end
  63.   object Label6: TLabel
  64.     Left = 264
  65.     Top = 30
  66.     Width = 42
  67.     Height = 13
  68.     Caption = '40 Chars'
  69.   end
  70.   object InstrName: TEdit
  71.     Left = 3
  72.     Top = 27
  73.     Width = 256
  74.     Height = 21
  75.     TabOrder = 0
  76.     Text = 'Default Sample Name'
  77.     OnChange = InstrNameChange
  78.   end
  79.   object ISLenSB: TScrollBar
  80.     Left = 3
  81.     Top = 84
  82.     Width = 301
  83.     Height = 14
  84.     LargeChange = 10
  85.     Max = 10000
  86.     Min = 1
  87.     Position = 10
  88.     TabOrder = 1
  89.     OnChange = ISLenSBChange
  90.   end
  91.   object ButtnPanel: TPanel
  92.     Left = 21
  93.     Top = 120
  94.     Width = 259
  95.     Height = 58
  96.     TabOrder = 2
  97.     object B025: TButton
  98.       Left = 6
  99.       Top = 6
  100.       Width = 37
  101.       Height = 19
  102.       Caption = '0.25'
  103.       TabOrder = 0
  104.       OnClick = B025Click
  105.     end
  106.     object B050: TButton
  107.       Left = 48
  108.       Top = 6
  109.       Width = 37
  110.       Height = 19
  111.       Caption = '0.50'
  112.       TabOrder = 1
  113.       OnClick = B050Click
  114.     end
  115.     object B100: TButton
  116.       Left = 90
  117.       Top = 6
  118.       Width = 37
  119.       Height = 19
  120.       Caption = '1.00'
  121.       TabOrder = 2
  122.       OnClick = B100Click
  123.     end
  124.     object B150: TButton
  125.       Left = 132
  126.       Top = 6
  127.       Width = 37
  128.       Height = 19
  129.       Caption = '1.50'
  130.       TabOrder = 3
  131.       OnClick = B150Click
  132.     end
  133.     object BGUS1: TButton
  134.       Left = 6
  135.       Top = 33
  136.       Width = 79
  137.       Height = 19
  138.       Caption = '0.74297'
  139.       TabOrder = 4
  140.       OnClick = BGUS1Click
  141.     end
  142.     object BGUS2: TButton
  143.       Left = 90
  144.       Top = 33
  145.       Width = 79
  146.       Height = 19
  147.       Caption = '1.48594'
  148.       TabOrder = 5
  149.       OnClick = BGUS2Click
  150.     end
  151.     object BGUS3: TButton
  152.       Left = 174
  153.       Top = 33
  154.       Width = 79
  155.       Height = 19
  156.       Caption = '2.97188'
  157.       TabOrder = 6
  158.       OnClick = BGUS3Click
  159.     end
  160.     object B200: TButton
  161.       Left = 174
  162.       Top = 6
  163.       Width = 37
  164.       Height = 19
  165.       Caption = '2.00'
  166.       TabOrder = 7
  167.       OnClick = B200Click
  168.     end
  169.     object B300: TButton
  170.       Left = 216
  171.       Top = 6
  172.       Width = 37
  173.       Height = 19
  174.       Caption = '3.00'
  175.       TabOrder = 8
  176.       OnClick = B300Click
  177.     end
  178.   end
  179.   object Done: TButton
  180.     Left = 102
  181.     Top = 183
  182.     Width = 99
  183.     Height = 25
  184.     Caption = 'Done'
  185.     TabOrder = 3
  186.     OnClick = DoneClick
  187.   end
  188. end
  189.