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

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