home *** CD-ROM | disk | FTP | other *** search
- object ReadTrackDlg: TReadTrackDlg
- Left = 582
- Top = 578
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsNone
- Caption = 'Save Track as'
- ClientHeight = 111
- ClientWidth = 413
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- PixelsPerInch = 96
- TextHeight = 13
- object pnlLength: TPanel
- Left = 0
- Top = 0
- Width = 410
- Height = 105
- BevelOuter = bvNone
- TabOrder = 0
- object Label3: TLabel
- Left = 8
- Top = 3
- Width = 65
- Height = 13
- AutoSize = False
- Caption = '&Begin:'
- FocusControl = PositionEdit
- end
- object Label4: TLabel
- Left = 8
- Top = 27
- Width = 65
- Height = 13
- AutoSize = False
- Caption = '&Length:'
- FocusControl = LengthEdit
- end
- object ReadSpeedLabel: TLabel
- Left = 259
- Top = 11
- Width = 34
- Height = 13
- Caption = '&Speed:'
- Visible = False
- end
- object Label1: TLabel
- Left = 8
- Top = 51
- Width = 65
- Height = 13
- AutoSize = False
- Caption = '&End:'
- FocusControl = edEndPosition
- end
- object ReadSpeedComboBox: TComboBox
- Left = 259
- Top = 25
- Width = 70
- Height = 21
- HelpContext = 224
- TabStop = False
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 3
- Visible = False
- OnChange = ReadSpeedComboBoxChange
- end
- object btnSettings: TButton
- Left = 334
- Top = 33
- Width = 75
- Height = 23
- HelpContext = 252
- Caption = '&Settings...'
- TabOrder = 5
- OnClick = TrackInfBtnClick
- end
- object btnTrackInfo: TButton
- Left = 334
- Top = 1
- Width = 75
- Height = 23
- HelpContext = 252
- Caption = 'Track &info...'
- TabOrder = 4
- OnClick = TrackInfBtnClick
- end
- object cbSecureRead: TCheckBox
- Left = 167
- Top = 2
- Width = 111
- Height = 17
- Caption = 'Secure audio read'
- TabOrder = 6
- end
- object edEndPosition: TMaskEdit
- Left = 80
- Top = 48
- Width = 71
- Height = 21
- HelpContext = 243
- TabOrder = 2
- Text = 'edEndPosition'
- OnChange = PositionEditChange
- OnKeyPress = MaskEditNumKeyPress
- end
- object LengthEdit: TMaskEdit
- Left = 80
- Top = 24
- Width = 71
- Height = 21
- HelpContext = 243
- TabOrder = 1
- Text = 'LengthEdit'
- OnChange = PositionEditChange
- OnKeyPress = MaskEditNumKeyPress
- end
- object PositionEdit: TMaskEdit
- Left = 80
- Top = 0
- Width = 71
- Height = 21
- HelpContext = 234
- TabOrder = 0
- Text = 'PositionEdit'
- OnChange = PositionEditChange
- OnKeyPress = MaskEditNumKeyPress
- end
- end
- end
-