home *** CD-ROM | disk | FTP | other *** search
/ Vrtulník 3 / Vrtulnik-3.bin / zvuk / wavmak24 / _setup.1 / WMWIN.EXE / 0 / RCDATA / TBANDDLG / TBANDDLG.txt
Text File  |  1996-11-11  |  8KB  |  266 lines

  1. object bandDlg: TbandDlg
  2.   Left = 121
  3.   Top = 230
  4.   ActiveControl = centerEdit
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Band pass filter'
  8.   ClientHeight = 174
  9.   ClientWidth = 319
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 305
  22.     Height = 85
  23.     Shape = bsFrame
  24.     IsControl = True
  25.   end
  26.   object Label1: TLabel
  27.     Left = 16
  28.     Top = 16
  29.     Width = 65
  30.     Height = 13
  31.     Caption = 'Center (Hz)'
  32.   end
  33.   object Label2: TLabel
  34.     Left = 16
  35.     Top = 40
  36.     Width = 61
  37.     Height = 13
  38.     Caption = 'Width (Hz)'
  39.   end
  40.   object Label3: TLabel
  41.     Left = 16
  42.     Top = 64
  43.     Width = 73
  44.     Height = 13
  45.     Caption = 'Amplification'
  46.   end
  47.   object fromFile: TLabel
  48.     Left = 16
  49.     Top = 88
  50.     Width = 45
  51.     Height = 13
  52.     Caption = 'fromFile'
  53.     Visible = False
  54.   end
  55.   object toFile: TLabel
  56.     Left = 72
  57.     Top = 88
  58.     Width = 32
  59.     Height = 13
  60.     Caption = 'toFile'
  61.     Visible = False
  62.   end
  63.   object Bevel2: TBevel
  64.     Left = 8
  65.     Top = 96
  66.     Width = 305
  67.     Height = 33
  68.   end
  69.   object gauge: TGauge
  70.     Left = 16
  71.     Top = 104
  72.     Width = 289
  73.     Height = 17
  74.     ForeColor = clLime
  75.     Progress = 0
  76.   end
  77.   object CancelBtn: TBitBtn
  78.     Left = 124
  79.     Top = 140
  80.     Width = 77
  81.     Height = 27
  82.     Cursor = crArrow
  83.     Cancel = True
  84.     Caption = 'Cancel'
  85.     ModalResult = 2
  86.     TabOrder = 0
  87.     OnClick = CancelBtnClick
  88.     Glyph.Data = {
  89.       DE010000424DDE01000000000000760000002800000024000000120000000100
  90.       0400000000006801000000000000000000000000000000000000000000000000
  91.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  92.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  93.       333333333333333333333333000033337733333333333333333F333333333333
  94.       0000333911733333973333333377F333333F3333000033391117333911733333
  95.       37F37F333F77F33300003339111173911117333337F337F3F7337F3300003333
  96.       911117111117333337F3337F733337F3000033333911111111733333337F3337
  97.       3333F7330000333333911111173333333337F333333F73330000333333311111
  98.       7333333333337F3333373333000033333339111173333333333337F333733333
  99.       00003333339111117333333333333733337F3333000033333911171117333333
  100.       33337333337F333300003333911173911173333333373337F337F33300003333
  101.       9117333911173333337F33737F337F33000033333913333391113333337FF733
  102.       37F337F300003333333333333919333333377333337FFF730000333333333333
  103.       3333333333333333333777330000333333333333333333333333333333333333
  104.       0000}
  105.     Margin = 2
  106.     NumGlyphs = 2
  107.     Spacing = -1
  108.     IsControl = True
  109.   end
  110.   object HelpBtn: TBitBtn
  111.     Left = 208
  112.     Top = 140
  113.     Width = 77
  114.     Height = 27
  115.     TabOrder = 1
  116.     OnClick = HelpBtnClick
  117.     Kind = bkHelp
  118.     Margin = 2
  119.     Spacing = -1
  120.     IsControl = True
  121.   end
  122.   object centerEdit: TEdit
  123.     Left = 96
  124.     Top = 16
  125.     Width = 190
  126.     Height = 21
  127.     TabOrder = 2
  128.     Text = 'centerEdit'
  129.     OnClick = centerEditExit
  130.     OnEnter = centerEditEnter
  131.     OnExit = centerEditExit
  132.     OnKeyPress = centerEditKeyPress
  133.   end
  134.   object widthEdit: TEdit
  135.     Left = 96
  136.     Top = 40
  137.     Width = 190
  138.     Height = 21
  139.     TabOrder = 4
  140.     Text = 'widthEdit'
  141.     OnClick = widthEditExit
  142.     OnEnter = widthEditEnter
  143.     OnExit = widthEditExit
  144.     OnKeyPress = widthEditKeyPress
  145.   end
  146.   object ampEdit: TEdit
  147.     Left = 96
  148.     Top = 64
  149.     Width = 190
  150.     Height = 21
  151.     TabOrder = 6
  152.     Text = 'ampEdit'
  153.     OnClick = ampEditExit
  154.     OnEnter = ampEditEnter
  155.     OnExit = ampEditExit
  156.     OnKeyPress = ampEditKeyPress
  157.   end
  158.   object centerSpin: TSpinButton
  159.     Left = 285
  160.     Top = 17
  161.     Width = 20
  162.     Height = 19
  163.     DownGlyph.Data = {
  164.       A6000000424DA600000000000000760000002800000009000000060000000100
  165.       0400000000003000000000000000000000000000000000000000000000000000
  166.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  167.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  168.       0000333303333000000033300033300000003300000330000000300000003000
  169.       00003333333330000000}
  170.     TabOrder = 3
  171.     UpGlyph.Data = {
  172.       A6000000424DA600000000000000760000002800000009000000060000000100
  173.       0400000000003000000000000000000000000000000000000000000000000000
  174.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  175.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  176.       0000300000003000000033000003300000003330003330000000333303333000
  177.       00003333333330000000}
  178.     OnDownClick = centerSpinDownClick
  179.     OnUpClick = centerSpinUpClick
  180.   end
  181.   object widthSpin: TSpinButton
  182.     Left = 285
  183.     Top = 41
  184.     Width = 20
  185.     Height = 19
  186.     DownGlyph.Data = {
  187.       A6000000424DA600000000000000760000002800000009000000060000000100
  188.       0400000000003000000000000000000000000000000000000000000000000000
  189.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  190.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  191.       0000333303333000000033300033300000003300000330000000300000003000
  192.       00003333333330000000}
  193.     TabOrder = 5
  194.     UpGlyph.Data = {
  195.       A6000000424DA600000000000000760000002800000009000000060000000100
  196.       0400000000003000000000000000000000000000000000000000000000000000
  197.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  198.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  199.       0000300000003000000033000003300000003330003330000000333303333000
  200.       00003333333330000000}
  201.     OnDownClick = widthSpinDownClick
  202.     OnUpClick = widthSpinUpClick
  203.   end
  204.   object ampSpin: TSpinButton
  205.     Left = 285
  206.     Top = 65
  207.     Width = 20
  208.     Height = 19
  209.     DownGlyph.Data = {
  210.       A6000000424DA600000000000000760000002800000009000000060000000100
  211.       0400000000003000000000000000000000000000000000000000000000000000
  212.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  213.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  214.       0000333303333000000033300033300000003300000330000000300000003000
  215.       00003333333330000000}
  216.     TabOrder = 7
  217.     UpGlyph.Data = {
  218.       A6000000424DA600000000000000760000002800000009000000060000000100
  219.       0400000000003000000000000000000000000000000000000000000000000000
  220.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  221.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  222.       0000300000003000000033000003300000003330003330000000333303333000
  223.       00003333333330000000}
  224.     OnDownClick = ampSpinDownClick
  225.     OnUpClick = ampSpinUpClick
  226.   end
  227.   object OKBtn: TBitBtn
  228.     Left = 40
  229.     Top = 140
  230.     Width = 77
  231.     Height = 27
  232.     Caption = 'OK'
  233.     ModalResult = 1
  234.     TabOrder = 8
  235.     OnClick = OKBtnClick
  236.     Glyph.Data = {
  237.       DE010000424DDE01000000000000760000002800000024000000120000000100
  238.       0400000000006801000000000000000000000000000000000000000000000000
  239.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  240.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  241.       3333333333333333333333330000333333333333333333333333F33333333333
  242.       00003333344333333333333333377F3333333333000033334224333333333333
  243.       337337F3333333330000333422224333333333333733337F3333333300003342
  244.       222224333333333373333337F3333333000034222A22224333333337F337F333
  245.       7F33333300003222A3A2224333333337F3737F337F33333300003A2A333A2224
  246.       33333337F73337F337F33333000033A33333A222433333337333337F337F3333
  247.       0000333333333A222433333333333337F337F33300003333333333A222433333
  248.       333333337F337F33000033333333333A222433333333333337F337F300003333
  249.       33333333A222433333333333337F337F00003333333333333A22433333333333
  250.       3337F37F000033333333333333A223333333333333337F730000333333333333
  251.       333A333333333333333337330000333333333333333333333333333333333333
  252.       0000}
  253.     Margin = 2
  254.     NumGlyphs = 2
  255.     Spacing = -1
  256.     IsControl = True
  257.   end
  258.   object timer: TTimer
  259.     Enabled = False
  260.     Interval = 500
  261.     OnTimer = timerTimer
  262.     Left = 296
  263.     Top = 136
  264.   end
  265. end
  266.