home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd1.bin / Software / Vyzkuste / Waveflow / Waveflow.exe / 0 / RCDATA / TFORM18 / TFORM18.txt < prev   
Text File  |  1999-08-29  |  2KB  |  96 lines

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