object frmDelay: TfrmDelay Left = 349 Top = 158 BorderStyle = bsDialog Caption = 'Slide Show' ClientHeight = 158 ClientWidth = 344 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 8 Top = 8 Width = 241 Height = 57 AutoSize = False Caption = 'Slide show will display all pictures in a slide show format star' + 'ting at the current picture unit the STOP button is pressed' WordWrap = True end object Button1: TButton Left = 264 Top = 8 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 264 Top = 40 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object GroupBox1: TGroupBox Left = 8 Top = 72 Width = 329 Height = 81 Caption = 'Options ' TabOrder = 0 object Label1: TLabel Left = 32 Top = 18 Width = 140 Height = 13 Caption = 'Enter The Delay In Seconds :' end object Delay: TSpinEdit Left = 176 Top = 16 Width = 57 Height = 22 MaxValue = 60 MinValue = 1 TabOrder = 0 Value = 4 end object cbLoop: TCheckBox Left = 32 Top = 40 Width = 153 Height = 17 Caption = 'Loop Continuously' State = cbChecked TabOrder = 1 end end end