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

  1. object AmplifyVolumefrm: TAmplifyVolumefrm
  2.   Left = 225
  3.   Top = 123
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Amplify volume'
  7.   ClientHeight = 252
  8.   ClientWidth = 312
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Image1: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 320
  26.     Height = 27
  27.     Stretch = True
  28.   end
  29.   object Label1: TLabel
  30.     Left = 19
  31.     Top = 48
  32.     Width = 113
  33.     Height = 13
  34.     Caption = '&Percent of amplification:'
  35.     FocusControl = TrackBar1
  36.     Font.Charset = ANSI_CHARSET
  37.     Font.Color = clWindowText
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object Label2: TLabel
  44.     Left = 19
  45.     Top = 96
  46.     Width = 14
  47.     Height = 13
  48.     Caption = '0%'
  49.   end
  50.   object Label3: TLabel
  51.     Left = 144
  52.     Top = 96
  53.     Width = 26
  54.     Height = 13
  55.     Caption = '100%'
  56.   end
  57.   object Label4: TLabel
  58.     Left = 275
  59.     Top = 96
  60.     Width = 26
  61.     Height = 13
  62.     Caption = '200%'
  63.   end
  64.   object Image3: TImage
  65.     Left = 127
  66.     Top = 0
  67.     Width = 185
  68.     Height = 252
  69.     Align = alRight
  70.     AutoSize = True
  71.     Picture.Data = {<image001.bmp>}
  72.     Transparent = True
  73.   end
  74.   object Image2: TImage
  75.     Left = 8
  76.     Top = 8
  77.     Width = 32
  78.     Height = 32
  79.     AutoSize = True
  80.     Picture.Data = {<image002.bmp>}
  81.     Transparent = True
  82.   end
  83.   object GroupBox1: TGroupBox
  84.     Left = 176
  85.     Top = 120
  86.     Width = 129
  87.     Height = 57
  88.     Caption = '&Manual Selection'
  89.     TabOrder = 4
  90.     object Label5: TLabel
  91.       Left = 99
  92.       Top = 25
  93.       Width = 14
  94.       Height = 16
  95.       Caption = '%'
  96.       Font.Charset = DEFAULT_CHARSET
  97.       Font.Color = clNavy
  98.       Font.Height = -13
  99.       Font.Name = 'MS Sans Serif'
  100.       Font.Style = [fsBold]
  101.       ParentFont = False
  102.     end
  103.     object Edit1: TEdit
  104.       Left = 24
  105.       Top = 21
  106.       Width = 73
  107.       Height = 24
  108.       Font.Charset = DEFAULT_CHARSET
  109.       Font.Color = clNavy
  110.       Font.Height = -13
  111.       Font.Name = 'MS Sans Serif'
  112.       Font.Style = [fsBold]
  113.       ParentFont = False
  114.       TabOrder = 0
  115.       OnExit = Edit1Exit
  116.       OnKeyPress = Edit1KeyPress
  117.     end
  118.   end
  119.   object TrackBar1: TTrackBar
  120.     Left = 11
  121.     Top = 64
  122.     Width = 289
  123.     Height = 33
  124.     LineSize = 2
  125.     Max = 200
  126.     Min = 1
  127.     Orientation = trHorizontal
  128.     Frequency = 10
  129.     Position = 100
  130.     SelEnd = 100
  131.     SelStart = 0
  132.     TabOrder = 0
  133.     TickMarks = tmBottomRight
  134.     TickStyle = tsAuto
  135.     OnChange = TrackBar1Change
  136.   end
  137.   object RadioGroup1: TRadioGroup
  138.     Left = 8
  139.     Top = 120
  140.     Width = 161
  141.     Height = 121
  142.     Caption = '&Action:'
  143.     ItemIndex = 2
  144.     Items.Strings = (
  145.       'Double volume (200%)'
  146.       'Half volume (50%)'
  147.       'Manual selection')
  148.     TabOrder = 1
  149.     OnClick = RadioGroup1Click
  150.   end
  151.   object Button1: TButton
  152.     Left = 208
  153.     Top = 192
  154.     Width = 75
  155.     Height = 25
  156.     Caption = '&OK'
  157.     TabOrder = 2
  158.     OnClick = Button1Click
  159.   end
  160.   object Button2: TButton
  161.     Left = 208
  162.     Top = 216
  163.     Width = 75
  164.     Height = 25
  165.     Cancel = True
  166.     Caption = '&Cancel'
  167.     TabOrder = 3
  168.     OnClick = Button2Click
  169.   end
  170. end
  171.