home *** CD-ROM | disk | FTP | other *** search
- inherited WindowOptionsForm: TWindowOptionsForm
- Left = 297
- Top = 171
- Caption = 'Window Options'
- ClientHeight = 397
- ClientWidth = 331
- PixelsPerInch = 96
- TextHeight = 13
- inherited ButtonOk: TButton
- Left = 86
- Top = 367
- TabOrder = 5
- end
- inherited ButtonCancel: TButton
- Left = 166
- Top = 367
- TabOrder = 6
- end
- inherited ButtonHelp: THelpButton
- Left = 246
- Top = 367
- TabOrder = 7
- HelpKey = 'option_window'
- end
- object MainWindow: TRadioGroup
- Left = 6
- Top = 4
- Width = 122
- Height = 99
- Caption = ' Main window size '
- ItemIndex = 2
- Items.Strings = (
- 'Normal'
- 'Maximize'
- 'Save position')
- TabOrder = 0
- end
- object SoundWindow: TRadioGroup
- Left = 6
- Top = 107
- Width = 122
- Height = 74
- Caption = ' Sound window size '
- ItemIndex = 2
- Items.Strings = (
- 'Normal'
- 'Maximized'
- 'Auto-tile')
- TabOrder = 1
- end
- object YAxis: TRadioGroup
- Left = 136
- Top = 4
- Width = 189
- Height = 99
- Caption = ' Y amplitude axis numbering '
- ItemIndex = 1
- Items.Strings = (
- 'Off'
- 'Normalized (-1.0 to 1.0)'
- 'Signed 16 bit (-32768 to 32767)'
- 'Unsigned 8 bit (0 to 255)'
- 'dB')
- TabOrder = 2
- end
- object XAxis: TRadioGroup
- Left = 136
- Top = 107
- Width = 189
- Height = 74
- Caption = ' X time axis numbering '
- ItemIndex = 1
- Items.Strings = (
- 'Hours : minutes : seconds'
- 'Minutes : seconds'
- 'Seconds')
- TabOrder = 3
- end
- object ZoomBox: TGroupBox
- Left = 6
- Top = 185
- Width = 319
- Height = 69
- Caption = ' Zoom '
- TabOrder = 4
- object Preset: TTimeBox
- Left = 209
- Top = 14
- Width = 101
- Height = 21
- TabStop = True
- Value = 1
- Min = 0.000100000000000000
- Max = 1000000
- Decimal = -5
- PageChange = 10
- LineChange = 1
- Label = 'Preset zoom'
- Items.Strings = (
- '0.01'
- '0.1'
- '1.0'
- '5.0'
- '10.0'
- '30.0'
- '1:00'
- '2:00'
- '5:00'
- '10:00'
- '30:00'
- '1:00:00'
- '2:00:00'
- '5:00:00')
- TabOrder = 1
- Text = '00:00:01.00000'
- MaxLength = 20
- Format = tttFull
- Caption = '00:00:01.00000'
- end
- object ZoomPresetLabel: TStaticText
- Left = 8
- Top = 16
- Width = 197
- Height = 17
- Alignment = taRightJustify
- Caption = 'Zoom time used for the Preset command:'
- TabOrder = 0
- end
- object Initial: TComboBox
- Left = 209
- Top = 41
- Width = 101
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 3
- Items.Strings = (
- 'All'
- '1:1'
- '1 second'
- '10 seconds'
- '30 seconds'
- '1 minute'
- '2 minutes'
- '5 minutes'
- '10 minutes'
- '30 minutes'
- '1 hour'
- '2 hours'
- '5 hours'
- '10 hours')
- end
- object ZoomInitialLabel: TStaticText
- Left = 11
- Top = 43
- Width = 194
- Height = 17
- Alignment = taRightJustify
- Caption = 'Initial zoom level when sound is opened:'
- TabOrder = 2
- end
- end
- object MiscellaneousBox: TGroupBox
- Left = 6
- Top = 258
- Width = 319
- Height = 101
- Caption = ' Miscellaneous '
- TabOrder = 8
- object ConfirmSave: TCheckBox
- Left = 10
- Top = 17
- Width = 162
- Height = 17
- Caption = 'Always confirm before saving'
- TabOrder = 0
- end
- object DrawOverview: TCheckBox
- Left = 10
- Top = 37
- Width = 161
- Height = 17
- Caption = 'Draw overview graph'
- TabOrder = 1
- end
- object OldMouse: TCheckBox
- Left = 10
- Top = 57
- Width = 251
- Height = 17
- Caption = 'Use left and right mouse button selection method'
- TabOrder = 2
- end
- object UpdateDefaultPreset: TCheckBox
- Left = 10
- Top = 77
- Width = 249
- Height = 17
- Caption = 'Update default effect settings after each use'
- TabOrder = 3
- end
- end
- end
-