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

  1. object Form6: TForm6
  2.   Left = 178
  3.   Top = 123
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Amplify volume'
  7.   ClientHeight = 263
  8.   ClientWidth = 308
  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.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 16
  22.     Width = 144
  23.     Height = 19
  24.     Caption = '&Percent of amplification:'
  25.     FocusControl = TrackBar1
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -16
  29.     Font.Name = 'Times New Roman'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object Label2: TLabel
  34.     Left = 16
  35.     Top = 80
  36.     Width = 14
  37.     Height = 13
  38.     Caption = '0%'
  39.   end
  40.   object Label3: TLabel
  41.     Left = 144
  42.     Top = 80
  43.     Width = 26
  44.     Height = 13
  45.     Caption = '100%'
  46.   end
  47.   object Label4: TLabel
  48.     Left = 272
  49.     Top = 80
  50.     Width = 26
  51.     Height = 13
  52.     Caption = '200%'
  53.   end
  54.   object Label6: TLabel
  55.     Left = 16
  56.     Top = 104
  57.     Width = 104
  58.     Height = 19
  59.     Caption = '&Manual selection:'
  60.     FocusControl = Edit1
  61.     Font.Charset = DEFAULT_CHARSET
  62.     Font.Color = clWindowText
  63.     Font.Height = -16
  64.     Font.Name = 'Times New Roman'
  65.     Font.Style = []
  66.     ParentFont = False
  67.   end
  68.   object Label5: TLabel
  69.     Left = 232
  70.     Top = 104
  71.     Width = 16
  72.     Height = 20
  73.     Caption = '%'
  74.     Font.Charset = DEFAULT_CHARSET
  75.     Font.Color = clNavy
  76.     Font.Height = -16
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = [fsBold]
  79.     ParentFont = False
  80.   end
  81.   object TrackBar1: TTrackBar
  82.     Left = 8
  83.     Top = 48
  84.     Width = 289
  85.     Height = 33
  86.     LineSize = 2
  87.     Max = 200
  88.     Min = 1
  89.     Orientation = trHorizontal
  90.     Frequency = 10
  91.     Position = 100
  92.     SelEnd = 100
  93.     SelStart = 0
  94.     TabOrder = 0
  95.     TickMarks = tmBottomRight
  96.     TickStyle = tsAuto
  97.     OnChange = TrackBar1Change
  98.   end
  99.   object RadioGroup1: TRadioGroup
  100.     Left = 16
  101.     Top = 136
  102.     Width = 161
  103.     Height = 105
  104.     Caption = '&Action:'
  105.     ItemIndex = 2
  106.     Items.Strings = (
  107.       'Double volume (200%)'
  108.       'Half volume (50%)'
  109.       'Manual selection')
  110.     TabOrder = 1
  111.     OnClick = RadioGroup1Click
  112.   end
  113.   object Button1: TButton
  114.     Left = 216
  115.     Top = 160
  116.     Width = 75
  117.     Height = 25
  118.     Caption = '&OK'
  119.     TabOrder = 2
  120.     OnClick = Button1Click
  121.   end
  122.   object Button2: TButton
  123.     Left = 216
  124.     Top = 200
  125.     Width = 75
  126.     Height = 25
  127.     Cancel = True
  128.     Caption = '&Cancel'
  129.     TabOrder = 3
  130.     OnClick = Button2Click
  131.   end
  132.   object Edit1: TEdit
  133.     Left = 144
  134.     Top = 102
  135.     Width = 73
  136.     Height = 28
  137.     Font.Charset = DEFAULT_CHARSET
  138.     Font.Color = clNavy
  139.     Font.Height = -16
  140.     Font.Name = 'MS Sans Serif'
  141.     Font.Style = [fsBold]
  142.     ParentFont = False
  143.     TabOrder = 4
  144.     OnExit = Edit1Exit
  145.     OnKeyPress = Edit1KeyPress
  146.   end
  147. end
  148.