home *** CD-ROM | disk | FTP | other *** search
- object SaveAsDlg: TSaveAsDlg
- Left = 324
- Top = 237
- ActiveControl = OKButton
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Save options'
- ClientHeight = 185
- ClientWidth = 304
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 289
- Height = 49
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 16
- Top = 2
- Width = 69
- Height = 13
- Caption = 'Convert tracks'
- end
- object Label2: TLabel
- Left = 176
- Top = 27
- Width = 9
- Height = 13
- Caption = 'to'
- end
- object Bevel2: TBevel
- Left = 8
- Top = 96
- Width = 177
- Height = 81
- Shape = bsFrame
- end
- object Label8: TLabel
- Left = 16
- Top = 90
- Width = 139
- Height = 13
- Caption = 'If unconvertable sector found'
- end
- object OKButton: TButton
- Left = 208
- Top = 80
- Width = 73
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 5
- OnClick = OKButtonClick
- end
- object CancelButton: TButton
- Left = 208
- Top = 136
- Width = 73
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 6
- end
- object FirstSession: TCheckBox
- Left = 16
- Top = 64
- Width = 161
- Height = 17
- Caption = 'Save first session only'
- Checked = True
- Enabled = False
- State = cbChecked
- TabOrder = 2
- end
- object SourceType: TComboBox
- Left = 16
- Top = 24
- Width = 153
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = SourceTypeChange
- end
- object DestType: TComboBox
- Left = 192
- Top = 24
- Width = 97
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- OnChange = DestTypeChange
- end
- object Keep: TCheckBox
- Left = 17
- Top = 156
- Width = 160
- Height = 17
- Caption = '&Keep broken files'
- Checked = True
- State = cbChecked
- TabOrder = 4
- end
- object Panel1: TPanel
- Left = 10
- Top = 104
- Width = 167
- Height = 52
- BevelOuter = bvNone
- TabOrder = 3
- object error1: TRadioButton
- Left = 6
- Top = 0
- Width = 163
- Height = 17
- Caption = 'Stop extraction'
- TabOrder = 0
- end
- object error2: TRadioButton
- Left = 6
- Top = 17
- Width = 163
- Height = 17
- Caption = 'Replace with empty sector'
- TabOrder = 1
- end
- object error3: TRadioButton
- Left = 6
- Top = 34
- Width = 163
- Height = 17
- Caption = 'Ignore'
- TabOrder = 2
- end
- end
- end
-