home *** CD-ROM | disk | FTP | other *** search
- object mixspecial: Tmixspecial
- Left = 209
- Top = 160
- BorderStyle = bsDialog
- Caption = 'Mix Special'
- ClientHeight = 247
- ClientWidth = 309
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 90
- Top = 8
- Width = 128
- Height = 24
- Caption = 'MIX SPECIAL'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label4: TLabel
- Left = 16
- Top = 63
- Width = 82
- Height = 13
- Caption = 'Actual Waveform'
- end
- object Label5: TLabel
- Left = 16
- Top = 132
- Width = 85
- Height = 13
- Caption = 'Copied Waveform'
- end
- object progressbar1: TGauge
- Left = 15
- Top = 77
- Width = 277
- Height = 17
- Color = clBlack
- ForeColor = clNavy
- ParentColor = False
- Progress = 50
- end
- object progressbar2: TGauge
- Left = 15
- Top = 146
- Width = 277
- Height = 17
- Color = clBlack
- ForeColor = 4194432
- ParentColor = False
- Progress = 50
- end
- object TrackBar1: TTrackBar
- Left = 8
- Top = 98
- Width = 292
- Height = 33
- Max = 100
- Orientation = trHorizontal
- Frequency = 10
- Position = 50
- SelEnd = 50
- SelStart = 0
- TabOrder = 0
- ThumbLength = 20
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = TrackBar1Change
- end
- object Button1: TButton
- Left = 73
- Top = 208
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object Button2: TButton
- Left = 153
- Top = 208
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object TrackBar2: TTrackBar
- Left = 8
- Top = 167
- Width = 292
- Height = 34
- Max = 100
- Orientation = trHorizontal
- Frequency = 10
- Position = 50
- SelEnd = 50
- SelStart = 0
- TabOrder = 3
- ThumbLength = 20
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- Visible = False
- OnChange = TrackBar2Change
- end
- object cb1: TCheckBox
- Left = 16
- Top = 40
- Width = 97
- Height = 17
- Caption = 'Mantain Ratio'
- Checked = True
- State = cbChecked
- TabOrder = 4
- OnClick = cb1Click
- end
- end
-