home *** CD-ROM | disk | FTP | other *** search
- object SlideOptionsForm: TSlideOptionsForm
- Left = 200
- Top = 104
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'SlideShow Options'
- ClientHeight = 147
- ClientWidth = 286
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object RxLabel1: TRxLabel
- Left = 8
- Top = 8
- Width = 169
- Height = 13
- Caption = 'Time between images: (in seconds}'
- end
- object SeqCheck: TRadioButton
- Left = 8
- Top = 56
- Width = 113
- Height = 17
- Caption = 'Sequential'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object RanCheck: TRadioButton
- Left = 8
- Top = 80
- Width = 113
- Height = 17
- Caption = 'Random'
- TabOrder = 1
- end
- object ShowWindow: TCheckBox
- Left = 8
- Top = 120
- Width = 153
- Height = 17
- Caption = 'Show this window next time'
- State = cbChecked
- TabOrder = 2
- end
- object OK: TBitBtn
- Left = 200
- Top = 8
- Width = 75
- Height = 25
- TabOrder = 4
- Kind = bkOK
- end
- object Cancel: TBitBtn
- Left = 200
- Top = 48
- Width = 75
- Height = 25
- TabOrder = 3
- Kind = bkCancel
- end
- object TimeDelay: TRxSpinEdit
- Left = 8
- Top = 24
- Width = 121
- Height = 21
- Decimal = 0
- Value = 10.000000000000000000
- TabOrder = 5
- end
- object FormPlacement: TFormPlacement
- Options = [fpPosition]
- UseRegistry = True
- Left = 129
- Top = 59
- end
- end
-