home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 October / PCWorld_2002-10_cd.bin / Software / TemaCD / waveflow / waveflow.exe / 0 / RCDATA / TMIXSPECIAL / TMIXSPECIAL.txt
Encoding:
Text File  |  2002-08-18  |  2.4 KB  |  132 lines

  1. object mixspecial: Tmixspecial
  2.   Left = 209
  3.   Top = 160
  4.   BorderStyle = bsDialog
  5.   Caption = 'Mix Special'
  6.   ClientHeight = 247
  7.   ClientWidth = 309
  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.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 90
  20.     Top = 8
  21.     Width = 128
  22.     Height = 24
  23.     Caption = 'MIX SPECIAL'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clNavy
  26.     Font.Height = -19
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object Label4: TLabel
  32.     Left = 16
  33.     Top = 63
  34.     Width = 82
  35.     Height = 13
  36.     Caption = 'Actual Waveform'
  37.   end
  38.   object Label5: TLabel
  39.     Left = 16
  40.     Top = 132
  41.     Width = 85
  42.     Height = 13
  43.     Caption = 'Copied Waveform'
  44.   end
  45.   object progressbar1: TGauge
  46.     Left = 15
  47.     Top = 77
  48.     Width = 277
  49.     Height = 17
  50.     Color = clBlack
  51.     ForeColor = clNavy
  52.     ParentColor = False
  53.     Progress = 50
  54.   end
  55.   object progressbar2: TGauge
  56.     Left = 15
  57.     Top = 146
  58.     Width = 277
  59.     Height = 17
  60.     Color = clBlack
  61.     ForeColor = 4194432
  62.     ParentColor = False
  63.     Progress = 50
  64.   end
  65.   object TrackBar1: TTrackBar
  66.     Left = 8
  67.     Top = 98
  68.     Width = 292
  69.     Height = 33
  70.     Max = 100
  71.     Orientation = trHorizontal
  72.     Frequency = 10
  73.     Position = 50
  74.     SelEnd = 50
  75.     SelStart = 0
  76.     TabOrder = 0
  77.     ThumbLength = 20
  78.     TickMarks = tmBottomRight
  79.     TickStyle = tsAuto
  80.     OnChange = TrackBar1Change
  81.   end
  82.   object Button1: TButton
  83.     Left = 73
  84.     Top = 208
  85.     Width = 75
  86.     Height = 25
  87.     Caption = '&OK'
  88.     Default = True
  89.     ModalResult = 1
  90.     TabOrder = 1
  91.   end
  92.   object Button2: TButton
  93.     Left = 153
  94.     Top = 208
  95.     Width = 75
  96.     Height = 25
  97.     Cancel = True
  98.     Caption = '&Cancel'
  99.     ModalResult = 2
  100.     TabOrder = 2
  101.   end
  102.   object TrackBar2: TTrackBar
  103.     Left = 8
  104.     Top = 167
  105.     Width = 292
  106.     Height = 34
  107.     Max = 100
  108.     Orientation = trHorizontal
  109.     Frequency = 10
  110.     Position = 50
  111.     SelEnd = 50
  112.     SelStart = 0
  113.     TabOrder = 3
  114.     ThumbLength = 20
  115.     TickMarks = tmBottomRight
  116.     TickStyle = tsAuto
  117.     Visible = False
  118.     OnChange = TrackBar2Change
  119.   end
  120.   object cb1: TCheckBox
  121.     Left = 16
  122.     Top = 40
  123.     Width = 97
  124.     Height = 17
  125.     Caption = 'Mantain Ratio'
  126.     Checked = True
  127.     State = cbChecked
  128.     TabOrder = 4
  129.     OnClick = cb1Click
  130.   end
  131. end
  132.