home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Multimedia / waveflow / waveflow.exe / 0 / RCDATA / TDYNAMICEXPANDERFRM / TDYNAMICEXPANDERFRM.txt < prev   
Text File  |  2005-05-01  |  2KB  |  112 lines

  1. object DynamicExpanderfrm: TDynamicExpanderfrm
  2.   Left = 207
  3.   Top = 161
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dynamic expander'
  6.   ClientHeight = 173
  7.   ClientWidth = 281
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 9
  21.     Top = 40
  22.     Width = 263
  23.     Height = 81
  24.   end
  25.   object Label1: TLabel
  26.     Left = 24
  27.     Top = 52
  28.     Width = 92
  29.     Height = 13
  30.     Caption = '&Amplification factor:'
  31.     FocusControl = ScrollBar1
  32.   end
  33.   object Label2: TLabel
  34.     Left = 32
  35.     Top = 96
  36.     Width = 6
  37.     Height = 13
  38.     Caption = '0'
  39.   end
  40.   object Label3: TLabel
  41.     Left = 179
  42.     Top = 96
  43.     Width = 6
  44.     Height = 13
  45.     Caption = '2'
  46.   end
  47.   object Label4: TLabel
  48.     Left = 106
  49.     Top = 96
  50.     Width = 6
  51.     Height = 13
  52.     Caption = '1'
  53.   end
  54.   object Label5: TLabel
  55.     Left = 216
  56.     Top = 69
  57.     Width = 25
  58.     Height = 22
  59.     Caption = '1.0'
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clNavy
  62.     Font.Height = -19
  63.     Font.Name = 'Times New Roman'
  64.     Font.Style = [fsBold]
  65.     ParentFont = False
  66.   end
  67.   object Label6: TLabel
  68.     Left = 35
  69.     Top = 8
  70.     Width = 212
  71.     Height = 24
  72.     Caption = 'DYNAMIC EXPANDER'
  73.     Font.Charset = DEFAULT_CHARSET
  74.     Font.Color = clNavy
  75.     Font.Height = -19
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = [fsBold]
  78.     ParentFont = False
  79.   end
  80.   object ScrollBar1: TScrollBar
  81.     Left = 24
  82.     Top = 72
  83.     Width = 169
  84.     Height = 16
  85.     LargeChange = 5
  86.     Max = 200
  87.     PageSize = 0
  88.     Position = 100
  89.     TabOrder = 0
  90.     OnChange = ScrollBar1Change
  91.   end
  92.   object Button1: TButton
  93.     Left = 65
  94.     Top = 136
  95.     Width = 75
  96.     Height = 25
  97.     Caption = '&OK'
  98.     TabOrder = 1
  99.     OnClick = Button1Click
  100.   end
  101.   object Button2: TButton
  102.     Left = 140
  103.     Top = 136
  104.     Width = 75
  105.     Height = 25
  106.     Cancel = True
  107.     Caption = '&Cancel'
  108.     TabOrder = 2
  109.     OnClick = Button2Click
  110.   end
  111. end
  112.