home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Multimedia / waveflow / waveflow.exe / 0 / RCDATA / TMIXSPECIAL / TMIXSPECIAL.txt < prev   
Encoding:
Text File  |  2005-05-01  |  2.4 KB  |  131 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.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 90
  21.     Top = 8
  22.     Width = 128
  23.     Height = 24
  24.     Caption = 'MIX SPECIAL'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clNavy
  27.     Font.Height = -19
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.   end
  32.   object Label4: TLabel
  33.     Left = 16
  34.     Top = 63
  35.     Width = 82
  36.     Height = 13
  37.     Caption = 'Actual Waveform'
  38.   end
  39.   object Label5: TLabel
  40.     Left = 16
  41.     Top = 132
  42.     Width = 85
  43.     Height = 13
  44.     Caption = 'Copied Waveform'
  45.   end
  46.   object progressbar1: TGauge
  47.     Left = 15
  48.     Top = 77
  49.     Width = 277
  50.     Height = 17
  51.     Color = clBlack
  52.     ForeColor = clNavy
  53.     ParentColor = False
  54.     Progress = 50
  55.   end
  56.   object progressbar2: TGauge
  57.     Left = 15
  58.     Top = 146
  59.     Width = 277
  60.     Height = 17
  61.     Color = clBlack
  62.     ForeColor = 4194432
  63.     ParentColor = False
  64.     Progress = 50
  65.   end
  66.   object TrackBar1: TTrackBar
  67.     Left = 8
  68.     Top = 98
  69.     Width = 292
  70.     Height = 33
  71.     Max = 100
  72.     Orientation = trHorizontal
  73.     Frequency = 10
  74.     Position = 50
  75.     SelEnd = 50
  76.     SelStart = 0
  77.     TabOrder = 0
  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.     TickMarks = tmBottomRight
  115.     TickStyle = tsAuto
  116.     Visible = False
  117.     OnChange = TrackBar2Change
  118.   end
  119.   object cb1: TCheckBox
  120.     Left = 16
  121.     Top = 40
  122.     Width = 97
  123.     Height = 17
  124.     Caption = 'Mantain Ratio'
  125.     Checked = True
  126.     State = cbChecked
  127.     TabOrder = 4
  128.     OnClick = cb1Click
  129.   end
  130. end
  131.